temporary bugfixing step
This commit is contained in:
parent
b751c68aec
commit
ccaa9ceb3f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue