Role system
Alexis Strzerzynski
I propose to create two slash commands so that the staff can easily manage the roles of the members
- /addrole → add a role to a user
- /removerole → remove a role from a user
Examples of use:
> /addrole user: @Alex role: @Notifications
→ The bot adds the “Notifications” role to Alex.
/removerole user: @Alex role: @Notifications
→ The bot removes this role.
Advantages:
— Clearer for the staff, each command has a specific function.
— No ambiguity about whether the role is added or removed.
— Perfect for managing roles manually, without errors.