fix(types): Fix discordeno/voice.ts

This commit is contained in:
Fleny
2025-08-15 10:37:02 +02:00
parent 8baea8c771
commit 8daa0bb98a

View File

@@ -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
}