aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-02-12 08:20:27 -0500
committerGitHub <noreply@github.com>2018-02-12 08:20:27 -0500
commit519bd4281dd7176f92725ccec7011783f056101c (patch)
treed930d99815e2e9c00b1df1ef6c9ef1d718b70b04 /bot.js
parenteda17086beb0c6568059c9944e997d01c9c1e0de (diff)
downloadAstralQuote-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.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index aada2a8..a1a640e 100644
--- a/bot.js
+++ b/bot.js
@@ -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);