aboutsummaryrefslogtreecommitdiff
path: root/commands/Pokemon
diff options
context:
space:
mode:
authorjtsshieh <jtsshieh@outlook.com>2018-03-09 20:45:14 -0500
committerUnknown <jtsshieh@outlook.com>2018-03-09 20:54:02 -0500
commit9547631cfc0ea4067a5a7ada819ea6b3f59a4b09 (patch)
tree22bb4d3bcf6adcfe2cfccb1dd07d7cb8cd61a693 /commands/Pokemon
parent54505ce7eb1aee434a19c5c5bd30f4f7b888c407 (diff)
downloadPokeBot-9547631cfc0ea4067a5a7ada819ea6b3f59a4b09.tar.gz
PokeBot-9547631cfc0ea4067a5a7ada819ea6b3f59a4b09.tar.bz2
PokeBot-9547631cfc0ea4067a5a7ada819ea6b3f59a4b09.zip
Revert "Merge branch 'master' of https://github.com/PokeWorld/PokeBot"
This reverts commit 54505ce7eb1aee434a19c5c5bd30f4f7b888c407.
Diffstat (limited to 'commands/Pokemon')
-rw-r--r--commands/Pokemon/forcedrop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Pokemon/forcedrop.js b/commands/Pokemon/forcedrop.js
index 3421e9b..1c2131f 100644
--- a/commands/Pokemon/forcedrop.js
+++ b/commands/Pokemon/forcedrop.js
@@ -19,7 +19,7 @@
* *************************************/
exports.run = async (bot, msg) => {
- if (!msg.member.hasPermission('MANAGE_MESSAGES')) return msg.reply('You don\'t have permission to drop gyms.');
+ if (!msg.member.hasPermission('MANAGE_MESSAGES')) return msg.reply('You don\'t have permssion to ban members.');
if (msg.guild.id != '417088992329334792') return msg.reply ('This is a PokeWorld exclusive command. Sorry!');
if (!msg.channel.name.startsWith('gym-')) return msg.reply('Go into one of the gym channels and try again.');