diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 10:09:22 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 10:09:22 -0500 |
| commit | abd6d61c3ce05ef2c59e14b0a3ee67d96ca777f1 (patch) | |
| tree | 67c7cbadff327e3bf21e8bf71546821bc9aba2d2 /commands/softban.js | |
| parent | b38df9dd1048f794e861531973734e64e7695c53 (diff) | |
| download | PokeBot-abd6d61c3ce05ef2c59e14b0a3ee67d96ca777f1.tar.gz PokeBot-abd6d61c3ce05ef2c59e14b0a3ee67d96ca777f1.tar.bz2 PokeBot-abd6d61c3ce05ef2c59e14b0a3ee67d96ca777f1.zip | |
Purge
Diffstat (limited to 'commands/softban.js')
| -rw-r--r-- | commands/softban.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/softban.js b/commands/softban.js index 25abf4e..b942b3e 100644 --- a/commands/softban.js +++ b/commands/softban.js @@ -20,6 +20,6 @@ exports.conf = { exports.help = { name: 'softban', description: 'Kick the user and delete their messages.', - usage: '@<User> <...reason>', + usage: '@<user> <...reason>', category: 'Moderation', }; |
