From 383fb55047025075c7b3258cc842342f6b2fbfb8 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 10 Mar 2018 23:13:19 -0400 Subject: my luck wasn't good enough --- commands/Getting Started/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); } -- cgit v1.2.3