aboutsummaryrefslogtreecommitdiff
path: root/commands/warn.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/warn.js')
-rw-r--r--commands/warn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/warn.js b/commands/warn.js
index a20cf08..88305a0 100644
--- a/commands/warn.js
+++ b/commands/warn.js
@@ -28,6 +28,6 @@ exports.conf = {
exports.help = {
name: 'warn',
description: 'Logs a warning to the user.',
- usage : '@<user> <reason>',
+ usage : '@user <reason>',
category: 'Moderation',
};