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/kick.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/kick.js')
| -rw-r--r-- | commands/Moderation/kick.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/kick.js b/commands/Moderation/kick.js index ccd3379..ee7bf99 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 permission to kick members.'); + if (!msg.member.hasPermission('KICK_MEMBERS')) return msg.reply('You don\'t have permssion 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(); |
