From 1bd932995872e13e708a40c3aabbe11eb6df4ae7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 29 Oct 2017 23:29:52 -0400 Subject: Last commit for the night (maybe) --- bot.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 41b5547..fcc4a93 100644 --- a/bot.js +++ b/bot.js @@ -297,9 +297,13 @@ function GetQuoteOfTheDay(quoteNum = -1) { year = "2017"; url = "https://www.example.com/"; //TODO: Find a URL break; - - - + case 35: + author = "AstralPhaser"; + authorImage = "https://cdn.discordapp.com/avatars/230480971084988417/32f46a9671c6ceedc54b369ea73be178.png?size=2048"; + quote = "anyway, I've gotta go now, I'll be back in 3 years"; + year = "2017"; + url = "https://www.example.com/"; //TODO: Find a URL + break; } QuoteOfTheDay.setAuthor(author, authorImage); -- cgit v1.2.3