This commit is contained in:
choelzl 2022-02-23 20:46:32 +01:00
parent 5a6cc85cd9
commit f7b0d26b15
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -339,7 +339,7 @@ $(async function () {
main(0);
const handleEmoteData = (d) =>{
let te = d.twitch, ce = d.custom.filter(e=> img_map[e]);
let te = d.twitch, ce = d.custom.map(e=>e.replace(/\s/g, '')).filter(e=> img_map[e]);
if(!te || te.length == 0){
return ce;
}else{