diff --git a/cogs/stats.py b/cogs/stats.py index efdfa45..2ed58b1 100644 --- a/cogs/stats.py +++ b/cogs/stats.py @@ -71,7 +71,8 @@ class Stats(BotBinStats): @commands.Cog.listener() async def on_ready(self): self.count() - if self.is_reporter(): + all_shards_ready = all(self.shlist) + if self.is_reporter() and all_shards_ready: await self.send() def count(self):