[Typo Fix] Permissions (#3390)

* [Typo Fix] Permissions

* Changelog file
This commit is contained in:
Stonedestroyer 2020-01-17 10:43:37 +01:00 committed by Michael H
parent 85438e7454
commit a203fe34cf
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
Fixes a typo in redbot/core/commands/requires.py.

View File

@ -95,8 +95,8 @@ class PrivilegeLevel(enum.IntEnum):
"""Enumeration for special privileges.""" """Enumeration for special privileges."""
# Maintainer Note: do NOT re-order these. # Maintainer Note: do NOT re-order these.
# Each privelege level also implies access to the ones before it. # Each privilege level also implies access to the ones before it.
# Inserting new privelege levels at a later point is fine if that is considered. # Inserting new privilege levels at a later point is fine if that is considered.
NONE = enum.auto() NONE = enum.auto()
"""No special privilege level.""" """No special privilege level."""