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/Moderation/ban.js | |
| 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/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(); |
