Skip to content

Commit

Permalink
onboarding PromptOption types
Browse files Browse the repository at this point in the history
  • Loading branch information
yoggys committed May 29, 2024
1 parent d492b47 commit a26ff68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions discord/types/onboarding.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class PromptOption(TypedDict):
id: Snowflake
channel_ids: SnowflakeList
role_ids: SnowflakeList
emoji: NotRequired[Emoji | None]
emoji_id: NotRequired[Snowflake | None]
emoji_name: NotRequired[str | None]
emoji_animated: NotRequired[bool | None]
emoji: NotRequired[Emoji]
emoji_id: NotRequired[Snowflake]
emoji_name: NotRequired[str]
emoji_animated: NotRequired[bool]
title: str
description: NotRequired[str | None]
description: str | None

0 comments on commit a26ff68

Please sign in to comment.