diff --git a/web/emotewall/index.js b/web/emotewall/index.js index 902dc60..6d87f89 100644 --- a/web/emotewall/index.js +++ b/web/emotewall/index.js @@ -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{