Add bot image to sysinfo command
This commit is contained in:
parent
833147017a
commit
5fbd153245
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class BotutilCog(Scale):
|
||||||
EmbedField(name="Bot Start Time", value=f"<t:{st_ts}:F> (<t:{st_ts}:R>)"),
|
EmbedField(name="Bot Start Time", value=f"<t:{st_ts}:F> (<t:{st_ts}:R>)"),
|
||||||
]
|
]
|
||||||
embed = build_embed(title="System Info", description="", fields=fields)
|
embed = build_embed(title="System Info", description="", fields=fields)
|
||||||
|
embed.set_image(url=self.bot.user.avatar.url)
|
||||||
await ctx.send(embed=embed)
|
await ctx.send(embed=embed)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue