Translated Labs

YOU SAID:

module.exports = { execute: async({ message, embed, args, storage }) => { embed.setTitle("EA Role Management"); var skipRepCheck; if (args[2] == "confirm") { skipRepCheck = true; args.splice(2, 1); message.content = args.join(" "); } args[2] = message.content.slice(args[0].length + args[1].length + 2); if (!storage.channels[message.author.id]) return embed.addField("Error", "Channel not created"); if (!args[2]) return embed.addField("Error", "User not specified"); const user = message.guild.members.cache.find(x => x.user.tag.toLowerCase().includes(args[2].toLowerCase()) || x.displayName.toLowerCase().includes(args[2].toLowerCase()) || x.id == args[2].replace(/[^0-9]/g, "")); if (user) { if (!skipRepCheck && storage.rep[user.id]) { var rep = 0; for (var i = 0; i < storage.rep[user.id].length; i++) rep += storage.rep[user.id][i].type; if (rep < 0 || user.roles.cache.find(x => x.name == "Blacklisted Tester")) return embed.addField("Warning", `Are you sure you want to do this? ${user} has a low reputation\nIf you are sure, use \`.ea add confirm (user)\``); } message.guild.channels.cache.get(storage.channels[message.author.id]).createOverwrite(user, { VIEW_CHANNEL: true }); embed.addField("Success", `Added ${user} to your EA channel`); } else embed.addField("Error", "User not found"); }, help: "Add a user to your EA channel", args: "(user)" };

INTO JAPANESE

module.exports = { 実行:async({メッセージ、埋め込み、引数、ストレージ})=> { embed.setTitle( "EAロール管理"); var skipRepCheck; if(args [2] == "confirm"){ skipRepCheck = true; args.splice(2、1); message.content = args.join( ""); } args [2] = message.content.slice(args [0] .length + args [1] .length + 2); if(!storage.channel

BACK INTO ENGLISH

module.exports = { Execute: async ({message, embed, argument, storage}) => { embed.setTitle ("EA Role Management"); var skipRepCheck; if (args [2] == "confirm") { skipRepCheck = true; args.splice (2, 1); message.content = args.join (""); } args [2] = message.content.slice (args [0] .length + args [1]

INTO JAPANESE

module.exports = { 実行:async({メッセージ、埋め込み、引数、ストレージ})=> { embed.setTitle( "EAロール管理"); var skipRepCheck; if(args [2] == "confirm"){ skipRepCheck = true; args.splice(2、1); message.content = args.join( ""); } args [2] = message.content.slice(args [0] .length + args [1]

BACK INTO ENGLISH

module.exports = { Execute: async ({message, embed, argument, storage}) => { embed.setTitle ("EA Role Management"); var skipRepCheck; if (args [2] == "confirm") { skipRepCheck = true; args.splice (2, 1); message.content = args.join (""); } args [2] = message.content.slice (args [0] .length + args [1]

Equilibrium found!

Come on, you can do better than that.

HOT PARTIES

You may want to crash these parties too

1
votes
20Dec13
1
votes
23Dec13
1
votes