mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 20:28:55 -05:00
[Permissions] Quick extra comment of importance (#2379)
This commit is contained in:
parent
849ade6e58
commit
1c4193cce2
@ -93,6 +93,10 @@ DM_PERMS.update(
|
||||
class PrivilegeLevel(enum.IntEnum):
|
||||
"""Enumeration for special privileges."""
|
||||
|
||||
# Maintainer Note: do NOT re-order these.
|
||||
# Each privelege level also implies access to the ones before it.
|
||||
# Inserting new privelege levels at a later point is fine if that is considered.
|
||||
|
||||
NONE = enum.auto()
|
||||
"""No special privilege level."""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user