diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 14:05:39 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 14:05:39 -0500 |
| commit | 0af8a767a247212453a56baa29b51337b0d9b626 (patch) | |
| tree | cf41c366a5b3bb4daa0a89c375bd7d75bc3d6c27 /commands/warn.js | |
| parent | 4e492c95ea6e1d1b44cf8434f2a0215f78d04c9c (diff) | |
| download | PokeBot-0af8a767a247212453a56baa29b51337b0d9b626.tar.gz PokeBot-0af8a767a247212453a56baa29b51337b0d9b626.tar.bz2 PokeBot-0af8a767a247212453a56baa29b51337b0d9b626.zip | |
fixed\s
Diffstat (limited to 'commands/warn.js')
| -rw-r--r-- | commands/warn.js | 2 |
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', }; |
