diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-26 21:34:18 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-26 21:34:18 -0400 |
| commit | 6bbdcbd3bea4c28c08380425549cf595a6b6814a (patch) | |
| tree | 0d9b6a313861ebec89ad0258b3bd0c5c704983c4 | |
| parent | 10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2 (diff) | |
| download | AstralQuote-ATC-6bbdcbd3bea4c28c08380425549cf595a6b6814a.tar.gz AstralQuote-ATC-6bbdcbd3bea4c28c08380425549cf595a6b6814a.tar.bz2 AstralQuote-ATC-6bbdcbd3bea4c28c08380425549cf595a6b6814a.zip | |
Fixes
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
