From c9758de52f2a95cf37fe74c22643ab074b6f903c Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Wed, 1 Apr 2020 21:50:07 -0700 Subject: make commands in help bold --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index fb8c9f0..2c4e566 100644 --- a/app.js +++ b/app.js @@ -151,7 +151,7 @@ bot.on('message', msg => { if (command == 'help') { let emb = new Discord.RichEmbed() - .setDescription(`The available commands are: \'ping\', \'8ball/ ball\', \'say\', \'server\' and \'help\'.`) + .setDescription(`The available commands are: *ping*, *8ball/ ball*, *say*, *server* and *help*.`) .setColor(0xF97DAE); msg.channel.send(RichEmbed = emb); -- cgit v1.2.3