aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-29 23:29:52 -0400
committerUnknown <Alee14498@gmail.com>2017-10-29 23:29:52 -0400
commit1bd932995872e13e708a40c3aabbe11eb6df4ae7 (patch)
tree670f68601656715067a9ca0a6950acc7ebf0ef28 /bot.js
parent319f14bbf689681d0a18a39c9741df2fe208253b (diff)
downloadAstralQuote-ATC-1bd932995872e13e708a40c3aabbe11eb6df4ae7.tar.gz
AstralQuote-ATC-1bd932995872e13e708a40c3aabbe11eb6df4ae7.tar.bz2
AstralQuote-ATC-1bd932995872e13e708a40c3aabbe11eb6df4ae7.zip
Last commit for the night (maybe)
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js10
1 files changed, 7 insertions, 3 deletions
diff --git a/bot.js b/bot.js
index 41b5547..fcc4a93 100644
--- a/bot.js
+++ b/bot.js
@@ -297,9 +297,13 @@ function GetQuoteOfTheDay(quoteNum = -1) {
year = "2017";
url = "https://www.example.com/"; //TODO: Find a URL
break;
-
-
-
+ case 35:
+ author = "AstralPhaser";
+ authorImage = "https://cdn.discordapp.com/avatars/230480971084988417/32f46a9671c6ceedc54b369ea73be178.png?size=2048";
+ quote = "anyway, I've gotta go now, I'll be back in 3 years";
+ year = "2017";
+ url = "https://www.example.com/"; //TODO: Find a URL
+ break;
}
QuoteOfTheDay.setAuthor(author, authorImage);