aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-29 22:54:37 -0400
committerUnknown <Alee14498@gmail.com>2017-10-29 22:54:37 -0400
commit3eb7265dcc09b9d16fddf09308a1b1cc8406e0eb (patch)
tree55ebc1e63864184c78972ef93bcea1a18e694e43
parent71c07ae4b5a7b3a00d2b08ec673c084771e49a42 (diff)
downloadAstralQuote-ATC-3eb7265dcc09b9d16fddf09308a1b1cc8406e0eb.tar.gz
AstralQuote-ATC-3eb7265dcc09b9d16fddf09308a1b1cc8406e0eb.tar.bz2
AstralQuote-ATC-3eb7265dcc09b9d16fddf09308a1b1cc8406e0eb.zip
*Cough* *cough* don't forget about this
-rw-r--r--bot.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/bot.js b/bot.js
index c4d56b7..93167e1 100644
--- a/bot.js
+++ b/bot.js
@@ -42,7 +42,7 @@ function GetQuoteOfTheDay(quoteNum = -1) {
var url;
if (quoteNum == -1) {
- quoteNum = Math.floor(Math.random() * 1000) % 33;
+ quoteNum = Math.floor(Math.random() * 1000) % 34;
}
@@ -284,15 +284,15 @@ function GetQuoteOfTheDay(quoteNum = -1) {
year = "2017";
url = "https://www.example.com/"; //TODO: Find a URL
break;
- case 34:
+ case 33:
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";
year = "2017";
url = "https://www.example.com/"; //TODO: Find a URL
break;
-
-
+
+
}