diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 14:05:39 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 14:05:39 -0500 |
| commit | 0af8a767a247212453a56baa29b51337b0d9b626 (patch) | |
| tree | cf41c366a5b3bb4daa0a89c375bd7d75bc3d6c27 /commands/softban.js | |
| parent | 4e492c95ea6e1d1b44cf8434f2a0215f78d04c9c (diff) | |
| download | PokeBot-0af8a767a247212453a56baa29b51337b0d9b626.tar.gz PokeBot-0af8a767a247212453a56baa29b51337b0d9b626.tar.bz2 PokeBot-0af8a767a247212453a56baa29b51337b0d9b626.zip | |
fixed\s
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 8c4fee0..3044090 100644 --- a/commands/softban.js +++ b/commands/softban.js @@ -36,6 +36,6 @@ exports.conf = { exports.help = { name: 'softban', description: 'Kick the user and delete their messages.', - usage: '@<user> <...reason>', + usage: '@user <...reason>', category: 'Moderation', }; |
