MemeLabs / chat-gui

Strims.gg chat front-end
Other
18 stars 30 forks source link

Added modifier to all emotes, added setting to toggle. #422

Closed ftwpala closed 3 years ago

ftwpala commented 3 years ago

Added modifier that is automatically applied to all emotes and added user settings to enable/disable. Default state is Enabled.

slugalisk commented 3 years ago

@ftwpala sorry for the confusion. i didn't loop @jbpratt into the discussion about making this generic. you can switch this back. users probably shouldn't need to disable this repeatedly if we add effects for other events.

we need a time range condition for adding the modifier - probably something like

const t = new Date();
if (t.getMonth() === 1 && t.getDate() < 15) { /* ... */ }

then we can leave the code in like we do with the spooktober rares.