Skip to content

Commit 995186c

Browse files
committed
fix: add BanEntry to __all__ exports in guild.py
1 parent e391c82 commit 995186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/guild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
from .welcome_screen import WelcomeScreen, WelcomeScreenChannel
8989
from .widget import Widget
9090

91-
__all__ = ("Guild",)
91+
__all__ = ("Guild", "BanEntry")
9292

9393
MISSING = utils.MISSING
9494

0 commit comments

Comments
 (0)