diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-02-12 08:20:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-12 08:20:27 -0500 |
| commit | 519bd4281dd7176f92725ccec7011783f056101c (patch) | |
| tree | d930d99815e2e9c00b1df1ef6c9ef1d718b70b04 /bot.js | |
| parent | eda17086beb0c6568059c9944e997d01c9c1e0de (diff) | |
| download | AstralQuote-ATC-519bd4281dd7176f92725ccec7011783f056101c.tar.gz AstralQuote-ATC-519bd4281dd7176f92725ccec7011783f056101c.tar.bz2 AstralQuote-ATC-519bd4281dd7176f92725ccec7011783f056101c.zip | |
VICTOR SWORE AGAIN HAHAHAHA THANKS SERVERLION
Psst I copied and pasted that quote didn't actually typed it
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -51,7 +51,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { var url;
if (quoteNum == -1) {
- quoteNum = Math.floor(Math.random() * 1000) % 41;
+ quoteNum = Math.floor(Math.random() * 1000) % 42;
}
@@ -341,6 +341,13 @@ function GetQuoteOfTheDay(quoteNum = -1) { quote = "VAAAAT NINETEEEEEEN! dot com ._.";
year = "2017"
url = "https://youtu.be/tnvcxBns_uQ?t=3m17s";
+ break;
+ case 41:
+ author = "Victor Tran";
+ authorImage = "";
+ quote = "Who needs to say fuck when you can say - instead\nI blame that on my secretary :sob:";
+ url = "https://www.example.com/"; //TODO: Find a URL
+ break;
}
QuoteOfTheDay.setAuthor(author, authorImage);
|
