batubozkan / twitch_Hue

Twitch Bot which changes colors of Philips Hue lamps based on cheers and subs
GNU General Public License v3.0
29 stars 6 forks source link

Update bot.js #4

Open XPhyro opened 7 years ago

XPhyro commented 7 years ago

Optimized comparison of months value for maximum efficiency by getting rid of excess checks.

linuxgemini commented 7 years ago

Looks 👌 Though I still don't like some spacings in the code LUL

    if(true) { // if ()
        return;
    }else{ // } else {
        return;
    }

EDITED: my bad, forgot to close if