From 9974b1a08ebff67d815bdce26a8fbb5e028b1a09 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 17 Dec 2022 17:38:33 +1100 Subject: Premium tier 0 SKU from staging --- src/gateway/opcodes/VoiceStateUpdate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gateway/opcodes/VoiceStateUpdate.ts') diff --git a/src/gateway/opcodes/VoiceStateUpdate.ts b/src/gateway/opcodes/VoiceStateUpdate.ts index daefc504..42e76312 100644 --- a/src/gateway/opcodes/VoiceStateUpdate.ts +++ b/src/gateway/opcodes/VoiceStateUpdate.ts @@ -62,7 +62,7 @@ export async function onVoiceStateUpdate(this: WebSocket, data: Payload) { }); } - // 'Fix' for this one voice state error + // 'Fix' for this one voice state error. TODO: Find out why this is sent if (!voiceState.guild_id) return; //TODO the member should only have these properties: hoisted_role, deaf, joined_at, mute, roles, user -- cgit 1.4.1