diff options
| author | jtsshieh <jtsshieh@outlook.com> | 2018-03-09 20:45:14 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-09 20:54:02 -0500 |
| commit | 9547631cfc0ea4067a5a7ada819ea6b3f59a4b09 (patch) | |
| tree | 22bb4d3bcf6adcfe2cfccb1dd07d7cb8cd61a693 /commands/Moderation/softban.js | |
| parent | 54505ce7eb1aee434a19c5c5bd30f4f7b888c407 (diff) | |
| download | PokeBot-9547631cfc0ea4067a5a7ada819ea6b3f59a4b09.tar.gz PokeBot-9547631cfc0ea4067a5a7ada819ea6b3f59a4b09.tar.bz2 PokeBot-9547631cfc0ea4067a5a7ada819ea6b3f59a4b09.zip | |
Revert "Merge branch 'master' of https://github.com/PokeWorld/PokeBot"
This reverts commit 54505ce7eb1aee434a19c5c5bd30f4f7b888c407.
Diffstat (limited to 'commands/Moderation/softban.js')
| -rw-r--r-- | commands/Moderation/softban.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/softban.js b/commands/Moderation/softban.js index 9193b79..69a7fd3 100644 --- a/commands/Moderation/softban.js +++ b/commands/Moderation/softban.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = async (bot, msg, args) => { - if (!msg.member.hasPermission('BAN_MEMBERS')) return msg.reply('You don\'t have permission to ban members.'); + 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.'); const member = msg.mentions.members.first(); |
