Skip to content

Commit

Permalink
typed sharding manager
Browse files Browse the repository at this point in the history
  • Loading branch information
NullDev committed May 23, 2024
1 parent b95aa31 commit fedc825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DiscordClient extends Client {
constructor(options){
super(options);
this.commands = new Collection();
this.cluster = null;
this.cluster = /** @type {import("discord-hybrid-sharding").ClusterClient<DiscordClient> | undefined} */ (undefined);
}
}

Expand Down

0 comments on commit fedc825

Please sign in to comment.