Deprecate variable "admin_role_id" in favor of programmatic determination of Administrator permission #175
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#175
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?
This is used programmatically for
/userand/blacklist./user
Used by command to denote someone as a staff member. This will no longer be relevant after #174 has a merged PR.
/blacklist
Used to reject command execution on someone who is a staff member. Should replace the checking of the role with whether the person has the Discord administrator permission like how
utils/permissions_checker.pydoes it.Addressed by #182. No documentation updates necessary. Closing as completed.