From bac1c22013700a03ca045d3bb08b18619e7aaef0 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Fri, 9 Mar 2018 20:38:46 -0500 Subject: fixed many Grammars --- commands/Pokemon/forcedrop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Pokemon/forcedrop.js') 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.'); -- cgit v1.2.3