Add extra info to util command
This commit is contained in:
parent
0de6999ba6
commit
502c5c2ad1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class UtilCog(Scale):
|
||||||
@cooldown(bucket=Buckets.CHANNEL, rate=1, interval=30)
|
@cooldown(bucket=Buckets.CHANNEL, rate=1, interval=30)
|
||||||
async def _status(self, ctx: InteractionContext) -> None:
|
async def _status(self, ctx: InteractionContext) -> None:
|
||||||
title = "J.A.R.V.I.S. Status"
|
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"
|
color = "#3498db"
|
||||||
fields = []
|
fields = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue