From 8daa0bb98aa97a734f7148ad4610d2763fb79c2f Mon Sep 17 00:00:00 2001 From: Fleny Date: Fri, 15 Aug 2025 10:37:02 +0200 Subject: [PATCH] fix(types): Fix discordeno/voice.ts --- packages/types/src/discordeno/voice.ts | 2 ++ 1 file changed, 2 insertions(+) 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 }