aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-02-12 08:34:24 -0500
committerGitHub <noreply@github.com>2018-02-12 08:34:24 -0500
commit29bb8ec9e0b26d35e15c3e9954fc400d319143d4 (patch)
tree2a14676111b4c0512b9a6d9a028d6d69eb6636b9 /bot.js
parent4ea08efa359fab06cf4bb19d4bc3335e614fb7c0 (diff)
downloadAstralQuote-ATC-29bb8ec9e0b26d35e15c3e9954fc400d319143d4.tar.gz
AstralQuote-ATC-29bb8ec9e0b26d35e15c3e9954fc400d319143d4.tar.bz2
AstralQuote-ATC-29bb8ec9e0b26d35e15c3e9954fc400d319143d4.zip
Updated quote 42
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js4
1 files changed, 2 insertions, 2 deletions
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') {