From 6bbdcbd3bea4c28c08380425549cf595a6b6814a Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 26 Oct 2017 21:34:18 -0400 Subject: Fixes --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index a52f3a7..2938d6a 100644 --- a/bot.js +++ b/bot.js @@ -26,7 +26,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { var url; if (quoteNum == -1) { - quoteNum = Math.floor(Math.random() * 1000) % 18; + quoteNum = Math.floor(Math.random() * 1000) % 19; } -- cgit v1.2.3