aboutsummaryrefslogtreecommitdiff
path: root/commands/softban.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/softban.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/softban.js')
-rw-r--r--commands/softban.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/softban.js b/commands/softban.js
index 8c4fee0..3044090 100644
--- a/commands/softban.js
+++ b/commands/softban.js
@@ -36,6 +36,6 @@ exports.conf = {
exports.help = {
name: 'softban',
description: 'Kick the user and delete their messages.',
- usage: '@<user> <...reason>',
+ usage: '@user <...reason>',
category: 'Moderation',
};