diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-29 23:29:52 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-29 23:29:52 -0400 |
| commit | 1bd932995872e13e708a40c3aabbe11eb6df4ae7 (patch) | |
| tree | 670f68601656715067a9ca0a6950acc7ebf0ef28 /bot.js | |
| parent | 319f14bbf689681d0a18a39c9741df2fe208253b (diff) | |
| download | AstralQuote-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.js | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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); |
