aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/help.js2
-rw-r--r--commands/suggest.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/help.js b/commands/help.js
index 0eb89bf..b0fc395 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -12,7 +12,7 @@ exports.run = (bot, msg, args) => {
};
exports.conf = {
- aliases: ['h'],
+ aliases: [],
guildOnly: true,
};
diff --git a/commands/suggest.js b/commands/suggest.js
index 0f1898e..976d524 100644
--- a/commands/suggest.js
+++ b/commands/suggest.js
@@ -18,7 +18,7 @@ exports.conf = {
};
exports.help = {
- name: 'suggset',
+ name: 'suggest',
description: 'Suggest a feature.',
usage: 'suggest <...Suggestion>',
};