diff options
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/help.js b/commands/help.js index b963301..27436e1 100644 --- a/commands/help.js +++ b/commands/help.js @@ -2,6 +2,7 @@ const Discord = require('discord.js'); module.exports = { name: 'help', + aliases: ['h'], description: '', execute(msg, args, bot) { if (!args.length) { |