Browse Source

Fix BanEntry not being exported despite being documented

pull/10109/head
Rapptz 3 years ago
committed by dolfies
parent
commit
a51fcf2257
  1. 3
      discord/guild.py

3
discord/guild.py

@ -94,11 +94,10 @@ from .guild_premium import PremiumGuildSubscription
from .entitlements import Entitlement
# fmt: off
__all__ = (
'Guild',
'BanEntry',
)
# fmt: on
MISSING = utils.MISSING

Loading…
Cancel
Save