diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-02-12 08:34:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-12 08:34:24 -0500 |
| commit | 29bb8ec9e0b26d35e15c3e9954fc400d319143d4 (patch) | |
| tree | 2a14676111b4c0512b9a6d9a028d6d69eb6636b9 /bot.js | |
| parent | 4ea08efa359fab06cf4bb19d4bc3335e614fb7c0 (diff) | |
| download | AstralQuote-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.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') {
|
