Remove extra interaction response
This commit is contained in:
parent
9f7c286078
commit
7fc5333850
@ -98,7 +98,6 @@ class Play(commands.Cog):
|
|||||||
f"Queued by: {interaction.user.mention}"
|
f"Queued by: {interaction.user.mention}"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
await interaction.response.send_message(embed=embed)
|
|
||||||
# Otherwise, the result is just a single track, create that embed
|
# Otherwise, the result is just a single track, create that embed
|
||||||
else:
|
else:
|
||||||
# Remove all but first track (most relevant result)
|
# Remove all but first track (most relevant result)
|
||||||
@ -112,7 +111,6 @@ class Play(commands.Cog):
|
|||||||
),
|
),
|
||||||
thumbnail=results.tracks[0].artwork_url,
|
thumbnail=results.tracks[0].artwork_url,
|
||||||
)
|
)
|
||||||
await interaction.response.send_message(embed=embed)
|
|
||||||
|
|
||||||
# If there are no results, and no embed
|
# If there are no results, and no embed
|
||||||
if not results and not embed:
|
if not results and not embed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user