Debounce noisy triggers
Use the debounce window so a burst of events only fires your flow once.Some events arrive in bursts. Without a guard, your flow fires for every one.
Set the debounce window on the trigger: within that window, only the first event runs your flow. It's perfect for chat commands that impatient viewers spam, or events that repeat quickly.
See the firing controls on On Chat Command.
