mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 19:45:16 +00:00
remove track reply fix
This commit is contained in:
parent
45eea34eb4
commit
1a3e45216e
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ module.exports = async (client, interaction, args) => {
|
|||
player.queue.remove((parseInt(number)) - 1)
|
||||
|
||||
client.succNormal({
|
||||
text: `Removed **${name}** from the queue`,
|
||||
text: `Removed **${targetSong.title}** from the queue`,
|
||||
type: 'editreply'
|
||||
}, interaction);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue