Skip to content

Commit 51858b9

Browse files
committed
keep GuildVoiceState alias to VoiceState
1 parent 753e11b commit 51858b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

discord/types/voice.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ class VoiceState(TypedDict):
5656
guild_id: NotRequired[Snowflake]
5757

5858

59+
GuildVoiceState = VoiceState
60+
61+
5962
class VoiceRegion(TypedDict):
6063
id: str
6164
name: str

0 commit comments

Comments
 (0)