mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-09 03:07:00 +00:00
All __all__ to primary_guilds module
This commit is contained in:
@ -35,6 +35,12 @@ if TYPE_CHECKING:
|
||||
from .types.user import PrimaryGuild as PrimaryGuildPayload
|
||||
from typing_extensions import Self
|
||||
|
||||
# fmt: off
|
||||
__all__ = (
|
||||
'PrimaryGuild',
|
||||
)
|
||||
# fmt: on
|
||||
|
||||
|
||||
class PrimaryGuild:
|
||||
"""Represents the primary guild identity of a :class:`User`
|
||||
|
Reference in New Issue
Block a user