temporary testing thing

This commit is contained in:
Seaswimmer 2023-02-28 15:21:52 -05:00
parent 92053a0899
commit 64fd02b413

View file

@ -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(embed=embed)
await ctx.send(content=f"{avatarurl}")
@commands.command()
@commands.guild_only()