Skip to content

Commit

Permalink
Actual quotations not garbled text!
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaLynxie committed Oct 7, 2021
1 parent 649db01 commit 15e29b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/music/music.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15e29b3

Please sign in to comment.