Skip to content
Discussion options

You must be logged in to vote

There are multiple ways you can do this:

If you want to check their overall permissions within a Guild, you have Member.guild_permissions, which is an instance of Permissions, so you can check the attributes of it.

If you want their permissions in a specific channel, you have GuildChannel.permissions_for, which returns the same type.

There is a method that utilises overwrites too if you're interested in that?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mmdbalkhi
Comment options

Answer selected by mmdbalkhi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants