mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
fix: workerclient lmao
This commit is contained in:
parent
48bf52a269
commit
04e5146ac5
@ -349,6 +349,7 @@ export class WorkerClient<Ready extends boolean = boolean> extends BaseClient {
|
||||
//rest of the events
|
||||
default:
|
||||
{
|
||||
await this.events?.execute(packet.t, packet, this, shardId);
|
||||
switch (packet.t) {
|
||||
case 'READY':
|
||||
for (const g of packet.d.guilds) {
|
||||
@ -393,7 +394,6 @@ export class WorkerClient<Ready extends boolean = boolean> extends BaseClient {
|
||||
}
|
||||
}
|
||||
}
|
||||
await this.events?.execute(packet.t, packet, this, shardId);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user