diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index ebbb17966..9b1f5bcba 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -1604,7 +1604,7 @@ export interface EditOwnVoiceState { /** https://discord.com/developers/docs/resources/guild#update-user-voice-state */ export interface EditUserVoiceState { /** The id of the channel the user is currently in */ - channelId: BigString + channelId?: BigString /** Toggles the user's suppress state */ suppress?: boolean /** The user id to target */