Button-Roles
Button-Roles copied to clipboard
[Feature] Remove existing role when assigning another role in group
When the user takes a role with a button, delete the other role, if any
it's as easy as putting the roles in an array and checking if the user has any roles from the array before assigning them the new role if they do then remove all those roles , if they don't just return. feel free to make a pr