From 29bb8ec9e0b26d35e15c3e9954fc400d319143d4 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 12 Feb 2018 08:34:24 -0500 Subject: Updated quote 42 --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index ce976db..34934c1 100644 --- a/bot.js +++ b/bot.js @@ -344,7 +344,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { break; case 41: author = "Victor Tran"; - authorImage = ""; + authorImage = "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg"; quote = "Who needs to say fuck when you can say - instead\nI blame that on my secretary :sob:"; year = "2018"; url = "https://www.example.com/"; //TODO: Find a URL @@ -410,7 +410,7 @@ client.on('message', message => { log('[?] Reboot Requested. Rebooting...'); client.destroy(); DidReboot = true; - client.login('MjgwMjQ1MDAwMDI0MDk2NzY4.C4K8Nw.InlnQvRmbvfJG0nv13FXtoVzXwc'); + client.login(nope); */ message.channel.send("Good try... But we're not letting anyone reboot me yet!"); } else if (command === 'poweroff') { -- cgit v1.2.3