From 25156df6ccc6f210b20a343130e78f63abb49635 Mon Sep 17 00:00:00 2001 From: Christopher Lentocha Date: Thu, 28 Dec 2023 17:27:48 -0500 Subject: [PATCH] Discord self-video fix Signed-off-by: Christopher Lentocha --- src/util/entities/VoiceState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/entities/VoiceState.ts b/src/util/entities/VoiceState.ts index 711b3e3e4..751a02d8d 100644 --- a/src/util/entities/VoiceState.ts +++ b/src/util/entities/VoiceState.ts @@ -85,7 +85,7 @@ export class VoiceState extends BaseClass { self_stream?: boolean; @Column({ nullable: true }) - self_video?: boolean; + self_video: boolean; @Column() suppress: boolean; // whether this user is muted by the current user