Clean HTML from wyptb

This commit is contained in:
Dragon Fire
2020-10-12 16:48:55 -04:00
parent 2053ec8ce0
commit 8b04c176c4
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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