diff --git a/discord/primary_guild.py b/discord/primary_guild.py index 6ed789256..89f769306 100644 --- a/discord/primary_guild.py +++ b/discord/primary_guild.py @@ -37,6 +37,7 @@ if TYPE_CHECKING: class PrimaryGuild: """Represents the primary guild (formally known as a clan) of a :class:`User`""" + __slots__ = ('_id', 'identity_enabled', '_tag', '_badge', '_state') if TYPE_CHECKING: @@ -85,7 +86,4 @@ class PrimaryGuild: return None def __repr__(self) -> str: - return ( - f'' - ) + return f''