diff options
Diffstat (limited to 'commands/kick.js')
| -rw-r--r-- | commands/kick.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/kick.js b/commands/kick.js index 034a003..5ed7942 100644 --- a/commands/kick.js +++ b/commands/kick.js @@ -19,6 +19,6 @@ exports.conf = { exports.help = { name: 'kick', description: 'Kick a user out of the server.', - usage: '@<User> <...reason>', + usage: '@<user> <...reason>', category: 'Moderation', }; |
