Browse Source
Apply suggestions from code review
Co-authored-by: dolfies <jeyalfie47@gmail.com>
pull/10211/head
blord0
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
discord/types/primary_guild.py
|
@ -26,7 +26,7 @@ from typing import TypedDict |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PrimaryGuild(TypedDict): |
|
|
class PrimaryGuild(TypedDict): |
|
|
identity_guild_id: int |
|
|
identity_guild_id: Optional[int] |
|
|
identity_enabled: bool |
|
|
identity_enabled: Optional[bool] |
|
|
tag: str |
|
|
tag: Optional[str] |
|
|
badge: str |
|
|
badge: Optional[str] |
|
|