From 01476a7179392d7055d4076281d3421672c3cdec Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 3 Jun 2026 21:44:38 +0300 Subject: [PATCH] embed fix 1 --- user_ext/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_ext/profile.py b/user_ext/profile.py index 076ee0a..2d16522 100644 --- a/user_ext/profile.py +++ b/user_ext/profile.py @@ -36,7 +36,7 @@ class Extension: traceback.print_exc() pass - embed: discord.Embed = player.embedNext() + embed: discord.Embed = player.embedNext if file and filename: embed.set_image(url=f"attachment://{filename}") return await interaction.followup.send(embed=embed, file=file, ephemeral=False)