Is Moderator
The Is Moderator check determines whether the user who triggered the flow is a moderator or has a higher role (moderator or broadcaster). This is useful for gating commands and actions behind moderator permissions, ensuring that only trusted users can activate them.
The user data passes through to whichever output path matches, so you can continue using it in subsequent nodes.
Inputs
| Name | Type | Description |
|---|---|---|
User | User | The user to check. |
Outputs
| Name | Type | Description |
|---|---|---|
True | User | The user, if they are a moderator or broadcaster. |
False | User | The user, if they are not a moderator or higher. |
Example
Use the Is Moderator check after a Chat Command trigger for a !timeout command. Only moderators and the broadcaster will proceed down the True path to execute the timeout action. Regular viewers and VIPs will be routed to the False path.