diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-03-09 20:38:46 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-03-09 20:38:46 -0500 |
| commit | bac1c22013700a03ca045d3bb08b18619e7aaef0 (patch) | |
| tree | e3b82ecb4ac8ff1b502a0004ffec52123df9c5f0 /commands/Moderation/ban.js | |
| parent | e214e6e6f17294acc88e80d57cd90a878e71c5e6 (diff) | |
| download | PokeBot-bac1c22013700a03ca045d3bb08b18619e7aaef0.tar.gz PokeBot-bac1c22013700a03ca045d3bb08b18619e7aaef0.tar.bz2 PokeBot-bac1c22013700a03ca045d3bb08b18619e7aaef0.zip | |
fixed many Grammars
Diffstat (limited to 'commands/Moderation/ban.js')
| -rw-r--r-- | commands/Moderation/ban.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/ban.js b/commands/Moderation/ban.js index 29cd566..a863341 100644 --- a/commands/Moderation/ban.js +++ b/commands/Moderation/ban.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = async (bot, msg, args) => { - if (!msg.member.hasPermission('BAN_MEMBERS')) return msg.reply('You don\'t have permssion to ban members.'); + if (!msg.member.hasPermission('BAN_MEMBERS')) return msg.reply('You don\'t have permission to ban members.'); if (!msg.guild.member(bot.user).hasPermission('BAN_MEMBERS')) return msg.reply('I don\'t have permssion to ban members.'); const member = msg.mentions.members.first(); |
