diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-26 21:18:15 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-26 21:18:15 -0400 |
| commit | 2bc777c8f593f2dc7906ed62b3e22f71da17a475 (patch) | |
| tree | 60835047406edaad2029888c3a57685e2e822921 | |
| parent | 8fee30c213e22c5fe2c3553d65c5040d1ba17118 (diff) | |
| download | AstralQuote-ATC-2bc777c8f593f2dc7906ed62b3e22f71da17a475.tar.gz AstralQuote-ATC-2bc777c8f593f2dc7906ed62b3e22f71da17a475.tar.bz2 AstralQuote-ATC-2bc777c8f593f2dc7906ed62b3e22f71da17a475.zip | |
Removed Victor's comment on the code
| -rw-r--r-- | bot.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ function GetQuoteOfTheDay(quoteNum = -1) { quoteNum = Math.floor(Math.random() * 1000) % 18; } - //New quotes should be kept clean. No expletives or really anything you don't want a 3 year old to see. Thanks :) - // - Victor switch (quoteNum) { case 0: |
