diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-27 14:20:54 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-27 14:20:54 -0400 |
| commit | ae743be473743e724fb92555d8e5675b7735f20c (patch) | |
| tree | 57b0cb1e004fc703d4b48fa42c4a3d5ce1831e3d /bot.js | |
| parent | c38cae615c3e5a63a79aa4a84e9ecaba50888f0d (diff) | |
| download | AstralQuote-ATC-ae743be473743e724fb92555d8e5675b7735f20c.tar.gz AstralQuote-ATC-ae743be473743e724fb92555d8e5675b7735f20c.tar.bz2 AstralQuote-ATC-ae743be473743e724fb92555d8e5675b7735f20c.zip | |
Changed the colors on the embeds
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -117,7 +117,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { break; case 12: //Special Case QuoteOfTheDay.setAuthor("William Shakespeare", "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Shakespeare.jpg/468px-Shakespeare.jpg"); - QuoteOfTheDay.setColor("#FF0000"); + QuoteOfTheDay.setColor("#BF6FDB"); QuoteOfTheDay.setURL("https://i.imgur.com/4KfdylP.jpg"); QuoteOfTheDay.setImage("https://i.imgur.com/4KfdylP.jpg"); return QuoteOfTheDay; @@ -172,7 +172,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { } QuoteOfTheDay.setAuthor(author, authorImage); - QuoteOfTheDay.setColor("#FF0000"); + QuoteOfTheDay.setColor("#BF6FDB"); QuoteOfTheDay.setDescription(quote); QuoteOfTheDay.setFooter("- " + year); QuoteOfTheDay.setURL(url); @@ -236,7 +236,7 @@ client.on('message', message => { .setTitle("AstrelQuact Commands") .setDescription('Every command that you input in this bot you must use the following prefix `!`.') .setThumbnail('https://cdn.discordapp.com/avatars/373224323529310208/10311b6f6bb439681480b0ced7efaf66.png?size=2048') - .setColor("#FF0000") + .setColor("#BF6FDB") .addField("- General Commands", "ping\npong\ninvitebot\ncontribute\nreboot\npoweroff", true) .addField("- Quote Commands", "quoteoftheday\nforcequote", true) .setFooter("AstrelQuact Copyright 2017. This was made by TheRandomMelon and vicr123 and modified by Alee14.") |
