diff --git a/discord/guild.py b/discord/guild.py index 342213d92..f8d9f6661 100644 --- a/discord/guild.py +++ b/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