From 51ad56e62d34bc43c75147e24f23574289caa737 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 10 Mar 2018 23:17:51 -0400 Subject: testing on the main server --- commands/Getting Started/help.js | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') 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); -- cgit v1.2.3