aboutsummaryrefslogtreecommitdiff
path: root/commands/Moderation/ban.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Moderation/ban.js')
-rw-r--r--commands/Moderation/ban.js2
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();