This commit is contained in:
March 7th
2022-03-21 22:24:08 +07:00
parent 4d247119f4
commit 0cf642395f
7 changed files with 25 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ class ClientPresence extends Presence {
set(presence) {
const packet = this._parse(presence);
this._patch(packet);
console.log(packet);
if (typeof presence.shardId === 'undefined') {
this.client.ws.broadcast({ op: GatewayOpcodes.PresenceUpdate, d: packet });
} else if (Array.isArray(presence.shardId)) {