From 3c8be3a161c3fc1b2dbf661453fc7bf96c721403 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 13 Apr 2018 22:27:30 -0400 Subject: More changes and interrogate --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index eda775e..4b3d62d 100644 --- a/commands/help.js +++ b/commands/help.js @@ -42,7 +42,7 @@ module.exports.run = async (client, message) => { cat = cat + command + '\n'; } }); - embed.addField(x, cat); + embed.addField(x, cat, true); }); await message.channel.send({ embed }); -- cgit v1.2.3