Skip to main content

Discord Conditions

Discord Conditions evaluate user data and return a true or false result.
They are used to check if a user has specific roles or permissions within a Discord server.
Each condition can be used to control workflow logic, allowing actions to trigger only when certain Discord requirements are met.

Blocks

Does User Have Discord Role

The Does User Have Discord Role block checks whether or not a user has a specific role.

What does it do?

This block evaluates the selected user and role, returning a boolean value based on whether the user has that role.
Input
  • User — The Discord user to check.
  • Role — The Discord role to verify.
Output
  • Boolean — True if the user has the role, false if not.

Need help?

Still have questions? Join our Discord server for support.
Last modified on July 4, 2026