-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage Permissions
channel override overrides ManageRoles
Permission
#754
Comments
Do you have the debug logs? |
logger.debug(
kord.getChannelOf<TopGuildChannel>(Snowflake(906206244119904290))!!
.getEffectivePermissions(kord.selfId).values.toString()
) |
I don't understand very well, you don't have these permissions on debug, can you send the PATCH debug (when you disable the |
That's not the problem, the bot never updates the channel override. The problem is (as far as I can see) the |
Hello there, could you include the steps on how to reproduce this? |
@DeDiamondPro sorry I didn't ask you |
No it does not |
In
TopGuildChannel.getEffectivePermissions
, when theManage Permissions
channel override is denied, it will override theManageRoles
permission. These 2 permissions have nothing to do with each other, the manage permission overwrite is just for the permissions of that channel and should not influence theManageRoles
permission.The text was updated successfully, but these errors were encountered: