From 195f4e7245f3790dd44c47b5e884248c3d027a82 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 30 Oct 2017 10:25:42 -0400 Subject: New quotes --- bot.js | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/bot.js b/bot.js index f1e26a6..4fa7565 100644 --- a/bot.js +++ b/bot.js @@ -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); -- cgit v1.2.3