Update success message embed

This commit is contained in:
Parker M. 2024-11-30 00:22:27 -06:00
parent 6597856610
commit 00bf7880be
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -96,6 +96,12 @@ class Skip(commands.Cog):
title=(
f"{'Track Skipped' if number == 1 else f'{number} Tracks Skipped'}"
),
description=(
f"**[{player.current.title}]({player.current.uri})**"
f" by **{player.current.author}** is now playing\n\n"
f"Issued by: {interaction.user.mention}"
),
thumbnail=player.current.artwork_url,
)
await interaction.response.send_message(embed=embed)