mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-23 08:53:11 +00:00
Add __all__
to remaining modules
This commit is contained in:
@@ -44,6 +44,9 @@ from .asset import Asset
|
||||
from .flags import SystemChannelFlags
|
||||
from .integrations import Integration
|
||||
|
||||
__all__ = (
|
||||
'Guild',
|
||||
)
|
||||
|
||||
BanEntry = namedtuple('BanEntry', 'reason user')
|
||||
_GuildLimit = namedtuple('_GuildLimit', 'emoji bitrate filesize')
|
||||
|
Reference in New Issue
Block a user