mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Consistent use of __all__ to prevent merge conflicts.
This commit is contained in:
@ -30,7 +30,12 @@ from .enums import ActivityType, try_enum
|
||||
from .colour import Colour
|
||||
from .utils import _get_as_snowflake
|
||||
|
||||
__all__ = ['Activity', 'Streaming', 'Game', 'Spotify']
|
||||
__all__ = (
|
||||
'Activity',
|
||||
'Streaming',
|
||||
'Game',
|
||||
'Spotify',
|
||||
)
|
||||
|
||||
"""If curious, this is the current schema for an activity.
|
||||
|
||||
|
Reference in New Issue
Block a user