temporary bugfixing step

This commit is contained in:
Seaswimmer 2023-02-28 15:36:48 -05:00
parent b751c68aec
commit ccaa9ceb3f

View file

@ -32,7 +32,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"{roles}")
await ctx.send(content=f"{member.roles}")
@commands.command()
@commands.guild_only()