diff --git a/jarvis/cogs/util.py b/jarvis/cogs/util.py index 4cda0c9..efa0c03 100644 --- a/jarvis/cogs/util.py +++ b/jarvis/cogs/util.py @@ -50,7 +50,7 @@ class UtilCog(Scale): @cooldown(bucket=Buckets.CHANNEL, rate=1, interval=30) async def _status(self, ctx: InteractionContext) -> None: title = "J.A.R.V.I.S. Status" - desc = "All systems online" + desc = f"All systems online\nConnected to **{len(self.bot.guilds)}** guilds" color = "#3498db" fields = []