Timers Min Interval Issue

Asked Aug 3, 2025·1 reply·Last activity 11 months ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Hi everyone, I have an issue with timers. I created 4, and when it comes to modifying the interval, no timer takes into account my minutes. They always keep 5 min.

As a result, during my streams, the 4 messages pop all together every time, and it isn't very unpleasant... What's the problem and how to fix it?

NB: The line number is respected every time, though. Regards.

image.png

1 reply

This actually is just how the system is architected. It counts chat activity in the past 5 minutes prior to the timer running (at whatever interval that is, in your case 13 mins). If number of lines sent in the past 5 minutes surpasses the minimum, it will execute the timer.