diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-30 10:25:42 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-30 10:25:42 -0400 |
| commit | 195f4e7245f3790dd44c47b5e884248c3d027a82 (patch) | |
| tree | 55d794628cef65b0574c9a31312fc457df9b44d0 | |
| parent | 9fbf25f82b767d0b4d82bbd1bca3ae99d8f0bd47 (diff) | |
| download | AstralQuote-ATC-195f4e7245f3790dd44c47b5e884248c3d027a82.tar.gz AstralQuote-ATC-195f4e7245f3790dd44c47b5e884248c3d027a82.tar.bz2 AstralQuote-ATC-195f4e7245f3790dd44c47b5e884248c3d027a82.zip | |
New quotes
| -rw-r--r-- | bot.js | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -48,7 +48,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { var url; if (quoteNum == -1) { - quoteNum = Math.floor(Math.random() * 1000) % 36; + quoteNum = Math.floor(Math.random() * 1000) % 39; } @@ -304,6 +304,27 @@ function GetQuoteOfTheDay(quoteNum = -1) { year = "2017"; url = "https://www.example.com/"; //TODO: Find a URL break; + case 36: + author = "Victor Tran"; + authorImage = "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg"; + quote = "Zero electric cars means they don't sell electric cards here"; + year = "2017"; + url = "https://www.example.com/"; //TODO: Find a URL + break; + case 37: + author = "Victor Tran"; + authorImage = "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg"; + quote = "Unless you're living in like Denland or something"; + year = "2017"; + url = "https://www.example.com/"; //TODO: Find a URL + break; + case 38: + author = "Victor Tran"; + authorImage = "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg"; + quote = "[goes and cries in a corner]\nWAAA\nWAAAAAAAAAA\nWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"; + year = "2017"; + url = "https://cdn.discordapp.com/attachments/373884824034869249/374564169678061568/unknown.png"; + break; } QuoteOfTheDay.setAuthor(author, authorImage); |
