mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Fix BanEntry not being exported despite being documented
This commit is contained in:
parent
08844985cc
commit
f045b7d63c
@ -88,11 +88,10 @@ from .audit_logs import AuditLogEntry
|
|||||||
from .object import OLDEST_OBJECT, Object
|
from .object import OLDEST_OBJECT, Object
|
||||||
|
|
||||||
|
|
||||||
# fmt: off
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'Guild',
|
'Guild',
|
||||||
|
'BanEntry',
|
||||||
)
|
)
|
||||||
# fmt: on
|
|
||||||
|
|
||||||
MISSING = utils.MISSING
|
MISSING = utils.MISSING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user