Spaces:
Paused
Paused
Update app.py
Browse files
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")
|