From 64fd02b4132f37f7178d2fdf9afbff3fd62faa28 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 28 Feb 2023 15:21:52 -0500 Subject: [PATCH] temporary testing thing --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 2e87307..69c05ed 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -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()