From 7fc53338506b32912486e8684e6818cdf76c3cbf Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 1 Dec 2024 01:49:14 -0600 Subject: [PATCH] Remove extra interaction response --- code/cogs/play.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/cogs/play.py b/code/cogs/play.py index 56e3344..1756141 100644 --- a/code/cogs/play.py +++ b/code/cogs/play.py @@ -98,7 +98,6 @@ class Play(commands.Cog): f"Queued by: {interaction.user.mention}" ), ) - await interaction.response.send_message(embed=embed) # Otherwise, the result is just a single track, create that embed else: # Remove all but first track (most relevant result) @@ -112,7 +111,6 @@ class Play(commands.Cog): ), thumbnail=results.tracks[0].artwork_url, ) - await interaction.response.send_message(embed=embed) # If there are no results, and no embed if not results and not embed: