diff --git a/packages/types/src/discordeno/voice.ts b/packages/types/src/discordeno/voice.ts index 7d829c3ea..33a53dbe0 100644 --- a/packages/types/src/discordeno/voice.ts +++ b/packages/types/src/discordeno/voice.ts @@ -18,6 +18,8 @@ export interface EditUserVoiceState { channelId?: BigString /** Toggles the user's suppress state */ suppress?: boolean + + // This is part of the route but it is included in here /** The user id to target */ userId: BigString }