diff options
| author | s1n <[email protected]> | 2020-04-01 21:50:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-01 21:50:07 -0700 |
| commit | c9758de52f2a95cf37fe74c22643ab074b6f903c (patch) | |
| tree | 8940e9d58e6c06ee80647d20164102eba7e5e4e4 | |
| parent | make commands into codeblocks (diff) | |
| download | s5nical-c9758de52f2a95cf37fe74c22643ab074b6f903c.tar.xz s5nical-c9758de52f2a95cf37fe74c22643ab074b6f903c.zip | |
make commands in help bold
| -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);
|