aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-13 22:27:30 -0400
committerAlee <alee14498@gmail.com>2018-04-13 22:27:30 -0400
commit3c8be3a161c3fc1b2dbf661453fc7bf96c721403 (patch)
treed009aa948c5f2d3c962f7e20c3feee863ce95886 /commands/help.js
parent501d5986f7fed5bc7572cbac170e6e9e8720acc8 (diff)
downloadAleeBot-3c8be3a161c3fc1b2dbf661453fc7bf96c721403.tar.gz
AleeBot-3c8be3a161c3fc1b2dbf661453fc7bf96c721403.tar.bz2
AleeBot-3c8be3a161c3fc1b2dbf661453fc7bf96c721403.zip
More changes and interrogate
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
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 });