user (user) is (property) in server (guild)
Check if the user matches a particular voice property in a server.
Requires the following blocks to be present in the project: discord login
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
user | user | ✓ | The user to check the status of. |
property | any | ✓ | The property to check. |
guild | guild | ✓ | The server to check the user’s status in. |
Output
Boolean - Whether the user matches the selected property.