From 754614e2fb10b0477fcced15f466d13bac9535ed Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 22:00:27 +0300 Subject: [PATCH] Update remove.js --- src/commands/remove.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/remove.js b/src/commands/remove.js index a2861a03..26eb8f63 100644 --- a/src/commands/remove.js +++ b/src/commands/remove.js @@ -22,10 +22,10 @@ module.exports = { if (pos > queue.songs.length) return msg.channel.send(message1); message2 = client.messages.removed.replace( "%SONG%", - queue.songs[pos].title + queue.songs[pos - 1].title ); msg.channel.send(message2); return queue.songs.splice(pos, 1); } }, -}; +}; \ No newline at end of file