diff --git a/src/client/workerclient.ts b/src/client/workerclient.ts index e4ae612..d959e0f 100644 --- a/src/client/workerclient.ts +++ b/src/client/workerclient.ts @@ -37,7 +37,6 @@ export class WorkerClient extends BaseClient { constructor(options?: WorkerClientOptions) { super(options); - this.__handleGuilds = new Set(); if (!manager) { throw new Error('WorkerClient cannot spawn without manager'); }