|
|
@ -56,9 +56,9 @@ class PrimaryGuild: |
|
|
|
|
|
|
|
if TYPE_CHECKING: |
|
|
|
id: Optional[int] |
|
|
|
identity_enabled: bool |
|
|
|
identity_enabled: Optional[bool] |
|
|
|
tag: Optional[str] |
|
|
|
_badge: str |
|
|
|
_badge: Optional[str] |
|
|
|
_state: ConnectionState |
|
|
|
|
|
|
|
def __init__(self, *, state, data: PrimaryGuildPayload) -> None: |
|
|
|