summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 2c4e566..13a23bb 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);