mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Clean HTML from wyptb
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ module.exports = class Util {
|
||||
return verify.map(player => player.author.id);
|
||||
}
|
||||
|
||||
static cleanAnilistHTML(html, removeLineBreaks = true) {
|
||||
static cleanHTML(html, removeLineBreaks = true) {
|
||||
let clean = html;
|
||||
if (removeLineBreaks) clean = clean.replace(/\r|\n|\f/g, '');
|
||||
clean = clean
|
||||
|
||||
Reference in New Issue
Block a user