remove track reply fix

This commit is contained in:
Krishna 2022-12-29 17:33:07 +05:30 committed by GitHub
parent 45eea34eb4
commit 1a3e45216e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}