WIP
This commit is contained in:
		@@ -339,7 +339,7 @@ $(async function () {
 | 
				
			|||||||
    main(0);
 | 
					    main(0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const handleEmoteData = (d) =>{
 | 
					    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){
 | 
					        if(!te || te.length == 0){
 | 
				
			||||||
            return ce;
 | 
					            return ce;
 | 
				
			||||||
        }else{
 | 
					        }else{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user