diff options
| author | s1n <[email protected]> | 2020-04-01 21:48:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-01 21:48:27 -0700 |
| commit | 0fdd27957c4a806e4a4331eaf496e4427247b056 (patch) | |
| tree | c627cd5ea9911798757a63efac002c0b4657d6fb | |
| parent | change formatting of help, change embed colours (diff) | |
| download | s5nical-0fdd27957c4a806e4a4331eaf496e4427247b056.tar.xz s5nical-0fdd27957c4a806e4a4331eaf496e4427247b056.zip | |
make commands into codeblocks
| -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);
|