show bot's profile picture in info command

This commit is contained in:
Abigail Gold 2019-11-11 21:13:43 -05:00
parent a02e68b91f
commit 522f37586d
No known key found for this signature in database
GPG Key ID: 80A676456AB6B045

View File

@ -31,6 +31,7 @@ class BaseCog(commands.Cog):
timestamp=datetime.utcnow())
embed.set_footer(text=ctx.author.name,
icon_url=str(ctx.author.avatar_url))
embed.set_thumbnail(url=str(self.bot.user.avatar_url))
embed = embed.add_field(name="Authors", value=", ".join(self.gs.info.authors))
embed = embed.add_field(name="Contributing", value=self.gs.info.contributing)
embed = embed.add_field(name="License", value=self.gs.info.license)