From 10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 26 Oct 2017 21:32:47 -0400 Subject: Added new quotes --- bot.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bot.js') 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); -- cgit v1.2.3