mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
ops, fix
This commit is contained in:
parent
de07afe077
commit
cf780977bc
@ -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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user