Add native Discord admin check to channel link #222
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, at
listeners/channel-link.py, I account for someone having a role that grants read permissions or having gotten read permissions via overwrite. I do not account for a user having theAdministratorpermission. This means that members with that permission, unless they have a role which grants read access, are going to needlessly have read permissions given and revoked.Desired functionality is to build a check to stop doing anything if the user has the
Administratorpermission.I... actually do already check for this. God, I'm losing it.
Closing.