aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-26 21:32:47 -0400
committerUnknown <Alee14498@gmail.com>2017-10-26 21:32:47 -0400
commit10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2 (patch)
tree652e4438dacd2284fd094852a134935fcbcb7843
parent2bc777c8f593f2dc7906ed62b3e22f71da17a475 (diff)
downloadAstralQuote-ATC-10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2.tar.gz
AstralQuote-ATC-10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2.tar.bz2
AstralQuote-ATC-10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2.zip
Added new quotes
-rw-r--r--bot.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 4a8c4f8..a52f3a7 100644
--- a/bot.js
+++ b/bot.js
@@ -156,7 +156,12 @@ function GetQuoteOfTheDay(quoteNum = -1) {
year = "2017";
url = "https://www.example.com"; // TODO: Find a URL
break;
-
+ case 18:
+ author = "Alee14";
+ authorImage = "https://cdn.discordapp.com/avatars/242775871059001344/cbc9d248dc3ce8782153b03a3ba0c121.png?size=2048";
+ quote = "IS THERE A GOOOOOGALIE HERE!!!! (Go to 2:30 into the video)"
+ year = "2014";
+ url = "https://youtu.be/Ap6fUlMx90A";
}
QuoteOfTheDay.setAuthor(author, authorImage);