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)