diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-09 22:10:52 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-09 22:10:52 -0500 |
| commit | bc82187e2b4092905d4ebd403b53d6b6261b53bf (patch) | |
| tree | 786e0e4b62caea8816bd6b1b8ad92ac2fade105b /commands/Moderation/softban.js | |
| parent | 8ed156358c383cb9797b4ecc8562ed58e18fdd97 (diff) | |
| download | PokeBot-bc82187e2b4092905d4ebd403b53d6b6261b53bf.tar.gz PokeBot-bc82187e2b4092905d4ebd403b53d6b6261b53bf.tar.bz2 PokeBot-bc82187e2b4092905d4ebd403b53d6b6261b53bf.zip | |
grammer that i undid?
Diffstat (limited to 'commands/Moderation/softban.js')
| -rw-r--r-- | commands/Moderation/softban.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Moderation/softban.js b/commands/Moderation/softban.js index 69a7fd3..e7768e5 100644 --- a/commands/Moderation/softban.js +++ b/commands/Moderation/softban.js @@ -19,8 +19,8 @@ * *************************************/ 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.guild.member(bot.user).hasPermission('BAN_MEMBERS')) return msg.reply('I 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 permission to ban members.'); const member = msg.mentions.members.first(); if (!member) return await msg.reply('Who am I gonna softban?'); |
