summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2020-04-01 21:48:27 -0700
committerGitHub <[email protected]>2020-04-01 21:48:27 -0700
commit0fdd27957c4a806e4a4331eaf496e4427247b056 (patch)
treec627cd5ea9911798757a63efac002c0b4657d6fb
parentchange formatting of help, change embed colours (diff)
downloads5nical-0fdd27957c4a806e4a4331eaf496e4427247b056.tar.xz
s5nical-0fdd27957c4a806e4a4331eaf496e4427247b056.zip
make commands into codeblocks
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 52ad149..fb8c9f0 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);