Fix status
This commit is contained in:
parent
d2251ba48a
commit
7e489c5646
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ class UtilCog(commands.Cog):
|
||||||
)
|
)
|
||||||
fields.append(Field("PID", jarvis_self.pid))
|
fields.append(Field("PID", jarvis_self.pid))
|
||||||
fields.append(Field("Version", jarvis.__version__, False))
|
fields.append(Field("Version", jarvis.__version__, False))
|
||||||
embed = build_embed(title, desc, fields, color)
|
embed = build_embed(
|
||||||
|
title=title, description=desc, fields=fields, color=color
|
||||||
|
)
|
||||||
await ctx.send(embed=embed)
|
await ctx.send(embed=embed)
|
||||||
|
|
||||||
@commands.command(name="logo", help="Get the current logo")
|
@commands.command(name="logo", help="Get the current logo")
|
||||||
|
|
Loading…
Add table
Reference in a new issue