fixed avatars
This commit is contained in:
parent
9096af3e9e
commit
0dbd5620fb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Galaxy(commands.Cog):
|
|||
embed.add_field(name="Roles", value=f"{member.roles}")
|
||||
embed.set_thumbnail(url=f"{avatarurl}")
|
||||
embed.set_footer(text=f"ID: {member.id}")
|
||||
await ctx.send(content=f"{avatarurl}")
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
@commands.command()
|
||||
@commands.guild_only()
|
||||
|
|
Loading…
Reference in a new issue