aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-10 23:13:19 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-10 23:13:19 -0400
commit383fb55047025075c7b3258cc842342f6b2fbfb8 (patch)
tree4a5421110fa5d6e8bb39cd7c8e08b18ab214f741 /commands/Getting Started/help.js
parente9ed8e2427dcb15a2de0e8b9f65f698df750bbc3 (diff)
downloadPokeBot-383fb55047025075c7b3258cc842342f6b2fbfb8.tar.gz
PokeBot-383fb55047025075c7b3258cc842342f6b2fbfb8.tar.bz2
PokeBot-383fb55047025075c7b3258cc842342f6b2fbfb8.zip
my luck wasn't good enough
Diffstat (limited to 'commands/Getting Started/help.js')
-rw-r--r--commands/Getting Started/help.js2
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 });
}