mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
fix(types/voice): member field in VoiceState is nullable
This commit is contained in:
@@ -9,7 +9,7 @@ export interface VoiceState {
|
||||
/** The user id this voice state is for */
|
||||
userId: string;
|
||||
/** The guild member this voice state is for */
|
||||
member?: GuildMemberWithUser;
|
||||
member?: GuildMemberWithUser | null;
|
||||
/** The session id for this voice state */
|
||||
sessionId: string;
|
||||
/** Whether this user is deafened by the server */
|
||||
|
||||
Reference in New Issue
Block a user