aboutsummaryrefslogtreecommitdiff
path: root/commands/kick.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/kick.js')
-rw-r--r--commands/kick.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/kick.js b/commands/kick.js
index c371c21..b015d01 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',
};