Skip to content

Commit 04231f5

Browse files
authored
Fix: Incorrect regex syntax causing issues with lyrics search (SudhanPlayz#1229)
fix incorrect regex syntax
1 parent ace6fca commit 04231f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/slash/lyrics.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const command = new SlashCommand()
5454
const phrasesToRemove = [
5555
"Full Video", "Full Audio", "Official Music Video", "Lyrics", "Lyrical Video",
5656
"Feat.", "Ft.", "Official", "Audio", "Video", "HD", "4K", "Remix", "Lyric Video", "Lyrics Video", "8K",
57-
"High Quality", "Animation Video", "\\(Official Video\\. .*\\)", "\\(Music Video\\. .*\\)", "[NCS Release]",
57+
"High Quality", "Animation Video", "\\(Official Video\\. .*\\)", "\\(Music Video\\. .*\\)", "\\[NCS Release\\]",
5858
"Extended", "DJ Edit", "with Lyrics", "Lyrics", "Karaoke",
5959
"Instrumental", "Live", "Acoustic", "Cover", "\\(feat\\. .*\\)"
6060
];

0 commit comments

Comments
 (0)