From 502c5c2ad199ebffc6f3421753df31124f7bd1bc Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Wed, 30 Mar 2022 19:40:42 -0600 Subject: [PATCH] Add extra info to util command --- jarvis/cogs/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []