diff options
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', }; |
