mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
fix(types): Fix discordeno/voice.ts
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user