From 1a3e45216e4c4f140109be75651386890400d223 Mon Sep 17 00:00:00 2001 From: Krishna <55203953+LeelaKrishna-R@users.noreply.github.com> Date: Thu, 29 Dec 2022 17:33:07 +0530 Subject: [PATCH] remove track reply fix --- src/commands/music/remove.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/music/remove.js b/src/commands/music/remove.js index c629369..9c6dfa6 100644 --- a/src/commands/music/remove.js +++ b/src/commands/music/remove.js @@ -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); } - \ No newline at end of file +