diff --git a/src/service/client.js b/src/service/client.js index ef7fb4c..9200dc0 100644 --- a/src/service/client.js +++ b/src/service/client.js @@ -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 | undefined} */ (undefined); } }