diff --git a/src/client/components/commands/developer/Stats.ts b/src/client/components/commands/developer/Stats.ts index 3906fef..4ea49cb 100644 --- a/src/client/components/commands/developer/Stats.ts +++ b/src/client/components/commands/developer/Stats.ts @@ -65,7 +65,10 @@ class StatsCommand extends SlashCommand }; const shardResults = await shard.broadcastEval(evalFunc).catch((error) => this.client.logger.error(error)); + // const shardResults: null | [] = null; + console.log('shart results'); const managerResult = await this.client.managerEval(mEvalFunc).catch((error) => this.client.logger.error(error)); + console.log('manager result'); if (!shardResults || !managerResult) throw new Error('Missing results for either shard or manager');