From b33b82936db56ae43635d55cef9e43489df216e1 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 22:07:47 +0300 Subject: [PATCH] fixed remove placeholder --- 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 26eb8f63..f00d7aa4 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( - "%SONG%", + "%SONGS%", queue.songs[pos - 1].title ); msg.channel.send(message2);