We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efe9a2 commit aeacfedCopy full SHA for aeacfed
discord/guild.py
@@ -88,7 +88,7 @@
88
from .welcome_screen import WelcomeScreen, WelcomeScreenChannel
89
from .widget import Widget
90
91
-__all__ = ("Guild",)
+__all__ = ("BanEntry", "Guild")
92
93
MISSING = utils.MISSING
94
0 commit comments