Skip to main content

Is VIP

The Is VIP check determines whether the user who triggered the flow is a VIP or has a higher role (VIP, moderator, or broadcaster). This lets you create actions that are available to your VIPs and above, providing a middle-ground permission level between "everyone" and "moderators only."

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 VIP, moderator, or broadcaster.
FalseUserThe user, if they are not a VIP or higher.

Example

Use the Is VIP check after a Chat Command trigger for a !request command that lets VIPs and above request songs or games. Regular viewers are routed to the False path, where you could send a chat message explaining that the command is VIP-only.