aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
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 });
}