user (user) is in server (guild)
In Discord → Users; Discord → Servers
Determines whether a user is in a particular server. This may require the “membership” privileged intent.
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. |
guild | guild | ✓ | The server to check. |
Output
Boolean - Whether the user is in a particular server