diff --git a/core/commands/music/music.js b/core/commands/music/music.js index 7ba08c9..6787ee5 100644 --- a/core/commands/music/music.js +++ b/core/commands/music/music.js @@ -255,7 +255,7 @@ module.exports = { }, { name: 'Song Information', - value: (song.title) ? `${song.title.replace("''",/\'/g)}` : 'No song loaded.', + value: (song.title) ? `${song.title.replace("''","'")}` : 'No song loaded.', } ]; return musicPlayerEmbed;