diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-03-09 20:45:09 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-03-09 20:45:09 -0500 |
| commit | 91f54020dd30b99c929c1c252a00dda0ce34a61f (patch) | |
| tree | 34f2d0cc850377c12464b69be41896787b7c5dba /commands/Moderation/timeout.js | |
| parent | 4d253ab491041e147e9943d8820ba06f611df2d5 (diff) | |
| download | PokeBot-91f54020dd30b99c929c1c252a00dda0ce34a61f.tar.gz PokeBot-91f54020dd30b99c929c1c252a00dda0ce34a61f.tar.bz2 PokeBot-91f54020dd30b99c929c1c252a00dda0ce34a61f.zip | |
jail plugin
Diffstat (limited to 'commands/Moderation/timeout.js')
| -rw-r--r-- | commands/Moderation/timeout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/timeout.js b/commands/Moderation/timeout.js index 9a8dc9a..d6a73e8 100644 --- a/commands/Moderation/timeout.js +++ b/commands/Moderation/timeout.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = async (bot, msg, args) => { - if (!msg.member.hasPermission('BAN_MEMBERS')) return msg.reply('You don\'t have permission to put members in time-out..'); + if (!msg.member.hasPermission('BAN_MEMBERS')) return msg.reply('You don\'t have permission to put members in time-out.'); if (!msg.guild.member(bot.user).hasPermission('MANAGE_ROLES')) return msg.reply('I cannot put anyone in time-out.'); const member = msg.mentions.members.first(); |
