From 77ceb3c6853e8c2b7ff0121bdcc17bf2148783d0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 2 Mar 2018 16:11:13 -0500 Subject: eslint --- commands/Pokemon/leave.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Pokemon/leave.js') diff --git a/commands/Pokemon/leave.js b/commands/Pokemon/leave.js index 11571c9..c885060 100644 --- a/commands/Pokemon/leave.js +++ b/commands/Pokemon/leave.js @@ -20,7 +20,7 @@ exports.run = async (bot, msg) => { if (msg.guild.id != '417088992329334792') return msg.reply ('This is a PokeWorld exclusive command. Sorry!'); - + if (msg.member.roles.find('name', 'Aqua')) { msg.member.removeRole(msg.guild.roles.find('name', 'Aqua')); msg.reply('Alright, you are not longer in team Aqua.'); -- cgit v1.2.3