Skip to content

Commit aeacfed

Browse files
LumabotsDorukyum
andauthored
fix: add BanEntry to __all__ exports in guild.py (#2798)
* fix: add BanEntry to __all__ exports in guild.py * Hold on Signed-off-by: Dorukyum <[email protected]> --------- Signed-off-by: Dorukyum <[email protected]> Co-authored-by: Dorukyum <[email protected]>
1 parent 7efe9a2 commit aeacfed

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__ = ("BanEntry", "Guild")
9292

9393
MISSING = utils.MISSING
9494

0 commit comments

Comments
 (0)