mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Fix
This commit is contained in:
@@ -4,7 +4,7 @@ const { shorten } = require('../../util/Util');
|
||||
// eslint-disable-next-line max-len
|
||||
const top = '<!-- Usage of azlyrics.com content by any third-party lyrics provider is prohibited by our licensing agreement. Sorry about that. -->';
|
||||
const bottom = '<!-- MxM banner -->';
|
||||
const lyricRegex = new RegExp(`${top}(.+)${bottom}`);
|
||||
const lyricRegex = new RegExp(`${top}(.+)${bottom}`, 'si');
|
||||
|
||||
module.exports = class LyricsCommand extends Command {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user