summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2020-04-01 21:50:07 -0700
committerGitHub <[email protected]>2020-04-01 21:50:07 -0700
commitc9758de52f2a95cf37fe74c22643ab074b6f903c (patch)
tree8940e9d58e6c06ee80647d20164102eba7e5e4e4
parentmake commands into codeblocks (diff)
downloads5nical-c9758de52f2a95cf37fe74c22643ab074b6f903c.tar.xz
s5nical-c9758de52f2a95cf37fe74c22643ab074b6f903c.zip
make commands in help bold
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
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);