Remove Role from User
How to remove a role from a user in the server using a DBS bot
This node can be used to remove a role from a user.
Field
Description
User
The user to remove the role from. This should evaluate to an id or tag; you can manually copy a user's id or get it programmatically by using a user type variable.
Role to remove
The name or id of the role to remove from the user.
Reason
The reason (which will be in the server logs) that the role is being removed.
Last updated