aboutsummaryrefslogtreecommitdiff
path: root/commands/suggest.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-23 21:23:18 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-23 21:23:18 -0500
commit3162a4132d36e36635135aefee76ba899694a043 (patch)
tree4069282d7070b997166c783411a169c5e2159307 /commands/suggest.js
parentbf44f01bc2684fb3ffa7b01f4169a62568164f29 (diff)
downloadPokeBot-3162a4132d36e36635135aefee76ba899694a043.tar.gz
PokeBot-3162a4132d36e36635135aefee76ba899694a043.tar.bz2
PokeBot-3162a4132d36e36635135aefee76ba899694a043.zip
New help
Diffstat (limited to 'commands/suggest.js')
-rw-r--r--commands/suggest.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/commands/suggest.js b/commands/suggest.js
index 976d524..1332fde 100644
--- a/commands/suggest.js
+++ b/commands/suggest.js
@@ -19,6 +19,7 @@ exports.conf = {
exports.help = {
name: 'suggest',
- description: 'Suggest a feature.',
- usage: 'suggest <...Suggestion>',
+ description: 'Suggest a feature for the bot or the server.',
+ usage: '<...suggestion>',
+ category: 'Utility',
};