chore: release v2.14.3

(Soundboard, VoiceChannelEffect) there will be soon 💀
This commit is contained in:
Elysia
2023-06-01 18:29:36 +07:00
parent 87fb38c82c
commit 2e0889459c
4 changed files with 3 additions and 8 deletions

View File

@@ -700,10 +700,6 @@ class WebSocketShard extends EventEmitter {
this.status = Status.IDENTIFYING;
// Clone the identify payload and assign the token and shard info
client.options.ws.properties = Object.assign(client.options.ws.properties, {
browser_user_agent: client.options.http.headers['User-Agent'],
});
Object.keys(client.options.ws.properties)
.filter(k => k.startsWith('$'))
.forEach(k => {