From 2bc777c8f593f2dc7906ed62b3e22f71da17a475 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 26 Oct 2017 21:18:15 -0400 Subject: Removed Victor's comment on the code --- bot.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot.js b/bot.js index a24bb09..4a8c4f8 100644 --- a/bot.js +++ b/bot.js @@ -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: -- cgit v1.2.3