Add bot image to sysinfo command

This commit is contained in:
Zeva Rose 2022-04-30 20:29:12 -06:00
parent 833147017a
commit 5fbd153245

View file

@ -69,6 +69,7 @@ class BotutilCog(Scale):
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.set_image(url=self.bot.user.avatar.url)
await ctx.send(embed=embed)