aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-10 23:17:51 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-10 23:17:51 -0400
commit51ad56e62d34bc43c75147e24f23574289caa737 (patch)
treeadb38ad2d01ba4adc0f86d9a41fd517aa22e3edc /commands
parent383fb55047025075c7b3258cc842342f6b2fbfb8 (diff)
downloadPokeBot-51ad56e62d34bc43c75147e24f23574289caa737.tar.gz
PokeBot-51ad56e62d34bc43c75147e24f23574289caa737.tar.bz2
PokeBot-51ad56e62d34bc43c75147e24f23574289caa737.zip
testing on the main server
Diffstat (limited to 'commands')
-rw-r--r--commands/Getting Started/help.js1
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);