diff options
| author | jtsshieh <jtsshieh@outlook.com> | 2018-03-09 20:45:14 -0500 |
|---|---|---|
| committer | jtsshieh <jtsshieh@outlook.com> | 2018-03-09 20:45:14 -0500 |
| commit | 54505ce7eb1aee434a19c5c5bd30f4f7b888c407 (patch) | |
| tree | e60ea8675570d4a76cf756abdef282d01b98df8d /commands/Pokemon | |
| parent | 0575a6687efd388220f8e83c5983ce1d972bc966 (diff) | |
| parent | 4d253ab491041e147e9943d8820ba06f611df2d5 (diff) | |
| download | PokeBot-54505ce7eb1aee434a19c5c5bd30f4f7b888c407.tar.gz PokeBot-54505ce7eb1aee434a19c5c5bd30f4f7b888c407.tar.bz2 PokeBot-54505ce7eb1aee434a19c5c5bd30f4f7b888c407.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands/Pokemon')
| -rw-r--r-- | commands/Pokemon/forcedrop.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Pokemon/forcedrop.js b/commands/Pokemon/forcedrop.js index 1c2131f..3421e9b 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 permssion to ban members.'); + if (!msg.member.hasPermission('MANAGE_MESSAGES')) return msg.reply('You don\'t have permission to drop gyms.'); 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.'); |
