aboutsummaryrefslogtreecommitdiff
path: root/commands/Moderation/kick.js
diff options
context:
space:
mode:
authorjtsshieh <jtsshieh@outlook.com>2018-03-09 20:45:14 -0500
committerjtsshieh <jtsshieh@outlook.com>2018-03-09 20:45:14 -0500
commit54505ce7eb1aee434a19c5c5bd30f4f7b888c407 (patch)
treee60ea8675570d4a76cf756abdef282d01b98df8d /commands/Moderation/kick.js
parent0575a6687efd388220f8e83c5983ce1d972bc966 (diff)
parent4d253ab491041e147e9943d8820ba06f611df2d5 (diff)
downloadPokeBot-54505ce7eb1aee434a19c5c5bd30f4f7b888c407.tar.gz
PokeBot-54505ce7eb1aee434a19c5c5bd30f4f7b888c407.tar.bz2
PokeBot-54505ce7eb1aee434a19c5c5bd30f4f7b888c407.zip
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands/Moderation/kick.js')
-rw-r--r--commands/Moderation/kick.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/kick.js b/commands/Moderation/kick.js
index ee7bf99..ccd3379 100644
--- a/commands/Moderation/kick.js
+++ b/commands/Moderation/kick.js
@@ -19,7 +19,7 @@
* *************************************/
exports.run = async (bot, msg, args) => {
- if (!msg.member.hasPermission('KICK_MEMBERS')) return msg.reply('You don\'t have permssion to kick members.');
+ if (!msg.member.hasPermission('KICK_MEMBERS')) return msg.reply('You don\'t have permission to kick members.');
if (!msg.guild.member(bot.user).hasPermission('KICK_MEMBERS')) return msg.reply('I don\'t have permssion to kick members.');
const member = msg.mentions.members.first();