From b751c68aec743245e570521b656eea95d534eac3 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 28 Feb 2023 15:35:26 -0500 Subject: [PATCH] argument fail --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 56cd5c5..51ea8ec 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -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(contents=f"{roles}") + await ctx.send(content=f"{roles}") @commands.command() @commands.guild_only()