aboutsummaryrefslogtreecommitdiff
path: root/commands/Pokemon/leave.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-02 16:11:13 -0500
committerUnknown <jtsshieh@outlook.com>2018-03-02 16:11:13 -0500
commit77ceb3c6853e8c2b7ff0121bdcc17bf2148783d0 (patch)
tree604425c5c41b3865193d08c1ccc4f86e1383dd33 /commands/Pokemon/leave.js
parent9f5472b803da3234d339496378fba1491bf1ed8a (diff)
downloadPokeBot-77ceb3c6853e8c2b7ff0121bdcc17bf2148783d0.tar.gz
PokeBot-77ceb3c6853e8c2b7ff0121bdcc17bf2148783d0.tar.bz2
PokeBot-77ceb3c6853e8c2b7ff0121bdcc17bf2148783d0.zip
eslint
Diffstat (limited to 'commands/Pokemon/leave.js')
-rw-r--r--commands/Pokemon/leave.js2
1 files changed, 1 insertions, 1 deletions
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.');