From e434334a21247ac29809ef5c47f4c889e28d0c20 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 21 May 2021 22:16:48 +0200 Subject: :sparkles: Member List --- src/schema/VoiceStateUpdate.ts.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/schema/VoiceStateUpdate.ts.ts') diff --git a/src/schema/VoiceStateUpdate.ts.ts b/src/schema/VoiceStateUpdate.ts.ts index 5e3e35e0..ccadda60 100644 --- a/src/schema/VoiceStateUpdate.ts.ts +++ b/src/schema/VoiceStateUpdate.ts.ts @@ -3,6 +3,7 @@ export const VoiceStateUpdateSchema = { channel_id: String, self_mute: Boolean, self_deaf: Boolean, + self_video: Boolean, }; export interface VoiceStateUpdateSchema { @@ -10,4 +11,5 @@ export interface VoiceStateUpdateSchema { channel_id: string; self_mute: boolean; self_deaf: boolean; + self_video: boolean; } -- cgit 1.5.1