aboutsummaryrefslogtreecommitdiff
path: root/commands/purge.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/purge.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/purge.js')
-rw-r--r--commands/purge.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/purge.js b/commands/purge.js
index a0e9541..f02cb0a 100644
--- a/commands/purge.js
+++ b/commands/purge.js
@@ -26,6 +26,6 @@ exports.conf = {
exports.help = {
name: 'purge',
description: 'Get rid of messages quickly.',
- usage: '@(user) <messages>',
+ usage: '@user <messages>',
category:'Moderation',
};