WIP
This commit is contained in:
parent
5a6cc85cd9
commit
f7b0d26b15
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user