argument fail

This commit is contained in:
Seaswimmer 2023-02-28 15:35:26 -05:00
parent e1075daf43
commit b751c68aec

View file

@ -32,7 +32,7 @@ class Galaxy(commands.Cog):
embed.add_field(name="Roles", value=f"{member.roles}") embed.add_field(name="Roles", value=f"{member.roles}")
embed.set_thumbnail(url=f"{avatarurl}") embed.set_thumbnail(url=f"{avatarurl}")
embed.set_footer(text=f"ID: {member.id}") embed.set_footer(text=f"ID: {member.id}")
await ctx.send(contents=f"{roles}") await ctx.send(content=f"{roles}")
@commands.command() @commands.command()
@commands.guild_only() @commands.guild_only()