diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-09 22:10:52 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-09 22:10:52 -0500 |
| commit | bc82187e2b4092905d4ebd403b53d6b6261b53bf (patch) | |
| tree | 786e0e4b62caea8816bd6b1b8ad92ac2fade105b /commands/Moderation/warn.js | |
| parent | 8ed156358c383cb9797b4ecc8562ed58e18fdd97 (diff) | |
| download | PokeBot-bc82187e2b4092905d4ebd403b53d6b6261b53bf.tar.gz PokeBot-bc82187e2b4092905d4ebd403b53d6b6261b53bf.tar.bz2 PokeBot-bc82187e2b4092905d4ebd403b53d6b6261b53bf.zip | |
grammer that i undid?
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 7de1ad2..76d8013 100644 --- a/commands/Moderation/warn.js +++ b/commands/Moderation/warn.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = async (bot, msg, args) => { - if (!msg.member.hasPermission('MANAGE_MESSAGES')) return msg.reply('You don\'t have permssion to warn.'); + if (!msg.member.hasPermission('MANAGE_MESSAGES')) return msg.reply('You don\'t have permission to warn.'); args.shift(); const warnReason = args.join(' '); const victim = msg.mentions.members.first(); |
