From 3f47698791412f40a93ac52034cb6ae0411e99cf Mon Sep 17 00:00:00 2001 From: Steve C Date: Wed, 3 Sep 2025 05:01:50 -0400 Subject: [PATCH] All __all__ to primary_guilds module --- discord/primary_guild.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/discord/primary_guild.py b/discord/primary_guild.py index 85e40159a..940cb77c8 100644 --- a/discord/primary_guild.py +++ b/discord/primary_guild.py @@ -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`