mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Typo Fix] Permissions (#3390)
* [Typo Fix] Permissions * Changelog file
This commit is contained in:
parent
85438e7454
commit
a203fe34cf
1
changelog.d/3390.misc.rst
Normal file
1
changelog.d/3390.misc.rst
Normal file
@ -0,0 +1 @@
|
||||
Fixes a typo in redbot/core/commands/requires.py.
|
||||
@ -95,8 +95,8 @@ 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.
|
||||
# Each privilege level also implies access to the ones before it.
|
||||
# Inserting new privilege 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