diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 21:03:01 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 21:03:01 -0400 |
| commit | a1dbeb76ceaf37b56bef52e601c6c1b4fd569c6a (patch) | |
| tree | bcc4f42744f4ded2c897791ce57b547c0422ee25 /commands/ban.js | |
| parent | 20ac7f2d2eedbf2e93b0d4d02b4f0993a15bef20 (diff) | |
| download | AleeBot-a1dbeb76ceaf37b56bef52e601c6c1b4fd569c6a.tar.gz AleeBot-a1dbeb76ceaf37b56bef52e601c6c1b4fd569c6a.tar.bz2 AleeBot-a1dbeb76ceaf37b56bef52e601c6c1b4fd569c6a.zip | |
Added jail and changed from time to reason in ban
Diffstat (limited to 'commands/ban.js')
| -rw-r--r-- | commands/ban.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ban.js b/commands/ban.js index 1f25f15..2c00a38 100644 --- a/commands/ban.js +++ b/commands/ban.js @@ -39,6 +39,6 @@ exports.conf = { exports.help = { name: 'ban', description: 'Bans a member', - usage: 'ban [user] [time]', + usage: 'ban [user] [reason]', category: '- Moderation Commands', }; |
