This commit is contained in:
FreeAoi 2024-03-12 20:04:01 -06:00
parent de07afe077
commit cf780977bc

View File

@ -37,7 +37,6 @@ export class WorkerClient<Ready extends boolean = boolean> extends BaseClient {
constructor(options?: WorkerClientOptions) { constructor(options?: WorkerClientOptions) {
super(options); super(options);
this.__handleGuilds = new Set();
if (!manager) { if (!manager) {
throw new Error('WorkerClient cannot spawn without manager'); throw new Error('WorkerClient cannot spawn without manager');
} }