aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-31 19:10:44 -0400
committerAlee <alee14498@gmail.com>2018-03-31 19:10:44 -0400
commita4a98f80e5609b4700f1e8edb4af75bd5194b4ff (patch)
tree210e8f852bd99fb6895e26d8a7bd6a94000c6c65 /bot.js
parent91e939f6d989bad84ddae354129006a3f3034266 (diff)
downloadAstralQuote-ATC-a4a98f80e5609b4700f1e8edb4af75bd5194b4ff.tar.gz
AstralQuote-ATC-a4a98f80e5609b4700f1e8edb4af75bd5194b4ff.tar.bz2
AstralQuote-ATC-a4a98f80e5609b4700f1e8edb4af75bd5194b4ff.zip
updates and possibly final commit
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index bdab54d..6600c2a 100644
--- a/bot.js
+++ b/bot.js
@@ -144,7 +144,7 @@ client.on('message', message => {
// This is the new help
const embed = new Discord.RichEmbed()
.setTitle('AstralQuote Commands')
- .setDescription('Every command that you input in this bot you must use the following prefix `' + prefix + '`.\nNOTE: AstralQuote service will be shutdown in `April 10th 4PM EDT`. Thanks for using AstralQuote!')
+ .setDescription('Every command that you input in this bot you must use the following prefix `' + prefix + '`.\nNOTE: AstralQuote service will be shutdown in `April 10th 4PM EDT`.\n Thanks for using AstralQuote!')
.setThumbnail('https://cdn.discordapp.com/avatars/373224323529310208/f42227477bc7e5b96ea848abc880a6bf.png?size=2048')
.setColor('#939d45')
.addField('- General Commands', 'ping\npong\ninvitebot\nreboot\npoweroff', true)