BraveNetwork / LinBot

Open source, general-purpose Discord chat bot written in C#
https://bravenetwork.github.io/
MIT License
2 stars 0 forks source link

Parallel .tesar command #21

Open Navi-King opened 6 years ago

Navi-King commented 6 years ago

Right now, it's my understanding that the self assignable role system allows you add self assignable roles to any number of groups, and .tesar toggles the functionality of being able to take one role from each group or any number of roles.

However, I would like a command that allows you to toggle a group as being exclusive. For example, let's say I have a group of normal, non-exclusive roles (group 0) but want to add the roles Special Boy and Special Girl as exclusive roles to group 1. Rather than using .tesar to make it so people can only have one role from group 0 and one role from group 1, I would like the command to make group 1 exclusive so that one person can have Special Boy and another person can have Special Girl.