wop commited on
Commit
2adaf57
1 Parent(s): 99d64f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -82,7 +82,6 @@ async def cmds(ctx):
82
 
83
  # Create an embed
84
  embed = discord.Embed(title="Bot Information and Commands", color=discord.Color.blue())
85
- embed.set_thumbnail(url=bot.user.avatar_url) # Set bot's profile picture as thumbnail
86
  embed.add_field(name="Commands", value="\n".join(command_list), inline=False)
87
  embed.add_field(name="Bot Information", value=bot_info, inline=False)
88
  embed.set_footer(text="Created by Cosmos")
 
82
 
83
  # Create an embed
84
  embed = discord.Embed(title="Bot Information and Commands", color=discord.Color.blue())
 
85
  embed.add_field(name="Commands", value="\n".join(command_list), inline=False)
86
  embed.add_field(name="Bot Information", value=bot_info, inline=False)
87
  embed.set_footer(text="Created by Cosmos")