diff options
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);
|