aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 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,
};