aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index fcc4a93..f1e26a6 100644
--- a/bot.js
+++ b/bot.js
@@ -48,7 +48,7 @@ function GetQuoteOfTheDay(quoteNum = -1) {
var url;
if (quoteNum == -1) {
- quoteNum = Math.floor(Math.random() * 1000) % 35;
+ quoteNum = Math.floor(Math.random() * 1000) % 36;
}