diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-23 22:42:56 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-23 22:42:56 -0500 |
| commit | fc82d93013935b9aebc8e8e94aa383f571fa7b66 (patch) | |
| tree | e7165fe069de265944ccb7ba100e0b28b38aa63e /commands/ban.js | |
| parent | 68f1244c0759576134b094fdc5f4c973720e0616 (diff) | |
| download | PokeBot-fc82d93013935b9aebc8e8e94aa383f571fa7b66.tar.gz PokeBot-fc82d93013935b9aebc8e8e94aa383f571fa7b66.tar.bz2 PokeBot-fc82d93013935b9aebc8e8e94aa383f571fa7b66.zip | |
Grammer
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', }; |
