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