diff options
| author | Alee <alee14498@gmail.com> | 2018-02-23 22:43:41 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-23 22:43:41 -0500 |
| commit | c475309a936f0df1cc36a2a671d8a4a1d5fababd (patch) | |
| tree | 427d522b4dc69574b0b40d7512f5b2be30f4752a /commands/ban.js | |
| parent | 958bc710c4db4097d9708717ae5817010d4863f4 (diff) | |
| parent | fc82d93013935b9aebc8e8e94aa383f571fa7b66 (diff) | |
| download | PokeBot-c475309a936f0df1cc36a2a671d8a4a1d5fababd.tar.gz PokeBot-c475309a936f0df1cc36a2a671d8a4a1d5fababd.tar.bz2 PokeBot-c475309a936f0df1cc36a2a671d8a4a1d5fababd.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
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 0a90c5b..6a1fffe 100644 --- a/commands/ban.js +++ b/commands/ban.js @@ -14,7 +14,7 @@ exports.conf = { exports.help = { name: 'ban', - description: 'Ban a user out of the server', + description: 'Ban a user from this server.', usage: '@<User> <...reason>', category: 'Moderation', }; |
