Browse Source

Fix BanEntry not being exported despite being documented

pull/7925/head
Rapptz 3 years ago
parent
commit
f045b7d63c
  1. 3
      discord/guild.py

3
discord/guild.py

@ -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

Loading…
Cancel
Save