You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate permissions system in Rem bot. Simple, with priority order. Options like:
blacklist entire server, then whitelist two channels, then blacklist a Moderator rank in those channels, but whitelist user there. (user>role>channel>server order), one can use * to include all commands/modules.
Or option to lock module but unlock one command.
So:
Lock system here is useful, but if you lock cog and unlock command (both globally), command still is locked. That system is hard to manage. Maybe instead of locking cog make it to work as loop of locking commands?
Same with other. There should be a priority order.
If user has permission do it, else if any of users roles has permission do it, else if channel has perm. do it, else if server has perm. do it, else don't.
Do you plan to add subcomands to black/whitelist, such as channel/cog/command?
PS. Yes, my English isn't clear to understand, sorry.
The text was updated successfully, but these errors were encountered:
Not going to be available in V2, likely will add to V3 implementation of permissions but that's a long way down the road and the featureset isn't set in stone yet.
I appreciate permissions system in Rem bot. Simple, with priority order. Options like:
blacklist entire server, then whitelist two channels, then blacklist a Moderator rank in those channels, but whitelist user there. (user>role>channel>server order), one can use * to include all commands/modules.
Or option to lock module but unlock one command.
So:
Lock system here is useful, but if you lock cog and unlock command (both globally), command still is locked. That system is hard to manage. Maybe instead of locking cog make it to work as loop of locking commands?
Same with other. There should be a priority order.
If user has permission do it, else if any of users roles has permission do it, else if channel has perm. do it, else if server has perm. do it, else don't.
Do you plan to add subcomands to black/whitelist, such as channel/cog/command?
PS. Yes, my English isn't clear to understand, sorry.
The text was updated successfully, but these errors were encountered: