diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-10 23:13:19 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-10 23:13:19 -0400 |
| commit | 383fb55047025075c7b3258cc842342f6b2fbfb8 (patch) | |
| tree | 4a5421110fa5d6e8bb39cd7c8e08b18ab214f741 | |
| parent | e9ed8e2427dcb15a2de0e8b9f65f698df750bbc3 (diff) | |
| download | PokeBot-383fb55047025075c7b3258cc842342f6b2fbfb8.tar.gz PokeBot-383fb55047025075c7b3258cc842342f6b2fbfb8.tar.bz2 PokeBot-383fb55047025075c7b3258cc842342f6b2fbfb8.zip | |
my luck wasn't good enough
| -rw-r--r-- | commands/Getting Started/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index fe64a19..b68c0a3 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -35,7 +35,7 @@ exports.run = (bot, msg, args) => { const command = bot.commands.get(x).get(cmd); cat += `**${command.help.name}**\n`; }); - embed.addField(x, cat); + embed.addField(x, cat, true); }); msg.channel.send({ embed }); } |
