diff options
| -rw-r--r-- | commands/Getting Started/help.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index b68c0a3..00e0c21 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -51,6 +51,7 @@ exports.run = (bot, msg, args) => { const commands = bot.categories.get(x); commands.forEach(cmd => { const command = bot.commands.get(x).get(cmd); + msg.channel.send(args[1]) if (command.help.name == args[1]) { const usage = command.help.usage ? `*${command.help.usage}* ` : '*none*'; embed.addField('Name', command.help.name, true); |
