GroupRoleSynchronizationTRACKPrimaryGroupOnly
Sentinaut opened this issue ยท 0 comments
Why?
You are currently given every single role that is parented in discord, being able to have that be a bit more specific to tracks would hold a massive benefit
What and How?
GroupRoleSynchronizationPerTrack = enabled
GroupRoleSynchronizationTrackPrimaryGroupOnly = true #gives you the highest role in all tracks that you have
GroupRoleSynchronizationTrackPrimaryGroupOnly = false #gives you the highest role in all tracks that you have + all parented groups/roles
When GroupRoleSynchronizationPerTrack is disabled, it would use the default 'GroupRoleSynchronizationPrimaryGroupOnly' value.
If enabled, it would ignore that value and do it per track instead.
Are there alternatives?
The alternative to this solution is to copy and paste permissions to all appropriate groups instead of using parent groups - otherwise you'll end up with lots of groups in discord.
Checks
- I have used the search at least once to check if my idea has already been suggested and perhaps already implemented.
Anything else
No response