General Development

This commit is contained in:
CramMK
2020-01-24 15:41:14 +00:00
parent e4fe8a7d60
commit 4581f24da9
9 changed files with 83 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ class General(commands.Cog):
"""
embed = discord.Embed(colour=discord.Colour.blue())
embed.set_thumbnail(url=ctx.me.avatar_url)
embed.set_image(url=ctx.me.avatar_url)
embed.add_field(name="Owner", value=self.bot.AppInfo.owner, inline=True)
embed.add_field(name="Command Prefix", value=loadconfig.__prefix__, inline=True)
@@ -44,4 +45,4 @@ class General(commands.Cog):
# COG ENDING
def setup(bot):
bot.add_cog(General(bot))
bot.add_cog(General(bot))