diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-10 23:17:51 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-10 23:17:51 -0400 |
| commit | 51ad56e62d34bc43c75147e24f23574289caa737 (patch) | |
| tree | adb38ad2d01ba4adc0f86d9a41fd517aa22e3edc /commands/Getting Started | |
| parent | 383fb55047025075c7b3258cc842342f6b2fbfb8 (diff) | |
| download | PokeBot-51ad56e62d34bc43c75147e24f23574289caa737.tar.gz PokeBot-51ad56e62d34bc43c75147e24f23574289caa737.tar.bz2 PokeBot-51ad56e62d34bc43c75147e24f23574289caa737.zip | |
testing on the main server
Diffstat (limited to 'commands/Getting Started')
| -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); |
