From 9547631cfc0ea4067a5a7ada819ea6b3f59a4b09 Mon Sep 17 00:00:00 2001 From: jtsshieh Date: Fri, 9 Mar 2018 20:45:14 -0500 Subject: Revert "Merge branch 'master' of https://github.com/PokeWorld/PokeBot" This reverts commit 54505ce7eb1aee434a19c5c5bd30f4f7b888c407. --- commands/Moderation/softban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Moderation/softban.js') 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(); -- cgit v1.2.3