aboutsummaryrefslogtreecommitdiff
path: root/commands/warn.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-24 14:14:17 -0500
committerAlee <alee14498@gmail.com>2018-02-24 14:14:17 -0500
commitec9d43f27b7f91597a201f524765d9d9dc0053e6 (patch)
treece40b2f9231e8072b3adf118eb0479b100bb3c9e /commands/warn.js
parentd29bd5f7de7244a17a247d9ac1ee2554cd09c12d (diff)
parent0af8a767a247212453a56baa29b51337b0d9b626 (diff)
downloadPokeBot-ec9d43f27b7f91597a201f524765d9d9dc0053e6.tar.gz
PokeBot-ec9d43f27b7f91597a201f524765d9d9dc0053e6.tar.bz2
PokeBot-ec9d43f27b7f91597a201f524765d9d9dc0053e6.zip
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
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',
};