Skip to main content

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

NameTypeDescription
UserUserThe user to check.

Outputs

NameTypeDescription
TrueUserThe user, if they are a moderator or broadcaster.
FalseUserThe 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.