From d56c25feb9a11d7bc5e3f6620444701a31124928 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:56:20 +0300 Subject: [PATCH] Update remove.js --- src/commands/remove.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/remove.js b/src/commands/remove.js index f00d7aa4..26eb8f63 100644 --- a/src/commands/remove.js +++ b/src/commands/remove.js @@ -21,7 +21,7 @@ module.exports = { ); if (pos > queue.songs.length) return msg.channel.send(message1); message2 = client.messages.removed.replace( - "%SONGS%", + "%SONG%", queue.songs[pos - 1].title ); msg.channel.send(message2);