1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 02:12:28 +01:00

Fix multiple users in vc disconnecting eachother

This commit is contained in:
Madeline 2023-02-24 22:26:30 +11:00
parent c7ce750e92
commit 16568aa906
No known key found for this signature in database
GPG Key ID: 80D25DA3BCB24281

View File

@ -135,7 +135,7 @@ export async function onVoiceStateUpdate(this: WebSocket, data: Payload) {
guild_id: voiceState.guild_id,
endpoint: guildRegion.endpoint,
},
guild_id: voiceState.guild_id,
user_id: this.user_id,
} as VoiceServerUpdateEvent);
}
}