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/warn.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/warn.js')
| -rw-r--r-- | commands/Moderation/warn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/warn.js b/commands/Moderation/warn.js index c3d173a..b47fa3f 100644 --- a/commands/Moderation/warn.js +++ b/commands/Moderation/warn.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = (bot, msg, args) => { - if (!msg.member.hasPermission('MANAGE_MESSAGES')) return msg.reply('You don\'t have permission to warn.'); + if (!msg.member.hasPermission('MANAGE_MESSAGES')) return msg.reply('You don\'t have permssion to warn.'); args.shift(); const warnReason = args.join(' '); const victim = msg.mentions.members.first(); |
