From 5f066d7e948fca0c8413ea6a73d111063c102fd0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 29 Oct 2017 23:20:17 -0400 Subject: Fixes --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.js b/bot.js index bf9c4b5..efe469e 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) % 34; + quoteNum = Math.floor(Math.random() * 1000) % 35; } @@ -290,7 +290,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { year = "2017"; url = "https://www.example.com/"; //TODO: Find a URL break; - case 33: + case 34: author = "Victor Tran"; authorImage = "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg"; quote = "(there is a :middle_finger: emoji sitting in Gboard now after my brother sent that to Google Assistant"; -- cgit v1.2.3