From d24348ef0f53c80ad618056c45eda6c147525133 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:18:05 +0200 Subject: :sparkles: gateway --- src/schema/VoiceStateUpdate.ts.ts | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/schema/VoiceStateUpdate.ts.ts (limited to 'src/schema/VoiceStateUpdate.ts.ts') diff --git a/src/schema/VoiceStateUpdate.ts.ts b/src/schema/VoiceStateUpdate.ts.ts deleted file mode 100644 index 4345c2f6..00000000 --- a/src/schema/VoiceStateUpdate.ts.ts +++ /dev/null @@ -1,15 +0,0 @@ -export const VoiceStateUpdateSchema = { - $guild_id: String, - channel_id: String, - self_mute: Boolean, - self_deaf: Boolean, - self_video: Boolean, -}; - -export interface VoiceStateUpdateSchema { - guild_id?: string; - channel_id: string; - self_mute: boolean; - self_deaf: boolean; - self_video: boolean; -} -- cgit 1.5.1