From c8facd013d9b285c2d24f5b0c127e326bdfa4282 Mon Sep 17 00:00:00 2001 From: Parker Date: Mon, 12 Aug 2024 20:36:17 -0500 Subject: [PATCH] Edit the original deferred interaction --- code/cogs/lyrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cogs/lyrics.py b/code/cogs/lyrics.py index c27589e..f4434d0 100644 --- a/code/cogs/lyrics.py +++ b/code/cogs/lyrics.py @@ -75,7 +75,7 @@ class Lyrics(commands.Cog): ) + " UTC" ) - return await interaction.response.send_message(embed=embed, ephemeral=True) + return await interaction.edit_original_response(embed=embed) # If everything is successful, send the lyrics embed = discord.Embed(