From 42bab052e024b8541d12509d5dfdedab3c9222ab Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Sun, 8 Dec 2019 10:07:55 -0600 Subject: [PATCH] fix comment --- modules/default/compliments/compliments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/compliments/compliments.js b/modules/default/compliments/compliments.js index 57675d19..198664b7 100644 --- a/modules/default/compliments/compliments.js +++ b/modules/default/compliments/compliments.js @@ -150,7 +150,7 @@ Module.register("compliments", { randomCompliment: function() { // get the current time of day compliments list var compliments = this.complimentArray(); - variable for index to next message to display + // variable for index to next message to display let index=0 // are we randomizing if(this.config.random){