Skip to main contentOn Bits In Message
Entryentry.onBitsInMessageFires when a chat message carries bits at or above the minimum. Binds the bits amount and the message.Outputs
| out | Exec | exec | None |
| bits | Data | System.Int32 | multiplexed |
| user | Data | System.String | multiplexed |
| message | Data | System.String | multiplexed |
Parameters
| minBits | System.Int32 | no | 1 | None |
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |