aboutsummaryrefslogtreecommitdiff
path: root/commands/kick.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/kick.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/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',
};