We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58acdb7 commit 1e717ceCopy full SHA for 1e717ce
discord/primary_guild.py
@@ -39,12 +39,12 @@ class PrimaryGuild:
39
40
Attributes
41
----------
42
- identity_guild_id: int
43
- The ID of the guild.
44
- identity_enabled: :class:`bool`
45
- Whether the primary guild is enabled.
46
- tag: str
47
- The tag of the primary guild.
+ identity_guild_id: int
+ The ID of the guild.
+ identity_enabled: :class:`bool`
+ Whether the primary guild is enabled.
+ tag: str
+ The tag of the primary guild.
48
"""
49
50
def __init__(self, data: PrimaryGuildPayload, state: "ConnectionState") -> None:
0 commit comments