@ -73,6 +73,7 @@ from .poll import *
from .soundboard import *
from .subscription import *
from .presences import *
from .primary_guild import *
class VersionInfo(NamedTuple):
@ -36,6 +36,7 @@ if TYPE_CHECKING:
class PrimaryGuild:
r"""Represents the primary guild (formally known as a clan) of a :class:`User`"""
__slots__ = ('_guild_id', 'identity_enabled', '_tag', '_badge', '_state')
if TYPE_CHECKING:
@ -5453,6 +5453,14 @@ ClientStatus
.. autoclass:: ClientStatus()
:members:
PrimaryGuild
~~~~~~~~~~~~
.. attributetable:: PrimaryGuild
.. autoclass:: PrimaryGuild()
Data Classes
--------------