@tixyel/streamelements 7.0.2 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -1,3 +1,3 @@
1
1
  (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e[`@tixyel/streamelements`]=t())})(this,function(){var e=class{constructor(){this.registeredEvents={}}emit(e,...t){return(this.registeredEvents[e]||[]).map(e=>e.apply(this,t))}on(e,t){if(typeof t!=`function`)throw TypeError(`Callback must be a function`);return this.registeredEvents[e]||(this.registeredEvents[e]=[]),this.registeredEvents[e].push(t),this}off(e,t){let n=this.registeredEvents[e]||[];return t?(this.registeredEvents[e]=n.filter(e=>e!==t),this):(this.registeredEvents[e]=[],this)}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n),this}removeAllListeners(e){return this.registeredEvents[e]=[],this}},t=[],n=class n extends e{constructor(e){super(),this.SE_API=null,this.id=`default`,this.loaded=!1,this.id=e.id||this.id,this.data=e.data??{},t.push(this),Z?.then(e=>{this.SE_API=e,e.store.get(this.id).then(e=>{this.data=e??this.data,this.loaded=!0,this.emit(`load`,this.data),JSON.stringify(this.data)!==JSON.stringify(e)&&this.emit(`update`,this.data)}).catch(()=>{this.loaded=!0,this.emit(`load`,this.data)})})}save(e=this.data){this.loaded&&this.SE_API&&JSON.stringify(this.data)!==JSON.stringify(e)&&(this.data=e,this.SE_API.store.set(this.id,this.data),this.emit(`update`,this.data))}update(e=this.data){if(this.loaded&&JSON.stringify(this.data)!==JSON.stringify(e)){let t={...this.data,...e};this.save(t)}}add(e,t){this.loaded&&(n.setByPath(this.data,e,t),this.save(this.data))}clear(){this.loaded&&(this.data={},this.save(this.data))}static setByPath(e,t,n){let r=t.split(`.`),i=e;for(let e=0;e<r.length-1;e++)(typeof i[r[e]]!=`object`||i[r[e]]==null)&&(i[r[e]]={}),i=i[r[e]];return i[r[r.length-1]]=n,i}on(e,t){return e===`load`&&this.loaded?(t.apply(this,[this.data]),this):(super.on(e,t),this)}},r=class extends e{constructor(e){super(),this.id=`default`,this.debug=!1,this.fields={},this.loaded=!1,this.actions={commands:[],buttons:[]},this.cache={avatar:30,pronoun:60,emote:120},this.id=e.id||this.id,this.storage=new n({id:this.id,data:{user:{},avatar:{},pronoun:{},emote:{}}}),this.on(`load`,()=>{this.debug=!!(typeof e.debug==`function`?e.debug():e.debug)}),window.client=this}on(e,t){return e===`load`&&this.loaded?(t.apply(this,[{channel:this.details.user,currency:this.details.currency,fieldData:this.fields,recents:[],session:{data:this.session,settings:{autoReset:!1,calendar:!1,resetOnStart:!1}},overlay:this.details.overlay,emulated:!1}]),this):(super.on(e,t),this)}},i=class{translate(e,t=`cardinal`){let n={single:[`zero`,`one`,`two`,`three`,`four`,`five`,`six`,`seven`,`eight`,`nine`],tens:[`ten`,`eleven`,`twelve`,`thirteen`,`fourteen`,`fifteen`,`sixteen`,`seventeen`,`eighteen`,`nineteen`],decades:[`twenty`,`thirty`,`forty`,`fifty`,`sixty`,`seventy`,`eighty`,`ninety`]},r={single:[`zeroth`,`first`,`second`,`third`,`fourth`,`fifth`,`sixth`,`seventh`,`eighth`,`ninth`],tens:[`tenth`,`eleventh`,`twelfth`,`thirteenth`,`fourteenth`,`fifteenth`,`sixteenth`,`seventeenth`,`eighteenth`,`nineteenth`],decades:[`twentieth`,`thirtieth`,`fortieth`,`fiftieth`,`sixtieth`,`seventieth`,`eightieth`,`ninetieth`]},i=[`th`,`st`,`nd`,`rd`,`th`,`th`,`th`,`th`,`th`,`th`],a=[``,`thousand`,`million`,`billion`,`trillion`,`quadrillion`,`quintillion`],o=a.map(e=>e?`${e}th`:``);if(e=Math.abs(Math.floor(e)),t===`suffix`){let t=e%100;if(t>=11&&t<=13)return`${e}th`;let n=e%10;return`${e}${i[n]}`}function s(e,t){if(e<10)return t===`ordinal`?r.single[e]:n.single[e];if(e<20)return t===`ordinal`?r.tens[e-10]:n.tens[e-10];let i=Math.floor(e/10),a=e%10;return a===0?t===`ordinal`?r.decades[i-2]:n.decades[i-2]:`${n.decades[i-2]}-${t===`ordinal`?r.single[a]:n.single[a]}`}function c(e,t){if(e===0)return t===`ordinal`?r.single[0]:n.single[0];let i=Math.floor(e/100),a=e%100,o=[];return i>0&&(t===`ordinal`&&a===0?o.push(`${n.single[i]} hundredth`):o.push(`${n.single[i]} hundred`)),a>0&&o.push(s(a,t)),o.join(` `)}if(e<1e3)return c(e,t);let l=[],u=e;for(;u>0;)l.push(u%1e3),u=Math.floor(u/1e3);let d=-1;for(let e=0;e<l.length;e++)l[e]!==0&&(d=e);let f=[];for(let e=l.length-1;e>=0;e--){let n=l[e];if(n===0)continue;let r=a[e];if(t===`cardinal`){let e=c(n,`cardinal`);r&&(e+=` ${r}`),f.push(e)}else if(e===d)if(e>0){let t=c(n,`cardinal`),r=o[e];f.push(t?`${t} ${r}`:r)}else{let e=c(n,`ordinal`);f.push(e)}else{let e=c(n,`cardinal`);r&&(e+=` ${r}`),f.push(e)}}return f.join(`, `)}balance(e,t=0,n=100,r=0){let i=Math.min(Math.max(e,t),n);return this.round(i,r)}round(e,t=2){let n=10**t;return Math.round(e*n)/n}random(e,t,n=0){e>t&&([e,t]=[t,e]);let r=Math.random()*(t-e)+e;return n?Number(r.toFixed(n)):Math.round(r)}},a=class{mergeSpanStyles(e,t,n){let r=t.match(/^<span(?: class="[^"]*")? style="([^"]*)">(.*)<\/span>$/s);if(r){let t=r[1],i=r[2],a=r[0].match(/class="([^"]*)"/)?.[1]||``,o=[t,e].filter(e=>e.length).map(e=>e.endsWith(`;`)?e.slice(0,-1):e).join(`; `).replace(/\s*;\s*/g,`; `).trim();return o.endsWith(`;`)||(o+=`;`),`<span${a?` class="${a} ${n??``}"`:``}${o?` style="${o}"`:``}>${i}</span>`}else return e&&e.length&&!e.endsWith(`;`)&&(e+=`;`),`<span${n?` class="${n}"`:``}${e?` style="${e}"`:``}>${t}</span>`}scale(e,t=0,n=1,r){let{return:i=!1,parent:a,base:o}=r||{},s=a||e.parentElement||document.body;if(!s)throw Error(`No parent element found for scaling`);let c=s.getBoundingClientRect(),l=e.offsetWidth,u=e.offsetHeight;if(l===0||u===0)throw Error(`Element has zero width or height, cannot scale`);let d=c.width*n/l,f=c.height*n/u,p=o===`width`?d:o===`height`?f:Math.min(d,f);if(t>0){let e=c.width*t/l,n=c.height*t/u,r=Math.max(e,n);p=Math.max(r,p)}let m={width:l*p,height:u*p,scale:p};return i?m:(e.style.transform=`scale(${p})`,e.style.transformOrigin=`center center`,m)}scalev2(e,t={}){let{parent:n=e.parentElement,prefer:r=`auto`,min:i=0,max:a=1,apply:o=()=>{}}=t;if(!n)throw Error(`No parent element found for scaling`);let s=n.getBoundingClientRect(),c=e.getBoundingClientRect(),l=s.width,u=s.height,d=c.width,f=c.height,p=l*i/d,m=u*i/f,h=l*a/d,g=u*a/f,_=Math.min(h,g),v=Math.max(p,m);_=Math.max(_,v);let y=d*_,b=f*_;return r===`width`?_=Math.max(p,Math.min(h,l/d)):r===`height`?_=Math.max(m,Math.min(g,u/f)):y>l?_=Math.max(p,Math.min(h,l/d)):b>u&&(_=Math.max(m,Math.min(g,u/f))),o.apply(e,[_,e]),_}fitText(e,t=1,n={}){let r=parseFloat(getComputedStyle(e).getPropertyValue(`font-size`)),a={minFontSize:n?.minFontSize??0,maxFontSize:n?.maxFontSize??r},o=n?.parent||e.parentElement;if(!o)throw Error(`No parent element found for fitting text`);let s=r*(o.clientWidth*t/e.offsetWidth),c=new i().balance(s,a.minFontSize,a.maxFontSize);return e.style.fontSize=c+`px`,e}splitTextToChars(e,t=0,n=!1){let r=new DOMParser,i=document.createElement(`div`),a=t;function o(e){if(e.nodeType===Node.TEXT_NODE){let t=(e.textContent||``).split(``).map((e,t)=>{let n=document.createElement(`span`);return n.classList.add(`char`),n.dataset.index=String(a),n.dataset.exclusivityIndex=String(t),n.style.setProperty(`--char-index`,String(a)),n.style.setProperty(`--exclusivity-index`,String(t)),e===` `||e===`
2
- `||e===` `?n.style.whiteSpace=`pre-wrap`:a++,n.textContent=e,n}),n=document.createDocumentFragment();return t.forEach(e=>n.appendChild(e)),n}else if(e.nodeType===Node.ELEMENT_NODE){let t=e.cloneNode(!1);return t.classList.add(`container`),t.dataset.index=String(a),t.style.setProperty(`--char-index`,String(a)),t.style.setProperty(`--exclusivity-index`,String(a)),a++,e.childNodes.forEach(e=>{let n=o(e);t.appendChild(n)}),t}return e.cloneNode(!0)}r.parseFromString(e,`text/html`).body.childNodes.forEach(e=>{if(!n&&e.nodeType===Node.TEXT_NODE&&!e.textContent?.trim())return;let t=o(e);i.appendChild(t)});let s=``;return Array.from(i.childNodes).forEach(e=>{e.nodeType===Node.TEXT_NODE?s+=e.textContent:s+=e.outerHTML}),s}},o=class{flatten(e,t=!0,n=``){let r={};for(let i in e){if(!Object.prototype.hasOwnProperty.call(e,i))continue;let a=e[i],o=n?`${n}.${i}`:i;if(a==null){r[o]=String(a);continue}if(typeof a==`number`&&isNaN(a)){r[o]=`NaN`;continue}if(typeof a==`number`&&!isNaN(a)){r[o]=t?String(a):a;continue}if(a instanceof Date){r[o]=a.toISOString();continue}if(a instanceof Map){a.forEach((e,t)=>{r[`${o}.${t}`]=JSON.stringify(e)});continue}if(Array.isArray(a)){a.forEach((e,n)=>{let i=`${o}:${n}`;typeof e==`object`?Object.assign(r,this.flatten(e,t,i)):r[i]=t?String(e):e});continue}if(typeof a==`object`){Object.assign(r,this.flatten(a,t,o));continue}r[o]=String(a)}return r}entries(e){return Object.entries(e)}values(e){return Object.values(e)}keys(e){return Object.keys(e)}},s=[`https://static-cdn.jtvnw.net/user-default-pictures-uv/13e5fa74-defa-11e9-809c-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/dbdc9198-def8-11e9-8681-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/998f01ae-def8-11e9-b95c-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/de130ab0-def7-11e9-b668-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/ebe4cd89-b4f4-4cd9-adac-2f30151b4209-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/215b7342-def9-11e9-9a66-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/ead5c8b2-a4c9-4724-b1dd-9f00b46cbd3d-profile_image-300x300.png`],c=[{set_id:`qsmp2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2fa68fb9-fcdd-4795-bfab-f408e10efaef/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2fa68fb9-fcdd-4795-bfab-f408e10efaef/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2fa68fb9-fcdd-4795-bfab-f408e10efaef/3`,title:`QSMP2`,description:`This badge was earned for watching QSMP during the initial 2026 launch!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/quackity`}]},{set_id:`jasontheween-7-day-survival`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f299577c-8b51-4cb1-ad7c-11faca0c32e9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f299577c-8b51-4cb1-ad7c-11faca0c32e9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f299577c-8b51-4cb1-ad7c-11faca0c32e9/3`,title:`JasonTheWeen 7 Day Survival`,description:`This badge was earned by watching 30 minutes of JasonTheWeen's 7 day survival stream!`,click_action:`visit_url`,click_url:`https://twitch.tv/jasontheween`}]},{set_id:`support-a-streamer-ho26-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fe0814c3-87f9-40cb-95b5-d1e7453f289d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fe0814c3-87f9-40cb-95b5-d1e7453f289d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fe0814c3-87f9-40cb-95b5-d1e7453f289d/3`,title:`Support a Streamer HO'26`,description:`This badge was earned by subscribing or gifting a sub to any World of Tanks broadcast during the Holiday Ops 26 campaign period`,click_action:`visit_url`,click_url:`https://worldoftanks.eu/en/news/general-news/wot-monthly-december-2025/`}]},{set_id:`twitch-recap-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/48b26ab3-c9f1-4f16-b02d-fe877be389fd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/48b26ab3-c9f1-4f16-b02d-fe877be389fd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/48b26ab3-c9f1-4f16-b02d-fe877be389fd/3`,title:`Twitch Recap 2025`,description:`This exclusive badge was earned by the top 20% of Twitch users in 2025.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/annual-recap`}]},{set_id:`ugly-sweater`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8eddf4ab-68f8-4ee8-a07d-9d7e8520463e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8eddf4ab-68f8-4ee8-a07d-9d7e8520463e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8eddf4ab-68f8-4ee8-a07d-9d7e8520463e/3`,title:`Ugly Sweater`,description:`This badge was earned for sharing festive Clips during Holiday Hoopla 2025.`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/how-to-use-badges?language=en_US`}]},{set_id:`fright-fest-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2ef2cd27-2210-4640-bbf8-69b5c4d9e302/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2ef2cd27-2210-4640-bbf8-69b5c4d9e302/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2ef2cd27-2210-4640-bbf8-69b5c4d9e302/3`,title:`Fright Fest 2025`,description:`This badge was earned by users who shared the best 2025 Fright Fest clips.`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/en/2025/10/20/twitch-fright-fest-2025/`}]},{set_id:`gamerduo`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/be750d4d-a3b9-4116-ae75-6ee4f3294a19/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/be750d4d-a3b9-4116-ae75-6ee4f3294a19/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/be750d4d-a3b9-4116-ae75-6ee4f3294a19/3`,title:`GamerDuo`,description:`Subbed to a streamer and got 3 months of free Super Duolingo!`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2025/10/02/sub-for-super-duolingo/`}]},{set_id:`video-games-day`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/34a57a67-b058-45a9-b088-da681aebc83e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/34a57a67-b058-45a9-b088-da681aebc83e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/34a57a67-b058-45a9-b088-da681aebc83e/3`,title:`Video Games Day`,description:`This badge was earned by users who downloaded and shared clips revolving around anything Video Games related in September 2025.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/gaming`}]},{set_id:`twitch-intern-2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/91ed38ea-32fe-4f14-8db1-852537d19aa5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/91ed38ea-32fe-4f14-8db1-852537d19aa5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/91ed38ea-32fe-4f14-8db1-852537d19aa5/3`,title:`Twitch Intern 2022`,description:`This user was an intern at Twitch for the summer of 2022`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs/early-career/`}]},{set_id:`touch-grass`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/51f536c1-96ca-495b-bc11-150c857a6d54/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/51f536c1-96ca-495b-bc11-150c857a6d54/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/51f536c1-96ca-495b-bc11-150c857a6d54/3`,title:`Touch Grass`,description:`This badge was earned by users who touched grass and shared their favorite IRL clips in August 2025.`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/twitch-chat-badges-guide`}]},{set_id:`twitchcon-referral-program-2025-chrome-star`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d139bccf-8184-4fec-a970-cd8d81a7f51a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d139bccf-8184-4fec-a970-cd8d81a7f51a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d139bccf-8184-4fec-a970-cd8d81a7f51a/3`,title:`TwitchCon Referral Program 2025 (Chrome Star)`,description:`This badge was earned by referring at least one friend who bought their TwitchCon 2025 ticket using your unique referral link.`,click_action:`visit_url`,click_url:`https://twitchcon.com/rotterdam-2025/referral-program/`}]},{set_id:`twitchcon-referral-program-2025-bleedpurple`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/81952c7b-cfec-479c-a8f6-2bccc296786c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/81952c7b-cfec-479c-a8f6-2bccc296786c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/81952c7b-cfec-479c-a8f6-2bccc296786c/3`,title:`TwitchCon Referral Program 2025 (bleedPurple)`,description:`This badge was earned by referring ten friends who bought their TwitchCon 2025 ticket using your unique referral link.`,click_action:`visit_url`,click_url:`https://twitchcon.com/rotterdam-2025/referral-program/`}]},{set_id:`share-the-love`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2de71f4f-b152-4308-a426-127a4cf8003a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2de71f4f-b152-4308-a426-127a4cf8003a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2de71f4f-b152-4308-a426-127a4cf8003a/3`,title:`Share the Love`,description:`This lovely badge was earned by users who shared their favorite Twitch clips in February 2025.`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2025/02/14/share-the-love-this-valentine-s-day/`}]},{set_id:`gone-bananas`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e2ba99f4-6079-44d1-8c07-4ca6b58de61f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e2ba99f4-6079-44d1-8c07-4ca6b58de61f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e2ba99f4-6079-44d1-8c07-4ca6b58de61f/3`,title:`Gone Bananas Badge`,description:`This gilded banana badge was scored by sharing a lulz-worthy clip during April Fool’s week 2025.`,click_action:`visit_url`,click_url:`http://blog.twitch.tv/2025/04/01/april-fools-day/`}]},{set_id:`twitchcon-2025---rotterdam`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f4d97fd0-437f-4d8d-b4d3-4b6d18e4705b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f4d97fd0-437f-4d8d-b4d3-4b6d18e4705b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f4d97fd0-437f-4d8d-b4d3-4b6d18e4705b/3`,title:`TwitchCon 2025`,description:`Celebrated TwitchCon’s 10 year anniversary in 2025`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/rotterdam-2025/`}]},{set_id:`clip-the-halls`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ce9e266a-f490-4fb2-9989-aee20036bfa5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ce9e266a-f490-4fb2-9989-aee20036bfa5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ce9e266a-f490-4fb2-9989-aee20036bfa5/3`,title:`Clip the Halls`,description:`For spreading the holiday cheer by sharing a clip to TikTok or YouTube during Twitch Holiday Hoopla 2024.`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/en/2024/12/02/twitch-holiday-hoopla/`}]},{set_id:`twitch-recap-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/72f2a6ac-3d9b-4406-b9e9-998b27182f61/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/72f2a6ac-3d9b-4406-b9e9-998b27182f61/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/72f2a6ac-3d9b-4406-b9e9-998b27182f61/3`,title:`Twitch Recap 2024`,description:`The Official Chat Badge of the Year. It takes hard work and KomodoHype to receive it. You should be proud to tell everyone you know about this.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/annual-recap`}]},{set_id:`subtember-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4149750c-9582-4515-9e22-da7d5437643b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4149750c-9582-4515-9e22-da7d5437643b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4149750c-9582-4515-9e22-da7d5437643b/3`,title:`SUBtember 2024`,description:`For being Subbie's friend and participating in SUBtember 2024!`,click_action:`visit_url`,click_url:`https://link.twitch.tv/subtember2024`}]},{set_id:`twitch-intern-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ae96ce48-e764-4232-aa48-d9abf9a5fdab/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ae96ce48-e764-4232-aa48-d9abf9a5fdab/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ae96ce48-e764-4232-aa48-d9abf9a5fdab/3`,title:`Twitch Intern 2024`,description:`This user was an intern at Twitch for the summer of 2024`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs/early-career/`}]},{set_id:`twitch-dj`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cf91bbc0-0332-413a-a7f3-e36bac08b624/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cf91bbc0-0332-413a-a7f3-e36bac08b624/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cf91bbc0-0332-413a-a7f3-e36bac08b624/3`,title:`Twitch DJ`,description:`This user is a DJ in the Twitch DJ Program.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/dj-program`}]},{set_id:`destiny-2-the-final-shape-streamer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b1bcaf3c-d7a2-442b-b407-03f2b8ff624d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b1bcaf3c-d7a2-442b-b407-03f2b8ff624d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b1bcaf3c-d7a2-442b-b407-03f2b8ff624d/3`,title:`Destiny 2: The Final Shape Streamer`,description:`I earned this badge by taking part in the Destiny 2: The Final Shape Raid Race!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/category/destiny-2 `}]},{set_id:`destiny-2-final-shape-raid-race`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e79ee64f-31f1-4485-9c81-b93957e69f8a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e79ee64f-31f1-4485-9c81-b93957e69f8a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e79ee64f-31f1-4485-9c81-b93957e69f8a/3`,title:`Destiny 2: The Final Shape Raid Race`,description:`I earned this badge by watching Destiny 2: The Final Shape Raid Race on Twitch!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/category/destiny-2`}]},{set_id:`twitchcon-2024---san-diego`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6575f0d1-2dc2-4f45-a13f-a1a969dcf8fa/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6575f0d1-2dc2-4f45-a13f-a1a969dcf8fa/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6575f0d1-2dc2-4f45-a13f-a1a969dcf8fa/3`,title:`TwitchCon 2024 - San Diego`,description:`Attended TwitchCon San Diego 2024`,click_action:`visit_url`,click_url:`https://twitchcon.com/san-diego-2024/?utm_source=twitch&utm_medium=chat-badge&utm_campaign=tcsd24-chat-badge`}]},{set_id:`minecraft-15th-anniversary-celebration`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3`,title:`Minecraft 15th Anniversary Celebration`,description:`This badge was earned for using a special emote as part of Minecraft's 15th Anniversary Celebration on Twitch!`,click_action:`visit_url`,click_url:`https://twitch-web.app.link/e/vkOhfCa7nJb`}]},{set_id:`warcraft`,versions:[{id:`horde`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/de8b26b6-fd28-4e6c-bc89-3d597343800d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/de8b26b6-fd28-4e6c-bc89-3d597343800d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/de8b26b6-fd28-4e6c-bc89-3d597343800d/3`,title:`Horde`,description:`For the Horde!`,click_action:`visit_url`,click_url:`http://warcraftontwitch.tv/`},{id:`alliance`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4816339-bad4-4645-ae69-d1ab2076a6b0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4816339-bad4-4645-ae69-d1ab2076a6b0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4816339-bad4-4645-ae69-d1ab2076a6b0/3`,title:`Alliance`,description:`For Lordaeron!`,click_action:`visit_url`,click_url:`http://warcraftontwitch.tv/`}]},{set_id:`vip`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3`,title:`VIP`,description:`VIP`,click_action:`visit_url`,click_url:`https://help.twitch.tv/customer/en/portal/articles/659115-twitch-chat-badges-guide`}]},{set_id:`vga-champ-2017`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/03dca92e-dc69-11e7-ac5b-9f942d292dc7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/03dca92e-dc69-11e7-ac5b-9f942d292dc7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/03dca92e-dc69-11e7-ac5b-9f942d292dc7/3`,title:`2017 VGA Champ`,description:`2017 VGA Champ`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/watch-and-co-stream-the-game-awards-this-thursday-on-twitch-3d8e34d2345d`}]},{set_id:`tyranny_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0c79afdf-28ce-4b0b-9e25-4f221c30bfde/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0c79afdf-28ce-4b0b-9e25-4f221c30bfde/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0c79afdf-28ce-4b0b-9e25-4f221c30bfde/3`,title:`Tyranny`,description:`Tyranny`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Tyranny/details`}]},{set_id:`twitchconNA2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c90a753f-ab20-41bc-9c42-ede062485d2c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c90a753f-ab20-41bc-9c42-ede062485d2c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c90a753f-ab20-41bc-9c42-ede062485d2c/3`,title:`TwitchCon 2023 - Las Vegas`,description:`Attended TwitchCon Las Vegas 2023`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/en/las-vegas-2023/`}]},{set_id:`twitchconNA2020`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/3`,title:`TwitchCon 2020 - North America`,description:`Registered for TwitchCon North America 2020`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcna20`}]},{set_id:`twitchconNA2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/344d429a-0b34-48e5-a84c-14a1b5772a3a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/344d429a-0b34-48e5-a84c-14a1b5772a3a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/344d429a-0b34-48e5-a84c-14a1b5772a3a/3`,title:`TwitchCon 2022 - San Diego`,description:`Attended TwitchCon San Diego 2022`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/san-diego-2022/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcna22`}]},{set_id:`twitchconNA2019`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/569c829d-c216-4f56-a191-3db257ed657c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/569c829d-c216-4f56-a191-3db257ed657c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/569c829d-c216-4f56-a191-3db257ed657c/3`,title:`TwitchCon 2019 - San Diego`,description:`Attended TwitchCon San Diego 2019`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcna19`}]},{set_id:`twitchconEU2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a8f2084e-46b9-4bb9-ae5e-00d594aafc64/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a8f2084e-46b9-4bb9-ae5e-00d594aafc64/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a8f2084e-46b9-4bb9-ae5e-00d594aafc64/3`,title:`TwitchCon 2023 - Paris`,description:`TwitchCon 2023 - Paris`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/paris-2023/?utm_source=chat_badge`}]},{set_id:`twitchconEU2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e4744003-50b7-4eb8-9b47-a7b1616a30c6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e4744003-50b7-4eb8-9b47-a7b1616a30c6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e4744003-50b7-4eb8-9b47-a7b1616a30c6/3`,title:`TwitchCon 2022 - Amsterdam`,description:`Attended TwitchCon Amsterdam 2022`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/amsterdam-2022/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tceu22`}]},{set_id:`twitchcon2018`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e68164e4-087d-4f62-81da-d3557efae3cb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e68164e4-087d-4f62-81da-d3557efae3cb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e68164e4-087d-4f62-81da-d3557efae3cb/3`,title:`TwitchCon 2018 - San Jose`,description:`Attended TwitchCon San Jose 2018`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tc18`}]},{set_id:`twitchconAmsterdam2020`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/3`,title:`TwitchCon 2020 - Amsterdam`,description:`Registered for TwitchCon Amsterdam 2020`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/amsterdam/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcamsterdam20`}]},{set_id:`twitchconEU2019`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/590eee9e-f04d-474c-90e7-b304d9e74b32/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/590eee9e-f04d-474c-90e7-b304d9e74b32/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/590eee9e-f04d-474c-90e7-b304d9e74b32/3`,title:`TwitchCon 2019 - Berlin`,description:`Attended TwitchCon Berlin 2019`,click_action:`visit_url`,click_url:`https://europe.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tceu19`}]},{set_id:`twitchbot`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/3`,title:`AutoMod`,description:`AutoMod`,click_action:`visit_url`,click_url:`http://link.twitch.tv/automod_blog`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8dbdfef5-0901-457f-a644-afa77ba176e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8dbdfef5-0901-457f-a644-afa77ba176e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8dbdfef5-0901-457f-a644-afa77ba176e5/3`,title:`AutoMod`,description:`Badge type for messages that come from the automated moderation system`,click_action:null,click_url:null}]},{set_id:`twitchcon2017`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0964bed0-5c31-11e7-a90b-0739918f1d9b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0964bed0-5c31-11e7-a90b-0739918f1d9b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0964bed0-5c31-11e7-a90b-0739918f1d9b/3`,title:`TwitchCon 2017 - Long Beach`,description:`Attended TwitchCon Long Beach 2017`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/`}]},{set_id:`twitchcon-2024---rotterdam`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/95b10c66-775c-4652-9b86-10bd3a709422/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/95b10c66-775c-4652-9b86-10bd3a709422/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/95b10c66-775c-4652-9b86-10bd3a709422/3`,title:`TwitchCon 2024 - Rotterdam`,description:`Attended TwitchCon Rotterdam 2024`,click_action:`visit_url`,click_url:`https://twitchcon.com/rotterdam-2024/?utm_source=twitch&utm_medium=chat-badge&utm_campaign=tceu24-chat-badge`}]},{set_id:`twitch-recap-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4d9e9812-ba9b-48a6-8690-13f3f338ee65/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4d9e9812-ba9b-48a6-8690-13f3f338ee65/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4d9e9812-ba9b-48a6-8690-13f3f338ee65/3`,title:`Twitch Recap 2023`,description:`This user bled purple like it was their job, and was one of the most engaged members of Twitch in 2023!`,click_action:`visit_url`,click_url:`https://twitch-web.app.link/e/twitch-recap`}]},{set_id:`twitch-intern-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e239e7e0-e373-4fdf-b95e-3469aec28485/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e239e7e0-e373-4fdf-b95e-3469aec28485/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e239e7e0-e373-4fdf-b95e-3469aec28485/3`,title:`Twitch Intern 2023`,description:`This user was an intern at Twitch for the summer of 2023`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs/early-career/`}]},{set_id:`treasure-adventure-world_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/59810027-2988-4b0d-b88d-fc414c751305/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/59810027-2988-4b0d-b88d-fc414c751305/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/59810027-2988-4b0d-b88d-fc414c751305/3`,title:`Treasure Adventure World`,description:`Treasure Adventure World`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Treasure%20Adventure%20World/details`}]},{set_id:`titan-souls_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/092a7ce2-709c-434f-8df4-a6b075ef867d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/092a7ce2-709c-434f-8df4-a6b075ef867d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/092a7ce2-709c-434f-8df4-a6b075ef867d/3`,title:`Titan Souls`,description:`Titan Souls`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Titan%20Souls/details`}]},{set_id:`this-war-of-mine_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6a20f814-cb2c-414e-89cc-f8dd483e1785/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6a20f814-cb2c-414e-89cc-f8dd483e1785/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6a20f814-cb2c-414e-89cc-f8dd483e1785/3`,title:`This War of Mine`,description:`This War of Mine`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/This%20War%20of%20Mine/details`}]},{set_id:`the-surge_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2c4d7e95-e138-4dde-a783-7956a8ecc408/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2c4d7e95-e138-4dde-a783-7956a8ecc408/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2c4d7e95-e138-4dde-a783-7956a8ecc408/3`,title:`The Surge`,description:`The Surge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Surge/details`}]},{set_id:`the-surge_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c9f69d89-31c8-41aa-843b-fee956dfbe23/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c9f69d89-31c8-41aa-843b-fee956dfbe23/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c9f69d89-31c8-41aa-843b-fee956dfbe23/3`,title:`The Surge`,description:`The Surge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Surge/details`}]},{set_id:`the-surge_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0a8fc2d4-3125-4ccb-88db-e970dfbee189/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0a8fc2d4-3125-4ccb-88db-e970dfbee189/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0a8fc2d4-3125-4ccb-88db-e970dfbee189/3`,title:`The Surge`,description:`The Surge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Surge/details`}]},{set_id:`the-golden-predictor-of-the-game-awards-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c84c4dd7-9318-4e8b-9f01-1612d3f83dae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c84c4dd7-9318-4e8b-9f01-1612d3f83dae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c84c4dd7-9318-4e8b-9f01-1612d3f83dae/3`,title:`The Golden Predictor of the Game Awards 2023`,description:`You've predicted the entire 2023 Game Awards perfectly, here is a special gift for your work. Go ahead, show it off!`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2023/11/30/the-2023-game-awards-is-live-on-twitch-december-7th/`}]},{set_id:`the-game-awards-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/10cf46de-61e7-4a42-807a-7898408ce352/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/10cf46de-61e7-4a42-807a-7898408ce352/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/10cf46de-61e7-4a42-807a-7898408ce352/3`,title:`The Game Awards 2023`,description:`You’ve completed all categories of the 2023 Twitch Predicts: The Game Awards extension!`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2023/11/30/the-2023-game-awards-is-live-on-twitch-december-7th/`}]},{set_id:`superhot_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5a06922-83b5-40cb-885f-bcffd3cd6c68/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5a06922-83b5-40cb-885f-bcffd3cd6c68/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5a06922-83b5-40cb-885f-bcffd3cd6c68/3`,title:`Superhot`,description:`Superhot`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/superhot/details`}]},{set_id:`strafe_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0051508d-2d42-4e4b-a328-c86b04510ca4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0051508d-2d42-4e4b-a328-c86b04510ca4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0051508d-2d42-4e4b-a328-c86b04510ca4/3`,title:`Strafe`,description:`Strafe`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/strafe/details`}]},{set_id:`streamer-awards-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/efc07d3d-46e4-4738-827b-a5bf3508983a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/efc07d3d-46e4-4738-827b-a5bf3508983a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/efc07d3d-46e4-4738-827b-a5bf3508983a/3`,title:`Streamer Awards 2024`,description:`You've completed all categories of the 2024 Twitch Predicts: The Streamer Awards extension!`,click_action:`visit_url`,click_url:`https://thestreamerawards.com/home`}]},{set_id:`starbound_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e838e742-0025-4646-9772-18a87ba99358/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e838e742-0025-4646-9772-18a87ba99358/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e838e742-0025-4646-9772-18a87ba99358/3`,title:`Starbound`,description:`Starbound`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Starbound/details`}]},{set_id:`staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/3`,title:`Staff`,description:`Twitch Staff`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs?ref=chat_badge`}]},{set_id:`samusoffer_beta`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/aa960159-a7b8-417e-83c1-035e4bc2deb5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/aa960159-a7b8-417e-83c1-035e4bc2deb5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/aa960159-a7b8-417e-83c1-035e4bc2deb5/3`,title:`beta_title1`,description:`beta_title1`,click_action:`visit_url`,click_url:`https://twitch.amazon.com/prime`}]},{set_id:`rplace-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e33e0c67-c380-4241-828a-099c46e51c66/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e33e0c67-c380-4241-828a-099c46e51c66/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e33e0c67-c380-4241-828a-099c46e51c66/3`,title:`r/place 2023 Cake`,description:`A very delicious badge earned by watching Reddit's r/place 2023 event on Twitch Rivals or other participating channels.`,click_action:`visit_url`,click_url:`https://www.reddit.com/r/place/`}]},{set_id:`rift_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f939686b-2892-46a4-9f0d-5f582578173e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f939686b-2892-46a4-9f0d-5f582578173e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f939686b-2892-46a4-9f0d-5f582578173e/3`,title:`RIFT`,description:`RIFT`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Rift/details`}]},{set_id:`raiden-v-directors-cut_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/441b50ae-a2e3-11e7-8a3e-6bff0c840878/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/441b50ae-a2e3-11e7-8a3e-6bff0c840878/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/441b50ae-a2e3-11e7-8a3e-6bff0c840878/3`,title:`Raiden V`,description:`Raiden V`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Raiden%20V/details`}]},{set_id:`psychonauts_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a9811799-dce3-475f-8feb-3745ad12b7ea/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a9811799-dce3-475f-8feb-3745ad12b7ea/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a9811799-dce3-475f-8feb-3745ad12b7ea/3`,title:`Psychonauts`,description:`Psychonauts`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Psychonauts/details`}]},{set_id:`premium`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bbbe0db0-a598-423e-86d0-f9fb98ca1933/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bbbe0db0-a598-423e-86d0-f9fb98ca1933/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bbbe0db0-a598-423e-86d0-f9fb98ca1933/3`,title:`Prime Gaming`,description:`Prime Gaming`,click_action:`visit_url`,click_url:`https://gaming.amazon.com`}]},{set_id:`overwatch-league-insider_2019B`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5860811-d714-4413-9433-d6b1c9fc803c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5860811-d714-4413-9433-d6b1c9fc803c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5860811-d714-4413-9433-d6b1c9fc803c/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/75f05d4b-3042-415c-8b0b-e87620a24daf/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/75f05d4b-3042-415c-8b0b-e87620a24daf/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/75f05d4b-3042-415c-8b0b-e87620a24daf/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/765a0dcf-2a94-43ff-9b9c-ef6c209b90cd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/765a0dcf-2a94-43ff-9b9c-ef6c209b90cd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/765a0dcf-2a94-43ff-9b9c-ef6c209b90cd/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a8ae0ccd-783d-460d-93ee-57c485c558a6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a8ae0ccd-783d-460d-93ee-57c485c558a6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a8ae0ccd-783d-460d-93ee-57c485c558a6/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/be87fd6d-1560-4e33-9ba4-2401b58d901f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/be87fd6d-1560-4e33-9ba4-2401b58d901f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/be87fd6d-1560-4e33-9ba4-2401b58d901f/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`partner`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/3`,title:`Verified`,description:`Verified`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2017/04/24/the-verified-badge-is-here-13381bc05735`}]},{set_id:`overwatch-league-insider_2019A`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca980da1-3639-48a6-95a3-a03b002eb0e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca980da1-3639-48a6-95a3-a03b002eb0e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca980da1-3639-48a6-95a3-a03b002eb0e5/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ab7fa7a7-c2d9-403f-9f33-215b29b43ce4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ab7fa7a7-c2d9-403f-9f33-215b29b43ce4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ab7fa7a7-c2d9-403f-9f33-215b29b43ce4/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`okhlos_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/dc088bd6-8965-4907-a1a2-c0ba83874a7d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/dc088bd6-8965-4907-a1a2-c0ba83874a7d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/dc088bd6-8965-4907-a1a2-c0ba83874a7d/3`,title:`Okhlos`,description:`Okhlos`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Okhlos/details`}]},{set_id:`overwatch-league-insider_2018B`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/34ec1979-d9bb-4706-ad15-464de814a79d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/34ec1979-d9bb-4706-ad15-464de814a79d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/34ec1979-d9bb-4706-ad15-464de814a79d/3`,title:`OWL All-Access Pass 2018`,description:`OWL All-Access Pass 2018`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`overwatch-league-insider_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/51e9e0aa-12e3-48ce-b961-421af0787dad/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/51e9e0aa-12e3-48ce-b961-421af0787dad/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/51e9e0aa-12e3-48ce-b961-421af0787dad/3`,title:`OWL All-Access Pass 2018`,description:`OWL All-Access Pass 2018`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`kingdom-new-lands_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e3c2a67e-ef80-4fe3-ae41-b933cd11788a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e3c2a67e-ef80-4fe3-ae41-b933cd11788a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e3c2a67e-ef80-4fe3-ae41-b933cd11788a/3`,title:`Kingdom: New Lands`,description:`Kingdom: New Lands`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Kingdom:%20New%20Lands/details`}]},{set_id:`jackbox-party-pack_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0f964fc1-f439-485f-a3c0-905294ee70e8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0f964fc1-f439-485f-a3c0-905294ee70e8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0f964fc1-f439-485f-a3c0-905294ee70e8/3`,title:`Jackbox Party Pack`,description:`Jackbox Party Pack`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Jackbox%20Party%20Pack/details`}]},{set_id:`innerspace_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc7d6018-657a-40e4-9246-0acdc85886d1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc7d6018-657a-40e4-9246-0acdc85886d1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc7d6018-657a-40e4-9246-0acdc85886d1/3`,title:`Innerspace`,description:`Innerspace`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Innerspace/details`}]},{set_id:`innerspace_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/97532ccd-6a07-42b5-aecf-3458b6b3ebea/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/97532ccd-6a07-42b5-aecf-3458b6b3ebea/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/97532ccd-6a07-42b5-aecf-3458b6b3ebea/3`,title:`Innerspace`,description:`Innerspace`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Innerspace/details`}]},{set_id:`hype-train`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fae4086c-3190-44d4-83c8-8ef0cbe1a515/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fae4086c-3190-44d4-83c8-8ef0cbe1a515/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fae4086c-3190-44d4-83c8-8ef0cbe1a515/3`,title:`Current Hype Train Conductor`,description:`Top supporter during the most recent hype train`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/hype-train-guide`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9c8d038a-3a29-45ea-96d4-5031fb1a7a81/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9c8d038a-3a29-45ea-96d4-5031fb1a7a81/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9c8d038a-3a29-45ea-96d4-5031fb1a7a81/3`,title:`Former Hype Train Conductor`,description:`Top supporter during prior hype trains`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/hype-train-guide`}]},{set_id:`hello_neighbor_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/030cab2c-5d14-11e7-8d91-43a5a4306286/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/030cab2c-5d14-11e7-8d91-43a5a4306286/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/030cab2c-5d14-11e7-8d91-43a5a4306286/3`,title:`Hello Neighbor`,description:`Hello Neighbor`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Hello%20Neighbor/details`}]},{set_id:`gold-pixel-heart`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1687873b-cf38-412c-aad3-f9a4ce17f8b6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1687873b-cf38-412c-aad3-f9a4ce17f8b6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1687873b-cf38-412c-aad3-f9a4ce17f8b6/3`,title:`Gold Pixel Heart`,description:`Thank you for donating via the Twitch Charity tool during Twitch Together for Good 2023!`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/twitch-charity`}]},{set_id:`heavy-bullets_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc83b76b-f8b2-4519-9f61-6faf84eef4cd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc83b76b-f8b2-4519-9f61-6faf84eef4cd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc83b76b-f8b2-4519-9f61-6faf84eef4cd/3`,title:`Heavy Bullets`,description:`Heavy Bullets`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Heavy%20Bullets/details`}]},{set_id:`glitchcon2020`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1d4b03b9-51ea-42c9-8f29-698e3c85be3d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1d4b03b9-51ea-42c9-8f29-698e3c85be3d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1d4b03b9-51ea-42c9-8f29-698e3c85be3d/3`,title:`GlitchCon 2020`,description:`Earned for Watching Glitchcon 2020`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/`}]},{set_id:`glhf-pledge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3158e758-3cb4-43c5-94b3-7639810451c5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3158e758-3cb4-43c5-94b3-7639810451c5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3158e758-3cb4-43c5-94b3-7639810451c5/3`,title:`GLHF Pledge`,description:`Signed the GLHF pledge in support for inclusive gaming communities`,click_action:`visit_url`,click_url:`https://www.anykey.org/pledge`}]},{set_id:`getting-over-it_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bb620b42-e0e1-4373-928e-d4a732f99ccb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bb620b42-e0e1-4373-928e-d4a732f99ccb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bb620b42-e0e1-4373-928e-d4a732f99ccb/3`,title:`Getting Over It`,description:`Getting Over It`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Getting%20Over%20It/details`}]},{set_id:`getting-over-it_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8d4e178c-81ec-4c71-af68-745b40733984/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8d4e178c-81ec-4c71-af68-745b40733984/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8d4e178c-81ec-4c71-af68-745b40733984/3`,title:`Getting Over It`,description:`Getting Over It`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Getting%20Over%20It/details`}]},{set_id:`frozen-synapse_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d4bd464d-55ea-4238-a11d-744f034e2375/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d4bd464d-55ea-4238-a11d-744f034e2375/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d4bd464d-55ea-4238-a11d-744f034e2375/3`,title:`Frozen Synapse`,description:`Frozen Synapse`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Frozen%20Synapse/details`}]},{set_id:`founder`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/511b78a9-ab37-472f-9569-457753bbe7d3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/511b78a9-ab37-472f-9569-457753bbe7d3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/511b78a9-ab37-472f-9569-457753bbe7d3/3`,title:`Founder`,description:`Founder`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/founders-badge`}]},{set_id:`frozen-cortext_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2015f087-01b5-4a01-a2bb-ecb4d6be5240/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2015f087-01b5-4a01-a2bb-ecb4d6be5240/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2015f087-01b5-4a01-a2bb-ecb4d6be5240/3`,title:`Frozen Cortext`,description:`Frozen Cortext`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Frozen%20Cortex/details`}]},{set_id:`firewatch_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b6bf4889-4902-49e2-9658-c0132e71c9c4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b6bf4889-4902-49e2-9658-c0132e71c9c4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b6bf4889-4902-49e2-9658-c0132e71c9c4/3`,title:`Firewatch`,description:`Firewatch`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Firewatch/details`}]},{set_id:`enter-the-gungeon_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/53c9af0b-84f6-4f9d-8c80-4bc51321a37d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/53c9af0b-84f6-4f9d-8c80-4bc51321a37d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/53c9af0b-84f6-4f9d-8c80-4bc51321a37d/3`,title:`Enter The Gungeon`,description:`Enter The Gungeon`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Enter%20the%20Gungeon/details`}]},{set_id:`duelyst_5`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/290419b6-484a-47da-ad14-a99d6581f758/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/290419b6-484a-47da-ad14-a99d6581f758/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/290419b6-484a-47da-ad14-a99d6581f758/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_6`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5e54a4b-0bf1-463a-874a-38524579aed0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5e54a4b-0bf1-463a-874a-38524579aed0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5e54a4b-0bf1-463a-874a-38524579aed0/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_7`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cf508179-3183-4987-97e0-56ca44babb9f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cf508179-3183-4987-97e0-56ca44babb9f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cf508179-3183-4987-97e0-56ca44babb9f/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1938acd3-2d18-471d-b1af-44f2047c033c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1938acd3-2d18-471d-b1af-44f2047c033c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1938acd3-2d18-471d-b1af-44f2047c033c/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_4`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/39e717a8-00bc-49cc-b6d4-3ea91ee1be25/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/39e717a8-00bc-49cc-b6d4-3ea91ee1be25/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/39e717a8-00bc-49cc-b6d4-3ea91ee1be25/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/344c07fc-1632-47c6-9785-e62562a6b760/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/344c07fc-1632-47c6-9785-e62562a6b760/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/344c07fc-1632-47c6-9785-e62562a6b760/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7d9c12f4-a2ac-4e88-8026-d1a330468282/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7d9c12f4-a2ac-4e88-8026-d1a330468282/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7d9c12f4-a2ac-4e88-8026-d1a330468282/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`devilian_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3cb92b57-1eef-451c-ac23-4d748128b2c5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3cb92b57-1eef-451c-ac23-4d748128b2c5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3cb92b57-1eef-451c-ac23-4d748128b2c5/3`,title:`Devilian`,description:`Devilian`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devilian/details`}]},{set_id:`devil-may-cry-hd_4`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/af836b94-8ffd-4c0a-b7d8-a92fad5e3015/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/af836b94-8ffd-4c0a-b7d8-a92fad5e3015/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/af836b94-8ffd-4c0a-b7d8-a92fad5e3015/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`devil-may-cry-hd_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/df84c5bf-8d66-48e2-b9fb-c014cc9b3945/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/df84c5bf-8d66-48e2-b9fb-c014cc9b3945/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/df84c5bf-8d66-48e2-b9fb-c014cc9b3945/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`devil-may-cry-hd_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/408548fe-aa74-4d53-b5e9-960103d9b865/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/408548fe-aa74-4d53-b5e9-960103d9b865/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/408548fe-aa74-4d53-b5e9-960103d9b865/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`devil-may-cry-hd_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/633877d4-a91c-4c36-b75b-803f82b1352f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/633877d4-a91c-4c36-b75b-803f82b1352f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/633877d4-a91c-4c36-b75b-803f82b1352f/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`deceit_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b14fef48-4ff9-4063-abf6-579489234fe9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b14fef48-4ff9-4063-abf6-579489234fe9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b14fef48-4ff9-4063-abf6-579489234fe9/3`,title:`Deceit`,description:`Deceit`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Deceit/details`}]},{set_id:`darkest-dungeon_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/52a98ddd-cc79-46a8-9fe3-30f8c719bc2d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/52a98ddd-cc79-46a8-9fe3-30f8c719bc2d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/52a98ddd-cc79-46a8-9fe3-30f8c719bc2d/3`,title:`Darkest Dungeon`,description:`Darkest Dungeon`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Darkest%20Dungeon/details`}]},{set_id:`cuphead_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4384659a-a2e3-11e7-a564-87f6b1288bab/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4384659a-a2e3-11e7-a564-87f6b1288bab/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4384659a-a2e3-11e7-a564-87f6b1288bab/3`,title:`Cuphead`,description:`Cuphead`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Cuphead/details`}]},{set_id:`clip-champ`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f38976e0-ffc9-11e7-86d6-7f98b26a9d79/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f38976e0-ffc9-11e7-86d6-7f98b26a9d79/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f38976e0-ffc9-11e7-86d6-7f98b26a9d79/3`,title:`Power Clipper`,description:`Power Clipper`,click_action:`visit_url`,click_url:`https://help.twitch.tv/customer/portal/articles/2918323-clip-champs-guide`}]},{set_id:`broken-age_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/56885ed2-9a09-4c8e-8131-3eb9ec15af94/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/56885ed2-9a09-4c8e-8131-3eb9ec15af94/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/56885ed2-9a09-4c8e-8131-3eb9ec15af94/3`,title:`Broken Age`,description:`Broken Age`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Broken%20Age/details`}]},{set_id:`bubsy-the-woolies_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c8129382-1f4e-4d15-a8d2-48bdddba9b81/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c8129382-1f4e-4d15-a8d2-48bdddba9b81/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c8129382-1f4e-4d15-a8d2-48bdddba9b81/3`,title:`Bubsy: The Woolies Strike Back`,description:`Bubsy: The Woolies Strike Back`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Bubsy:%20The%20Woolies%20Strike%20Back/details`}]},{set_id:`bits-leader`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8bedf8c3-7a6d-4df2-b62f-791b96a5dd31/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8bedf8c3-7a6d-4df2-b62f-791b96a5dd31/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8bedf8c3-7a6d-4df2-b62f-791b96a5dd31/3`,title:`Bits Leader 1`,description:`Ranked as a top cheerer on this channel`,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f04baac7-9141-4456-a0e7-6301bcc34138/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f04baac7-9141-4456-a0e7-6301bcc34138/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f04baac7-9141-4456-a0e7-6301bcc34138/3`,title:`Bits Leader 2`,description:`Ranked as a top cheerer on this channel`,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f1d2aab6-b647-47af-965b-84909cf303aa/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f1d2aab6-b647-47af-965b-84909cf303aa/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f1d2aab6-b647-47af-965b-84909cf303aa/3`,title:`Bits Leader 3`,description:`Ranked as a top cheerer on this channel`,click_action:`visit_url`,click_url:`https://bits.twitch.tv`}]},{set_id:`brawlhalla_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bf6d6579-ab02-4f0a-9f64-a51c37040858/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bf6d6579-ab02-4f0a-9f64-a51c37040858/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bf6d6579-ab02-4f0a-9f64-a51c37040858/3`,title:`Brawlhalla`,description:`Brawlhalla`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Brawlhalla/details`}]},{set_id:`bits`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/73b5c3fb-24f9-4a82-a852-2f475b59411c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/73b5c3fb-24f9-4a82-a852-2f475b59411c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/73b5c3fb-24f9-4a82-a852-2f475b59411c/3`,title:`cheer 1`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`100`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/3`,title:`cheer 100`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0d85a29e-79ad-4c63-a285-3acd2c66f2ba/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0d85a29e-79ad-4c63-a285-3acd2c66f2ba/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0d85a29e-79ad-4c63-a285-3acd2c66f2ba/3`,title:`cheer 1000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`5000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/57cd97fc-3e9e-4c6d-9d41-60147137234e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/57cd97fc-3e9e-4c6d-9d41-60147137234e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/57cd97fc-3e9e-4c6d-9d41-60147137234e/3`,title:`cheer 5000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`10000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/68af213b-a771-4124-b6e3-9bb6d98aa732/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/68af213b-a771-4124-b6e3-9bb6d98aa732/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/68af213b-a771-4124-b6e3-9bb6d98aa732/3`,title:`cheer 10000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`25000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/64ca5920-c663-4bd8-bfb1-751b4caea2dd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/64ca5920-c663-4bd8-bfb1-751b4caea2dd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/64ca5920-c663-4bd8-bfb1-751b4caea2dd/3`,title:`cheer 25000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`50000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/62310ba7-9916-4235-9eba-40110d67f85d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/62310ba7-9916-4235-9eba-40110d67f85d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/62310ba7-9916-4235-9eba-40110d67f85d/3`,title:`cheer 50000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`75000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ce491fa4-b24f-4f3b-b6ff-44b080202792/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ce491fa4-b24f-4f3b-b6ff-44b080202792/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ce491fa4-b24f-4f3b-b6ff-44b080202792/3`,title:`cheer 75000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`100000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/96f0540f-aa63-49e1-a8b3-259ece3bd098/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/96f0540f-aa63-49e1-a8b3-259ece3bd098/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/96f0540f-aa63-49e1-a8b3-259ece3bd098/3`,title:`cheer 100000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`200000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4a0b90c4-e4ef-407f-84fe-36b14aebdbb6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4a0b90c4-e4ef-407f-84fe-36b14aebdbb6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4a0b90c4-e4ef-407f-84fe-36b14aebdbb6/3`,title:`cheer 200000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`300000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ac13372d-2e94-41d1-ae11-ecd677f69bb6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ac13372d-2e94-41d1-ae11-ecd677f69bb6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ac13372d-2e94-41d1-ae11-ecd677f69bb6/3`,title:`cheer 300000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`400000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a8f393af-76e6-4aa2-9dd0-7dcc1c34f036/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a8f393af-76e6-4aa2-9dd0-7dcc1c34f036/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a8f393af-76e6-4aa2-9dd0-7dcc1c34f036/3`,title:`cheer 400000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f6932b57-6a6e-4062-a770-dfbd9f4302e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f6932b57-6a6e-4062-a770-dfbd9f4302e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f6932b57-6a6e-4062-a770-dfbd9f4302e5/3`,title:`cheer 500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`600000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4d908059-f91c-4aef-9acb-634434f4c32e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4d908059-f91c-4aef-9acb-634434f4c32e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4d908059-f91c-4aef-9acb-634434f4c32e/3`,title:`cheer 600000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`700000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a1d2a824-f216-4b9f-9642-3de8ed370957/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a1d2a824-f216-4b9f-9642-3de8ed370957/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a1d2a824-f216-4b9f-9642-3de8ed370957/3`,title:`cheer 700000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`800000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5ec2ee3e-5633-4c2a-8e77-77473fe409e6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5ec2ee3e-5633-4c2a-8e77-77473fe409e6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5ec2ee3e-5633-4c2a-8e77-77473fe409e6/3`,title:`cheer 800000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`900000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/088c58c6-7c38-45ba-8f73-63ef24189b84/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/088c58c6-7c38-45ba-8f73-63ef24189b84/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/088c58c6-7c38-45ba-8f73-63ef24189b84/3`,title:`cheer 900000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/494d1c8e-c3b2-4d88-8528-baff57c9bd3f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/494d1c8e-c3b2-4d88-8528-baff57c9bd3f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/494d1c8e-c3b2-4d88-8528-baff57c9bd3f/3`,title:`cheer 1000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1250000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ce217209-4615-4bf8-81e3-57d06b8b9dc7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ce217209-4615-4bf8-81e3-57d06b8b9dc7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ce217209-4615-4bf8-81e3-57d06b8b9dc7/3`,title:`cheer 1250000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4eba5b4-17a7-40a1-a668-bc1972c1e24d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4eba5b4-17a7-40a1-a668-bc1972c1e24d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4eba5b4-17a7-40a1-a668-bc1972c1e24d/3`,title:`cheer 1500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1750000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/183f1fd8-aaf4-450c-a413-e53f839f0f82/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/183f1fd8-aaf4-450c-a413-e53f839f0f82/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/183f1fd8-aaf4-450c-a413-e53f839f0f82/3`,title:`cheer 1750000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`2000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7ea89c53-1a3b-45f9-9223-d97ae19089f2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7ea89c53-1a3b-45f9-9223-d97ae19089f2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7ea89c53-1a3b-45f9-9223-d97ae19089f2/3`,title:`cheer 2000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`2500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cf061daf-d571-4811-bcc2-c55c8792bc8f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cf061daf-d571-4811-bcc2-c55c8792bc8f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cf061daf-d571-4811-bcc2-c55c8792bc8f/3`,title:`cheer 2500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`3000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5671797f-5e9f-478c-a2b5-eb086c8928cf/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5671797f-5e9f-478c-a2b5-eb086c8928cf/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5671797f-5e9f-478c-a2b5-eb086c8928cf/3`,title:`cheer 3000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`3500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c3d218f5-1e45-419d-9c11-033a1ae54d3a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c3d218f5-1e45-419d-9c11-033a1ae54d3a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c3d218f5-1e45-419d-9c11-033a1ae54d3a/3`,title:`cheer 3500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`4000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/79fe642a-87f3-40b1-892e-a341747b6e08/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/79fe642a-87f3-40b1-892e-a341747b6e08/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/79fe642a-87f3-40b1-892e-a341747b6e08/3`,title:`cheer 4000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`4500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/736d4156-ac67-4256-a224-3e6e915436db/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/736d4156-ac67-4256-a224-3e6e915436db/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/736d4156-ac67-4256-a224-3e6e915436db/3`,title:`cheer 4500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`5000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3f085f85-8d15-4a03-a829-17fca7bf1bc2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3f085f85-8d15-4a03-a829-17fca7bf1bc2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3f085f85-8d15-4a03-a829-17fca7bf1bc2/3`,title:`cheer 5000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`}]},{set_id:`bits-charity`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a539dc18-ae19-49b0-98c4-8391a594332b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a539dc18-ae19-49b0-98c4-8391a594332b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a539dc18-ae19-49b0-98c4-8391a594332b/3`,title:`Direct Relief - Charity 2018`,description:`Supported their favorite streamer during the 2018 Blizzard of Bits`,click_action:`visit_url`,click_url:`https://link.twitch.tv/blizzardofbits`}]},{set_id:`battlechefbrigade_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/107ebb20-4fcd-449a-9931-cd3f81b84c70/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/107ebb20-4fcd-449a-9931-cd3f81b84c70/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/107ebb20-4fcd-449a-9931-cd3f81b84c70/3`,title:`Battle Chef Brigade`,description:`Battle Chef Brigade`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battle%20Chef%20Brigade/details`}]},{set_id:`battlerite_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/484ebda9-f7fa-4c67-b12b-c80582f3cc61/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/484ebda9-f7fa-4c67-b12b-c80582f3cc61/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/484ebda9-f7fa-4c67-b12b-c80582f3cc61/3`,title:`Battlerite`,description:`Battlerite`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battlerite/details`}]},{set_id:`battlechefbrigade_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ef1e96e8-a0f9-40b6-87af-2977d3c004bb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ef1e96e8-a0f9-40b6-87af-2977d3c004bb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ef1e96e8-a0f9-40b6-87af-2977d3c004bb/3`,title:`Battle Chef Brigade`,description:`Battle Chef Brigade`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battle%20Chef%20Brigade/details`}]},{set_id:`battlechefbrigade_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/24e32e67-33cd-4227-ad96-f0a7fc836107/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/24e32e67-33cd-4227-ad96-f0a7fc836107/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/24e32e67-33cd-4227-ad96-f0a7fc836107/3`,title:`Battle Chef Brigade`,description:`Battle Chef Brigade`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battle%20Chef%20Brigade/details`}]},{set_id:`axiom-verge_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f209b747-45ee-42f6-8baf-ea7542633d10/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f209b747-45ee-42f6-8baf-ea7542633d10/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f209b747-45ee-42f6-8baf-ea7542633d10/3`,title:`Axiom Verge`,description:`Axiom Verge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Axiom%20Verge/details`}]},{set_id:`anomaly-2_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d1d1ad54-40a6-492b-882e-dcbdce5fa81e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d1d1ad54-40a6-492b-882e-dcbdce5fa81e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d1d1ad54-40a6-492b-882e-dcbdce5fa81e/3`,title:`Anomaly 2`,description:`Anomaly 2`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Anomaly%202/details`}]},{set_id:`anomaly-warzone-earth_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/858be873-fb1f-47e5-ad34-657f40d3d156/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/858be873-fb1f-47e5-ad34-657f40d3d156/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/858be873-fb1f-47e5-ad34-657f40d3d156/3`,title:`Anomaly Warzone Earth`,description:`Anomaly Warzone Earth`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Anomaly:%20Warzone%20Earth/details`}]},{set_id:`ambassador`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2cbc339f-34f4-488a-ae51-efdf74f4e323/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2cbc339f-34f4-488a-ae51-efdf74f4e323/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2cbc339f-34f4-488a-ae51-efdf74f4e323/3`,title:`Twitch Ambassador`,description:`Twitch Ambassador`,click_action:`visit_url`,click_url:`https://www.twitch.tv/team/ambassadors`}]},{set_id:`H1Z1_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc71386c-86cd-11e7-a55d-43f591dc0c71/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc71386c-86cd-11e7-a55d-43f591dc0c71/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc71386c-86cd-11e7-a55d-43f591dc0c71/3`,title:`H1Z1`,description:`H1Z1`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/H1Z1/details`}]},{set_id:`60-seconds_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f4306617-0f96-476f-994e-5304f81bcc6e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f4306617-0f96-476f-994e-5304f81bcc6e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f4306617-0f96-476f-994e-5304f81bcc6e/3`,title:`60 Seconds!`,description:`60 Seconds!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/60%20Seconds!/details`}]},{set_id:`60-seconds_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/64513f7d-21dd-4a05-a699-d73761945cf9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/64513f7d-21dd-4a05-a699-d73761945cf9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/64513f7d-21dd-4a05-a699-d73761945cf9/3`,title:`60 Seconds!`,description:`60 Seconds!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/60%20Seconds!/details`}]},{set_id:`60-seconds_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1e7252f9-7e80-4d3d-ae42-319f030cca99/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1e7252f9-7e80-4d3d-ae42-319f030cca99/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1e7252f9-7e80-4d3d-ae42-319f030cca99/3`,title:`60 Seconds!`,description:`60 Seconds!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/60%20Seconds!/details`}]},{set_id:`1979-revolution_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7833bb6e-d20d-48ff-a58d-67fe827a4f84/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7833bb6e-d20d-48ff-a58d-67fe827a4f84/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7833bb6e-d20d-48ff-a58d-67fe827a4f84/3`,title:`1979 Revolution`,description:`1979 Revolution`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/1979%20Revolution/details`}]},{set_id:`10-years-as-twitch-staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e48bfab8-6697-4c5b-84df-e64fb0150701/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e48bfab8-6697-4c5b-84df-e64fb0150701/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e48bfab8-6697-4c5b-84df-e64fb0150701/3`,title:`10 years as Twitch Staff`,description:`Celebrating 10 years as Twitch Staff!`,click_action:null,click_url:null}]},{set_id:`15-years-as-twitch-staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/523802ec-086b-4dec-b441-90e28b0806d8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/523802ec-086b-4dec-b441-90e28b0806d8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/523802ec-086b-4dec-b441-90e28b0806d8/3`,title:`15 years as Twitch Staff`,description:`Celebrating 15 years as Twitch Staff!`,click_action:null,click_url:null}]},{set_id:`5-years-as-twitch-staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d53671d0-0ce0-4706-905f-7fe8b122a27a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d53671d0-0ce0-4706-905f-7fe8b122a27a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d53671d0-0ce0-4706-905f-7fe8b122a27a/3`,title:`5 years as Twitch Staff`,description:`Celebrating 5 years as Twitch Staff!`,click_action:null,click_url:null}]},{set_id:`aang`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/dfc8243b-037c-4e5e-a8f3-87ad1f01850d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/dfc8243b-037c-4e5e-a8f3-87ad1f01850d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/dfc8243b-037c-4e5e-a8f3-87ad1f01850d/3`,title:`Aang`,description:`This badge was earned by subscribing or gifting a sub to an Avatar Legends: The Fighting Game streamer!`,click_action:null,click_url:null}]},{set_id:`admin`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/3`,title:`Admin`,description:`Twitch Admin`,click_action:null,click_url:null}]},{set_id:`alone`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/10ba11a2-0171-42b6-9bba-8f2f14248172/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/10ba11a2-0171-42b6-9bba-8f2f14248172/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/10ba11a2-0171-42b6-9bba-8f2f14248172/3`,title:`Alone`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Little Nightmares III category during launch.`,click_action:null,click_url:null}]},{set_id:`anonymous-cheerer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca3db7f7-18f5-487e-a329-cd0b538ee979/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca3db7f7-18f5-487e-a329-cd0b538ee979/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca3db7f7-18f5-487e-a329-cd0b538ee979/3`,title:`Anonymous Cheerer`,description:`Anonymous Cheerer`,click_action:null,click_url:null}]},{set_id:`arc-raiders-launch-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d4aa495f-a0e4-4ab4-b3eb-7c2ea573b03f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d4aa495f-a0e4-4ab4-b3eb-7c2ea573b03f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d4aa495f-a0e4-4ab4-b3eb-7c2ea573b03f/3`,title:`Arc Raiders Launch 2025`,description:`This badge was earned by subscribing or gifting a sub to an Arc Raiders streamer during launch!`,click_action:null,click_url:null}]},{set_id:`arcane-season-2-premiere`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1d833bde-edc7-4d23-b7b6-ad5a13296675/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1d833bde-edc7-4d23-b7b6-ad5a13296675/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1d833bde-edc7-4d23-b7b6-ad5a13296675/3`,title:`Arcane Season 2 Premiere`,description:`This badge was earned by watching the premiere of Arcane Season 2!`,click_action:null,click_url:null}]},{set_id:`artist-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/3`,title:`Artist`,description:`Artist on this Channel`,click_action:null,click_url:null}]},{set_id:`battlefield-6`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d7750af0-caca-47c5-b207-1af9be69ce1b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d7750af0-caca-47c5-b207-1af9be69ce1b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d7750af0-caca-47c5-b207-1af9be69ce1b/3`,title:`Battlefield 6`,description:`This badge was earned by subscribing to a streamer playing Battlefield 6.`,click_action:null,click_url:null}]},{set_id:`bingbonglove`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4ffa02fc-ae89-4557-95ca-b9fc65909bd0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4ffa02fc-ae89-4557-95ca-b9fc65909bd0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4ffa02fc-ae89-4557-95ca-b9fc65909bd0/3`,title:`BingBongLove`,description:`This badge was earned by tuning in to a PEAK stream for 15 minutes from February 13 - 28, 2026!`,click_action:null,click_url:null}]},{set_id:`black-ops-7-global-launch`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e225aad6-3780-4bdc-ae38-48d3ab7dc36e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e225aad6-3780-4bdc-ae38-48d3ab7dc36e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e225aad6-3780-4bdc-ae38-48d3ab7dc36e/3`,title:`Black Ops 7 Global Launch`,description:`This badge was earned by subscribing to a COD: Black Ops 7 streamer during launch!`,click_action:null,click_url:null}]},{set_id:`borderlands-4-badge---ripper`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/098219cb-48d8-4945-96a6-80594c7a90dd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/098219cb-48d8-4945-96a6-80594c7a90dd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/098219cb-48d8-4945-96a6-80594c7a90dd/3`,title:`Borderlands 4 Badge - Ripper`,description:`This user joined the ranks of the Rippers in Borderlands 4.`,click_action:null,click_url:null}]},{set_id:`borderlands-4-badge---vault-symbol`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/97eee27d-c87f-4afb-a020-04a9d04456df/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/97eee27d-c87f-4afb-a020-04a9d04456df/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/97eee27d-c87f-4afb-a020-04a9d04456df/3`,title:`Borderlands 4 Badge - Vault Symbol`,description:`This user is rocking the Vault Symbol from Borderlands 4.`,click_action:null,click_url:null}]},{set_id:`bot-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ffa9565-c35b-4cad-800b-041e60659cf2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ffa9565-c35b-4cad-800b-041e60659cf2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ffa9565-c35b-4cad-800b-041e60659cf2/3`,title:`Chat Bot`,description:`This Bot has been added to the channel by the broadcaster.`,click_action:null,click_url:null}]},{set_id:`broadcaster`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3`,title:`Broadcaster`,description:`Broadcaster`,click_action:null,click_url:null}]},{set_id:`bungie-foundation-ally`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f5f78a03-c73e-4ae4-86d3-a3bef7ceca6f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f5f78a03-c73e-4ae4-86d3-a3bef7ceca6f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f5f78a03-c73e-4ae4-86d3-a3bef7ceca6f/3`,title:`Bungie Foundation Ally`,description:`This badge is awarded for being an ally of the Bungie Foundation!`,click_action:null,click_url:null}]},{set_id:`bungie-foundation-supporter`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/85cb4623-0dd6-4f41-b86e-765bc8ac367d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/85cb4623-0dd6-4f41-b86e-765bc8ac367d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/85cb4623-0dd6-4f41-b86e-765bc8ac367d/3`,title:`Bungie Foundation Supporter`,description:`This badge is awarded for being a supporter of the Bungie Foundation!`,click_action:null,click_url:null}]},{set_id:`chatter-cs-go-2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/57b6bd6b-a1b5-4204-9e6c-eb8ed5831603/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/57b6bd6b-a1b5-4204-9e6c-eb8ed5831603/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/57b6bd6b-a1b5-4204-9e6c-eb8ed5831603/3`,title:`CS:GO Week Brazil 2022`,description:`Chatted during CS:GO Week Brazil 2022`,click_action:null,click_url:null}]},{set_id:`clips-leader`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/12f70951-efea-48c2-b42b-d5e2ea0d71f7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/12f70951-efea-48c2-b42b-d5e2ea0d71f7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/12f70951-efea-48c2-b42b-d5e2ea0d71f7/3`,title:`Clips Leader 1`,description:`Ranked as a top clipper in this community`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9eddf7ab-aa46-4798-abe2-710db1043254/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9eddf7ab-aa46-4798-abe2-710db1043254/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9eddf7ab-aa46-4798-abe2-710db1043254/3`,title:`Clips Leader 2`,description:`Ranked as a top clipper in this community`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fb838633-6ff6-46df-98b4-9e53fcff84f6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fb838633-6ff6-46df-98b4-9e53fcff84f6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fb838633-6ff6-46df-98b4-9e53fcff84f6/3`,title:`Clips Leader 3`,description:`Ranked as a top clipper in this community`,click_action:null,click_url:null}]},{set_id:`creator-cs-go-2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a2ea6df9-ac0a-4956-bfe9-e931f50b94fa/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a2ea6df9-ac0a-4956-bfe9-e931f50b94fa/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a2ea6df9-ac0a-4956-bfe9-e931f50b94fa/3`,title:`CS:GO Week Brazil 2022`,description:`Streamed during CS:GO Week Brazil 2022`,click_action:null,click_url:null}]},{set_id:`crimson-butterfly`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/63243824-6d43-45cf-8d21-fe0b06ab587f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/63243824-6d43-45cf-8d21-fe0b06ab587f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/63243824-6d43-45cf-8d21-fe0b06ab587f/3`,title:`Crimson Butterfly`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the FATAL FRAME II: Crimson Butterfly REMAKE category!`,click_action:null,click_url:null}]},{set_id:`diablo-30th-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2f98d79a-c78c-4c61-ac9e-7bc544d44619/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2f98d79a-c78c-4c61-ac9e-7bc544d44619/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2f98d79a-c78c-4c61-ac9e-7bc544d44619/3`,title:`Diablo 30th Anniversary`,description:`This badge was earned by subscribing or gifting a sub to a Diablo IV streamer during the Diablo 30th Anniversary!`,click_action:null,click_url:null}]},{set_id:`diana`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/38801cc6-4d01-40f6-8949-6b9f9d5334b8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/38801cc6-4d01-40f6-8949-6b9f9d5334b8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/38801cc6-4d01-40f6-8949-6b9f9d5334b8/3`,title:`Diana`,description:`This badge was earned by subscribing or gifting a sub for a streamer in the Pragmata category`,click_action:null,click_url:null}]},{set_id:`ditto`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b577304e-7dc9-49f2-bee1-68caf56a91e6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b577304e-7dc9-49f2-bee1-68caf56a91e6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b577304e-7dc9-49f2-bee1-68caf56a91e6/3`,title:`Ditto`,description:`This badge was earned by subscribing or gifting a sub to a Pokémon Pokopia streamer during launch!`,click_action:null,click_url:null}]},{set_id:`dragonscimmy`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/da4c6554-4472-4949-b33b-e79164dbba0b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/da4c6554-4472-4949-b33b-e79164dbba0b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/da4c6554-4472-4949-b33b-e79164dbba0b/3`,title:`DragonScimmy`,description:`This badge was earned by subscribing or gifting a sub to any Old School RuneScape broadcast in 2025 during the launch of Sailing, OSRS’ first ever new skill!`,click_action:null,click_url:null}]},{set_id:`dreamcon-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5dfbd056-8ac1-407f-bdf3-f83183fa97ae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5dfbd056-8ac1-407f-bdf3-f83183fa97ae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5dfbd056-8ac1-407f-bdf3-f83183fa97ae/3`,title:`Dream Con 2024`,description:`This badge was earned by watching Dream Con 2024 or completing the post-event survey!`,click_action:null,click_url:null}]},{set_id:`elden-ring-recluse`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5afadc6c-933b-4ede-b318-3752bbf267a9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5afadc6c-933b-4ede-b318-3752bbf267a9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5afadc6c-933b-4ede-b318-3752bbf267a9/3`,title:`Elden Ring SuperFan badge - Recluse`,description:`You used Stream Together or participated in a stream before or after Nightreign dropped. You’ve earned the Recluse badge.`,click_action:null,click_url:null}]},{set_id:`elden-ring-wylder`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5d5ab328-0916-4655-90b9-78b983ca4262/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5d5ab328-0916-4655-90b9-78b983ca4262/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5d5ab328-0916-4655-90b9-78b983ca4262/3`,title:`Elden Ring Nightreign Clip badge - Wylder`,description:`You captured a clippable Elden Ring moment. You’ve earned the Wylder badge.`,click_action:null,click_url:null}]},{set_id:`eso_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/18647a68-a35f-48d7-bf97-ae5deb6b277d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/18647a68-a35f-48d7-bf97-ae5deb6b277d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/18647a68-a35f-48d7-bf97-ae5deb6b277d/3`,title:`Elder Scrolls Online`,description:`Elder Scrolls Online`,click_action:null,click_url:null}]},{set_id:`evo-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1469e9cf-14d9-4a48-a91c-81712d027439/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1469e9cf-14d9-4a48-a91c-81712d027439/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1469e9cf-14d9-4a48-a91c-81712d027439/3`,title:`Evo 2025`,description:`You have earned the Evo 2025 Badge`,click_action:null,click_url:null}]},{set_id:`extension`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ea8b0f8c-aa27-11e8-ba0c-1370ffff3854/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ea8b0f8c-aa27-11e8-ba0c-1370ffff3854/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ea8b0f8c-aa27-11e8-ba0c-1370ffff3854/3`,title:`Extension`,description:`Extension`,click_action:null,click_url:null}]},{set_id:`fallout-season-2-ghoul`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/815334c4-3123-489b-8854-2af0f4027b00/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/815334c4-3123-489b-8854-2af0f4027b00/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/815334c4-3123-489b-8854-2af0f4027b00/3`,title:`Fallout Season 2 Ghoul`,description:`This badge was earned by subscribing or gifting a sub to a Fallout 76 streamer during the launch of Burning Springs and Fallout Season 2!`,click_action:null,click_url:null}]},{set_id:`first-stand-2026-supporter`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ea899f87-f7f5-4d9d-9de9-173331341199/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ea899f87-f7f5-4d9d-9de9-173331341199/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ea899f87-f7f5-4d9d-9de9-173331341199/3`,title:`First Stand 2026 Supporter`,description:`This badge was rewarded to fans who supported First Stand 2026!`,click_action:null,click_url:null}]},{set_id:`first-stand-2026-viewer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2ae99aac-ac5b-4d69-884b-3eb20621340d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2ae99aac-ac5b-4d69-884b-3eb20621340d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2ae99aac-ac5b-4d69-884b-3eb20621340d/3`,title:`First Stand 2026 Viewer`,description:`This badge was rewarded to fans who watched First Stand 2026!`,click_action:null,click_url:null}]},{set_id:`fischer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/50488ced-e1ee-4ea4-bb44-fb60d7d396c2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/50488ced-e1ee-4ea4-bb44-fb60d7d396c2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/50488ced-e1ee-4ea4-bb44-fb60d7d396c2/3`,title:`Fischer`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`frog-lantern`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/dfc75f94-14f9-404b-b953-37eba481df37/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/dfc75f94-14f9-404b-b953-37eba481df37/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/dfc75f94-14f9-404b-b953-37eba481df37/3`,title:`Frog Lantern`,description:`This badge was earned by subscribing or gifting three times in the Sea of Thieves category!`,click_action:null,click_url:null}]},{set_id:`game-developer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/3`,title:`Game Developer`,description:`Game Developer for:`,click_action:null,click_url:null}]},{set_id:`gears-of-war-superfan-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/18b92728-aa7a-4e24-acb5-b14ea17c8b2b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/18b92728-aa7a-4e24-acb5-b14ea17c8b2b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/18b92728-aa7a-4e24-acb5-b14ea17c8b2b/3`,title:`Gears of War Superfan Badge`,description:`This user is a Gears of War: Reloaded Superfan.`,click_action:null,click_url:null}]},{set_id:`gingko-leaf`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/394abbbd-cc1d-427f-bc00-bce294353448/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/394abbbd-cc1d-427f-bc00-bce294353448/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/394abbbd-cc1d-427f-bc00-bce294353448/3`,title:`Gingko Leaf`,description:`This badge was earned by watching 30 minutes of a Ghost of Yotei stream during the game's launch!`,click_action:null,click_url:null}]},{set_id:`global_mod`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9384c43e-4ce7-4e94-b2a1-b93656896eba/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9384c43e-4ce7-4e94-b2a1-b93656896eba/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9384c43e-4ce7-4e94-b2a1-b93656896eba/3`,title:`Global Moderator`,description:`Global Moderator`,click_action:null,click_url:null}]},{set_id:`gold-pixel-heart---together-for-good-24`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/52c90eac-b7ec-4e24-b500-8fceecfe91e8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/52c90eac-b7ec-4e24-b500-8fceecfe91e8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/52c90eac-b7ec-4e24-b500-8fceecfe91e8/3`,title:`Gold Pixel Heart - Together For Good '24`,description:`This badge was earned by donating $50 or more as part of Twitch Together for Good 2024!`,click_action:null,click_url:null}]},{set_id:`gp-explorer-3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1e3b6965-2224-44d1-a67a-6d186c1fb17d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1e3b6965-2224-44d1-a67a-6d186c1fb17d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1e3b6965-2224-44d1-a67a-6d186c1fb17d/3`,title:`GP Explorer 3`,description:`This badge was earned by watching 15 minutes of GP Explorer 3 on any of the broadcasting channels.`,click_action:null,click_url:null}]},{set_id:`hornet`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4dc7b047-8c59-4522-97f2-24fb63147f56/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4dc7b047-8c59-4522-97f2-24fb63147f56/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4dc7b047-8c59-4522-97f2-24fb63147f56/3`,title:`Hornet`,description:`This badge was earned by subscribing to a streamer in the Hollow Knight: Silksong category during game launch week.`,click_action:null,click_url:null}]},{set_id:`hunt-crosses`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b1e77273-2fc0-4d36-873a-67a7c1647efe/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b1e77273-2fc0-4d36-873a-67a7c1647efe/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b1e77273-2fc0-4d36-873a-67a7c1647efe/3`,title:`Hunt Crosses`,description:`This badge was earned by subscribing or gifting a sub in the Hunt: Showdown 1896 category from Dec. 12 - Dec. 24, 2025.`,click_action:null,click_url:null}]},{set_id:`hypershot-celestial`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ee3441d-92d4-4f00-b8b4-64cb3d97e17e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ee3441d-92d4-4f00-b8b4-64cb3d97e17e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ee3441d-92d4-4f00-b8b4-64cb3d97e17e/3`,title:`Hypershot Celestial`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`jeff-the-land-shark`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ad51bd4c-2621-4d7c-8580-89243002bc8b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ad51bd4c-2621-4d7c-8580-89243002bc8b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ad51bd4c-2621-4d7c-8580-89243002bc8b/3`,title:`Jeff the Land Shark`,description:`This badge was earned by subscribing or gifting a sub in the Marvel Rivals category during Marvel Rivals' 1-year anniversary!`,click_action:null,click_url:null}]},{set_id:`k4sen-con-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6ea537aa-bb9a-4410-a330-5820b7dd8a24/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6ea537aa-bb9a-4410-a330-5820b7dd8a24/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6ea537aa-bb9a-4410-a330-5820b7dd8a24/3`,title:`The K4SEN Con 2025`,description:`This badge was earned by watching 30 minutes of K4SEN Con 2025!`,click_action:null,click_url:null}]},{set_id:`kodama`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/374ef606-cf25-475e-994b-f7d36b8acd43/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/374ef606-cf25-475e-994b-f7d36b8acd43/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/374ef606-cf25-475e-994b-f7d36b8acd43/3`,title:`Kodama`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Nioh 3 category`,click_action:null,click_url:null}]},{set_id:`la-velada-iv`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/655dac77-0b2f-4b62-8871-6ae21f82b34e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/655dac77-0b2f-4b62-8871-6ae21f82b34e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/655dac77-0b2f-4b62-8871-6ae21f82b34e/3`,title:`La Velada del Año IV`,description:`This badge was earned for watching La Velada del Año IV!`,click_action:null,click_url:null}]},{set_id:`la-velada-v-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3f728095-b84d-4e7e-9eee-541ea02ddea0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3f728095-b84d-4e7e-9eee-541ea02ddea0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3f728095-b84d-4e7e-9eee-541ea02ddea0/3`,title:`La Velada V Badge`,description:`This badge was earned by watching La Velada V!`,click_action:null,click_url:null}]},{set_id:`lamby`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c0801fe9-3d54-49d1-801c-3c1fadde09cd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c0801fe9-3d54-49d1-801c-3c1fadde09cd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c0801fe9-3d54-49d1-801c-3c1fadde09cd/3`,title:`Lamby`,description:`This badge was earned by subscribing or gifting a sub to a Cult of the Lamb streamer!`,click_action:null,click_url:null}]},{set_id:`lead_moderator`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0822047b-65e0-46f2-94a9-d1091d685d33/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0822047b-65e0-46f2-94a9-d1091d685d33/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0822047b-65e0-46f2-94a9-d1091d685d33/3`,title:`Lead Moderator`,description:`A badge for users who are a lead moderator in the channel`,click_action:null,click_url:null}]},{set_id:`league-of-legends-mid-season-invitational-2025---grey`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/18a0b4ba-5f62-4e94-b6f1-481731608602/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/18a0b4ba-5f62-4e94-b6f1-481731608602/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/18a0b4ba-5f62-4e94-b6f1-481731608602/3`,title:`League of Legends Mid Season Invitational 2025 Support a Streamer`,description:`This badge was earned by gifting a subscription to a streamer in the League of Legends category during MSI 2025.`,click_action:null,click_url:null}]},{set_id:`league-of-legends-mid-season-invitational-2025---purple`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0a99ba23-5e1a-46b7-8ff2-efbb9a6ea54c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0a99ba23-5e1a-46b7-8ff2-efbb9a6ea54c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0a99ba23-5e1a-46b7-8ff2-efbb9a6ea54c/3`,title:`League of Legends Mid Season Invitational 2025`,description:`This badge was earned by subscribing to a lolesports channel during MSI 2025!`,click_action:null,click_url:null}]},{set_id:`legendus`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/55c355cf-ddbf-4f12-8369-6554a1f78b6f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/55c355cf-ddbf-4f12-8369-6554a1f78b6f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/55c355cf-ddbf-4f12-8369-6554a1f78b6f/3`,title:`LEGENDUS`,description:`This badge was granted to users who watched LEGENDUS ITADAKI, hosted by fps_shaka, on June 28-June 29, 2025.`,click_action:null,click_url:null}]},{set_id:`lol-worlds-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4545b0b5-c825-487e-8958-ce5512eb6f84/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4545b0b5-c825-487e-8958-ce5512eb6f84/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4545b0b5-c825-487e-8958-ce5512eb6f84/3`,title:`LoL Worlds 2025`,description:`This badge was earned by subscribing to a participating LoL Esports broadcast or co-stream of the 2025 League of Legends World Championship!`,click_action:null,click_url:null}]},{set_id:`lost-ark-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/77995962-b02e-48e3-92ab-b77a4b352fb3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/77995962-b02e-48e3-92ab-b77a4b352fb3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/77995962-b02e-48e3-92ab-b77a4b352fb3/3`,title:`Lost Ark Anniversary`,description:`This badge was earned by watching your favorite Lost Ark streamer during the 4th Anniversary!`,click_action:null,click_url:null}]},{set_id:`low`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/58d48669-bfee-46e7-a83c-b65a30783400/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/58d48669-bfee-46e7-a83c-b65a30783400/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/58d48669-bfee-46e7-a83c-b65a30783400/3`,title:`Low`,description:`This badge was earned by watching 30 minutes in the Little Nightmares III category during launch!`,click_action:null,click_url:null}]},{set_id:`marathon-reveal-runner`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ae1c6c62-c057-4fad-a1d4-663bf988701f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ae1c6c62-c057-4fad-a1d4-663bf988701f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ae1c6c62-c057-4fad-a1d4-663bf988701f/3`,title:`Marathon Reveal Runner`,description:`This badge was earned by subscribing during the Marathon reveal stream!`,click_action:null,click_url:null}]},{set_id:`marathon-silkworm`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/eabd1994-d054-4eb1-a740-7cce1ad4f0cb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/eabd1994-d054-4eb1-a740-7cce1ad4f0cb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/eabd1994-d054-4eb1-a740-7cce1ad4f0cb/3`,title:`Marathon Silkworm`,description:`This Chat Badge was unlocked by watching the Marathon Server Slam & Launch Week!`,click_action:null,click_url:null}]},{set_id:`marathon-sub-burger`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5bc8a500-12f5-42c4-86f7-a678d1f930a1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5bc8a500-12f5-42c4-86f7-a678d1f930a1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5bc8a500-12f5-42c4-86f7-a678d1f930a1/3`,title:`Marathon Sub Burger`,description:`A tasty burger for you and a friend! Tastes like meat. Isn't`,click_action:null,click_url:null}]},{set_id:`mel`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8a7c1d1d-12bb-40d9-9be8-0a4fdf0d870c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8a7c1d1d-12bb-40d9-9be8-0a4fdf0d870c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8a7c1d1d-12bb-40d9-9be8-0a4fdf0d870c/3`,title:`Mel`,description:`This badge was earned by subscribing or gifting a sub for a streamer in the Hades II category.`,click_action:null,click_url:null}]},{set_id:`moderator`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3`,title:`Moderator`,description:`Moderator`,click_action:null,click_url:null}]},{set_id:`moments`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bf370830-d79a-497b-81c6-a365b2b60dda/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bf370830-d79a-497b-81c6-a365b2b60dda/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bf370830-d79a-497b-81c6-a365b2b60dda/3`,title:`Moments Badge - Tier 1`,description:`Earned for being a part of at least 1 moment on a channel`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc46b10c-5b45-43fd-81ad-d5cb0de6d2f4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc46b10c-5b45-43fd-81ad-d5cb0de6d2f4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc46b10c-5b45-43fd-81ad-d5cb0de6d2f4/3`,title:`Moments Badge - Tier 2`,description:`Earned for being a part of at least 5 moments on a channel`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d08658d7-205f-4f75-ad44-8c6e0acd8ef6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d08658d7-205f-4f75-ad44-8c6e0acd8ef6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d08658d7-205f-4f75-ad44-8c6e0acd8ef6/3`,title:`Moments Badge - Tier 3`,description:`Earned for being a part of at least 10 moments on a channel`,click_action:null,click_url:null},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fe5b5ddc-93e7-4aaf-9b3e-799cd41808b1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fe5b5ddc-93e7-4aaf-9b3e-799cd41808b1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fe5b5ddc-93e7-4aaf-9b3e-799cd41808b1/3`,title:`Moments Badge - Tier 4`,description:`Earned for being a part of at least 15 moments on a channel`,click_action:null,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c8a0d95a-856e-4097-9fc0-7765300a4f58/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c8a0d95a-856e-4097-9fc0-7765300a4f58/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c8a0d95a-856e-4097-9fc0-7765300a4f58/3`,title:`Moments Badge - Tier 5`,description:`Earned for being a part of at least 20 moments on a channel`,click_action:null,click_url:null},{id:`6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f9e3b4e4-200e-4045-bd71-3a6b480c23ae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f9e3b4e4-200e-4045-bd71-3a6b480c23ae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f9e3b4e4-200e-4045-bd71-3a6b480c23ae/3`,title:`Moments Badge - Tier 6`,description:`Earned for being a part of at least 30 moments on a channel`,click_action:null,click_url:null},{id:`7`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a90a26a4-fdf7-4ac3-a782-76a413da16c1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a90a26a4-fdf7-4ac3-a782-76a413da16c1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a90a26a4-fdf7-4ac3-a782-76a413da16c1/3`,title:`Moments Badge - Tier 7`,description:`Earned for being a part of at least 40 moments on a channel`,click_action:null,click_url:null},{id:`8`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f22286cd-6aa3-42ce-b3fb-10f5d18c4aa0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f22286cd-6aa3-42ce-b3fb-10f5d18c4aa0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f22286cd-6aa3-42ce-b3fb-10f5d18c4aa0/3`,title:`Moments Badge - Tier 8`,description:`Earned for being a part of at least 50 moments on a channel`,click_action:null,click_url:null},{id:`9`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5cb2e584-1efd-469b-ab1d-4d1b59a944e7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5cb2e584-1efd-469b-ab1d-4d1b59a944e7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5cb2e584-1efd-469b-ab1d-4d1b59a944e7/3`,title:`Moments Badge - Tier 9`,description:`Earned for being a part of at least 60 moments on a channel`,click_action:null,click_url:null},{id:`10`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9c13f2b6-69cd-4537-91b4-4a8bd8b6b1fd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9c13f2b6-69cd-4537-91b4-4a8bd8b6b1fd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9c13f2b6-69cd-4537-91b4-4a8bd8b6b1fd/3`,title:`Moments Badge - Tier 10`,description:`Earned for being a part of at least 75 moments on a channel`,click_action:null,click_url:null},{id:`11`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7573e7a2-0f1f-4508-b833-d822567a1e03/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7573e7a2-0f1f-4508-b833-d822567a1e03/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7573e7a2-0f1f-4508-b833-d822567a1e03/3`,title:`Moments Badge - Tier 11`,description:`Earned for being a part of at least 90 moments on a channel`,click_action:null,click_url:null},{id:`12`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f2c91d14-85c8-434b-a6c0-6d7930091150/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f2c91d14-85c8-434b-a6c0-6d7930091150/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f2c91d14-85c8-434b-a6c0-6d7930091150/3`,title:`Moments Badge - Tier 12`,description:`Earned for being a part of at least 105 moments on a channel`,click_action:null,click_url:null},{id:`13`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/35eb3395-a1d3-4170-969a-86402ecfb11a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/35eb3395-a1d3-4170-969a-86402ecfb11a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/35eb3395-a1d3-4170-969a-86402ecfb11a/3`,title:`Moments Badge - Tier 13`,description:`Earned for being a part of at least 120 moments on a channel`,click_action:null,click_url:null},{id:`14`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cb40eb03-1015-45ba-8793-51c66a24a3d5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cb40eb03-1015-45ba-8793-51c66a24a3d5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cb40eb03-1015-45ba-8793-51c66a24a3d5/3`,title:`Moments Badge - Tier 14`,description:`Earned for being a part of at least 140 moments on a channel`,click_action:null,click_url:null},{id:`15`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b241d667-280b-4183-96ae-2d0053631186/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b241d667-280b-4183-96ae-2d0053631186/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b241d667-280b-4183-96ae-2d0053631186/3`,title:`Moments Badge - Tier 15`,description:`Earned for being a part of at least 160 moments on a channel`,click_action:null,click_url:null},{id:`16`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5684d1bc-8132-4a4f-850c-18d3c5bd04f3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5684d1bc-8132-4a4f-850c-18d3c5bd04f3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5684d1bc-8132-4a4f-850c-18d3c5bd04f3/3`,title:`Moments Badge - Tier 16`,description:`Earned for being a part of at least 180 moments on a channel`,click_action:null,click_url:null},{id:`17`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3b08c1ee-0f77-451b-9226-b5b22d7f023c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3b08c1ee-0f77-451b-9226-b5b22d7f023c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3b08c1ee-0f77-451b-9226-b5b22d7f023c/3`,title:`Moments Badge - Tier 17`,description:`Earned for being a part of at least 200 moments on a channel`,click_action:null,click_url:null},{id:`18`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/14057e75-080c-42da-a412-6232c6f33b68/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/14057e75-080c-42da-a412-6232c6f33b68/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/14057e75-080c-42da-a412-6232c6f33b68/3`,title:`Moments Badge - Tier 18`,description:`Earned for being a part of at least 225 moments on a channel`,click_action:null,click_url:null},{id:`19`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6100cc6f-6b4b-4a3d-a55b-a5b34edb5ea1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6100cc6f-6b4b-4a3d-a55b-a5b34edb5ea1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6100cc6f-6b4b-4a3d-a55b-a5b34edb5ea1/3`,title:`Moments Badge - Tier 19`,description:`Earned for being a part of at least 250 moments on a channel`,click_action:null,click_url:null},{id:`20`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/43399796-e74c-4741-a975-56202f0af30e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/43399796-e74c-4741-a975-56202f0af30e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/43399796-e74c-4741-a975-56202f0af30e/3`,title:`Moments Badge - Tier 20`,description:`Earned for being a part of at least 275 moments on a channel`,click_action:null,click_url:null}]},{set_id:`mr-raccoon`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/057b7ef9-6b3d-4a9c-9f0c-ede0df1315db/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/057b7ef9-6b3d-4a9c-9f0c-ede0df1315db/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/057b7ef9-6b3d-4a9c-9f0c-ede0df1315db/3`,title:`Mr. Raccoon`,description:`This badge was earned by subscribing or gifting a sub to a Resident Evil: Requiem streamer.`,click_action:null,click_url:null}]},{set_id:`never-grave---witch-hat`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fb752b70-4eb6-45dd-8ee1-1194c38d2ac3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fb752b70-4eb6-45dd-8ee1-1194c38d2ac3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fb752b70-4eb6-45dd-8ee1-1194c38d2ac3/3`,title:`Never Grave - Witch Hat`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Never Grave category during the game launch`,click_action:null,click_url:null}]},{set_id:`no_audio`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/3`,title:`Watching without audio`,description:`Individuals with unreliable or no sound can select this badge`,click_action:null,click_url:null}]},{set_id:`no_video`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/3`,title:`Listening only`,description:`Individuals with unreliable or no video can select this badge`,click_action:null,click_url:null}]},{set_id:`path-of-exile-2-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8bebe4ce-6c15-4746-8c33-42312c250ceb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8bebe4ce-6c15-4746-8c33-42312c250ceb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8bebe4ce-6c15-4746-8c33-42312c250ceb/3`,title:`Chaos Orb`,description:`This badge was earned by subscribing to a streamer during Path of Exile 2's launch!`,click_action:null,click_url:null}]},{set_id:`pokemon-30th-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4c10b31-ad76-4600-a3cc-48c875e1f7c0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4c10b31-ad76-4600-a3cc-48c875e1f7c0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4c10b31-ad76-4600-a3cc-48c875e1f7c0/3`,title:`Pokémon 30th`,description:`This badge was earned by subscribing or gifting a sub to a streamer in an eligible Pokémon category!`,click_action:null,click_url:null}]},{set_id:`pokemon-legends-z-a-chikorita`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f479e945-987b-423a-a901-7b1c3b3003fb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f479e945-987b-423a-a901-7b1c3b3003fb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f479e945-987b-423a-a901-7b1c3b3003fb/3`,title:`Pokémon Legends: Z-A Chikorita`,description:`This badge was earned by purchasing a subscription or gifting a subscription to a streamer playing Pokémon Legends: Z-A for Chikorita.`,click_action:null,click_url:null}]},{set_id:`pokemon-legends-z-a-tepig`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/34799f2e-e165-42a4-ae79-1c9c06cf1d55/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/34799f2e-e165-42a4-ae79-1c9c06cf1d55/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/34799f2e-e165-42a4-ae79-1c9c06cf1d55/3`,title:`Pokémon Legends: Z-A Tepig`,description:`This badge was earned by purchasing a subscription or gifting a subscription to a streamer playing Pokémon Legends Z-A for Tepig.`,click_action:null,click_url:null}]},{set_id:`pokemon-legends-z-a-totodile`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0bdb6906-ba8f-4fb6-bc9e-3aca04d3d501/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0bdb6906-ba8f-4fb6-bc9e-3aca04d3d501/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0bdb6906-ba8f-4fb6-bc9e-3aca04d3d501/3`,title:`Pokémon Legends: Z-A Totodile`,description:`This badge was earned by purchasing a subscription or gifting a subscription to a streamer playing Pokémon Legends: Z-A for Totodile.`,click_action:null,click_url:null}]},{set_id:`power-rangers`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9edf3e7f-62e4-40f5-86ab-7a646b10f1f0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9edf3e7f-62e4-40f5-86ab-7a646b10f1f0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9edf3e7f-62e4-40f5-86ab-7a646b10f1f0/3`,title:`Black Ranger`,description:`Black Ranger`,click_action:null,click_url:null},{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1eeae8fe-5bc6-44ed-9c88-fb84d5e0df52/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1eeae8fe-5bc6-44ed-9c88-fb84d5e0df52/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1eeae8fe-5bc6-44ed-9c88-fb84d5e0df52/3`,title:`Blue Ranger`,description:`Blue Ranger`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/21bbcd6d-1751-4d28-a0c3-0b72453dd823/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/21bbcd6d-1751-4d28-a0c3-0b72453dd823/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/21bbcd6d-1751-4d28-a0c3-0b72453dd823/3`,title:`Green Ranger`,description:`Green Ranger`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5c58cb40-9028-4d16-af67-5bc0c18b745e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5c58cb40-9028-4d16-af67-5bc0c18b745e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5c58cb40-9028-4d16-af67-5bc0c18b745e/3`,title:`Pink Ranger`,description:`Pink Ranger`,click_action:null,click_url:null},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8843d2de-049f-47d5-9794-b6517903db61/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8843d2de-049f-47d5-9794-b6517903db61/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8843d2de-049f-47d5-9794-b6517903db61/3`,title:`Red Ranger`,description:`Red Ranger`,click_action:null,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/06c85e34-477e-4939-9537-fd9978976042/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/06c85e34-477e-4939-9537-fd9978976042/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/06c85e34-477e-4939-9537-fd9978976042/3`,title:`White Ranger`,description:`White Ranger`,click_action:null,click_url:null},{id:`6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d6dca630-1ca4-48de-94e7-55ed0a24d8d1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d6dca630-1ca4-48de-94e7-55ed0a24d8d1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d6dca630-1ca4-48de-94e7-55ed0a24d8d1/3`,title:`Yellow Ranger`,description:`Yellow Ranger`,click_action:null,click_url:null}]},{set_id:`predictions`,versions:[{id:`blue-1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e33d8b46-f63b-4e67-996d-4a7dcec0ad33/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e33d8b46-f63b-4e67-996d-4a7dcec0ad33/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e33d8b46-f63b-4e67-996d-4a7dcec0ad33/3`,title:`Predicted Blue (1)`,description:`Predicted Outcome One`,click_action:null,click_url:null},{id:`blue-10`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/072ae906-ecf7-44f1-ac69-a5b2261d8892/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/072ae906-ecf7-44f1-ac69-a5b2261d8892/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/072ae906-ecf7-44f1-ac69-a5b2261d8892/3`,title:`Predicted Blue (10)`,description:`Predicted Outcome Ten`,click_action:null,click_url:null},{id:`blue-2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ffdda3fe-8012-4db3-981e-7a131402b057/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ffdda3fe-8012-4db3-981e-7a131402b057/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ffdda3fe-8012-4db3-981e-7a131402b057/3`,title:`Predicted Blue (2)`,description:`Predicted Outcome Two`,click_action:null,click_url:null},{id:`blue-3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f2ab9a19-8ef7-4f9f-bd5d-9cf4e603f845/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f2ab9a19-8ef7-4f9f-bd5d-9cf4e603f845/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f2ab9a19-8ef7-4f9f-bd5d-9cf4e603f845/3`,title:`Predicted Blue (3)`,description:`Predicted Outcome Three`,click_action:null,click_url:null},{id:`blue-4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/df95317d-9568-46de-a421-a8520edb9349/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/df95317d-9568-46de-a421-a8520edb9349/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/df95317d-9568-46de-a421-a8520edb9349/3`,title:`Predicted Blue (4)`,description:`Predicted Outcome Four`,click_action:null,click_url:null},{id:`blue-5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/88758be8-de09-479b-9383-e3bb6d9e6f06/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/88758be8-de09-479b-9383-e3bb6d9e6f06/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/88758be8-de09-479b-9383-e3bb6d9e6f06/3`,title:`Predicted Blue (5)`,description:`Predicted Outcome Five`,click_action:null,click_url:null},{id:`blue-6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/46b1537e-d8b0-4c0d-8fba-a652e57b9df0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/46b1537e-d8b0-4c0d-8fba-a652e57b9df0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/46b1537e-d8b0-4c0d-8fba-a652e57b9df0/3`,title:`Predicted Blue (6)`,description:`Predicted Outcome Six`,click_action:null,click_url:null},{id:`blue-7`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/07cd34b2-c6a1-45f5-8d8a-131e3c8b2279/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/07cd34b2-c6a1-45f5-8d8a-131e3c8b2279/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/07cd34b2-c6a1-45f5-8d8a-131e3c8b2279/3`,title:`Predicted Blue (7)`,description:`Predicted Outcome Seven`,click_action:null,click_url:null},{id:`blue-8`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4416dfd7-db97-44a0-98e7-40b4e250615e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4416dfd7-db97-44a0-98e7-40b4e250615e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4416dfd7-db97-44a0-98e7-40b4e250615e/3`,title:`Predicted Blue (8)`,description:`Predicted Outcome Eight`,click_action:null,click_url:null},{id:`blue-9`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc74bd90-2b74-4f56-8e42-04d405e10fae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc74bd90-2b74-4f56-8e42-04d405e10fae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc74bd90-2b74-4f56-8e42-04d405e10fae/3`,title:`Predicted Blue (9)`,description:`Predicted Outcome Nine`,click_action:null,click_url:null},{id:`gray-1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/144f77a2-e324-4a6b-9c17-9304fa193a27/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/144f77a2-e324-4a6b-9c17-9304fa193a27/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/144f77a2-e324-4a6b-9c17-9304fa193a27/3`,title:`Predicted Gray (1)`,description:`Predicted Gray (1)`,click_action:null,click_url:null},{id:`gray-2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/097a4b14-b458-47eb-91b6-fe74d3dbb3f5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/097a4b14-b458-47eb-91b6-fe74d3dbb3f5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/097a4b14-b458-47eb-91b6-fe74d3dbb3f5/3`,title:`Predicted Gray (2)`,description:`Predicted Gray (2)`,click_action:null,click_url:null},{id:`pink-1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/75e27613-caf7-4585-98f1-cb7363a69a4a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/75e27613-caf7-4585-98f1-cb7363a69a4a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/75e27613-caf7-4585-98f1-cb7363a69a4a/3`,title:`Predicted Pink (1)`,description:`Predicted Outcome One`,click_action:null,click_url:null},{id:`pink-2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4b76d5f2-91cc-4400-adf2-908a1e6cfd1e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4b76d5f2-91cc-4400-adf2-908a1e6cfd1e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4b76d5f2-91cc-4400-adf2-908a1e6cfd1e/3`,title:`Predicted Pink (2)`,description:`Predicted Outcome Two`,click_action:null,click_url:null}]},{set_id:`purple-noob`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a1fb3f16-14e8-4e2b-84f8-55e2b86878c8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a1fb3f16-14e8-4e2b-84f8-55e2b86878c8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a1fb3f16-14e8-4e2b-84f8-55e2b86878c8/3`,title:`Purple Noob`,description:`Watch 1 hour of Roblox content on Twitch to earn this happy little badge. EZ W.`,click_action:null,click_url:null}]},{set_id:`purple-pixel-heart---together-for-good-24`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1afb4b76-8c34-4b7b-8beb-75f7e5d2a1ab/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1afb4b76-8c34-4b7b-8beb-75f7e5d2a1ab/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1afb4b76-8c34-4b7b-8beb-75f7e5d2a1ab/3`,title:`Purple Pixel Heart - Together For Good '24`,description:`This badge was earned by donating $5 or more as part of Twitch Together for Good 2024!`,click_action:null,click_url:null}]},{set_id:`raging-wolf-helm`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ff668be-59a3-4e3e-96af-e6b2908b3171/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ff668be-59a3-4e3e-96af-e6b2908b3171/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ff668be-59a3-4e3e-96af-e6b2908b3171/3`,title:`Raging Wolf Helm`,description:`This badge was earned for watching Elden Ring during the initial Shadow of the Erdtree Expansion launch!`,click_action:null,click_url:null}]},{set_id:`raider-icon-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5007f3e0-41d4-4bda-a605-8f72cfe8c2d4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5007f3e0-41d4-4bda-a605-8f72cfe8c2d4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5007f3e0-41d4-4bda-a605-8f72cfe8c2d4/3`,title:`Raider Icon`,description:`This badge was earned by subscribing or gifting a sub to any ARC Raiders broadcast during the campaign period`,click_action:null,click_url:null}]},{set_id:`rainbow-six-siege-x-10th-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/00fc50e1-dea9-47a4-9db5-ff087e91dd0d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/00fc50e1-dea9-47a4-9db5-ff087e91dd0d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/00fc50e1-dea9-47a4-9db5-ff087e91dd0d/3`,title:`Rainbow Six Siege X 10th Anniversary`,description:`This badge was earned by subscribing of gifting a sub to a Rainbow Six Siege X streamer during its 10th anniversary celebration!`,click_action:null,click_url:null}]},{set_id:`revedtv-stream-awards-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/03cb38fd-00cc-4ed8-8d24-ce53189ee1de/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/03cb38fd-00cc-4ed8-8d24-ce53189ee1de/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/03cb38fd-00cc-4ed8-8d24-ce53189ee1de/3`,title:`RevedTV StreamAwards 2025`,description:`This badge was earned by watching RevedTV's StreamAwards 2025.`,click_action:null,click_url:null}]},{set_id:`ruby-pixel-heart---together-for-good-24`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca0aa8ce-b2a8-4582-a5de-4d5b6915dc47/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca0aa8ce-b2a8-4582-a5de-4d5b6915dc47/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca0aa8ce-b2a8-4582-a5de-4d5b6915dc47/3`,title:`Ruby Pixel Heart - Together For Good '24`,description:`This badge was earned by donating $25 or more as part of Twitch Together for Good 2024!`,click_action:null,click_url:null}]},{set_id:`rudy`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/309c197a-69ed-4c15-8226-a0992f1f5b68/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/309c197a-69ed-4c15-8226-a0992f1f5b68/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/309c197a-69ed-4c15-8226-a0992f1f5b68/3`,title:`Rudy`,description:`This Rudy badge was earned by subscribing or gifting a sub to a Monster Hunter Stories 3: Twisted Reflection streamer during its launch!`,click_action:null,click_url:null}]},{set_id:`rustmas-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5ec1bcd1-82fa-4c42-abf1-be5b64cb63ed/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5ec1bcd1-82fa-4c42-abf1-be5b64cb63ed/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5ec1bcd1-82fa-4c42-abf1-be5b64cb63ed/3`,title:`Rustmas 2025`,description:`This badge was earned by subscribing or gifting a sub to a Rust streamer during Rustmas 2025!`,click_action:null,click_url:null}]},{set_id:`sajam-slam-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9fd798d6-3d67-4458-a916-9fd5d7286159/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9fd798d6-3d67-4458-a916-9fd5d7286159/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9fd798d6-3d67-4458-a916-9fd5d7286159/3`,title:`Sajam Slam Badge`,description:`This badge was earned by subscribing in the Street Fighter 6 category during TwitchCon 2025!`,click_action:null,click_url:null}]},{set_id:`scampuss`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1ae8da3f-04ba-4cf1-93e8-a1f90e09aa45/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1ae8da3f-04ba-4cf1-93e8-a1f90e09aa45/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1ae8da3f-04ba-4cf1-93e8-a1f90e09aa45/3`,title:`Scampuss`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Nioh 3 category during the game launch.`,click_action:null,click_url:null}]},{set_id:`seeks-eye`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2ff5095e-8b37-489c-9a53-336bf806dca2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2ff5095e-8b37-489c-9a53-336bf806dca2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2ff5095e-8b37-489c-9a53-336bf806dca2/3`,title:`Seek's Eye`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`social-sharing`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d2030c7e-c400-4605-a2cf-ce32bd06af8f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d2030c7e-c400-4605-a2cf-ce32bd06af8f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d2030c7e-c400-4605-a2cf-ce32bd06af8f/3`,title:`Social Media Badge`,description:`This user earned a Icon badge for reaching 100 views on their social posts.`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fcca0804-1da5-4d00-ab06-7677676d4d8e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fcca0804-1da5-4d00-ab06-7677676d4d8e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fcca0804-1da5-4d00-ab06-7677676d4d8e/3`,title:`Social Media Badge`,description:`This user earned a Pro badge for reaching 10000 views on their social posts.`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/590698dd-2bc4-4401-817a-17c641f5e881/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/590698dd-2bc4-4401-817a-17c641f5e881/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/590698dd-2bc4-4401-817a-17c641f5e881/3`,title:`Social Media Badge`,description:`This user earned a Legend badge for reaching 100000 views on their social posts.`,click_action:null,click_url:null}]},{set_id:`sonic-racing-crossworlds`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3c5a5ea0-714f-46da-b764-5e7ceba59fca/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3c5a5ea0-714f-46da-b764-5e7ceba59fca/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3c5a5ea0-714f-46da-b764-5e7ceba59fca/3`,title:`Sonic Racing`,description:`This badge was earned by subscribing to a streamer in the Sonic Racing: Crossworlds category!`,click_action:null,click_url:null}]},{set_id:`speedons-5-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/81d89508-850c-45ae-b0e2-dbbe6e531b8d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/81d89508-850c-45ae-b0e2-dbbe6e531b8d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/81d89508-850c-45ae-b0e2-dbbe6e531b8d/3`,title:`Speedons 5 Badge`,description:`This badge was earned by watching Speedons 5!`,click_action:null,click_url:null}]},{set_id:`stream-for-humanity-2-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c02fbad3-aa4b-46d0-93a6-661719a19f1c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c02fbad3-aa4b-46d0-93a6-661719a19f1c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c02fbad3-aa4b-46d0-93a6-661719a19f1c/3`,title:`Stream For Humanity 2`,description:`Earned by supporting the Stream For Humanity 2 charity marathon`,click_action:null,click_url:null}]},{set_id:`streamer-awards-tux`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d52bd174-3509-460b-80ac-4a8d5840194b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d52bd174-3509-460b-80ac-4a8d5840194b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d52bd174-3509-460b-80ac-4a8d5840194b/3`,title:`Streamer Awards Tux`,description:`I earned this badge by watching the 2025 Streamer Awards!`,click_action:null,click_url:null}]},{set_id:`sub-gift-leader`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/21656088-7da2-4467-acd2-55220e1f45ad/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/21656088-7da2-4467-acd2-55220e1f45ad/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/21656088-7da2-4467-acd2-55220e1f45ad/3`,title:`Gifter Leader 1`,description:`Ranked as a top subscription gifter in this community`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0d9fe96b-97b7-4215-b5f3-5328ebad271c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0d9fe96b-97b7-4215-b5f3-5328ebad271c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0d9fe96b-97b7-4215-b5f3-5328ebad271c/3`,title:`Gifter Leader 2`,description:`Ranked as a top subscription gifter in this community`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4c6e4497-eed9-4dd3-ac64-e0599d0a63e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4c6e4497-eed9-4dd3-ac64-e0599d0a63e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4c6e4497-eed9-4dd3-ac64-e0599d0a63e5/3`,title:`Gifter Leader 3`,description:`Ranked as a top subscription gifter in this community`,click_action:null,click_url:null}]},{set_id:`sub-gifter`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a5ef6c17-2e5b-4d8f-9b80-2779fd722414/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a5ef6c17-2e5b-4d8f-9b80-2779fd722414/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a5ef6c17-2e5b-4d8f-9b80-2779fd722414/3`,title:`Sub Gifter`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ee113e59-c839-4472-969a-1e16d20f3962/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ee113e59-c839-4472-969a-1e16d20f3962/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ee113e59-c839-4472-969a-1e16d20f3962/3`,title:`5 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`10`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d333288c-65d7-4c7b-b691-cdd7b3484bf8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d333288c-65d7-4c7b-b691-cdd7b3484bf8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d333288c-65d7-4c7b-b691-cdd7b3484bf8/3`,title:`10 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`25`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/052a5d41-f1cc-455c-bc7b-fe841ffaf17f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/052a5d41-f1cc-455c-bc7b-fe841ffaf17f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/052a5d41-f1cc-455c-bc7b-fe841ffaf17f/3`,title:`25 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`50`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4a29737-e8a5-4420-917a-314a447f083e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4a29737-e8a5-4420-917a-314a447f083e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4a29737-e8a5-4420-917a-314a447f083e/3`,title:`50 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`100`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8343ada7-3451-434e-91c4-e82bdcf54460/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8343ada7-3451-434e-91c4-e82bdcf54460/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8343ada7-3451-434e-91c4-e82bdcf54460/3`,title:`100 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`150`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/514845ba-0fc3-4771-bce1-14d57e91e621/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/514845ba-0fc3-4771-bce1-14d57e91e621/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/514845ba-0fc3-4771-bce1-14d57e91e621/3`,title:`150 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`200`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c6b1893e-8059-4024-b93c-39c84b601732/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c6b1893e-8059-4024-b93c-39c84b601732/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c6b1893e-8059-4024-b93c-39c84b601732/3`,title:`200 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`250`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cd479dc0-4a15-407d-891f-9fd2740bddda/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cd479dc0-4a15-407d-891f-9fd2740bddda/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cd479dc0-4a15-407d-891f-9fd2740bddda/3`,title:`250 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`300`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9e1bb24f-d238-4078-871a-ac401b76ecf2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9e1bb24f-d238-4078-871a-ac401b76ecf2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9e1bb24f-d238-4078-871a-ac401b76ecf2/3`,title:`300 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`350`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6c4783cd-0aba-4e75-a7a4-f48a70b665b0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6c4783cd-0aba-4e75-a7a4-f48a70b665b0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6c4783cd-0aba-4e75-a7a4-f48a70b665b0/3`,title:`350 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`400`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6f4cab6b-def9-4d99-ad06-90b0013b28c8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6f4cab6b-def9-4d99-ad06-90b0013b28c8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6f4cab6b-def9-4d99-ad06-90b0013b28c8/3`,title:`400 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`450`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b593d68a-f8fb-4516-a09a-18cce955402c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b593d68a-f8fb-4516-a09a-18cce955402c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b593d68a-f8fb-4516-a09a-18cce955402c/3`,title:`450 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`500`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/60e9504c-8c3d-489f-8a74-314fb195ad8d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/60e9504c-8c3d-489f-8a74-314fb195ad8d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/60e9504c-8c3d-489f-8a74-314fb195ad8d/3`,title:`500 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`550`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/024d2563-1794-43ed-b8dc-33df3efae900/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/024d2563-1794-43ed-b8dc-33df3efae900/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/024d2563-1794-43ed-b8dc-33df3efae900/3`,title:`550 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`600`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ecc3aab-09bf-4823-905e-3a4647171fc1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ecc3aab-09bf-4823-905e-3a4647171fc1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ecc3aab-09bf-4823-905e-3a4647171fc1/3`,title:`600 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`650`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/eeabf43c-8e4c-448d-9790-4c2172c57944/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/eeabf43c-8e4c-448d-9790-4c2172c57944/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/eeabf43c-8e4c-448d-9790-4c2172c57944/3`,title:`650 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`700`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4a9acdc7-30be-4dd1-9898-fc9e42b3d304/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4a9acdc7-30be-4dd1-9898-fc9e42b3d304/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4a9acdc7-30be-4dd1-9898-fc9e42b3d304/3`,title:`700 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`750`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca17277c-53e5-422b-8bb4-7c5dcdb0ac67/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca17277c-53e5-422b-8bb4-7c5dcdb0ac67/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca17277c-53e5-422b-8bb4-7c5dcdb0ac67/3`,title:`750 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`800`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9c1fb96d-0579-43d7-ba94-94672eaef63a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9c1fb96d-0579-43d7-ba94-94672eaef63a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9c1fb96d-0579-43d7-ba94-94672eaef63a/3`,title:`800 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`850`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cc924aaf-dfd4-4f3f-822a-f5a87eb24069/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cc924aaf-dfd4-4f3f-822a-f5a87eb24069/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cc924aaf-dfd4-4f3f-822a-f5a87eb24069/3`,title:`850 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`900`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/193d86f6-83e1-428c-9638-d6ca9e408166/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/193d86f6-83e1-428c-9638-d6ca9e408166/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/193d86f6-83e1-428c-9638-d6ca9e408166/3`,title:`900 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`950`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7ce130bd-6f55-40cc-9231-e2a4cb712962/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7ce130bd-6f55-40cc-9231-e2a4cb712962/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7ce130bd-6f55-40cc-9231-e2a4cb712962/3`,title:`950 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`1000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bfb7399a-c632-42f7-8d5f-154610dede81/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bfb7399a-c632-42f7-8d5f-154610dede81/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bfb7399a-c632-42f7-8d5f-154610dede81/3`,title:`1000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`2000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4e8b3a32-1513-44ad-8a12-6c90232c77f9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4e8b3a32-1513-44ad-8a12-6c90232c77f9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4e8b3a32-1513-44ad-8a12-6c90232c77f9/3`,title:`2000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`3000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b18852ba-65d2-4b84-97d2-aeb6c44a0956/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b18852ba-65d2-4b84-97d2-aeb6c44a0956/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b18852ba-65d2-4b84-97d2-aeb6c44a0956/3`,title:`3000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`4000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/efbf3c93-ecfa-4b67-8d0a-1f732fb07397/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/efbf3c93-ecfa-4b67-8d0a-1f732fb07397/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/efbf3c93-ecfa-4b67-8d0a-1f732fb07397/3`,title:`4000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`5000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d775275d-fd19-4914-b63a-7928a22135c3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d775275d-fd19-4914-b63a-7928a22135c3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d775275d-fd19-4914-b63a-7928a22135c3/3`,title:`5000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null}]},{set_id:`subscriber`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3`,title:`Subscriber`,description:`Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3`,title:`Subscriber`,description:`Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/25a03e36-2bb2-4625-bd37-d6d9d406238d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/25a03e36-2bb2-4625-bd37-d6d9d406238d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/25a03e36-2bb2-4625-bd37-d6d9d406238d/3`,title:`2-Month Subscriber`,description:`2-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e8984705-d091-4e54-8241-e53b30a84b0e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e8984705-d091-4e54-8241-e53b30a84b0e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e8984705-d091-4e54-8241-e53b30a84b0e/3`,title:`3-Month Subscriber`,description:`3-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2d2485f6-d19b-4daa-8393-9493b019156b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2d2485f6-d19b-4daa-8393-9493b019156b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2d2485f6-d19b-4daa-8393-9493b019156b/3`,title:`6-Month Subscriber`,description:`6-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b4e6b13a-a76f-4c56-87e1-9375a7aaa610/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b4e6b13a-a76f-4c56-87e1-9375a7aaa610/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b4e6b13a-a76f-4c56-87e1-9375a7aaa610/3`,title:`9-Month Subscriber`,description:`9-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed51a614-2c44-4a60-80b6-62908436b43a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed51a614-2c44-4a60-80b6-62908436b43a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed51a614-2c44-4a60-80b6-62908436b43a/3`,title:`6-Month Subscriber`,description:`1-Year Subscriber`,click_action:`subscribe_to_channel`,click_url:null}]},{set_id:`subtember-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a9c01f28-179e-486d-a4c7-2277e4f6adb4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a9c01f28-179e-486d-a4c7-2277e4f6adb4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a9c01f28-179e-486d-a4c7-2277e4f6adb4/3`,title:`SUBtember 2025`,description:`Badge given to users who sub, gift, or use bits during SUBtember 2025.`,click_action:null,click_url:null}]},{set_id:`superultracombo-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5864739a-5e58-4623-9450-a2c0555ef90b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5864739a-5e58-4623-9450-a2c0555ef90b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5864739a-5e58-4623-9450-a2c0555ef90b/3`,title:`SuperUltraCombo 2023`,description:`This user joined Twitch's SuperUltraCombo 2023`,click_action:null,click_url:null}]},{set_id:`survival-cup-4`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9ff55f50-2c2a-40c2-9863-158d5ac2d5fd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9ff55f50-2c2a-40c2-9863-158d5ac2d5fd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9ff55f50-2c2a-40c2-9863-158d5ac2d5fd/3`,title:`Survival Cup 4`,description:`This badge was earned by subscribing or gifting a sub to a streamer during Survival Cup 4!`,click_action:null,click_url:null}]},{set_id:`tft-paris-open`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5688799-c50c-4878-b451-de78f3ef6a56/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5688799-c50c-4878-b451-de78f3ef6a56/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5688799-c50c-4878-b451-de78f3ef6a56/3`,title:`TFT Paris Open`,description:`This chat badge was awarded for gifting two subscriptions to a TFT streamer during the 2025 TFT Paris Open!`,click_action:null,click_url:null}]},{set_id:`the-deer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5f026869-a186-4f98-bb11-3eb148633d85/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5f026869-a186-4f98-bb11-3eb148633d85/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5f026869-a186-4f98-bb11-3eb148633d85/3`,title:`The Deer`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`the-first-descendant-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a56ef091-e8cd-49bd-9de9-7b342c9a7e7e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a56ef091-e8cd-49bd-9de9-7b342c9a7e7e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a56ef091-e8cd-49bd-9de9-7b342c9a7e7e/3`,title:`The First Descendant Badge`,description:`This badge was earned by subscribing to a streamer playing The First Descendant during launch week!`,click_action:null,click_url:null}]},{set_id:`the-man-without-fear`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4ca893e7-6ee3-4437-acdd-071340913d3c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4ca893e7-6ee3-4437-acdd-071340913d3c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4ca893e7-6ee3-4437-acdd-071340913d3c/3`,title:`The Man Without Fear`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Marvel Rivals category for the start of Season 4.5!`,click_action:null,click_url:null}]},{set_id:`the-onryos-mask`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e0d21894-8d58-4266-9127-b1bd61177899/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e0d21894-8d58-4266-9127-b1bd61177899/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e0d21894-8d58-4266-9127-b1bd61177899/3`,title:`The Onryō's Mask`,description:`This badge was earned by subscribing to a Ghost of Yotei streamer during the game's launch!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---good-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/192fb627-82b3-46e8-95d3-ac9feba4b1bc/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/192fb627-82b3-46e8-95d3-ac9feba4b1bc/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/192fb627-82b3-46e8-95d3-ac9feba4b1bc/3`,title:`Together for Good '25 - Good Badge`,description:`This badge was earned by donating $5 or more during Twitch Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---gooder-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/84a37e81-9d61-4c29-970e-64a32ec040c7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/84a37e81-9d61-4c29-970e-64a32ec040c7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/84a37e81-9d61-4c29-970e-64a32ec040c7/3`,title:`Together for Good '25 - Gooder Badge`,description:`This badge was earned by donating $50 or more during Twitch Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---goodest-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/928b8033-3777-49cb-a056-230135a08a62/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/928b8033-3777-49cb-a056-230135a08a62/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/928b8033-3777-49cb-a056-230135a08a62/3`,title:`Together for Good '25 - Goodest Badge`,description:`This badge was earned by donating $100 or more during Twitch Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---wicked-dub-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9ddae219-6674-4fbc-add9-6e4e6572ea8e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9ddae219-6674-4fbc-add9-6e4e6572ea8e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9ddae219-6674-4fbc-add9-6e4e6572ea8e/3`,title:`Together for Good '25 - Wicked Dub Badge`,description:`This badge was earned by donating at least $5 to a charity stream using Stream Together during Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`total-war-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/17604bfd-aeb6-427d-bd0e-cae93bed6f36/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/17604bfd-aeb6-427d-bd0e-cae93bed6f36/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/17604bfd-aeb6-427d-bd0e-cae93bed6f36/3`,title:`Total War Anniversary`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Total War: Warhammer III category during the Total War 25th Anniversary.`,click_action:null,click_url:null}]},{set_id:`toxic-zombie`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ccdf9673-a0b8-4bc1-a40f-105b8b951f98/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ccdf9673-a0b8-4bc1-a40f-105b8b951f98/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ccdf9673-a0b8-4bc1-a40f-105b8b951f98/3`,title:`Toxic Zombie`,description:`Purchase 1 new recurring or gift subscription during the Toxic Commando launch 2026 and claim the reward`,click_action:null,click_url:null}]},{set_id:`turbo`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/3`,title:`Turbo`,description:`A subscriber of Twitch's monthly premium user service`,click_action:`turbo`,click_url:null}]},{set_id:`twitchcon-2026-europe-row-houses`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4a354d32-ca7f-4d6f-815a-f80be9c7c088/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4a354d32-ca7f-4d6f-815a-f80be9c7c088/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4a354d32-ca7f-4d6f-815a-f80be9c7c088/3`,title:`TwitchCon 2026 - Europe - Row Houses`,description:`This badge is given to anyone who purchased a 1-day ticket to TwitchCon Europe 2026.`,click_action:null,click_url:null}]},{set_id:`twitchcon-2026-europe-windmill`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed34b8e2-7c1c-4551-b4d7-63b44d61fb31/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed34b8e2-7c1c-4551-b4d7-63b44d61fb31/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed34b8e2-7c1c-4551-b4d7-63b44d61fb31/3`,title:`TwitchCon 2026 - Europe - Windmill`,description:`This badge is given to anyone who purchased a 2-day ticket to TwitchCon Europe 2026.`,click_action:null,click_url:null}]},{set_id:`umbrella-corporation`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/995ff00f-c16c-4782-86ba-f2d7668dc6a2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/995ff00f-c16c-4782-86ba-f2d7668dc6a2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/995ff00f-c16c-4782-86ba-f2d7668dc6a2/3`,title:`Umbrella Corporation`,description:`This badge was earned by subscribing or gifting a sub to a Resident Evil: Requiem streamer.`,click_action:null,click_url:null}]},{set_id:`user-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ccbbedaa-f4db-4d0b-9c2a-375de7ad947c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ccbbedaa-f4db-4d0b-9c2a-375de7ad947c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ccbbedaa-f4db-4d0b-9c2a-375de7ad947c/3`,title:`Twitchiversary Badge`,description:`Staff badge celebrating Twitch tenure`,click_action:null,click_url:null}]},{set_id:`vct-paris-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/63c91cf1-53d1-4ee9-821f-b4d6e4144e8e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/63c91cf1-53d1-4ee9-821f-b4d6e4144e8e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/63c91cf1-53d1-4ee9-821f-b4d6e4144e8e/3`,title:`VCT Paris 2025`,description:`This badge was earned by subscribing to a VALORANT streamer while watching VALORANT Champions 2025!`,click_action:null,click_url:null}]},{set_id:`yellow-noob`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d87a78f5-76d9-451f-8f31-752a369e6045/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d87a78f5-76d9-451f-8f31-752a369e6045/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d87a78f5-76d9-451f-8f31-752a369e6045/3`,title:`Yellow Noob`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Roblox category during Bloxfest.`,click_action:null,click_url:null}]},{set_id:`zevent-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2040d479-b815-4617-8a55-9aed027e30d0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2040d479-b815-4617-8a55-9aed027e30d0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2040d479-b815-4617-8a55-9aed027e30d0/3`,title:`ZEVENT 2024`,description:`This badge was earned for watching ZEVENT 2024!`,click_action:null,click_url:null}]},{set_id:`zevent25`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7c39aa87-4659-4e8f-abaf-c29614cd8a29/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7c39aa87-4659-4e8f-abaf-c29614cd8a29/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7c39aa87-4659-4e8f-abaf-c29614cd8a29/3`,title:`ZEVENT25`,description:`This badge was earned by watching a ZEvent25 stream.`,click_action:null,click_url:null}]}],l=`aliceblue.antiquewhite.aqua.aquamarine.azure.beige.bisque.black.blanchedalmond.blue.blueviolet.brown.burlywood.cadetblue.chartreuse.chocolate.coral.cornflowerblue.cornsilk.crimson.cyan.darkblue.darkcyan.darkgoldenrod.darkgray.darkgreen.darkgrey.darkkhaki.darkmagenta.darkolivegreen.darkorange.darkorchid.darkred.darksalmon.darkseagreen.darkslateblue.darkslategray.darkslategrey.darkturquoise.darkviolet.deeppink.deepskyblue.dimgray.dimgrey.dodgerblue.firebrick.floralwhite.forestgreen.fuchsia.gainsboro.ghostwhite.gold.goldenrod.gray.green.greenyellow.grey.honeydew.hotpink.indianred.indigo.ivory.khaki.lavender.lavenderblush.lawngreen.lemonchiffon.lightblue.lightcoral.lightcyan.lightgoldenrodyellow.lightgray.lightgreen.lightgrey.lightpink.lightsalmon.lightseagreen.lightskyblue.lightslategray.lightslategrey.lightsteelblue.lightyellow.lime.limegreen.linen.magenta.maroon.mediumaquamarine.mediumblue.mediumorchid.mediumpurple.mediumseagreen.mediumslateblue.mediumspringgreen.mediumturquoise.mediumvioletred.midnightblue.mintcream.mistyrose.moccasin.navajowhite.navy.oldlace.olive.olivedrab.orange.orangered.orchid.palegoldenrod.palegreen.paleturquoise.palevioletred.papayawhip.peachpuff.peru.pink.plum.powderblue.purple.rebeccapurple.red.rosybrown.royalblue.saddlebrown.salmon.sandybrown.seagreen.seashell.sienna.silver.skyblue.slateblue.slategray.slategrey.snow.springgreen.steelblue.tan.teal.thistle.tomato.turquoise.violet.wheat.white.whitesmoke.yellow.yellowgreen.transparent`.split(`.`),u=[{id:`01FCY771D800007PQ2DF3GDTN6`,name:`RainTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/1x.webp`,2:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/2x.webp`,3:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/3x.webp`,4:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/4x.webp`}},{id:`01FE3XY508000AA32JP519W2EW`,name:`PETPET`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/1x.webp`,2:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/2x.webp`,3:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/3x.webp`,4:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/4x.webp`}},{id:`01GGD5PJA8000FH13S498E9D8X`,name:`ppL`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/1x.webp`,2:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/2x.webp`,3:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/3x.webp`,4:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/4x.webp`}},{id:`01GB2TN09G000AZXHZ8HNEZX6G`,name:`Clap2`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/1x.webp`,2:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/2x.webp`,3:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/3x.webp`,4:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/4x.webp`}},{id:`01GAM8EFQ00004MXFXAJYKA859`,name:`Clap`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/1x.webp`,2:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/2x.webp`,3:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/3x.webp`,4:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/4x.webp`}},{id:`01GAFTZ9K80003DHH026MC7JW0`,name:`PepePls`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/1x.webp`,2:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/2x.webp`,3:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/3x.webp`,4:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/4x.webp`}},{id:`01GAZ199Z8000FEWHS6AT5QZV0`,name:`peepoHappy`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/1x.webp`,2:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/2x.webp`,3:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/3x.webp`,4:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/4x.webp`}},{id:`01GAZ4SBX80007YCE2RXBT44B2`,name:`peepoSad`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/1x.webp`,2:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/2x.webp`,3:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/3x.webp`,4:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/4x.webp`}},{id:`01GB9W8JN80004CKF2H1TWA99H`,name:`FeelsDankMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/1x.webp`,2:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/2x.webp`,3:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/3x.webp`,4:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/4x.webp`}},{id:`01GB2S7H7000018VJGJ4A9BMFS`,name:`BillyApprove`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/1x.webp`,2:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/2x.webp`,3:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/3x.webp`,4:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/4x.webp`}},{id:`01GB8EQNJ8000497KFBZWNSDFZ`,name:`forsenPls`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/1x.webp`,2:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/2x.webp`,3:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/3x.webp`,4:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/4x.webp`}},{id:`01GB54CZTG0004ZBZEDT30HE2M`,name:`RoxyPotato`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/1x.webp`,2:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/2x.webp`,3:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/3x.webp`,4:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/4x.webp`}},{id:`01GB4P2HX0000BJ5HR8F6XV9Q0`,name:`gachiBASS`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/4x.webp`}},{id:`01GKQXGX1R000216YB0K7GN92X`,name:`(7TV)`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/1x.webp`,2:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/2x.webp`,3:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/3x.webp`,4:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/4x.webp`}},{id:`01FKSDK14G0008TM5NY9QEG0QV`,name:`PartyParrot`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/1x.webp`,2:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/2x.webp`,3:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/3x.webp`,4:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/4x.webp`}},{id:`01GB5VC57000003DZTMZQNY944`,name:`RebeccaBlack`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/1x.webp`,2:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/2x.webp`,3:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/3x.webp`,4:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/4x.webp`}},{id:`01F014S6KG0007E4VV006YKSM3`,name:`reckH`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/1x.webp`,2:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/2x.webp`,3:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/3x.webp`,4:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/4x.webp`}},{id:`01G98W833R0000BRQD106P0ZNT`,name:`WAYTOODANK`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/1x.webp`,2:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/2x.webp`,3:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/3x.webp`,4:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/4x.webp`}},{id:`01GB2ZJFBG000DTBJYANG8XYFP`,name:`AlienDance`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/1x.webp`,2:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/2x.webp`,3:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/3x.webp`,4:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/4x.webp`}},{id:`01G4GQC5H0000D3DGNAYJJP8EB`,name:`Gayge`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/1x.webp`,2:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/2x.webp`,3:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/3x.webp`,4:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/4x.webp`}},{id:`01GGCQPCGR000C7MT8JZGP6E89`,name:`ApuApustaja`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/1x.webp`,2:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/2x.webp`,3:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/3x.webp`,4:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/4x.webp`}},{id:`01GB9W2CDG000BFSD141G0MGSA`,name:`BasedGod`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/1x.webp`,2:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/2x.webp`,3:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/3x.webp`,4:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/4x.webp`}},{id:`01G98V5RFG0001CD052SPS435F`,name:`GuitarTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/1x.webp`,2:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/2x.webp`,3:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/3x.webp`,4:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/4x.webp`}},{id:`01HM524VE80004SKSHMCZWXH1T`,name:`peepoPls`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/1x.webp`,2:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/2x.webp`,3:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/3x.webp`,4:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/4x.webp`}},{id:`01HM4P26CR000449DZBT4FVMA5`,name:`TeaTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/1x.webp`,2:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/2x.webp`,3:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/3x.webp`,4:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/4x.webp`}},{id:`01HM4PGHC80007635TAZG67FT5`,name:`WineTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/1x.webp`,2:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/2x.webp`,3:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/3x.webp`,4:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/4x.webp`}},{id:`01G98V81Q80000BRQD106P0ZEK`,name:`PianoTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/1x.webp`,2:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/2x.webp`,3:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/3x.webp`,4:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/4x.webp`}},{id:`01G98TT6BR000A39K5ZSQFTPWR`,name:`CrayonTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/1x.webp`,2:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/2x.webp`,3:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/3x.webp`,4:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/4x.webp`}},{id:`01HM6NJ2X000035ZKVAPWBNW26`,name:`nymnCorn`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/1x.webp`,2:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/2x.webp`,3:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/3x.webp`,4:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/4x.webp`}},{id:`01HM2F7Q1R00022X3E2804NBNQ`,name:`SteerR`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/1x.webp`,2:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/2x.webp`,3:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/3x.webp`,4:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/4x.webp`}},{id:`01J107C3E8000DX4MZBQSYGRXS`,name:`sevenTV`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/1x.webp`,2:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/2x.webp`,3:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/3x.webp`,4:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/4x.webp`}},{id:`01FTEZEE900001E12995B12GR4`,name:`nanaAYAYA`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/1x.webp`,2:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/2x.webp`,3:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/3x.webp`,4:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/4x.webp`}},{id:`01J8NMZ2HG0005G1FWF2H9Y615`,name:`BibleThump`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/1x.webp`,2:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/2x.webp`,3:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/3x.webp`,4:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/4x.webp`}},{id:`01H16FA16G0005EZED5J0EY7KN`,name:`glorp`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/1x.webp`,2:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/2x.webp`,3:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/3x.webp`,4:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/4x.webp`}},{id:`01GG3YGWK8000DWE419062SG28`,name:`Stare`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/1x.webp`,2:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/2x.webp`,3:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/3x.webp`,4:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/4x.webp`}},{id:`01JY2MX5BE5BVWWFV153ANMMHZ`,name:`aceStare`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/1x.webp`,2:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/2x.webp`,3:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/3x.webp`,4:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/4x.webp`}},{id:`01F9EM2ETG000E7SC8F953GXCX`,name:`gachiGASM`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/1x.webp`,2:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/2x.webp`,3:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/3x.webp`,4:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/4x.webp`}},{id:`01GB32XE6R00018VJGJ4A9BNCV`,name:`AYAYA`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/1x.webp`,2:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/2x.webp`,3:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/3x.webp`,4:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/4x.webp`}},{id:`01GB4XE3ZR000DKFRGM9Q1M7VS`,name:`RareParrot`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/4x.webp`}},{id:`01GB4FWTR8000DGEZ8VYY59RBN`,name:`FeelsWeirdMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/4x.webp`}},{id:`01GB4CK01800090V9B3D8CGEEX`,name:`EZ`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/4x.webp`}},{id:`01GB46137R000BJ5HR8F6XV8J1`,name:`FeelsOkayMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/1x.webp`,2:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/2x.webp`,3:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/3x.webp`,4:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/4x.webp`}},{id:`01GB4EV0Q800090V9B3D8CGEHV`,name:`FeelsStrongMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/4x.webp`}},{id:`01GBFDVP18000CRDCG0DV7KEMY`,name:`7Cinema`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/1x.webp`,2:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/2x.webp`,3:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/3x.webp`,4:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/4x.webp`}}],d=[{id:`54fa8f1401e468494b85b537`,name:`:tf:`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/1x`,2:`https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/2x`,4:`https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/3x`}},{id:`54fa8fce01e468494b85b53c`,name:`CiGrip`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/1x`,2:`https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/2x`,4:`https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/3x`}},{id:`54fa903b01e468494b85b53f`,name:`DatSauce`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/1x`,2:`https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/2x`,4:`https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/3x`}},{id:`54fa909b01e468494b85b542`,name:`ForeverAlone`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/1x`,2:`https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/2x`,4:`https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/3x`}},{id:`54fa90ba01e468494b85b543`,name:`GabeN`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/1x`,2:`https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/2x`,4:`https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/3x`}},{id:`54fa90f201e468494b85b545`,name:`HailHelix`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/1x`,2:`https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/2x`,4:`https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/3x`}},{id:`54fa932201e468494b85b555`,name:`ShoopDaWhoop`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa932201e468494b85b555/1x`,2:`https://cdn.betterttv.net/emote/54fa932201e468494b85b555/2x`,4:`https://cdn.betterttv.net/emote/54fa932201e468494b85b555/3x`}},{id:`54fab45f633595ca4c713abc`,name:`M&Mjc`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/1x`,2:`https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/2x`,4:`https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/3x`}},{id:`54fab7d2633595ca4c713abf`,name:`bttvNice`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fab7d2633595ca4c713abf/1x`,2:`https://cdn.betterttv.net/emote/54fab7d2633595ca4c713abf/2x`,4:`https://cdn.betterttv.net/emote/54fab7d2633595ca4c713abf/3x`}},{id:`54fa935601e468494b85b557`,name:`TwaT`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa935601e468494b85b557/1x`,2:`https://cdn.betterttv.net/emote/54fa935601e468494b85b557/2x`,4:`https://cdn.betterttv.net/emote/54fa935601e468494b85b557/3x`}},{id:`54fa99b601e468494b85b55d`,name:`WatChuSay`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa99b601e468494b85b55d/1x`,2:`https://cdn.betterttv.net/emote/54fa99b601e468494b85b55d/2x`,4:`https://cdn.betterttv.net/emote/54fa99b601e468494b85b55d/3x`}},{id:`566ca11a65dbbdab32ec0558`,name:`tehPoleCat`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca11a65dbbdab32ec0558/1x`,2:`https://cdn.betterttv.net/emote/566ca11a65dbbdab32ec0558/2x`,4:`https://cdn.betterttv.net/emote/566ca11a65dbbdab32ec0558/3x`}},{id:`566ca1a365dbbdab32ec055b`,name:`AngelThump`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/1x`,2:`https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/2x`,4:`https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/3x`}},{id:`54fbefeb01abde735115de5b`,name:`TaxiBro`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fbefeb01abde735115de5b/1x`,2:`https://cdn.betterttv.net/emote/54fbefeb01abde735115de5b/2x`,4:`https://cdn.betterttv.net/emote/54fbefeb01abde735115de5b/3x`}},{id:`54fbf00a01abde735115de5c`,name:`BroBalt`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/1x`,2:`https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/2x`,4:`https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/3x`}},{id:`54fbf09c01abde735115de61`,name:`CandianRage`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/1x`,2:`https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/2x`,4:`https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/3x`}},{id:`55028cd2135896936880fdd7`,name:`D:`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/1x`,2:`https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/2x`,4:`https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/3x`}},{id:`550352766f86a5b26c281ba2`,name:`VisLaud`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/550352766f86a5b26c281ba2/1x`,2:`https://cdn.betterttv.net/emote/550352766f86a5b26c281ba2/2x`,4:`https://cdn.betterttv.net/emote/550352766f86a5b26c281ba2/3x`}},{id:`550b344bff8ecee922d2a3c1`,name:`KaRappa`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/1x`,2:`https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/2x`,4:`https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/3x`}},{id:`566ca00f65dbbdab32ec0544`,name:`FishMoley`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/1x`,2:`https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/2x`,4:`https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/3x`}},{id:`566ca02865dbbdab32ec0547`,name:`Hhhehehe`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/1x`,2:`https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/2x`,4:`https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/3x`}},{id:`566ca04265dbbdab32ec054a`,name:`KKona`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/1x`,2:`https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/2x`,4:`https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/3x`}},{id:`566ca09365dbbdab32ec0555`,name:`PoleDoge`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca09365dbbdab32ec0555/1x`,2:`https://cdn.betterttv.net/emote/566ca09365dbbdab32ec0555/2x`,4:`https://cdn.betterttv.net/emote/566ca09365dbbdab32ec0555/3x`}},{id:`553b48a21f145f087fc15ca6`,name:`sosGame`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/553b48a21f145f087fc15ca6/1x`,2:`https://cdn.betterttv.net/emote/553b48a21f145f087fc15ca6/2x`,4:`https://cdn.betterttv.net/emote/553b48a21f145f087fc15ca6/3x`}},{id:`55471c2789d53f2d12781713`,name:`CruW`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/1x`,2:`https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/2x`,4:`https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/3x`}},{id:`555015b77676617e17dd2e8e`,name:`RarePepe`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/555015b77676617e17dd2e8e/1x`,2:`https://cdn.betterttv.net/emote/555015b77676617e17dd2e8e/2x`,4:`https://cdn.betterttv.net/emote/555015b77676617e17dd2e8e/3x`}},{id:`555981336ba1901877765555`,name:`haHAA`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/555981336ba1901877765555/1x`,2:`https://cdn.betterttv.net/emote/555981336ba1901877765555/2x`,4:`https://cdn.betterttv.net/emote/555981336ba1901877765555/3x`}},{id:`55b6524154eefd53777b2580`,name:`FeelsBirthdayMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/1x`,2:`https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/2x`,4:`https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/3x`}},{id:`55f324c47f08be9f0a63cce0`,name:`RonSmug`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55f324c47f08be9f0a63cce0/1x`,2:`https://cdn.betterttv.net/emote/55f324c47f08be9f0a63cce0/2x`,4:`https://cdn.betterttv.net/emote/55f324c47f08be9f0a63cce0/3x`}},{id:`560577560874de34757d2dc0`,name:`KappaCool`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/560577560874de34757d2dc0/1x`,2:`https://cdn.betterttv.net/emote/560577560874de34757d2dc0/2x`,4:`https://cdn.betterttv.net/emote/560577560874de34757d2dc0/3x`}},{id:`566c9fc265dbbdab32ec053b`,name:`FeelsBadMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/1x`,2:`https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/2x`,4:`https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/3x`}},{id:`566c9f3b65dbbdab32ec052e`,name:`bUrself`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9f3b65dbbdab32ec052e/1x`,2:`https://cdn.betterttv.net/emote/566c9f3b65dbbdab32ec052e/2x`,4:`https://cdn.betterttv.net/emote/566c9f3b65dbbdab32ec052e/3x`}},{id:`566c9f6365dbbdab32ec0532`,name:`ConcernDoge`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/1x`,2:`https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/2x`,4:`https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/3x`}},{id:`566c9fde65dbbdab32ec053e`,name:`FeelsGoodMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/1x`,2:`https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/2x`,4:`https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/3x`}},{id:`566c9ff365dbbdab32ec0541`,name:`FireSpeed`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/1x`,2:`https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/2x`,4:`https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/3x`}},{id:`566ca06065dbbdab32ec054e`,name:`NaM`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca06065dbbdab32ec054e/1x`,2:`https://cdn.betterttv.net/emote/566ca06065dbbdab32ec054e/2x`,4:`https://cdn.betterttv.net/emote/566ca06065dbbdab32ec054e/3x`}},{id:`566ca38765dbbdab32ec0560`,name:`SourPls`,platform:`bttv`,animated:!0,urls:{1:`https://cdn.betterttv.net/emote/566ca38765dbbdab32ec0560/1x`,2:`https://cdn.betterttv.net/emote/566ca38765dbbdab32ec0560/2x`,4:`https://cdn.betterttv.net/emote/566ca38765dbbdab32ec0560/3x`}},{id:`566dde0e65dbbdab32ec068f`,name:`FeelsSnowMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566dde0e65dbbdab32ec068f/1x`,2:`https://cdn.betterttv.net/emote/566dde0e65dbbdab32ec068f/2x`,4:`https://cdn.betterttv.net/emote/566dde0e65dbbdab32ec068f/3x`}},{id:`566decae65dbbdab32ec0699`,name:`FeelsSnowyMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566decae65dbbdab32ec0699/1x`,2:`https://cdn.betterttv.net/emote/566decae65dbbdab32ec0699/2x`,4:`https://cdn.betterttv.net/emote/566decae65dbbdab32ec0699/3x`}},{id:`567b00c61ddbe1786688a633`,name:`LuL`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/1x`,2:`https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/2x`,4:`https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/3x`}},{id:`56901914991f200c34ffa656`,name:`SaltyCorn`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56901914991f200c34ffa656/1x`,2:`https://cdn.betterttv.net/emote/56901914991f200c34ffa656/2x`,4:`https://cdn.betterttv.net/emote/56901914991f200c34ffa656/3x`}},{id:`56e9f494fff3cc5c35e5287e`,name:`monkaS`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56e9f494fff3cc5c35e5287e/1x`,2:`https://cdn.betterttv.net/emote/56e9f494fff3cc5c35e5287e/2x`,4:`https://cdn.betterttv.net/emote/56e9f494fff3cc5c35e5287e/3x`}},{id:`56f5be00d48006ba34f530a4`,name:`VapeNation`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56f5be00d48006ba34f530a4/1x`,2:`https://cdn.betterttv.net/emote/56f5be00d48006ba34f530a4/2x`,4:`https://cdn.betterttv.net/emote/56f5be00d48006ba34f530a4/3x`}},{id:`56fa09f18eff3b595e93ac26`,name:`ariW`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56fa09f18eff3b595e93ac26/1x`,2:`https://cdn.betterttv.net/emote/56fa09f18eff3b595e93ac26/2x`,4:`https://cdn.betterttv.net/emote/56fa09f18eff3b595e93ac26/3x`}},{id:`5709ab688eff3b595e93c595`,name:`notsquishY`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5709ab688eff3b595e93c595/1x`,2:`https://cdn.betterttv.net/emote/5709ab688eff3b595e93c595/2x`,4:`https://cdn.betterttv.net/emote/5709ab688eff3b595e93c595/3x`}},{id:`5733ff12e72c3c0814233e20`,name:`FeelsAmazingMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/1x`,2:`https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/2x`,4:`https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/3x`}},{id:`573d38b50ffbf6cc5cc38dc9`,name:`DuckerZ`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/1x`,2:`https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/2x`,4:`https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/3x`}},{id:`580e438942170bfd57189866`,name:`FeelsPumpkinMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/580e438942170bfd57189866/1x`,2:`https://cdn.betterttv.net/emote/580e438942170bfd57189866/2x`,4:`https://cdn.betterttv.net/emote/580e438942170bfd57189866/3x`}},{id:`59cf182fcbe2693d59d7bf46`,name:`SqShy`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/59cf182fcbe2693d59d7bf46/1x`,2:`https://cdn.betterttv.net/emote/59cf182fcbe2693d59d7bf46/2x`,4:`https://cdn.betterttv.net/emote/59cf182fcbe2693d59d7bf46/3x`}},{id:`58d2e73058d8950a875ad027`,name:`Wowee`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/58d2e73058d8950a875ad027/1x`,2:`https://cdn.betterttv.net/emote/58d2e73058d8950a875ad027/2x`,4:`https://cdn.betterttv.net/emote/58d2e73058d8950a875ad027/3x`}},{id:`5dc36a8db537d747e37ac187`,name:`WubTF`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5dc36a8db537d747e37ac187/1x`,2:`https://cdn.betterttv.net/emote/5dc36a8db537d747e37ac187/2x`,4:`https://cdn.betterttv.net/emote/5dc36a8db537d747e37ac187/3x`}},{id:`5e76d2ab8c0f5c3723a9a87d`,name:`cvR`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d2ab8c0f5c3723a9a87d/1x`,2:`https://cdn.betterttv.net/emote/5e76d2ab8c0f5c3723a9a87d/2x`,4:`https://cdn.betterttv.net/emote/5e76d2ab8c0f5c3723a9a87d/3x`}},{id:`5e76d2d2d112fc372574d222`,name:`cvL`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d2d2d112fc372574d222/1x`,2:`https://cdn.betterttv.net/emote/5e76d2d2d112fc372574d222/2x`,4:`https://cdn.betterttv.net/emote/5e76d2d2d112fc372574d222/3x`}},{id:`5e76d338d6581c3724c0f0b2`,name:`cvHazmat`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d338d6581c3724c0f0b2/1x`,2:`https://cdn.betterttv.net/emote/5e76d338d6581c3724c0f0b2/2x`,4:`https://cdn.betterttv.net/emote/5e76d338d6581c3724c0f0b2/3x`}},{id:`5e76d399d6581c3724c0f0b8`,name:`cvMask`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d399d6581c3724c0f0b8/1x`,2:`https://cdn.betterttv.net/emote/5e76d399d6581c3724c0f0b8/2x`,4:`https://cdn.betterttv.net/emote/5e76d399d6581c3724c0f0b8/3x`}},{id:`5ffdf28dc96152314ad63960`,name:`DogChamp`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5ffdf28dc96152314ad63960/1x`,2:`https://cdn.betterttv.net/emote/5ffdf28dc96152314ad63960/2x`,4:`https://cdn.betterttv.net/emote/5ffdf28dc96152314ad63960/3x`}},{id:`6468f7acaee1f7f47567708e`,name:`c!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f7acaee1f7f47567708e/1x`,2:`https://cdn.betterttv.net/emote/6468f7acaee1f7f47567708e/2x`,4:`https://cdn.betterttv.net/emote/6468f7acaee1f7f47567708e/3x`}},{id:`6468f845aee1f7f47567709b`,name:`h!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f845aee1f7f47567709b/1x`,2:`https://cdn.betterttv.net/emote/6468f845aee1f7f47567709b/2x`,4:`https://cdn.betterttv.net/emote/6468f845aee1f7f47567709b/3x`}},{id:`6468f869aee1f7f4756770a8`,name:`l!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f869aee1f7f4756770a8/1x`,2:`https://cdn.betterttv.net/emote/6468f869aee1f7f4756770a8/2x`,4:`https://cdn.betterttv.net/emote/6468f869aee1f7f4756770a8/3x`}},{id:`6468f883aee1f7f4756770b5`,name:`r!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f883aee1f7f4756770b5/1x`,2:`https://cdn.betterttv.net/emote/6468f883aee1f7f4756770b5/2x`,4:`https://cdn.betterttv.net/emote/6468f883aee1f7f4756770b5/3x`}},{id:`6468f89caee1f7f4756770c2`,name:`v!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f89caee1f7f4756770c2/1x`,2:`https://cdn.betterttv.net/emote/6468f89caee1f7f4756770c2/2x`,4:`https://cdn.betterttv.net/emote/6468f89caee1f7f4756770c2/3x`}},{id:`6468f8d1aee1f7f4756770cf`,name:`z!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f8d1aee1f7f4756770cf/1x`,2:`https://cdn.betterttv.net/emote/6468f8d1aee1f7f4756770cf/2x`,4:`https://cdn.betterttv.net/emote/6468f8d1aee1f7f4756770cf/3x`}},{id:`64e3b31920cb0d25d950a9f9`,name:`w!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/64e3b31920cb0d25d950a9f9/1x`,2:`https://cdn.betterttv.net/emote/64e3b31920cb0d25d950a9f9/2x`,4:`https://cdn.betterttv.net/emote/64e3b31920cb0d25d950a9f9/3x`}},{id:`65cbe7dbaed093b2eaf87c65`,name:`p!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/65cbe7dbaed093b2eaf87c65/1x`,2:`https://cdn.betterttv.net/emote/65cbe7dbaed093b2eaf87c65/2x`,4:`https://cdn.betterttv.net/emote/65cbe7dbaed093b2eaf87c65/3x`}},{id:`662953eeea369c0ece39eb93`,name:`s!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/662953eeea369c0ece39eb93/1x`,2:`https://cdn.betterttv.net/emote/662953eeea369c0ece39eb93/2x`,4:`https://cdn.betterttv.net/emote/662953eeea369c0ece39eb93/3x`}}],f=[{id:`9`,name:`ZrehplaR`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/9/1`,2:`https://cdn.frankerfacez.com/emote/9/2`,4:`https://cdn.frankerfacez.com/emote/9/4`}},{id:`6`,name:`YooHoo`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/6/1`,2:`https://cdn.frankerfacez.com/emote/6/2`,4:`https://cdn.frankerfacez.com/emote/6/4`}},{id:`4`,name:`ManChicken`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/4/1`,2:`https://cdn.frankerfacez.com/emote/4/2`,4:`https://cdn.frankerfacez.com/emote/4/4`}},{id:`3`,name:`BeanieHipster`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/3/1`,2:`https://cdn.frankerfacez.com/emote/3/2`,4:`https://cdn.frankerfacez.com/emote/3/4`}},{id:`25927`,name:`CatBag`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/25927/1`,2:`https://cdn.frankerfacez.com/emote/25927/2`,4:`https://cdn.frankerfacez.com/emote/25927/4`}},{id:`27081`,name:`ZreknarF`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/27081/1`,2:`https://cdn.frankerfacez.com/emote/27081/2`,4:`https://cdn.frankerfacez.com/emote/27081/4`}},{id:`28136`,name:`LilZ`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/28136/1`,2:`https://cdn.frankerfacez.com/emote/28136/2`,4:`https://cdn.frankerfacez.com/emote/28136/4`}},{id:`28138`,name:`ZliL`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/28138/1`,2:`https://cdn.frankerfacez.com/emote/28138/2`,4:`https://cdn.frankerfacez.com/emote/28138/4`}},{id:`149346`,name:`LaterSooner`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/149346/1`,2:`https://cdn.frankerfacez.com/emote/149346/2`,4:`https://cdn.frankerfacez.com/emote/149346/4`}},{id:`142673`,name:`BORT`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/142673/1`,2:`https://cdn.frankerfacez.com/emote/142673/2`,4:`https://cdn.frankerfacez.com/emote/142673/4`}},{id:`757384`,name:`BibleThump`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/757384/1`,2:`https://cdn.frankerfacez.com/emote/757384/2`,4:`https://cdn.frankerfacez.com/emote/757384/4`}},{id:`723890`,name:`ffzW`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/723890/1`,2:`https://cdn.frankerfacez.com/emote/723890/2`,4:`https://cdn.frankerfacez.com/emote/723890/4`}},{id:`720508`,name:`ffzX`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/720508/1`,2:`https://cdn.frankerfacez.com/emote/720508/2`,4:`https://cdn.frankerfacez.com/emote/720508/4`}},{id:`720509`,name:`ffzY`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/720509/1`,2:`https://cdn.frankerfacez.com/emote/720509/2`,4:`https://cdn.frankerfacez.com/emote/720509/4`}},{id:`720729`,name:`ffzCursed`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/720729/1`,2:`https://cdn.frankerfacez.com/emote/720729/2`,4:`https://cdn.frankerfacez.com/emote/720729/4`}}],p=[{type:`twitch`,name:`AsexualPride`,id:`307827267`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827267/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827267/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827267/static/dark/3.0`},start:0,end:12},{type:`twitch`,name:`BisexualPride`,id:`307827313`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827313/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827313/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827313/static/dark/3.0`},start:13,end:26},{type:`twitch`,name:`GayPride`,id:`307827321`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827321/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827321/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827321/static/dark/3.0`},start:27,end:35},{type:`twitch`,name:`GenderFluidPride`,id:`307827326`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827326/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827326/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827326/static/dark/3.0`},start:36,end:52},{type:`twitch`,name:`IntersexPride`,id:`307827332`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827332/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827332/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827332/static/dark/3.0`},start:53,end:66},{type:`twitch`,name:`KappaPride`,id:`55338`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/55338/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/55338/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/55338/static/dark/3.0`},start:67,end:77},{type:`twitch`,name:`PansexualPride`,id:`307827370`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827370/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827370/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827370/static/dark/3.0`},start:78,end:92},{type:`twitch`,name:`TransgenderPride`,id:`307827377`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827377/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827377/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827377/static/dark/3.0`},start:93,end:109},{type:`twitch`,name:`TheIlluminati`,id:`145315`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/145315/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/145315/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/145315/static/dark/3.0`},start:110,end:123},{type:`twitch`,name:`BrainSlug`,id:`115233`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/115233/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/115233/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/115233/static/dark/3.0`},start:124,end:133},{type:`twitch`,name:`imGlitch`,id:`112290`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/112290/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/112290/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/112290/static/dark/3.0`},start:134,end:142},{type:`twitch`,name:`GlitchNRG`,id:`304489309`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/304489309/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/304489309/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/304489309/static/dark/3.0`},start:143,end:152},{type:`twitch`,name:`TakeNRG`,id:`112292`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/112292/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/112292/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/112292/static/dark/3.0`},start:153,end:160},{type:`twitch`,name:`DxCat`,id:`110734`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/110734/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/110734/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/110734/static/dark/3.0`},start:161,end:166},{type:`twitch`,name:`VoHiYo`,id:`81274`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/81274/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/81274/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/81274/static/dark/3.0`},start:167,end:173},{type:`twitch`,name:`DoritosChip`,id:`102242`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/102242/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/102242/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/102242/static/dark/3.0`},start:174,end:185},{type:`twitch`,name:`KomodoHype`,id:`81273`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/81273/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/81273/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/81273/static/dark/3.0`},start:186,end:196},{type:`twitch`,name:`duDudu`,id:`62834`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/62834/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/62834/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/62834/static/dark/3.0`},start:197,end:203},{type:`twitch`,name:`CoolCat`,id:`58127`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/58127/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/58127/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/58127/static/dark/3.0`},start:204,end:211},{type:`twitch`,name:`BloodTrail`,id:`69`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/69/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/69/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/69/static/dark/3.0`},start:212,end:222},{type:`twitch`,name:`PunchTrees`,id:`47`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/47/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/47/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/47/static/dark/3.0`},start:223,end:233},{type:`twitch`,name:`SSSsss`,id:`46`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/46/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/46/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/46/static/dark/3.0`},start:234,end:240},{type:`twitch`,name:`SSSsssplode`,id:`emotesv2_df1b3a19d9fc4bff81429afdfb46fff0`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_df1b3a19d9fc4bff81429afdfb46fff0/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_df1b3a19d9fc4bff81429afdfb46fff0/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_df1b3a19d9fc4bff81429afdfb46fff0/default/dark/3.0`},start:241,end:251},{type:`twitch`,name:`Kappa`,id:`25`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/25/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/25/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/25/static/dark/3.0`},start:253,end:258},{type:`twitch`,name:`KappaClaus`,id:`74510`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/74510/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/74510/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/74510/static/dark/3.0`},start:259,end:269},{type:`twitch`,name:`MrDestructoid`,id:`28`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/28/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/28/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/28/static/dark/3.0`},start:270,end:283},{type:`twitch`,name:`HSWP`,id:`446979`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/446979/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/446979/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/446979/static/dark/3.0`},start:292,end:296},{type:`twitch`,name:`Shush`,id:`emotesv2_819621bcb8f44566a1bd8ea63d06c58f`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_819621bcb8f44566a1bd8ea63d06c58f/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_819621bcb8f44566a1bd8ea63d06c58f/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_819621bcb8f44566a1bd8ea63d06c58f/static/dark/3.0`},start:297,end:302},{type:`twitch`,name:`KPOPTT`,id:`304047269`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/304047269/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/304047269/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/304047269/default/dark/3.0`},start:303,end:308},{type:`twitch`,name:`FrogPonder`,id:`emotesv2_a3cdcbfcae9b41bb8215b012362eea35`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_a3cdcbfcae9b41bb8215b012362eea35/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_a3cdcbfcae9b41bb8215b012362eea35/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_a3cdcbfcae9b41bb8215b012362eea35/default/dark/3.0`},start:310,end:319},{type:`twitch`,name:`HypeCheer`,id:`emotesv2_dd4f4f9cea1a4039ad3390e20900abe4`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dd4f4f9cea1a4039ad3390e20900abe4/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dd4f4f9cea1a4039ad3390e20900abe4/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dd4f4f9cea1a4039ad3390e20900abe4/default/dark/3.0`},start:321,end:329},{type:`twitch`,name:`HypeFail`,id:`emotesv2_0330a84e75ad48c1821c1d29a7dadd4d`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_0330a84e75ad48c1821c1d29a7dadd4d/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_0330a84e75ad48c1821c1d29a7dadd4d/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_0330a84e75ad48c1821c1d29a7dadd4d/default/dark/3.0`},start:0,end:7},{type:`twitch`,name:`HypePopcorn`,id:`emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a/default/dark/3.0`},start:9,end:19},{type:`twitch`,name:`GlitchCat`,id:`304486301`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/304486301/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/304486301/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/304486301/static/dark/3.0`},start:21,end:30},{type:`twitch`,name:`SoonerLater`,id:`2113050`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/2113050/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/2113050/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/2113050/static/dark/3.0`},start:31,end:42},{type:`twitch`,name:`FBBlock`,id:`1441276`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441276/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441276/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441276/static/dark/3.0`},start:43,end:50},{type:`twitch`,name:`FBCatch`,id:`1441281`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441281/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441281/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441281/static/dark/3.0`},start:51,end:58},{type:`twitch`,name:`FBPass`,id:`1441271`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441271/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441271/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441271/static/dark/3.0`},start:59,end:65},{type:`twitch`,name:`FBRun`,id:`1441261`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441261/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441261/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441261/static/dark/3.0`},start:66,end:71},{type:`twitch`,name:`FBtouchdown`,id:`626795`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/626795/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/626795/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/626795/static/dark/3.0`},start:72,end:83},{type:`twitch`,name:`FBSpiral`,id:`1441273`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441273/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441273/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441273/static/dark/3.0`},start:84,end:92},{type:`twitch`,name:`FBPenalty`,id:`1441289`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441289/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441289/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441289/static/dark/3.0`},start:93,end:102},{type:`twitch`,name:`FBChallenge`,id:`1441285`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441285/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441285/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441285/static/dark/3.0`},start:103,end:114},{type:`twitch`,name:`PixelBob`,id:`1547903`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1547903/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1547903/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1547903/static/dark/3.0`},start:115,end:123},{type:`twitch`,name:`LUL`,id:`425618`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/425618/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/425618/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/425618/static/dark/3.0`},start:124,end:127},{type:`twitch`,name:`DarkMode`,id:`461298`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/461298/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/461298/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/461298/static/dark/3.0`},start:128,end:136},{type:`twitch`,name:`PopCorn`,id:`724216`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/724216/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/724216/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/724216/static/dark/3.0`},start:137,end:144},{type:`twitch`,name:`EarthDay`,id:`959018`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/959018/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/959018/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/959018/static/dark/3.0`},start:145,end:153},{type:`twitch`,name:`TwitchUnity`,id:`196892`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/196892/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/196892/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/196892/static/dark/3.0`},start:154,end:165},{type:`twitch`,name:`Squid1`,id:`191762`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191762/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191762/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191762/static/dark/3.0`},start:166,end:172},{type:`twitch`,name:`Squid2`,id:`191763`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191763/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191763/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191763/static/dark/3.0`},start:173,end:179},{type:`twitch`,name:`Squid3`,id:`191764`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191764/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191764/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191764/static/dark/3.0`},start:180,end:186},{type:`twitch`,name:`Squid4`,id:`191767`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191767/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191767/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191767/static/dark/3.0`},start:187,end:193},{type:`twitch`,name:`DinoDance`,id:`emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7`,gif:!0,animated:!0,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7/animated/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7/animated/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7/animated/dark/3.0`},start:194,end:203},{type:`twitch`,name:`CrreamAwk`,id:`191313`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191313/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191313/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191313/static/dark/3.0`},start:204,end:213},{type:`twitch`,name:`PopNemo`,id:`emotesv2_5d523adb8bbb4786821cd7091e47da21`,gif:!0,animated:!0,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_5d523adb8bbb4786821cd7091e47da21/animated/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_5d523adb8bbb4786821cd7091e47da21/animated/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_5d523adb8bbb4786821cd7091e47da21/animated/dark/3.0`},start:214,end:221}],m=Object.values([...p,...d.map(e=>({type:e.platform,name:e.name,id:e.id,gif:e.animated,animated:e.animated,urls:e.urls})),...u.map(e=>({type:e.platform,name:e.name,id:e.id,gif:e.animated,animated:e.animated,urls:e.urls})),...f.map(e=>({type:e.platform,name:e.name,id:e.id,gif:e.animated,animated:e.animated,urls:e.urls}))]).reduce((e,t)=>(t?.platform&&(t.type=t.platform,delete t.platform),e.some(e=>e.name===t.name)||e.push({...t,start:0,end:0}),e),[]),h=[],g=`haHAA,CiGrip,PopNemo,PogChamp,bttvNice,ariW wave,DinoDance,CruW salute,c! PogChamp,LUL LUL LUL,CandianRage,CatBag kitty!,<3 good times,catJAM vibing,DuckerZ quack,:tf: trollface,haHAA good one,HSWP let's go!,DxCat claws out,ConcernDoge hmm,BroBalt nice one,VoHiYo everyone!,LuL that was funny,Kappa just kidding,FBCatch nice grab!,cvHazmat stay safe,CookieTime nom nom,LuL that was funny,CruW crew assembled,GlitchCat GlitchCat,CoolCat staying calm,bUrself be yourself!,catJAM catJAM catJAM,HSWP here we go again,Shush moment incoming,duDudu rhythm section,:tf: face palm moment,duDudu rhythm section,HSWP here we go again,PunchTrees PunchTrees,SSSsss Minecraft time,KappaPride represent!,haHAA that joke though,DoritosChip snack time,DoritosChip snack time,asexualPride represent,duDudu dancing on beat,FBBlock defensive play!,ariW waving at everyone,PopNemo finding our way,ariW waving at everyone,TheIlluminati confirmed,SSSsss slithering vibes,GayPride celebrate love,BloodTrail hunting time,TheIlluminati confirmed,LUL can't stop laughing,HypeCheer clap clap clap,DuckerZ quacking in chat,Wait for it... PogChamp!,HypeCheer clap clap clap,KPOPTT music to our ears,FrogPonder thinking frog,IntersexPride we're here,KappaPride be proud Kappa,cvHazmat suit up for this,BrainSlug giving me ideas,KappaPride be proud Kappa,This music is fire catJAM,I just followed! PogChamp,MrDestructoid robot vibes,BroBalt brotherhood moment,VoHiYo greetings from chat,PogChamp PogChamp PogChamp,DxCat meow meow KomodoHype,Squid1 Squid2 Squid3 Squid4,KomodoHype the hype is real,DarkMode gang where you at?,Wait what just happened? D:,TakeNRG infinite energy NRG,CookieTime break time snack,The dedication is real here,PopCorn watching this unfold,CandianRage maple syrup fury,PopCorn watching this unfold,LesbianPride strong together,DinoDance DinoDance DinoDance,TakeNRG this energy is unreal,Everyone gets hype! HypeCheer,CiGrip strong grip on the game,CoolCat no stress allowed here,BisexualPride all love matters,GenderFluidPride freedom to be,DarkMode gang in here DarkMode,HypeFail oops that didn't work,HypePopcorn this is the moment,ConcernDoge is everything okay?,BloodTrail following the leader,This is so wholesome AngelThump,ImGlitch technical difficulties,Anyone else eating? DoritosChip,PixelBob retro vibes with Kappa,SoonerLater catch you next time,imGlitch glitchy but we love it,KomodoHype the energy is crazy!,NonbinaryPride beyond the binary,PansexualPride love is universal,This community is the best Kappa,BrainSlug with the big brain play,TransgenderPride living authentic,AngelThump wholesomeness incoming,GlitchCat imGlitch what happened?,CrreamAwk that was awkward VoHiYo,IronmouseLuv appreciate the stream,PunchTrees minecraft mode activated,The skill on display here is unreal,LesbianPride GayPride BisexualPride,PogChamp PogChamp PogChamp PogChamp,TwitchUnity we're all here for this,This is absolutely insane KomodoHype,Never seen anything like this before,Vibing with cat-shaped avatars catJAM,EarthDay appreciation for this stream,TheIlluminati knows something we don't,Shush they're about to do something big,Can we appreciate this moment? PogChamp,MrDestructoid destroying the competition,AsexualPride IntersexPride GenderFluidPride,TransgenderPride PansexualPride NonbinaryPride`.split(`,`),_=`:ytg: Keep it up!.:yt: YouTube hype!.:gar: Amazing as always!.No words, just :awesome:.You got this! :yougotthis:.:elbowbump: Great teamwork!.Love this energy! :goodvibes:.Just arrived! :hand-pink-waving:.Great gameplay! :hand-yellow-nails:.:face-pink-tears: Tears of joy here.This stream is incredible :awesome:.Hydration break everyone! :hydrate:.:text-green-game-over: You won this!.:face-blue-star-eyes: You're a star!.Virtual hug for everyone :virtualhug:.Happy to be here! :face-green-smiling:.Chilling with my dog :chillwdog: vibing.:face-red-heart-shape: Love what you do.:person-turqouise-waving: Hey everyone!.This community is the best! :goodvibes:.:face-blue-smiling: Amazing vibes today.:goodvibes: Only good vibes in this chat.:body-blue-raised-arms: Victory is ours!.:pride-flower-rainbow-heart: Love is love.:octopus-red-waving: Waves from the chat!.:thanksdoc: Thanks for the entertainment!.:face-purple-crying: Why is this so good??.:eyes-pink-heart-shape: Beautiful gameplay.:fish-orange-wide-eyes: Eyes on the prize!.:whistle-red-blow: That was a performance!.Respect the grind :hand-green-crystal-ball:.Learning so much from this stream :learning:.:pride-people-embracing-two: Community love!.:face-red-droopy-eyes: long day but worth it.Chilling with my cat :chillwcat: so peaceful.:face-fuchsia-tongue-out: Having too much fun.:person-purple-stage-event: This is showtime!.:card-red-penalty: That was risky! Bold move!.:face-purple-smiling-tears: This is too good!.:face-orange-tv-shape: Broadcasting excellence.:face-orange-tv-shape: Broadcasting excellence.:face-blue-heart-eyes: This stream has my heart.:person-turquoise-crowd-surf: Crowd going wild!.Best gaming session ever :trophy-yellow-smiling:.:hand-purple-blue-peace: Peace out, great stream!.:face-purple-sweating: Clutch moment! So intense!.:hand-orange-covering-eyes: Can't believe my eyes!.:face-blue-question-mark: How do you even do that?.:baseball-white-cap-out: Home run! Total knockout!.:volcano-green-lava-orange: Things are getting HOT.:face-purple-smiling-fangs: Evil laugh at that play.:stopwatch-blue-hand-timer: Speedrunning like a pro.:location-yellow-teal-bars: Streaming from the top!.:face-purple-open-box: What's next? More surprises?.:person-turquoise-wizard-wand: Like magic out there!.:face-blue-wide-eyes: Did that actually just happen?!.:medal-yellow-first-red: Number one stream right here.:face-turquoise-music-note: Vibing to this soundtrack.Can we just appreciate how awesome this is? :awesome:.:popcorn-yellow-striped-smile: This is the main event!.:face-orange-raised-eyebrow: Interesting strategy there.:person-blue-speaking-microphone: Let's go! Hype it up!.:pride-megaphone-rainbow-handle: Amplifying good vibes!.:rocket-red-countdown-liftoff: Let's go! Time to launch!.:person-blue-holding-pencil: Taking notes on these skills.:face-fuchsia-poop-shape: That was a mess! But we survived.:person-pink-swaying-hair: The style, the skill, everything!.:body-turquoise-yoga-pose: So smooth and calm under pressure.:penguin-blue-waving-tear: Goodbye for now, fantastic stream!.:face-turquoise-covering-eyes: Wait what? How did you do that?.:face-turquoise-covering-eyes: Wait what? How did you do that?.:clock-turquoise-looking-up: What time is it? Time to watch you!.:person-blue-eating-spaghetti: Fueling up after that performance.:hourglass-purple-sand-orange: Time flies when you're having fun.:face-turquoise-drinking-coffee: Coffee and gaming, perfect combo.:person-turquoise-writes-headphones: That's some creative strategy.:face-purple-rain-drops: Emotional over here :face-pink-drinking-tea:.:pride-person-heart-lesbian: Proud and here :pride-flowers-turquoise-transgender:`.split(`.`),v=`GG!.Wow just wow.Fire fire fire.Simply amazing.Never gets old.Veteran energy.That was insane.Hello everyone!.Best moment ever.Love seeing this.Walking the walk.Cannot look away.Love seeing this.Never disappoints.What a turnaround.Never counted out.Respect the grind.Never disappoints.Respect the grind.Hard work pays off.Consistency is key.Art form of gaming.Great gameplay btw.This is next level.Peak entertainment.This is why I watch.Real recognize real.Chat is going crazy.Motivation overload.When it matters most.Setting the bar high.Different vibe today.Flow state activated.Comeback king energy.Mind blown right now.Cannot stop watching.The dedication shows.Vibes are immaculate.Automatic excellence.Always coming through.Unmatched performance.Promises and delivers.Mental game is strong.Calculated every move.One step ahead always.Heart racing right now.On the edge of my seat.In the zone completely.Next level inspiration.From behind to victory.Confidence is key here.This is playoff energy.I love this community!.So satisfying to watch.Pure talent right here.Clutch moment incoming.This is peak streaming.Delivers under pressure.Ice in the veins moment.This stream is amazing!.So composed and focused.Muscle memory is insane.Gonna apply this myself.Backing it up every time.Every stream gets better.Good energy in this chat.Physical and mental peak.Tournament mode activated.Absolute unit of a player.Playing 4D chess out here.This is pure content gold.Always believes in the win.Champion mentality showing.Winners mindset on display.This deserves all the hype.Community makes it special.Red pilled and game pilled.Experience matters so much.Been perfecting this craft.Masterclass happening live.First time here, loving it!.Bringing the A game tonight.Nothing stops this momentum.Outsmarting the competition.This chat is moving so fast!.Incredible skills on display.Years of practice paying off.The way they handle pressure.Unstoppable force on display.Precision and power combined.Nothing can break this focus.This is beautiful to witness.Vision and execution perfect.Can we get some hype in chat?.Taking mental notes right now.Stealing all these strategies.Absolutely crushing it today!.POG! POG! POG! This is insane!.Just got here, what did I miss?.Showing everyone how it is done.Knowledge translation to action.Learning from the absolute best.Stream quality is insane today!.Not gonna lie, that was genius!.Gaming at its finest right here.Best stream on Twitch right now!.The strategy here is chef's kiss.This is what greatness looks like.Going to bed, good night everyone!.Content like this is why I tune in.Clap clap clap! Amazing performance!.Absolutely phenomenal content today!.Respect to the dedication shown here.I'm taking notes for my own gameplay.Legendary session right here, no cap.The mechanics on display here are unreal.This is what peak performance looks like.This is why I love this community so much.Setting records and breaking expectations.First time watching and I'm already hooked.Every single play is calculated perfection.The game knowledge displayed here is insane.The fundamentals here are next level perfect.Watching someone who truly loves their craft.The way they handle adversity is so inspiring.Every single decision is calculated perfectly.The combination of speed and accuracy is wild.This is what happens when talent meets effort.The artistry in gameplay displayed right here.Stream just made my day a million times better.This level of consistency is absolutely insane.The decision making under pressure is flawless.The improvement from stream to stream is crazy.The mental fortitude required for this is huge.Reading opponents like they are so predictable.How many years did it take to reach this level?.This person has transcended normal skill levels.The ability to stay cool under extreme pressure.Been here since the beginning, never looked back.Never seen a player adapt so quickly to mistakes.This is exactly what peak performance looks like.Years of training visible in every single moment.Professional level execution on full display here.This is the standard that everyone should aspire to.Nothing phases this player when the stakes are high.This is entertainment at the absolute highest level`.split(`.`),y=[...g,..._,...v],b=[`Tixyel`,`awigui`,`kurao_w`,`Urie_s2`,`itzzcatt`,`BeniArts`,`mynnyori`,`DexPixel`,`Cupidiko`,`starkuss_`,`catsember`,`shy_madeit`,`SpookySony`,`nanagadesign`],x=[`1000`,`2000`,`3000`,`prime`],S=`Filiz.Astrid.Tatyana.Maxim.Carmen.Ines.Cristiano.Vitoria.Ricardo.Maja.Jan.Jacek.Ewa.Ruben.Lotte.Liv.Seoyeon.Takumi.Mizuki.Giorgio.Carla.Bianca.Karl.Dora.Mathieu.Celine.Chantal.Penelope.Miguel.Mia.Enrique.Conchita.Geraint.Salli.Matthew.Kimberly.Kendra.Justin.Joey.Joanna.Ivy.Raveena.Aditi.Emma.Brian.Amy.Russell.Nicole.Vicki.Marlene.Hans.Naja.Mads.Gwyneth.Zhiyu.Tracy.Danny.Huihui.Yaoyao.Kangkang.HanHan.Zhiwei.Asaf.An.Stefanos.Filip.Ivan.Heidi.Herena.Kalpana.Hemant.Matej.Andika.Rizwan.Lado.Valluvar.Linda.Heather.Sean.Michael.Karsten.Guillaume.Pattara.Jakub.Szabolcs.Hoda.Naayf`.split(`.`),C=[{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/flower-rainbow-heart-red`,shortcuts:[`:pride-flower-rainbow-heart:`],searchTerms:[`pride-flower-rainbow-heart`],image:{thumbnails:[{url:`https://yt3.ggpht.com/8cF4z9clPGshgty6vT3ImAtx_CUvz3TMY-SAu_UKw-x1Z9-2KzcK4OuyAIROrKhyvcabrw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/8cF4z9clPGshgty6vT3ImAtx_CUvz3TMY-SAu_UKw-x1Z9-2KzcK4OuyAIROrKhyvcabrw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-flower-rainbow-heart`}}},isCustomEmoji:!0,index:0},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-green-earth-head`,shortcuts:[`:pride-person-earth-intersex:`],searchTerms:[`pride-person-earth-intersex`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Gr-3he7L8jjQFj7aI0kSY1eV4aIsy-vT7Hk5shdakigG9aAJO_uMBmV6haCtK1OHjTEjj1o=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Gr-3he7L8jjQFj7aI0kSY1eV4aIsy-vT7Hk5shdakigG9aAJO_uMBmV6haCtK1OHjTEjj1o=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-person-earth-intersex`}}},isCustomEmoji:!0,index:1},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-yellow-heart-lesbian`,shortcuts:[`:pride-person-heart-lesbian:`],searchTerms:[`pride-person-heart-lesbian`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tKVZ2TfK5tMLvF88cnz2YNVwuHNgr0eDR9Ef8J0OCkZEHXLFUtH3f6-xSHhqhwd2sL3Tu4I=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tKVZ2TfK5tMLvF88cnz2YNVwuHNgr0eDR9Ef8J0OCkZEHXLFUtH3f6-xSHhqhwd2sL3Tu4I=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-person-heart-lesbian`}}},isCustomEmoji:!0,index:2},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-yellow-flower-nonbinary`,shortcuts:[`:pride-person-flower-nonbinary:`],searchTerms:[`pride-person-flower-nonbinary`],image:{thumbnails:[{url:`https://yt3.ggpht.com/le1X4KHLOmK5K1s5xu-owmP_eZK4D0ExyjnMCS6UNqZa-Zh4uEzz3mZnU3jBlLfi14Zpngw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/le1X4KHLOmK5K1s5xu-owmP_eZK4D0ExyjnMCS6UNqZa-Zh4uEzz3mZnU3jBlLfi14Zpngw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-person-flower-nonbinary`}}},isCustomEmoji:!0,index:3},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/flower-rainbow-heart-pansexual`,shortcuts:[`:pride-flower-pansexual:`],searchTerms:[`pride-flower-pansexual`],image:{thumbnails:[{url:`https://yt3.ggpht.com/blSdVv_UpdTn8BIWU6u9oCWhdtpc0-a-3dJeaRX9As6ftLc0OGPJ1PveQEJbUEDzf6by2Xi9=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/blSdVv_UpdTn8BIWU6u9oCWhdtpc0-a-3dJeaRX9As6ftLc0OGPJ1PveQEJbUEDzf6by2Xi9=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-flower-pansexual`}}},isCustomEmoji:!0,index:4},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/heart-stripes-pride-flag`,shortcuts:[`:pride-heart-rainbow-philly:`],searchTerms:[`pride-heart-rainbow-philly`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7iYeXsmU2YMcKsKalaKJhirWdDASATIpl_c7Ib7akaRhvz8GChI4xpM0d0dtASjmmWPbg1NG=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7iYeXsmU2YMcKsKalaKJhirWdDASATIpl_c7Ib7akaRhvz8GChI4xpM0d0dtASjmmWPbg1NG=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-heart-rainbow-philly`}}},isCustomEmoji:!0,index:5},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/symbol-turquoise-flowers-transgender`,shortcuts:[`:pride-flowers-turquoise-transgender:`],searchTerms:[`pride-flowers-turquoise-transgender`],image:{thumbnails:[{url:`https://yt3.ggpht.com/ovz1T6ay1D1GNFXwwYibZeu_rV5_iSRXWSHR2thQDLLWejVQMqWPUhsUWrMMw1tlBwllYA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/ovz1T6ay1D1GNFXwwYibZeu_rV5_iSRXWSHR2thQDLLWejVQMqWPUhsUWrMMw1tlBwllYA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-flowers-turquoise-transgender`}}},isCustomEmoji:!0,index:6},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hand-rainbow-fan-open`,shortcuts:[`:pride-fan-rainbow-open:`],searchTerms:[`pride-fan-rainbow-open`],image:{thumbnails:[{url:`https://yt3.ggpht.com/lDH5aORWtlc42NxTwiP3aIUIjttLVvE4Q_xIJDuu55DKvYSLeDIysOEKtGuMmEtOLgvZ_zTX=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/lDH5aORWtlc42NxTwiP3aIUIjttLVvE4Q_xIJDuu55DKvYSLeDIysOEKtGuMmEtOLgvZ_zTX=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-fan-rainbow-open`}}},isCustomEmoji:!0,index:7},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-pink-hair-earrings`,shortcuts:[`:pride-face-pink-earrings:`],searchTerms:[`pride-face-pink-earrings`],image:{thumbnails:[{url:`https://yt3.ggpht.com/utFog-w4fqgJ05xfQFjSdy8jvRBtFCeuWRkLH3IaVJ4WCBrdjDbXzXOprJA_h6MPOuksv0c=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/utFog-w4fqgJ05xfQFjSdy8jvRBtFCeuWRkLH3IaVJ4WCBrdjDbXzXOprJA_h6MPOuksv0c=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-face-pink-earrings`}}},isCustomEmoji:!0,index:8},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/unicorn-white-rainbow-mane`,shortcuts:[`:pride-unicorn-rainbow-mane:`],searchTerms:[`pride-unicorn-rainbow-mane`],image:{thumbnails:[{url:`https://yt3.ggpht.com/fvdANfncTw5aDF8GBq20kHicN5rMVoCMTM3FY8MQbZH9sZXvHy5o48yvHZWN4No5rz8b7-0=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/fvdANfncTw5aDF8GBq20kHicN5rMVoCMTM3FY8MQbZH9sZXvHy5o48yvHZWN4No5rz8b7-0=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-unicorn-rainbow-mane`}}},isCustomEmoji:!0,index:9},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/people-embracing-two`,shortcuts:[`:pride-people-embracing-two:`],searchTerms:[`pride-people-embracing-two`],image:{thumbnails:[{url:`https://yt3.ggpht.com/h1zJqFv2R4LzS3ZUpVyHhprCHQTIhbSecqu2Lid23byl5hD5cJdnshluOCyRdldYkWCUNg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/h1zJqFv2R4LzS3ZUpVyHhprCHQTIhbSecqu2Lid23byl5hD5cJdnshluOCyRdldYkWCUNg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-people-embracing-two`}}},isCustomEmoji:!0,index:10},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-green-hair-tears`,shortcuts:[`:pride-face-green-tears:`],searchTerms:[`pride-face-green-tears`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2BNf4_qBG7mqt1sN-JwThp1srHlDr03xoya9hpIvbgS65HwLaaDz46r3A6dy8JnO2GtLNag=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2BNf4_qBG7mqt1sN-JwThp1srHlDr03xoya9hpIvbgS65HwLaaDz46r3A6dy8JnO2GtLNag=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-face-green-tears`}}},isCustomEmoji:!0,index:11},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/megaphone-rainbow-handle`,shortcuts:[`:pride-megaphone-rainbow-handle:`],searchTerms:[`pride-megaphone-rainbow-handle`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cop1MU9YkEuUxbe8d1NhPl1S9uJ60YSVTMM1gelP7Cy0BICa6Ey_TpxEFFdYITtsUK1cSg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cop1MU9YkEuUxbe8d1NhPl1S9uJ60YSVTMM1gelP7Cy0BICa6Ey_TpxEFFdYITtsUK1cSg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-megaphone-rainbow-handle`}}},isCustomEmoji:!0,index:12},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hand-brown-yellow-nails`,shortcuts:[`:pride-hand-yellow-nails:`],searchTerms:[`pride-hand-yellow-nails`],image:{thumbnails:[{url:`https://yt3.ggpht.com/1dEPlxkQ1RdZkPo5CLgYvneMQ-BBo63b3nnASEAXoccnVktMjgviKqMj1pjPiK2zTPTc7g=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/1dEPlxkQ1RdZkPo5CLgYvneMQ-BBo63b3nnASEAXoccnVktMjgviKqMj1pjPiK2zTPTc7g=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-hand-yellow-nails`}}},isCustomEmoji:!0,index:13},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-orange-hair-flowing`,shortcuts:[`:pride-face-orange-flowing:`],searchTerms:[`pride-face-orange-flowing`],image:{thumbnails:[{url:`https://yt3.ggpht.com/RuhTeU8YiT0_NaOYjMmXv77eEw5eO5Bdzfr7ouS0u3ZAK2J4coKGe5g4fN8mJV85jC63hw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/RuhTeU8YiT0_NaOYjMmXv77eEw5eO5Bdzfr7ouS0u3ZAK2J4coKGe5g4fN8mJV85jC63hw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-face-orange-flowing`}}},isCustomEmoji:!0,index:14},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/CIW60IPp_dYCFcuqTgodEu4IlQ`,shortcuts:[`:yt:`],searchTerms:[`yt`],image:{thumbnails:[{url:`https://yt3.ggpht.com/IkpeJf1g9Lq0WNjvSa4XFq4LVNZ9IP5FKW8yywXb12djo1OGdJtziejNASITyq4L0itkMNw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/IkpeJf1g9Lq0WNjvSa4XFq4LVNZ9IP5FKW8yywXb12djo1OGdJtziejNASITyq4L0itkMNw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`yt`}}},isCustomEmoji:!0,index:15},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/CN2m5cKr49sCFYbFggodDFEKrg`,shortcuts:[`:oops:`],searchTerms:[`oops`],image:{thumbnails:[{url:`https://yt3.ggpht.com/PFoVIqIiFRS3aFf5-bt_tTC0WrDm_ylhF4BKKwgqAASNb7hVgx_adFP-XVhFiJLXdRK0EQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/PFoVIqIiFRS3aFf5-bt_tTC0WrDm_ylhF4BKKwgqAASNb7hVgx_adFP-XVhFiJLXdRK0EQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`oops`}}},isCustomEmoji:!0,index:16},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/X_zdXMHgJaPa8gTGt4f4Ag`,shortcuts:[`:buffering:`],searchTerms:[`buffering`],image:{thumbnails:[{url:`https://yt3.ggpht.com/5gfMEfdqO9CiLwhN9Mq7VI6--T2QFp8AXNNy5Fo7btfY6fRKkThWq35SCZ6SPMVCjg-sUA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/5gfMEfdqO9CiLwhN9Mq7VI6--T2QFp8AXNNy5Fo7btfY6fRKkThWq35SCZ6SPMVCjg-sUA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`buffering`}}},isCustomEmoji:!0,index:17},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/1v50XorRJ8GQ8gTz_prwAg`,shortcuts:[`:stayhome:`],searchTerms:[`stayhome`],image:{thumbnails:[{url:`https://yt3.ggpht.com/_1FGHypiub51kuTiNBX1a0H3NyFih3TnHX7bHU06j_ajTzT0OQfMLl9RI1SiQoxtgA2Grg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/_1FGHypiub51kuTiNBX1a0H3NyFih3TnHX7bHU06j_ajTzT0OQfMLl9RI1SiQoxtgA2Grg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`stayhome`}}},isCustomEmoji:!0,index:18},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/8P50XuS9Oo7h8wSqtIagBA`,shortcuts:[`:dothefive:`],searchTerms:[`dothefive`],image:{thumbnails:[{url:`https://yt3.ggpht.com/-nM0DOd49969h3GNcl705Ti1fIf1ZG_E3JxcOUVV-qPfCW6jY8xZ98caNLHkVSGRTSEb7Y9y=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/-nM0DOd49969h3GNcl705Ti1fIf1ZG_E3JxcOUVV-qPfCW6jY8xZ98caNLHkVSGRTSEb7Y9y=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`dothefive`}}},isCustomEmoji:!0,index:19},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Fv90Xq-vJcPq8gTqzreQAQ`,shortcuts:[`:elbowbump:`],searchTerms:[`elbowbump`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2ou58X5XuhTrxjtIM2wew1f-HKRhN_T5SILQgHE-WD9dySzzJdGwL4R1gpKiJXcbtq6sjQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2ou58X5XuhTrxjtIM2wew1f-HKRhN_T5SILQgHE-WD9dySzzJdGwL4R1gpKiJXcbtq6sjQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`elbowbump`}}},isCustomEmoji:!0,index:20},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Iv90XouTLuOR8gSxxrToBA`,shortcuts:[`:goodvibes:`],searchTerms:[`goodvibes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2CvFOwgKpL29mW_C51XvaWa7Eixtv-3tD1XvZa1_WemaDDL2AqevKbTZ1rdV0OWcnOZRag=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2CvFOwgKpL29mW_C51XvaWa7Eixtv-3tD1XvZa1_WemaDDL2AqevKbTZ1rdV0OWcnOZRag=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`goodvibes`}}},isCustomEmoji:!0,index:21},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Rf90XtDbG8GQ8gTz_prwAg`,shortcuts:[`:thanksdoc:`],searchTerms:[`thanksdoc`],image:{thumbnails:[{url:`https://yt3.ggpht.com/bUnO_VwXW2hDf-Da8D64KKv6nBJDYUBuo13RrOg141g2da8pi9-KClJYlUDuqIwyPBfvOO8=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/bUnO_VwXW2hDf-Da8D64KKv6nBJDYUBuo13RrOg141g2da8pi9-KClJYlUDuqIwyPBfvOO8=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`thanksdoc`}}},isCustomEmoji:!0,index:22},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/VP90Xv_wG82o8wTCi7CQAw`,shortcuts:[`:videocall:`],searchTerms:[`videocall`],image:{thumbnails:[{url:`https://yt3.ggpht.com/k5v_oxUzRWmTOXP0V6WJver6xdS1lyHMPcMTfxn23Md6rmixoR5RZUusFbZi1uZwjF__pv4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/k5v_oxUzRWmTOXP0V6WJver6xdS1lyHMPcMTfxn23Md6rmixoR5RZUusFbZi1uZwjF__pv4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`videocall`}}},isCustomEmoji:!0,index:23},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/dv90XtfhAurw8gTgzar4DA`,shortcuts:[`:virtualhug:`],searchTerms:[`virtualhug`],image:{thumbnails:[{url:`https://yt3.ggpht.com/U1TjOZlqtS58NGqQhE8VWDptPSrmJNkrbVRp_8jI4f84QqIGflq2Ibu7YmuOg5MmVYnpevc=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/U1TjOZlqtS58NGqQhE8VWDptPSrmJNkrbVRp_8jI4f84QqIGflq2Ibu7YmuOg5MmVYnpevc=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`virtualhug`}}},isCustomEmoji:!0,index:24},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hf90Xv-jHeOR8gSxxrToBA`,shortcuts:[`:yougotthis:`],searchTerms:[`yougotthis`],image:{thumbnails:[{url:`https://yt3.ggpht.com/s3uOe4lUx3iPIt1h901SlMp_sKCTp3oOVj1JV8izBw_vDVLxFqk5dq-3NX-nK_gnUwVEXld3=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/s3uOe4lUx3iPIt1h901SlMp_sKCTp3oOVj1JV8izBw_vDVLxFqk5dq-3NX-nK_gnUwVEXld3=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`yougotthis`}}},isCustomEmoji:!0,index:25},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/lP90XvOhCZGl8wSO1JmgAw`,shortcuts:[`:sanitizer:`],searchTerms:[`sanitizer`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EJ_8vc4Gl-WxCWBurHwwWROAHrPzxgePodoNfkRY1U_I8L1O2zlqf7-wfUtTeyzq2qHNnocZ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EJ_8vc4Gl-WxCWBurHwwWROAHrPzxgePodoNfkRY1U_I8L1O2zlqf7-wfUtTeyzq2qHNnocZ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`sanitizer`}}},isCustomEmoji:!0,index:26},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/uP90Xq6wNYrK8gTUoo3wAg`,shortcuts:[`:takeout:`],searchTerms:[`takeout`],image:{thumbnails:[{url:`https://yt3.ggpht.com/FizHI5IYMoNql9XeP7TV3E0ffOaNKTUSXbjtJe90e1OUODJfZbWU37VqBbTh-vpyFHlFIS0=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/FizHI5IYMoNql9XeP7TV3E0ffOaNKTUSXbjtJe90e1OUODJfZbWU37VqBbTh-vpyFHlFIS0=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`takeout`}}},isCustomEmoji:!0,index:27},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/fAF1XtDQMIrK8gTUoo3wAg`,shortcuts:[`:hydrate:`],searchTerms:[`hydrate`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tpgZgmhX8snKniye36mnrDVfTnlc44EK92EPeZ0m9M2EPizn1vKEGJzNYdp7KQy6iNZlYDc1=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tpgZgmhX8snKniye36mnrDVfTnlc44EK92EPeZ0m9M2EPizn1vKEGJzNYdp7KQy6iNZlYDc1=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hydrate`}}},isCustomEmoji:!0,index:28},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/vQF1XpyaG_XG8gTs77bACQ`,shortcuts:[`:chillwcat:`],searchTerms:[`chillwcat`],image:{thumbnails:[{url:`https://yt3.ggpht.com/y03dFcPc1B7CO20zgQYzhcRPka5Bhs6iSg57MaxJdhaLidFvvXBLf_i4_SHG7zJ_2VpBMNs=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/y03dFcPc1B7CO20zgQYzhcRPka5Bhs6iSg57MaxJdhaLidFvvXBLf_i4_SHG7zJ_2VpBMNs=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`chillwcat`}}},isCustomEmoji:!0,index:29},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ygF1XpGUMMjk8gSDrI2wCw`,shortcuts:[`:chillwdog:`],searchTerms:[`chillwdog`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Ir9mDxzUi0mbqyYdJ3N9Lq7bN5Xdt0Q7fEYFngN3GYAcJT_tccH1as1PKmInnpt2cbWOam4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Ir9mDxzUi0mbqyYdJ3N9Lq7bN5Xdt0Q7fEYFngN3GYAcJT_tccH1as1PKmInnpt2cbWOam4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`chillwdog`}}},isCustomEmoji:!0,index:30},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/8gF1Xp_zK8jk8gSDrI2wCw`,shortcuts:[`:elbowcough:`],searchTerms:[`elbowcough`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DTR9bZd1HOqpRJyz9TKiLb0cqe5Hb84Yi_79A6LWlN1tY-5kXqLDXRmtYVKE9rcqzEghmw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DTR9bZd1HOqpRJyz9TKiLb0cqe5Hb84Yi_79A6LWlN1tY-5kXqLDXRmtYVKE9rcqzEghmw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`elbowcough`}}},isCustomEmoji:!0,index:31},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/EAJ1XrS7PMGQ8gTz_prwAg`,shortcuts:[`:learning:`],searchTerms:[`learning`],image:{thumbnails:[{url:`https://yt3.ggpht.com/ZuBuz8GAQ6IEcQc7CoJL8IEBTYbXEvzhBeqy1AiytmhuAT0VHjpXEjd-A5GfR4zDin1L53Q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/ZuBuz8GAQ6IEcQc7CoJL8IEBTYbXEvzhBeqy1AiytmhuAT0VHjpXEjd-A5GfR4zDin1L53Q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`learning`}}},isCustomEmoji:!0,index:32},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/JAJ1XpGpJYnW8wTupZu4Cw`,shortcuts:[`:washhands:`],searchTerms:[`washhands`],image:{thumbnails:[{url:`https://yt3.ggpht.com/qXUeUW0KpKBc9Z3AqUqr_0B7HbW1unAv4qmt7-LJGUK_gsFBIaHISWJNt4n3yvmAnQNZHE-u=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/qXUeUW0KpKBc9Z3AqUqr_0B7HbW1unAv4qmt7-LJGUK_gsFBIaHISWJNt4n3yvmAnQNZHE-u=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`washhands`}}},isCustomEmoji:!0,index:33},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/PAJ1XsOOI4fegwOo57ewAg`,shortcuts:[`:socialdist:`],searchTerms:[`socialdist`],image:{thumbnails:[{url:`https://yt3.ggpht.com/igBNi55-TACUi1xQkqMAor-IEXmt8He56K7pDTG5XoTsbM-rVswNzUfC5iwnfrpunWihrg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/igBNi55-TACUi1xQkqMAor-IEXmt8He56K7pDTG5XoTsbM-rVswNzUfC5iwnfrpunWihrg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`socialdist`}}},isCustomEmoji:!0,index:34},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/egJ1XufTKYfegwOo57ewAg`,shortcuts:[`:shelterin:`],searchTerms:[`shelterin`],image:{thumbnails:[{url:`https://yt3.ggpht.com/gjC5x98J4BoVSEPfFJaoLtc4tSBGSEdIlfL2FV4iJG9uGNykDP9oJC_QxAuBTJy6dakPxVeC=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/gjC5x98J4BoVSEPfFJaoLtc4tSBGSEdIlfL2FV4iJG9uGNykDP9oJC_QxAuBTJy6dakPxVeC=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`shelterin`}}},isCustomEmoji:!0,index:35},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/G8AfY6yWGuKuhL0PlbiA2AE`,shortcuts:[`:hand-pink-waving:`],searchTerms:[`hand-pink-waving`],image:{thumbnails:[{url:`https://yt3.ggpht.com/KOxdr_z3A5h1Gb7kqnxqOCnbZrBmxI2B_tRQ453BhTWUhYAlpg5ZP8IKEBkcvRoY8grY91Q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/KOxdr_z3A5h1Gb7kqnxqOCnbZrBmxI2B_tRQ453BhTWUhYAlpg5ZP8IKEBkcvRoY8grY91Q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-pink-waving`}}},isCustomEmoji:!0,index:36},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/KsIfY6LzFoLM6AKanYDQAg`,shortcuts:[`:face-blue-smiling:`],searchTerms:[`face-blue-smiling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cktIaPxFwnrPwn-alHvnvedHLUJwbHi8HCK3AgbHpphrMAW99qw0bDfxuZagSY5ieE9BBrA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cktIaPxFwnrPwn-alHvnvedHLUJwbHi8HCK3AgbHpphrMAW99qw0bDfxuZagSY5ieE9BBrA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-smiling`}}},isCustomEmoji:!0,index:37},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/W8IfY_bwAfiPq7IPvNCA2AU`,shortcuts:[`:face-red-droopy-eyes:`],searchTerms:[`face-red-droopy-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/oih9s26MOYPWC_uL6tgaeOlXSGBv8MMoDrWzBt-80nEiVSL9nClgnuzUAKqkU9_TWygF6CI=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/oih9s26MOYPWC_uL6tgaeOlXSGBv8MMoDrWzBt-80nEiVSL9nClgnuzUAKqkU9_TWygF6CI=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-red-droopy-eyes`}}},isCustomEmoji:!0,index:38},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/b8IfY7zOK9iVkNAP_I2A-AY`,shortcuts:[`:face-purple-crying:`],searchTerms:[`face-purple-crying`],image:{thumbnails:[{url:`https://yt3.ggpht.com/g6_km98AfdHbN43gvEuNdZ2I07MmzVpArLwEvNBwwPqpZYzszqhRzU_DXALl11TchX5_xFE=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/g6_km98AfdHbN43gvEuNdZ2I07MmzVpArLwEvNBwwPqpZYzszqhRzU_DXALl11TchX5_xFE=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-crying`}}},isCustomEmoji:!0,index:39},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hcIfY57lBJXp6AKBx4CoCA`,shortcuts:[`:text-green-game-over:`],searchTerms:[`text-green-game-over`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cr36FHhSiMAJUSpO9XzjbOgxhtrdJNTVJUlMJeOOfLOFzKleAKT2SEkZwbqihBqfTXYCIg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cr36FHhSiMAJUSpO9XzjbOgxhtrdJNTVJUlMJeOOfLOFzKleAKT2SEkZwbqihBqfTXYCIg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`text-green-game-over`}}},isCustomEmoji:!0,index:40},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ssIfY7OFG5OykQOpn4CQCw`,shortcuts:[`:person-turqouise-waving:`],searchTerms:[`person-turqouise-waving`],image:{thumbnails:[{url:`https://yt3.ggpht.com/uNSzQ2M106OC1L3VGzrOsGNjopboOv-m1bnZKFGuh0DxcceSpYHhYbuyggcgnYyaF3o-AQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/uNSzQ2M106OC1L3VGzrOsGNjopboOv-m1bnZKFGuh0DxcceSpYHhYbuyggcgnYyaF3o-AQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turqouise-waving`}}},isCustomEmoji:!0,index:41},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/xsIfY4OqCd2T29sP54iAsAw`,shortcuts:[`:face-green-smiling:`],searchTerms:[`face-green-smiling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/G061SAfXg2bmG1ZXbJsJzQJpN8qEf_W3f5cb5nwzBYIV58IpPf6H90lElDl85iti3HgoL3o=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/G061SAfXg2bmG1ZXbJsJzQJpN8qEf_W3f5cb5nwzBYIV58IpPf6H90lElDl85iti3HgoL3o=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-green-smiling`}}},isCustomEmoji:!0,index:42},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/2sIfY8vIG8z96ALulYDQDQ`,shortcuts:[`:face-orange-frowning:`],searchTerms:[`face-orange-frowning`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Ar8jaEIxzfiyYmB7ejDOHba2kUMdR37MHn_R39mtxqO5CD4aYGvjDFL22DW_Cka6LKzhGDk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Ar8jaEIxzfiyYmB7ejDOHba2kUMdR37MHn_R39mtxqO5CD4aYGvjDFL22DW_Cka6LKzhGDk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-frowning`}}},isCustomEmoji:!0,index:43},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/7cIfY5niDOmSkNAP08CA6A4`,shortcuts:[`:eyes-purple-crying:`],searchTerms:[`eyes-purple-crying`],image:{thumbnails:[{url:`https://yt3.ggpht.com/FrYgdeZPpvXs-6Mp305ZiimWJ0wV5bcVZctaUy80mnIdwe-P8HRGYAm0OyBtVx8EB9_Dxkc=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/FrYgdeZPpvXs-6Mp305ZiimWJ0wV5bcVZctaUy80mnIdwe-P8HRGYAm0OyBtVx8EB9_Dxkc=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`eyes-purple-crying`}}},isCustomEmoji:!0,index:44},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/A8MfY-_pEIKNr8oP78-AGA`,shortcuts:[`:face-fuchsia-wide-eyes:`],searchTerms:[`face-fuchsia-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/zdcOC1SMmyXJOAddl9DYeEFN9YYcn5mHemJCdRFQMtDuS0V-IyE-5YjNUL1tduX1zs17tQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/zdcOC1SMmyXJOAddl9DYeEFN9YYcn5mHemJCdRFQMtDuS0V-IyE-5YjNUL1tduX1zs17tQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-wide-eyes`}}},isCustomEmoji:!0,index:45},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/E8MfY5u7JPSXkNAP95GAmAE`,shortcuts:[`:cat-orange-whistling:`],searchTerms:[`cat-orange-whistling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/0ocqEmuhrKCK87_J21lBkvjW70wRGC32-Buwk6TP4352CgcNjL6ug8zcsel6JiPbE58xhq5g=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/0ocqEmuhrKCK87_J21lBkvjW70wRGC32-Buwk6TP4352CgcNjL6ug8zcsel6JiPbE58xhq5g=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`cat-orange-whistling`}}},isCustomEmoji:!0,index:46},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/LsMfY8P6G-yckNAPjoWA8AI`,shortcuts:[`:face-blue-wide-eyes:`],searchTerms:[`face-blue-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2Ht4KImoWDlCddiDQVuzSJwpEb59nZJ576ckfaMh57oqz2pUkkgVTXV8osqUOgFHZdUISJM=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2Ht4KImoWDlCddiDQVuzSJwpEb59nZJ576ckfaMh57oqz2pUkkgVTXV8osqUOgFHZdUISJM=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-wide-eyes`}}},isCustomEmoji:!0,index:47},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Z8MfY8mzLbnovwK5roC4Bg`,shortcuts:[`:face-orange-raised-eyebrow:`],searchTerms:[`face-orange-raised-eyebrow`],image:{thumbnails:[{url:`https://yt3.ggpht.com/JbCfmOgYI-mO17LPw8e_ycqbBGESL8AVP6i7ZsBOVLd3PEpgrfEuJ9rEGpP_unDcqgWSCg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/JbCfmOgYI-mO17LPw8e_ycqbBGESL8AVP6i7ZsBOVLd3PEpgrfEuJ9rEGpP_unDcqgWSCg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-raised-eyebrow`}}},isCustomEmoji:!0,index:48},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hcMfY5_zAbbxvwKLooCoCA`,shortcuts:[`:face-fuchsia-tongue-out:`],searchTerms:[`face-fuchsia-tongue-out`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EURfJZi_heNulV3mfHzXBk8PIs9XmZ9lOOYi5za6wFMCGrps4i2BJX9j-H2gK6LIhW6h7sY=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EURfJZi_heNulV3mfHzXBk8PIs9XmZ9lOOYi5za6wFMCGrps4i2BJX9j-H2gK6LIhW6h7sY=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-tongue-out`}}},isCustomEmoji:!0,index:49},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ygF1XpGUMMjk8gSDrI2wCx`,shortcuts:[`:face-orange-biting-nails:`],searchTerms:[`face-orange-biting-nails`],image:{thumbnails:[{url:`https://yt3.ggpht.com/HmsXEgqUogkQOnL5LP_FdPit9Z909RJxby-uYcPxBLNhaPyqPTcGwvGaGPk2hzB_cC0hs_pV=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/HmsXEgqUogkQOnL5LP_FdPit9Z909RJxby-uYcPxBLNhaPyqPTcGwvGaGPk2hzB_cC0hs_pV=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-biting-nails`}}},isCustomEmoji:!0,index:50},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/m8MfY4jbFsWJhL0PyouA2Ak`,shortcuts:[`:face-red-heart-shape:`],searchTerms:[`face-red-heart-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/I0Mem9dU_IZ4a9cQPzR0pUJ8bH-882Eg0sDQjBmPcHA6Oq0uXOZcsjPvPbtormx91Ha2eRA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/I0Mem9dU_IZ4a9cQPzR0pUJ8bH-882Eg0sDQjBmPcHA6Oq0uXOZcsjPvPbtormx91Ha2eRA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-red-heart-shape`}}},isCustomEmoji:!0,index:51},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/6_cfY8HJH8bV5QS5yYDYDg`,shortcuts:[`:face-fuchsia-poop-shape:`],searchTerms:[`face-fuchsia-poop-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/_xlyzvSimqMzhdhODyqUBLXIGA6F_d5en2bq-AIfc6fc3M7tw2jucuXRIo5igcW3g9VVe3A=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/_xlyzvSimqMzhdhODyqUBLXIGA6F_d5en2bq-AIfc6fc3M7tw2jucuXRIo5igcW3g9VVe3A=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-poop-shape`}}},isCustomEmoji:!0,index:52},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/DfgfY9LaNdmMq7IPuI2AaA`,shortcuts:[`:face-purple-wide-eyes:`],searchTerms:[`face-purple-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/5RDrtjmzRQKuVYE_FKPUHiGh7TNtX5eSNe6XzcSytMsHirXYKunxpyAsVacTFMg0jmUGhQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/5RDrtjmzRQKuVYE_FKPUHiGh7TNtX5eSNe6XzcSytMsHirXYKunxpyAsVacTFMg0jmUGhQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-wide-eyes`}}},isCustomEmoji:!0,index:53},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/HvgfY93GEYmqvwLUuYDwAQ`,shortcuts:[`:glasses-purple-yellow-diamond:`],searchTerms:[`glasses-purple-yellow-diamond`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EnDBiuksboKsLkxp_CqMWlTcZtlL77QBkbjz_rLedMSDzrHmy_6k44YWFy2rk4I0LG6K2KI=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EnDBiuksboKsLkxp_CqMWlTcZtlL77QBkbjz_rLedMSDzrHmy_6k44YWFy2rk4I0LG6K2KI=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`glasses-purple-yellow-diamond`}}},isCustomEmoji:!0,index:54},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/NvgfY9aeC_OFvOMPkrOAsAM`,shortcuts:[`:face-pink-tears:`],searchTerms:[`face-pink-tears`],image:{thumbnails:[{url:`https://yt3.ggpht.com/RL5QHCNcO_Mc98SxFEblXZt9FNoh3bIgsjm0Kj8kmeQJWMeTu7JX_NpICJ6KKwKT0oVHhAA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/RL5QHCNcO_Mc98SxFEblXZt9FNoh3bIgsjm0Kj8kmeQJWMeTu7JX_NpICJ6KKwKT0oVHhAA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-pink-tears`}}},isCustomEmoji:!0,index:55},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/UvgfY_vqE92T29sPvqiAkAU`,shortcuts:[`:body-blue-raised-arms:`],searchTerms:[`body-blue-raised-arms`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2Jds3I9UKOfgjid97b_nlDU4X2t5MgjTof8yseCp7M-6ZhOhRkPGSPfYwmE9HjCibsfA1Uzo=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2Jds3I9UKOfgjid97b_nlDU4X2t5MgjTof8yseCp7M-6ZhOhRkPGSPfYwmE9HjCibsfA1Uzo=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`body-blue-raised-arms`}}},isCustomEmoji:!0,index:56},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/YvgfY-LIBpjChgHKyYCQBg`,shortcuts:[`:hand-orange-covering-eyes:`],searchTerms:[`hand-orange-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/y8ppa6GcJoRUdw7GwmjDmTAnSkeIkUptZMVQuFmFaTlF_CVIL7YP7hH7hd0TJbd8p9w67IM=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/y8ppa6GcJoRUdw7GwmjDmTAnSkeIkUptZMVQuFmFaTlF_CVIL7YP7hH7hd0TJbd8p9w67IM=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-orange-covering-eyes`}}},isCustomEmoji:!0,index:57},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ePgfY-K2Kp6Mr8oP1oqAwAc`,shortcuts:[`:trophy-yellow-smiling:`],searchTerms:[`trophy-yellow-smiling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7tf3A_D48gBg9g2N0Rm6HWs2aqzshHU4CuVubTXVxh1BP7YDBRC6pLBoC-ibvr-zCl_Lgg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7tf3A_D48gBg9g2N0Rm6HWs2aqzshHU4CuVubTXVxh1BP7YDBRC6pLBoC-ibvr-zCl_Lgg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`trophy-yellow-smiling`}}},isCustomEmoji:!0,index:58},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/jPgfY5j2IIud29sP3ZeA4Ag`,shortcuts:[`:eyes-pink-heart-shape:`],searchTerms:[`eyes-pink-heart-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/5vzlCQfQQdzsG7nlQzD8eNjtyLlnATwFwGvrMpC8dgLcosNhWLXu8NN9qIS3HZjJYd872dM=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/5vzlCQfQQdzsG7nlQzD8eNjtyLlnATwFwGvrMpC8dgLcosNhWLXu8NN9qIS3HZjJYd872dM=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`eyes-pink-heart-shape`}}},isCustomEmoji:!0,index:59},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/oPgfY_DoKfSXkNAPq8-AgAo`,shortcuts:[`:face-turquoise-covering-eyes:`],searchTerms:[`face-turquoise-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/H2HNPRO8f4SjMmPNh5fl10okSETW7dLTZtuE4jh9D6pSmaUiLfoZJ2oiY-qWU3Owfm1IsXg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/H2HNPRO8f4SjMmPNh5fl10okSETW7dLTZtuE4jh9D6pSmaUiLfoZJ2oiY-qWU3Owfm1IsXg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-covering-eyes`}}},isCustomEmoji:!0,index:60},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/tPgfY7mSO4XovQKzmYCgCw`,shortcuts:[`:hand-green-crystal-ball:`],searchTerms:[`hand-green-crystal-ball`],image:{thumbnails:[{url:`https://yt3.ggpht.com/qZfJrWDEmR03FIak7PMNRNpMjNsCnOzD9PqK8mOpAp4Kacn_uXRNJNb99tE_1uyEbvgJReF2=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/qZfJrWDEmR03FIak7PMNRNpMjNsCnOzD9PqK8mOpAp4Kacn_uXRNJNb99tE_1uyEbvgJReF2=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-green-crystal-ball`}}},isCustomEmoji:!0,index:61},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/zPgfY66lCJGRhL0Pz6iA4Aw`,shortcuts:[`:face-turquoise-drinking-coffee:`],searchTerms:[`face-turquoise-drinking-coffee`],image:{thumbnails:[{url:`https://yt3.ggpht.com/myqoI1MgFUXQr5fuWTC9mz0BCfgf3F8GSDp06o1G7w6pTz48lwARjdG8vj0vMxADvbwA1dA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/myqoI1MgFUXQr5fuWTC9mz0BCfgf3F8GSDp06o1G7w6pTz48lwARjdG8vj0vMxADvbwA1dA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-drinking-coffee`}}},isCustomEmoji:!0,index:62},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/4PgfY73cJprKCq-_gIAO`,shortcuts:[`:body-green-covering-eyes:`],searchTerms:[`body-green-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/UR8ydcU3gz360bzDsprB6d1klFSQyVzgn-Fkgu13dIKPj3iS8OtG1bhBUXPdj9pMwtM00ro=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/UR8ydcU3gz360bzDsprB6d1klFSQyVzgn-Fkgu13dIKPj3iS8OtG1bhBUXPdj9pMwtM00ro=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`body-green-covering-eyes`}}},isCustomEmoji:!0,index:63},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/-fgfY9DIGYjbhgHLzoDIDw`,shortcuts:[`:goat-turquoise-white-horns:`],searchTerms:[`goat-turquoise-white-horns`],image:{thumbnails:[{url:`https://yt3.ggpht.com/jMnX4lu5GnjBRgiPtX5FwFmEyKTlWFrr5voz-Auko35oP0t3-zhPxR3PQMYa-7KhDeDtrv4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/jMnX4lu5GnjBRgiPtX5FwFmEyKTlWFrr5voz-Auko35oP0t3-zhPxR3PQMYa-7KhDeDtrv4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`goat-turquoise-white-horns`}}},isCustomEmoji:!0,index:64},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/EvkfY6uNC5OykQOewoCQAQ`,shortcuts:[`:hand-purple-blue-peace:`],searchTerms:[`hand-purple-blue-peace`],image:{thumbnails:[{url:`https://yt3.ggpht.com/-sC8wj6pThd7FNdslEoJlG4nB9SIbrJG3CRGh7-bNV0RVfcrJuwiWHoUZ6UmcVs7sQjxTg4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/-sC8wj6pThd7FNdslEoJlG4nB9SIbrJG3CRGh7-bNV0RVfcrJuwiWHoUZ6UmcVs7sQjxTg4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-purple-blue-peace`}}},isCustomEmoji:!0,index:65},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/LfkfY_zhH4GFr8oP4aKA6AI`,shortcuts:[`:face-blue-question-mark:`],searchTerms:[`face-blue-question-mark`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Wx4PMqTwG3f4gtR7J9Go1s8uozzByGWLSXHzrh3166ixaYRinkH_F05lslfsRUsKRvHXrDk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Wx4PMqTwG3f4gtR7J9Go1s8uozzByGWLSXHzrh3166ixaYRinkH_F05lslfsRUsKRvHXrDk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-question-mark`}}},isCustomEmoji:!0,index:66},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/RPkfY8TPGsCakNAP-JWAoAQ`,shortcuts:[`:face-blue-covering-eyes:`],searchTerms:[`face-blue-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/kj3IgbbR6u-mifDkBNWVcdOXC-ut-tiFbDpBMGVeW79c2c54n5vI-HNYCOC6XZ9Bzgupc10=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/kj3IgbbR6u-mifDkBNWVcdOXC-ut-tiFbDpBMGVeW79c2c54n5vI-HNYCOC6XZ9Bzgupc10=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-covering-eyes`}}},isCustomEmoji:!0,index:67},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Mm5IY53bH7SEq7IP-MWAkAM`,shortcuts:[`:face-purple-smiling-fangs:`],searchTerms:[`face-purple-smiling-fangs`],image:{thumbnails:[{url:`https://yt3.ggpht.com/k1vqi6xoHakGUfa0XuZYWHOv035807ARP-ZLwFmA-_NxENJMxsisb-kUgkSr96fj5baBOZE=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/k1vqi6xoHakGUfa0XuZYWHOv035807ARP-ZLwFmA-_NxENJMxsisb-kUgkSr96fj5baBOZE=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-smiling-fangs`}}},isCustomEmoji:!0,index:68},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/UW5IY-ibBqa8jgTymoCIBQ`,shortcuts:[`:face-purple-sweating:`],searchTerms:[`face-purple-sweating`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tRnrCQtEKlTM9YLPo0vaxq9mDvlT0mhDld2KI7e_nDRbhta3ULKSoPVHZ1-bNlzQRANmH90=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tRnrCQtEKlTM9YLPo0vaxq9mDvlT0mhDld2KI7e_nDRbhta3ULKSoPVHZ1-bNlzQRANmH90=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-sweating`}}},isCustomEmoji:!0,index:69},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Ym5IY7-0LoqA29sPq9CAkAY`,shortcuts:[`:face-purple-smiling-tears:`],searchTerms:[`face-purple-smiling-tears`],image:{thumbnails:[{url:`https://yt3.ggpht.com/MJV1k3J5s0hcUfuo78Y6MKi-apDY5NVDjO9Q7hL8fU4i0cIBgU-cU4rq4sHessJuvuGpDOjJ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/MJV1k3J5s0hcUfuo78Y6MKi-apDY5NVDjO9Q7hL8fU4i0cIBgU-cU4rq4sHessJuvuGpDOjJ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-smiling-tears`}}},isCustomEmoji:!0,index:70},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/dG5IY-mhEof9jgSykoCgBw`,shortcuts:[`:face-blue-star-eyes:`],searchTerms:[`face-blue-star-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/m_ANavMhp6cQ1HzX0HCTgp_er_yO2UA28JPbi-0HElQgnQ4_q5RUhgwueTpH-st8L3MyTA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/m_ANavMhp6cQ1HzX0HCTgp_er_yO2UA28JPbi-0HElQgnQ4_q5RUhgwueTpH-st8L3MyTA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-star-eyes`}}},isCustomEmoji:!0,index:71},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hm5IY4W-H9SO5QS6n4CwCA`,shortcuts:[`:face-blue-heart-eyes:`],searchTerms:[`face-blue-heart-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/M9tzKd64_r3hvgpTSgca7K3eBlGuyiqdzzhYPp7ullFAHMgeFoNLA0uQ1dGxj3fXgfcHW4w=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/M9tzKd64_r3hvgpTSgca7K3eBlGuyiqdzzhYPp7ullFAHMgeFoNLA0uQ1dGxj3fXgfcHW4w=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-heart-eyes`}}},isCustomEmoji:!0,index:72},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/mW5IY47PMcSnkMkPo6OAyAk`,shortcuts:[`:face-blue-three-eyes:`],searchTerms:[`face-blue-three-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/nSQHitVplLe5uZC404dyAwv1f58S3PN-U_799fvFzq-6b3bv-MwENO-Zs1qQI4oEXCbOJg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/nSQHitVplLe5uZC404dyAwv1f58S3PN-U_799fvFzq-6b3bv-MwENO-Zs1qQI4oEXCbOJg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-three-eyes`}}},isCustomEmoji:!0,index:73},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/rW5IY_26FryOq7IPlL2A6Ao`,shortcuts:[`:face-blue-droopy-eyes:`],searchTerms:[`face-blue-droopy-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/hGPqMUCiXGt6zuX4dHy0HRZtQ-vZmOY8FM7NOHrJTta3UEJksBKjOcoE6ZUAW9sz7gIF_nk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/hGPqMUCiXGt6zuX4dHy0HRZtQ-vZmOY8FM7NOHrJTta3UEJksBKjOcoE6ZUAW9sz7gIF_nk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-droopy-eyes`}}},isCustomEmoji:!0,index:74},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/v25IY7KcJIGOr8oPz4OA-As`,shortcuts:[`:planet-orange-purple-ring:`],searchTerms:[`planet-orange-purple-ring`],image:{thumbnails:[{url:`https://yt3.ggpht.com/xkaLigm3P4_1g4X1JOtkymcC7snuJu_C5YwIFAyQlAXK093X0IUjaSTinMTLKeRZ6280jXg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/xkaLigm3P4_1g4X1JOtkymcC7snuJu_C5YwIFAyQlAXK093X0IUjaSTinMTLKeRZ6280jXg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`planet-orange-purple-ring`}}},isCustomEmoji:!0,index:75},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-yellow-podium-blue`,shortcuts:[`:person-yellow-podium-blue:`],searchTerms:[`person-yellow-podium-blue`],image:{thumbnails:[{url:`https://yt3.ggpht.com/N28nFDm82F8kLPAa-jY_OySFsn3Ezs_2Bl5kdxC8Yxau5abkj_XZHYsS3uYKojs8qy8N-9w=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/N28nFDm82F8kLPAa-jY_OySFsn3Ezs_2Bl5kdxC8Yxau5abkj_XZHYsS3uYKojs8qy8N-9w=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-yellow-podium-blue`}}},isCustomEmoji:!0,index:76},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/baseball-white-cap-out`,shortcuts:[`:baseball-white-cap-out:`],searchTerms:[`baseball-white-cap-out`],image:{thumbnails:[{url:`https://yt3.ggpht.com/8DaGaXfaBN0c-ZsZ-1WqPJ6H9TsJOlUUQQEoXvmdROphZE9vdRtN0867Gb2YZcm2x38E9Q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/8DaGaXfaBN0c-ZsZ-1WqPJ6H9TsJOlUUQQEoXvmdROphZE9vdRtN0867Gb2YZcm2x38E9Q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`baseball-white-cap-out`}}},isCustomEmoji:!0,index:77},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/whistle-red-blow`,shortcuts:[`:whistle-red-blow:`],searchTerms:[`whistle-red-blow`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DBu1ZfPJTnX9S1RyKKdBY-X_CEmj7eF6Uzl71j5jVBz5y4k9JcKnoiFtImAbeu4u8M2X8tU=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DBu1ZfPJTnX9S1RyKKdBY-X_CEmj7eF6Uzl71j5jVBz5y4k9JcKnoiFtImAbeu4u8M2X8tU=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`whistle-red-blow`}}},isCustomEmoji:!0,index:78},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-crowd-surf`,shortcuts:[`:person-turquoise-crowd-surf:`],searchTerms:[`person-turquoise-crowd-surf`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Q0wFvHZ5h54xGSTo-JeGst6InRU3yR6NdBRoyowaqGY66LPzdcrV2t-wBN21kBIdb2TeNA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Q0wFvHZ5h54xGSTo-JeGst6InRU3yR6NdBRoyowaqGY66LPzdcrV2t-wBN21kBIdb2TeNA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-crowd-surf`}}},isCustomEmoji:!0,index:79},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/finger-red-number-one`,shortcuts:[`:finger-red-number-one:`],searchTerms:[`finger-red-number-one`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Hbk0wxBzPTBCDvD_y4qdcHL5_uu7SeOnaT2B7gl9GLB4u8Ecm9OaXCGSMMUBFeNGl5Q3fHJ2=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Hbk0wxBzPTBCDvD_y4qdcHL5_uu7SeOnaT2B7gl9GLB4u8Ecm9OaXCGSMMUBFeNGl5Q3fHJ2=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`finger-red-number-one`}}},isCustomEmoji:!0,index:80},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/text-yellow-goal`,shortcuts:[`:text-yellow-goal:`],searchTerms:[`text-yellow-goal`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tnHp8rHjXecGbGrWNcs7xss_aVReaYE6H-QWRCXYg_aaYszHXnbP_pVADnibUiimspLvgX0L=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tnHp8rHjXecGbGrWNcs7xss_aVReaYE6H-QWRCXYg_aaYszHXnbP_pVADnibUiimspLvgX0L=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`text-yellow-goal`}}},isCustomEmoji:!0,index:81},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/medal-yellow-first-red`,shortcuts:[`:medal-yellow-first-red:`],searchTerms:[`medal-yellow-first-red`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EEHiiIalCBKuWDPtNOjjvmEZ-KRkf5dlgmhe5rbLn8aZQl-pNz_paq5UjxNhCrI019TWOQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EEHiiIalCBKuWDPtNOjjvmEZ-KRkf5dlgmhe5rbLn8aZQl-pNz_paq5UjxNhCrI019TWOQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`medal-yellow-first-red`}}},isCustomEmoji:!0,index:82},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-wheelchair-race`,shortcuts:[`:person-blue-wheelchair-race:`],searchTerms:[`person-blue-wheelchair-race`],image:{thumbnails:[{url:`https://yt3.ggpht.com/ZepxPGk5TwzrKAP9LUkzmKmEkbaF5OttNyybwok6mJENw3p0lxDXkD1X2_rAwGcUM0L-D04=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/ZepxPGk5TwzrKAP9LUkzmKmEkbaF5OttNyybwok6mJENw3p0lxDXkD1X2_rAwGcUM0L-D04=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-wheelchair-race`}}},isCustomEmoji:!0,index:83},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/card-red-penalty`,shortcuts:[`:card-red-penalty:`],searchTerms:[`card-red-penalty`],image:{thumbnails:[{url:`https://yt3.ggpht.com/uRDUMIeAHnNsaIaShtRkQ6hO0vycbNH_BQT7i3PWetFJb09q88RTjxwzToBy9Cez20D7hA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/uRDUMIeAHnNsaIaShtRkQ6hO0vycbNH_BQT7i3PWetFJb09q88RTjxwzToBy9Cez20D7hA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`card-red-penalty`}}},isCustomEmoji:!0,index:84},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/stopwatch-blue-hand-timer`,shortcuts:[`:stopwatch-blue-hand-timer:`],searchTerms:[`stopwatch-blue-hand-timer`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DCvefDAiskRfACgolTlvV1kMfiZVcG50UrmpnRrg3k0udFWG2Uo9zFMaJrJMSJYwcx6fMgk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DCvefDAiskRfACgolTlvV1kMfiZVcG50UrmpnRrg3k0udFWG2Uo9zFMaJrJMSJYwcx6fMgk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`stopwatch-blue-hand-timer`}}},isCustomEmoji:!0,index:85},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-turquoise-speaker-shape`,shortcuts:[`:face-turquoise-speaker-shape:`],searchTerms:[`face-turquoise-speaker-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/WTFFqm70DuMxSC6ezQ5Zs45GaWD85Xwrd9Sullxt54vErPUKb_o0NJQ4kna5m7rvjbRMgr3A=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/WTFFqm70DuMxSC6ezQ5Zs45GaWD85Xwrd9Sullxt54vErPUKb_o0NJQ4kna5m7rvjbRMgr3A=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-speaker-shape`}}},isCustomEmoji:!0,index:86},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/octopus-red-waving`,shortcuts:[`:octopus-red-waving:`],searchTerms:[`octopus-red-waving`],image:{thumbnails:[{url:`https://yt3.ggpht.com/L9Wo5tLT_lRQX36iZO_fJqLJR4U74J77tJ6Dg-QmPmSC_zhVQ-NodMRc9T0ozwvRXRaT43o=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/L9Wo5tLT_lRQX36iZO_fJqLJR4U74J77tJ6Dg-QmPmSC_zhVQ-NodMRc9T0ozwvRXRaT43o=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`octopus-red-waving`}}},isCustomEmoji:!0,index:87},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/pillow-turquoise-hot-chocolate`,shortcuts:[`:pillow-turquoise-hot-chocolate:`],searchTerms:[`pillow-turquoise-hot-chocolate`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cAR4cehRxbn6dPbxKIb-7ShDdWnMxbaBqy2CXzBW4aRL3IqXs3rxG0UdS7IU71OEU7LSd20q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cAR4cehRxbn6dPbxKIb-7ShDdWnMxbaBqy2CXzBW4aRL3IqXs3rxG0UdS7IU71OEU7LSd20q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pillow-turquoise-hot-chocolate`}}},isCustomEmoji:!0,index:88},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hourglass-purple-sand-orange`,shortcuts:[`:hourglass-purple-sand-orange:`],searchTerms:[`hourglass-purple-sand-orange`],image:{thumbnails:[{url:`https://yt3.ggpht.com/MFDLjasPt5cuSM_tK5Fnjaz_k08lKHdX_Mf7JkI6awaHriC3rGL7J_wHxyG6PPhJ8CJ6vsQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/MFDLjasPt5cuSM_tK5Fnjaz_k08lKHdX_Mf7JkI6awaHriC3rGL7J_wHxyG6PPhJ8CJ6vsQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hourglass-purple-sand-orange`}}},isCustomEmoji:!0,index:89},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/fish-orange-wide-eyes`,shortcuts:[`:fish-orange-wide-eyes:`],searchTerms:[`fish-orange-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/iQLKgKs7qL3091VHgVgpaezc62uPewy50G_DoI0dMtVGmQEX5pflZrUxWfYGmRfzfUOOgJs=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/iQLKgKs7qL3091VHgVgpaezc62uPewy50G_DoI0dMtVGmQEX5pflZrUxWfYGmRfzfUOOgJs=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`fish-orange-wide-eyes`}}},isCustomEmoji:!0,index:90},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/popcorn-yellow-striped-smile`,shortcuts:[`:popcorn-yellow-striped-smile:`],searchTerms:[`popcorn-yellow-striped-smile`],image:{thumbnails:[{url:`https://yt3.ggpht.com/TW_GktV5uVYviPDtkCRCKRDrGlUc3sJ5OHO81uqdMaaHrIQ5-sXXwJfDI3FKPyv4xtGpOlg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/TW_GktV5uVYviPDtkCRCKRDrGlUc3sJ5OHO81uqdMaaHrIQ5-sXXwJfDI3FKPyv4xtGpOlg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`popcorn-yellow-striped-smile`}}},isCustomEmoji:!0,index:91},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/penguin-blue-waving-tear`,shortcuts:[`:penguin-blue-waving-tear:`],searchTerms:[`penguin-blue-waving-tear`],image:{thumbnails:[{url:`https://yt3.ggpht.com/p2u7dcfZau4_bMOMtN7Ma8mjHX_43jOjDwITf4U9adT44I-y-PT7ddwPKkfbW6Wx02BTpNoC=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/p2u7dcfZau4_bMOMtN7Ma8mjHX_43jOjDwITf4U9adT44I-y-PT7ddwPKkfbW6Wx02BTpNoC=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`penguin-blue-waving-tear`}}},isCustomEmoji:!0,index:92},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/clock-turquoise-looking-up`,shortcuts:[`:clock-turquoise-looking-up:`],searchTerms:[`clock-turquoise-looking-up`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tDnDkDZykkJTrsWEJPlRF30rmbek2wcDcAIymruOvSLTsUFIZHoAiYTRe9OtO-80lDfFGvo=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tDnDkDZykkJTrsWEJPlRF30rmbek2wcDcAIymruOvSLTsUFIZHoAiYTRe9OtO-80lDfFGvo=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`clock-turquoise-looking-up`}}},isCustomEmoji:!0,index:93},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-red-smiling-live`,shortcuts:[`:face-red-smiling-live:`],searchTerms:[`face-red-smiling-live`],image:{thumbnails:[{url:`https://yt3.ggpht.com/14Pb--7rVcqnHvM7UlrYnV9Rm4J-uojX1B1kiXYvv1my-eyu77pIoPR5sH28-eNIFyLaQHs=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/14Pb--7rVcqnHvM7UlrYnV9Rm4J-uojX1B1kiXYvv1my-eyu77pIoPR5sH28-eNIFyLaQHs=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-red-smiling-live`}}},isCustomEmoji:!0,index:94},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hands-yellow-heart-red`,shortcuts:[`:hands-yellow-heart-red:`],searchTerms:[`hands-yellow-heart-red`],image:{thumbnails:[{url:`https://yt3.ggpht.com/qWSu2zrgOKLKgt_E-XUP9e30aydT5aF3TnNjvfBL55cTu1clP8Eoh5exN3NDPEVPYmasmoA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/qWSu2zrgOKLKgt_E-XUP9e30aydT5aF3TnNjvfBL55cTu1clP8Eoh5exN3NDPEVPYmasmoA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hands-yellow-heart-red`}}},isCustomEmoji:!0,index:95},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/volcano-green-lava-orange`,shortcuts:[`:volcano-green-lava-orange:`],searchTerms:[`volcano-green-lava-orange`],image:{thumbnails:[{url:`https://yt3.ggpht.com/_IWOdMxapt6IBY5Cb6LFVkA3J77dGQ7P2fuvYYv1-ahigpVfBvkubOuGLSCyFJ7jvis-X8I=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/_IWOdMxapt6IBY5Cb6LFVkA3J77dGQ7P2fuvYYv1-ahigpVfBvkubOuGLSCyFJ7jvis-X8I=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`volcano-green-lava-orange`}}},isCustomEmoji:!0,index:96},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-waving-speech`,shortcuts:[`:person-turquoise-waving-speech:`],searchTerms:[`person-turquoise-waving-speech`],image:{thumbnails:[{url:`https://yt3.ggpht.com/gafhCE49PH_9q-PuigZaDdU6zOKD6grfwEh1MM7fYVs7smAS_yhYCBipq8gEiW73E0apKTzi=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/gafhCE49PH_9q-PuigZaDdU6zOKD6grfwEh1MM7fYVs7smAS_yhYCBipq8gEiW73E0apKTzi=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-waving-speech`}}},isCustomEmoji:!0,index:97},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-orange-tv-shape`,shortcuts:[`:face-orange-tv-shape:`],searchTerms:[`face-orange-tv-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EVK0ik6dL5mngojX9I9Juw4iFh053emP0wcUjZH0whC_LabPq-DZxN4Jg-tpMcEVfJ0QpcJ4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EVK0ik6dL5mngojX9I9Juw4iFh053emP0wcUjZH0whC_LabPq-DZxN4Jg-tpMcEVfJ0QpcJ4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-tv-shape`}}},isCustomEmoji:!0,index:98},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-blue-spam-shape`,shortcuts:[`:face-blue-spam-shape:`],searchTerms:[`face-blue-spam-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/hpwvR5UgJtf0bGkUf8Rn-jTlD6DYZ8FPOFY7rhZZL-JHj_7OPDr7XUOesilRPxlf-aW42Zg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/hpwvR5UgJtf0bGkUf8Rn-jTlD6DYZ8FPOFY7rhZZL-JHj_7OPDr7XUOesilRPxlf-aW42Zg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-spam-shape`}}},isCustomEmoji:!0,index:99},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-fuchsia-flower-shape`,shortcuts:[`:face-fuchsia-flower-shape:`],searchTerms:[`face-fuchsia-flower-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/o9kq4LQ0fE_x8yxj29ZeLFZiUFpHpL_k2OivHbjZbttzgQytU49Y8-VRhkOP18jgH1dQNSVz=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/o9kq4LQ0fE_x8yxj29ZeLFZiUFpHpL_k2OivHbjZbttzgQytU49Y8-VRhkOP18jgH1dQNSVz=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-flower-shape`}}},isCustomEmoji:!0,index:100},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-holding-pencil`,shortcuts:[`:person-blue-holding-pencil:`],searchTerms:[`person-blue-holding-pencil`],image:{thumbnails:[{url:`https://yt3.ggpht.com/TKgph5IHIHL-A3fgkrGzmiNXzxJkibB4QWRcf_kcjIofhwcUK_pWGUFC4xPXoimmne3h8eQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/TKgph5IHIHL-A3fgkrGzmiNXzxJkibB4QWRcf_kcjIofhwcUK_pWGUFC4xPXoimmne3h8eQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-holding-pencil`}}},isCustomEmoji:!0,index:101},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/body-turquoise-yoga-pose`,shortcuts:[`:body-turquoise-yoga-pose:`],searchTerms:[`body-turquoise-yoga-pose`],image:{thumbnails:[{url:`https://yt3.ggpht.com/GW3otW7CmWpuayb7Ddo0ux5c-OvmPZ2K3vaytJi8bHFjcn-ulT8vcHMNcqVqMp1j2lit2Vw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/GW3otW7CmWpuayb7Ddo0ux5c-OvmPZ2K3vaytJi8bHFjcn-ulT8vcHMNcqVqMp1j2lit2Vw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`body-turquoise-yoga-pose`}}},isCustomEmoji:!0,index:102},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/location-yellow-teal-bars`,shortcuts:[`:location-yellow-teal-bars:`],searchTerms:[`location-yellow-teal-bars`],image:{thumbnails:[{url:`https://yt3.ggpht.com/YgeWJsRspSlAp3BIS5HMmwtpWtMi8DqLg9fH7DwUZaf5kG4yABfE1mObAvjCh0xKX_HoIR23=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/YgeWJsRspSlAp3BIS5HMmwtpWtMi8DqLg9fH7DwUZaf5kG4yABfE1mObAvjCh0xKX_HoIR23=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`location-yellow-teal-bars`}}},isCustomEmoji:!0,index:103},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-writing-headphones`,shortcuts:[`:person-turquoise-writing-headphones:`],searchTerms:[`person-turquoise-writing-headphones`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DC4KrwzNkVxLZa2_KbKyjZTUyB9oIvH5JuEWAshsMv9Ctz4lEUVK0yX5PaMsTK3gGS-r9w=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DC4KrwzNkVxLZa2_KbKyjZTUyB9oIvH5JuEWAshsMv9Ctz4lEUVK0yX5PaMsTK3gGS-r9w=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-writing-headphones`}}},isCustomEmoji:!0,index:104},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-wizard-wand`,shortcuts:[`:person-turquoise-wizard-wand:`],searchTerms:[`person-turquoise-wizard-wand`],image:{thumbnails:[{url:`https://yt3.ggpht.com/OiZeNvmELg2PQKbT5UCS0xbmsGbqRBSbaRVSsKnRS9gvJPw7AzPp-3ysVffHFbSMqlWKeQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/OiZeNvmELg2PQKbT5UCS0xbmsGbqRBSbaRVSsKnRS9gvJPw7AzPp-3ysVffHFbSMqlWKeQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-wizard-wand`}}},isCustomEmoji:!0,index:105},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-eating-spaghetti`,shortcuts:[`:person-blue-eating-spaghetti:`],searchTerms:[`person-blue-eating-spaghetti`],image:{thumbnails:[{url:`https://yt3.ggpht.com/AXZ8POmCHoxXuBaRxX6-xlT5M-nJZmO1AeUNo0t4o7xxT2Da2oGy347sHpMM8shtUs7Xxh0=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/AXZ8POmCHoxXuBaRxX6-xlT5M-nJZmO1AeUNo0t4o7xxT2Da2oGy347sHpMM8shtUs7Xxh0=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-eating-spaghetti`}}},isCustomEmoji:!0,index:106},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-turquoise-music-note`,shortcuts:[`:face-turquoise-music-note:`],searchTerms:[`face-turquoise-music-note`],image:{thumbnails:[{url:`https://yt3.ggpht.com/-K6oRITFKVU8V4FedrqXGkV_vTqUufVCQpBpyLK6w3chF4AS1kzT0JVfJxhtlfIAw5jrNco=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/-K6oRITFKVU8V4FedrqXGkV_vTqUufVCQpBpyLK6w3chF4AS1kzT0JVfJxhtlfIAw5jrNco=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-music-note`}}},isCustomEmoji:!0,index:107},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-pink-swaying-hair`,shortcuts:[`:person-pink-swaying-hair:`],searchTerms:[`person-pink-swaying-hair`],image:{thumbnails:[{url:`https://yt3.ggpht.com/L8cwo8hEoVhB1k1TopQaeR7oPTn7Ypn5IOae5NACgQT0E9PNYkmuENzVqS7dk2bYRthNAkQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/L8cwo8hEoVhB1k1TopQaeR7oPTn7Ypn5IOae5NACgQT0E9PNYkmuENzVqS7dk2bYRthNAkQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-pink-swaying-hair`}}},isCustomEmoji:!0,index:108},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-speaking-microphone`,shortcuts:[`:person-blue-speaking-microphone:`],searchTerms:[`person-blue-speaking-microphone`],image:{thumbnails:[{url:`https://yt3.ggpht.com/FMaw3drKKGyc6dk3DvtHbkJ1Ki2uD0FLqSIiFDyuChc1lWcA9leahX3mCFMBIWviN2o8eyc=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/FMaw3drKKGyc6dk3DvtHbkJ1Ki2uD0FLqSIiFDyuChc1lWcA9leahX3mCFMBIWviN2o8eyc=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-speaking-microphone`}}},isCustomEmoji:!0,index:109},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/rocket-red-countdown-liftoff`,shortcuts:[`:rocket-red-countdown-liftoff:`],searchTerms:[`rocket-red-countdown-liftoff`],image:{thumbnails:[{url:`https://yt3.ggpht.com/lQZFYAeWe5-SJ_fz6dCAFYz1MjBnEek8DvioGxhlj395UFTSSHqYAmfhJN2i0rz3fDD5DQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/lQZFYAeWe5-SJ_fz6dCAFYz1MjBnEek8DvioGxhlj395UFTSSHqYAmfhJN2i0rz3fDD5DQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`rocket-red-countdown-liftoff`}}},isCustomEmoji:!0,index:110},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-purple-rain-drops`,shortcuts:[`:face-purple-rain-drops:`],searchTerms:[`face-purple-rain-drops`],image:{thumbnails:[{url:`https://yt3.ggpht.com/woHW5Jl2RD0qxijnl_4vx4ZhP0Zp65D4Ve1DM_HrwJW-Kh6bQZoRjesGnEwjde8F4LynrQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/woHW5Jl2RD0qxijnl_4vx4ZhP0Zp65D4Ve1DM_HrwJW-Kh6bQZoRjesGnEwjde8F4LynrQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-rain-drops`}}},isCustomEmoji:!0,index:111},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-pink-drinking-tea`,shortcuts:[`:face-pink-drinking-tea:`],searchTerms:[`face-pink-drinking-tea`],image:{thumbnails:[{url:`https://yt3.ggpht.com/WRLIgKpnClgYOZyAwnqP-Edrdxu6_N19qa8gsB9P_6snZJYIMu5YBJX8dlM81YG6H307KA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/WRLIgKpnClgYOZyAwnqP-Edrdxu6_N19qa8gsB9P_6snZJYIMu5YBJX8dlM81YG6H307KA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-pink-drinking-tea`}}},isCustomEmoji:!0,index:112},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-purple-stage-event`,shortcuts:[`:person-purple-stage-event:`],searchTerms:[`person-purple-stage-event`],image:{thumbnails:[{url:`https://yt3.ggpht.com/YeVVscOyRcDJAhKo2bMwMz_B6127_7lojqafTZECTR9NSEunYO5zEi7R7RqxBD7LYLxfNnXe=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/YeVVscOyRcDJAhKo2bMwMz_B6127_7lojqafTZECTR9NSEunYO5zEi7R7RqxBD7LYLxfNnXe=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-purple-stage-event`}}},isCustomEmoji:!0,index:113},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-purple-open-box`,shortcuts:[`:face-purple-open-box:`],searchTerms:[`face-purple-open-box`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7lJM2sLrozPtNLagPTcN0xlcStWpAuZEmO2f4Ej5kYgSp3woGdq3tWFrTH30S3mD2PyjlQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7lJM2sLrozPtNLagPTcN0xlcStWpAuZEmO2f4Ej5kYgSp3woGdq3tWFrTH30S3mD2PyjlQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-open-box`}}},isCustomEmoji:!0,index:114},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/COLRg9qOwdQCFce-qgodrbsLaA`,shortcuts:[`:awesome:`],searchTerms:[`awesome`],image:{thumbnails:[{url:`https://yt3.ggpht.com/xqqFxk7nC5nYnjy0oiSPpeWX4yu4I-ysb3QJMOuVml8dHWz82FvF8bhGVjlosZRIG_XxHA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/xqqFxk7nC5nYnjy0oiSPpeWX4yu4I-ysb3QJMOuVml8dHWz82FvF8bhGVjlosZRIG_XxHA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`awesome`}}},isCustomEmoji:!0,index:115},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CMKC7uKOwdQCFce-qgodqbsLaA`,shortcuts:[`:gar:`],searchTerms:[`gar`],image:{thumbnails:[{url:`https://yt3.ggpht.com/pxQTF9D-uxlSIgoopRcS8zAZnBBEPp2R9bwo5qIc3kc7PF2k18so72-ohINWPa6OvWudEcsC=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/pxQTF9D-uxlSIgoopRcS8zAZnBBEPp2R9bwo5qIc3kc7PF2k18so72-ohINWPa6OvWudEcsC=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`gar`}}},isCustomEmoji:!0,index:116},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CJiQ8uiOwdQCFcx9qgodysAOHg`,shortcuts:[`:jakepeter:`],searchTerms:[`jakepeter`],image:{thumbnails:[{url:`https://yt3.ggpht.com/iq0g14tKRcLwmfdpHULRMeUGfpWUlUyJWr0adf1K1-dStgPOguOe8eo5bKrxmCqIOlu-J18=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/iq0g14tKRcLwmfdpHULRMeUGfpWUlUyJWr0adf1K1-dStgPOguOe8eo5bKrxmCqIOlu-J18=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`jakepeter`}}},isCustomEmoji:!0,index:117},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CI3h3uDJitgCFdARTgodejsFWg`,shortcuts:[`:wormRedBlue:`],searchTerms:[`wormRedBlue`],image:{thumbnails:[{url:`https://yt3.ggpht.com/QrjYSGexvrRfCVpWrgctyB3shVRAgKmXtctM1vUnA78taji1zYNWwrHs1GKBpdpG5A6yK_k=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/QrjYSGexvrRfCVpWrgctyB3shVRAgKmXtctM1vUnA78taji1zYNWwrHs1GKBpdpG5A6yK_k=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`wormRedBlue`}}},isCustomEmoji:!0,index:118},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CI69oYTKitgCFdaPTgodsHsP5g`,shortcuts:[`:wormOrangeGreen:`],searchTerms:[`wormOrangeGreen`],image:{thumbnails:[{url:`https://yt3.ggpht.com/S-L8lYTuP13Ds9TJZ2UlxdjDiwNRFPnj0o4x6DAecyJLXDdQ941upYRhxalbjzpJn5USU_k=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/S-L8lYTuP13Ds9TJZ2UlxdjDiwNRFPnj0o4x6DAecyJLXDdQ941upYRhxalbjzpJn5USU_k=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`wormOrangeGreen`}}},isCustomEmoji:!0,index:119},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CKzQr47KitgCFdCITgodq6EJZg`,shortcuts:[`:wormYellowRed:`],searchTerms:[`wormYellowRed`],image:{thumbnails:[{url:`https://yt3.ggpht.com/L9TQqjca5x7TE8ZB-ifFyU51xWXArz47rJFU7Pg2KgWMut5th9qsU-pCu1zIF98szO5wNXE=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/L9TQqjca5x7TE8ZB-ifFyU51xWXArz47rJFU7Pg2KgWMut5th9qsU-pCu1zIF98szO5wNXE=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`wormYellowRed`}}},isCustomEmoji:!0,index:120},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CPGD8Iu8kN4CFREChAod9OkLmg`,shortcuts:[`:ytg:`],searchTerms:[`ytg`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7PgbidnZLTC-38qeoqYensfXg7s7EC1Dudv9q9l8aIjqLgnfvpfhnEBH_7toCmVmqhIe4I45=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7PgbidnZLTC-38qeoqYensfXg7s7EC1Dudv9q9l8aIjqLgnfvpfhnEBH_7toCmVmqhIe4I45=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`ytg`}}},isCustomEmoji:!0,index:121}],w;(function(e){e.avatars=s,e.badges=c,e.css_color_names=l,e.items=h,e.names=b,e.tiers=x,e.tts=S,e.messages=y,e.normal_messages=v,e.twitch_messages=g,e.youtube_messages=_,e.emotes=m,e.ffz_emotes=f,e.bttv_emotes=d,e.seventv_emotes=u,e.twitch_emotes=p,e.youtube_emotes=C})(w||={});var T=class{color(e=`hex`){switch(e){default:case`hex`:return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,`0`)}`;case`hexa`:return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,`0`)}`+Math.floor(Math.random()*256).toString(16).padStart(2,`0`);case`rgb`:return`rgb(${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)})`;case`rgba`:return`rgba(${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)}, ${Math.random().toFixed(2)})`;case`hsl`:return`hsl(${Math.floor(Math.random()*361)}, ${Math.floor(Math.random()*101)}%, ${Math.floor(Math.random()*101)}%)`;case`hsla`:return`hsla(${Math.floor(Math.random()*361)}, ${Math.floor(Math.random()*101)}%, ${Math.floor(Math.random()*101)}%, ${Math.random().toFixed(2)})`;case`css-color-name`:var t=w.css_color_names;return this.array(t)[0]}}number(e,t,n=0){e>t&&([e,t]=[t,e]);let r=Math.random()*(t-e)+e;return n?Number(r.toFixed(n)):Math.round(r)}boolean(e=.5){return Math.random()>e}string(e,t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`){t===`numbers`||t===`numeric`?t=`0123456789`:t===`letters`||t===`letter`?t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`:t===`hex`||t===`hexadecimal`?t=`0123456789abcdef`:t===`hex-upper`||t===`hexadecimal-upper`?t=`0123456789ABCDEF`:(t===`hex-lower`||t===`hexadecimal-lower`)&&(t=`0123456789abcdef`);let n=``;for(let r=0;r<e;r++)n+=t.charAt(Math.floor(Math.random()*t.length));return n}array(e){let t=this.number(0,e.length-1);return[e[t],t]}date(e=new Date(2e3,0,1),t=new Date){return new Date(this.number(e.getTime(),t.getTime()))}daysOffset(e){let t=Date.now()-this.number(0,e*24*60*60*1e3);return new Date(t).toISOString()}uuid(){return crypto.randomUUID()}},E=class{findEmotesInText(e,t=w.emotes){let n=[];return t.filter(e=>e.type!==`emoji`).forEach(t=>{let r=t.name,i=0;for(;0<e.length;){let a=e.indexOf(r,i);if(a===-1)break;let o=a>0?e[a-1]:` `,s=a+r.length<e.length?e[a+r.length]:` `;/\s/.test(o)&&/\s/.test(s)&&n.push({...t,start:a,end:a+r.length}),i=a+1}}),n}replaceEmotesWithHTML(e,t){if(!t.length)return e;let n=``,r=0;return t.filter(e=>e.type!==`emoji`).forEach(t=>{if(t.start<r)return;n+=e.substring(r,t.start);let i=Array.from({...t.urls,length:5}).slice(1).reverse().filter(Boolean)[0]||t.urls[1];n+=`<img src="${i}" alt="${t.name}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`,r=t.end}),n+=e.substring(r),n}hasOnlyEmotes(e,t){return t.reduce((e,t)=>e.replace(RegExp(`\\b${t.name}\\b`,`g`),``).replace(/<img[^>]*class="emote"[^>]*>/gi,``),e).trim().length===0}replaceYoutubeEmotesWithHTML(e,t=w.youtube_emotes){return Array.from(e.matchAll(/:(.*?):/gim),e=>e[0]).forEach(n=>{let r=t.find(e=>e.shortcuts.includes(n)||e.searchTerms.includes(n.slice(1,-1)));if(r){let t=r.image.thumbnails.at(-1)?.url,i=r.image.accessibility.accessibilityData.label;t&&(e=e.replace(n,`<img src="${t}" alt="${i}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`))}}),e}mapGlobalBadgeVersions(e=w.badges){return e.map(e=>({id:e.set_id,versions:e.versions.map(t=>({type:e.set_id,version:t.id,url:t.image_url_4x,description:t.title}))}))}mapGlobalBadgeVersionAmount(e,t){let n=e=>w.badges.find(t=>t.set_id===e).versions.map(e=>[e.id,parseInt(e.id)]),r=`0`;switch(e){case`subscriber`:{if(isNaN(parseInt(t)))return r;let e=Object.entries({0:0,1:1,2:2,3:3,4:6,5:9,6:12});for(let[n,i]of e)parseInt(t)>=i&&(r=n);break}case`bits`:case`sub-gifter`:case`bits-leader`:case`clips-leader`:case`sub-gift-leader`:{if(isNaN(parseInt(t)))return r;let i=n(e);for(let[e,n]of i)parseInt(t)>=n&&(r=e);break}case`warcraft`:r=Object.entries({horde:`horde`,alliance:`alliance`}).find(([e,n])=>n.toLowerCase()===String(t).toLowerCase())?.[0]||`0`;break;case`twitchbot`:r=Object.entries({1:`auto mod`,2:`automated moderation system`}).find(([e,n])=>n.toLowerCase()===String(t).toLowerCase())?.[0]||`0`;break;case`moments`:if(isNaN(parseInt(t))){let e=Object.fromEntries(Array.from({length:20},(e,t)=>t+1).map(e=>[e,`tier ${e}`]));r=Object.entries(e).find(([e,n])=>n.toLowerCase()===String(t).toLowerCase())?.[0]||`0`}else{let e=n(`moments`);for(let[n,i]of e)parseInt(t)>=i&&(r=n)}break;case`power-rangers`:if(isNaN(parseInt(t)))r=Object.entries({0:[`black ranger`,`black`,`blackranger`],1:[`blue ranger`,`blue`,`blueranger`],2:[`green ranger`,`green`,`greenranger`],3:[`pink ranger`,`pink`,`pinkranger`],4:[`red ranger`,`red`,`redranger`],5:[`white ranger`,`white`,`whiteranger`],6:[`yellow ranger`,`yellow`,`yellowranger`]}).find(([e,n])=>n.some(e=>e.toLowerCase()===String(t).toLowerCase()))?.[0]||`0`;else{let e=n(`power-rangers`);for(let[n,i]of e)parseInt(t)>=i&&(r=n)}break;case`predictions`:{let e=Object.fromEntries(n(`predictions`).map(([e,t])=>[e,[e,e.replace(`-`,` `),e.replace(`-`,``)]]));r=Object.entries(e).find(([e,n])=>n.some(e=>e.toLowerCase()===String(t).toLowerCase()))?.[0]||`0`;break}case`social-sharing`:if(isNaN(parseInt(t))){let e=Object.fromEntries(n(`social-sharing`).map(([e,t])=>[e,[e+` views`,e.replace(`-`,``)+` views`]]));r=Object.entries(e).find(([e,n])=>n.some(e=>e.toLowerCase()===String(t).toLowerCase()))?.[0]||`0`}else for(let[e,n]of Object.entries({1:100,2:1e4,3:1e5}))parseInt(t)>=n&&(r=e);break}return r}async generateBadges(e=[],t){let n=this.mapGlobalBadgeVersions();!Array.isArray(e)&&typeof e==`string`&&(e=e.split(`,`).map(e=>e.trim()));var r=e.map(e=>e.split(`/`)[0]);if(!r||!r.length){let e=new i,t=new T;var a=e.random(1,3);for await(let e of Array.from({length:a},()=>``)){let e=t.array(n)[0];!r.includes(e.id)&&Array.isArray(r)?r.push(e.id):r=[e.id]}}var o;switch(t){case`twitch`:{let t=Array.from(r).filter(e=>n.some(t=>t.id===e)),i=e.reduce((e,t)=>{var[n,r=`1`]=t.split(`/`);let i=r;return isNaN(parseInt(i))?i||=0:i=parseInt(i),e[n]=this.mapGlobalBadgeVersionAmount(n,i),e},{});o={keys:t,versions:i,amount:e.reduce((e,t)=>{var[n,r=`1`]=t.split(`/`);let i=r;return isNaN(parseInt(i))?i||=0:i=parseInt(i),e[n]=i,e},{}),badges:Array.from(r).slice(0,3).map(e=>{let t=n.find(t=>t.id===e);if(t?.versions&&t.versions.length){let n=i[e];return t.versions.find(e=>e.version===String(n))||t.versions[0]}}).filter(Boolean)};break}case`youtube`:var s={verified:{isVerified:!0},partner:{isVerified:!0},broadcaster:{isChatOwner:!0},host:{isChatOwner:!0},sponsor:{isChatSponsor:!0},subscriber:{isChatSponsor:!0},moderator:{isChatModerator:!0}};o=Object.values(r).reduce((e,t)=>(t in s&&Object.assign(e,s[t]),e),{isVerified:!1,isChatOwner:!1,isChatSponsor:!1,isChatModerator:!1});break}return o}},D=class{parseProvider(e,t){var n=t||e.event?.provider||e.event?.service||e.event?.data?.provider||window?.client?.details?.provider||`twitch`;return[`kvstore:update`,`bot:counter`,`alertService:toggleSound`,`tip-latest`,`event:test`,`event:skip`].some(t=>t===e.listener)&&(n=`streamelements`),{provider:n,data:e}}};function O(e,t){if(!t)return null;switch(t){case`hex`:{let t=e.replace(`#`,``),n=0,r=0,i=0,a=1;return t.length===3?(n=parseInt(t[0]+t[0],16),r=parseInt(t[1]+t[1],16),i=parseInt(t[2]+t[2],16)):t.length===6?(n=parseInt(t.slice(0,2),16),r=parseInt(t.slice(2,4),16),i=parseInt(t.slice(4,6),16)):t.length===4?(n=parseInt(t[0]+t[0],16),r=parseInt(t[1]+t[1],16),i=parseInt(t[2]+t[2],16),a=parseInt(t[3]+t[3],16)/255):t.length===8&&(n=parseInt(t.slice(0,2),16),r=parseInt(t.slice(2,4),16),i=parseInt(t.slice(4,6),16),a=parseInt(t.slice(6,8),16)/255),{r:n,g:r,b:i,a}}case`rgb`:case`rgba`:{let t=e.match(/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*([\d.]+))?\s*\)/);return t?{r:parseInt(t[1]),g:parseInt(t[2]),b:parseInt(t[3]),a:t[4]?parseFloat(t[4]):1}:null}case`hsl`:case`hsla`:{let t=e.match(/hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%(?:\s*,\s*([\d.]+))?\s*\)/);if(!t)return null;let n=parseInt(t[1]),r=parseInt(t[2]),i=parseInt(t[3]),a=t[4]?parseFloat(t[4]):1;return{...j(n,r,i),a}}case`css-color-name`:{let t=document.createElement(`canvas`);t.width=t.height=1;let n=t.getContext(`2d`);if(!n)return null;n.fillStyle=e,n.fillRect(0,0,1,1);let[r,i,a]=n.getImageData(0,0,1,1).data;return{r,g:i,b:a,a:1}}default:return null}}function k(e,t=!0){let n=e=>Math.round(e).toString(16).padStart(2,`0`),r=`#${n(e.r)}${n(e.g)}${n(e.b)}`;return t&&e.a<1&&(r+=n(e.a*255)),r}function A(e,t,n){e/=255,t/=255,n/=255;let r=Math.max(e,t,n),i=Math.min(e,t,n),a=r-i,o=0,s=0,c=(r+i)/2;if(a!==0)switch(s=c>.5?a/(2-r-i):a/(r+i),r){case e:o=((t-n)/a+(t<n?6:0))/6;break;case t:o=((n-e)/a+2)/6;break;case n:o=((e-t)/a+4)/6;break}return{h:Math.round(o*360),s:Math.round(s*100),l:Math.round(c*100)}}function j(e,t,n){e/=360,t/=100,n/=100;let r,i,a;if(t===0)r=i=a=n;else{let o=(e,t,n)=>(n<0&&(n+=1),n>1&&--n,n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e),s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;r=o(c,s,e+1/3),i=o(c,s,e),a=o(c,s,e-1/3)}return{r:Math.round(r*255),g:Math.round(i*255),b:Math.round(a*255)}}async function M(e,t,n){let r=l,i=r[0],a=1/0;for await(let o of r){let r=document.createElement(`canvas`);r.width=r.height=1;let s=r.getContext(`2d`);if(!s)continue;s.fillStyle=o,s.fillRect(0,0,1,1);let[c,l,u]=s.getImageData(0,0,1,1).data,d=Math.sqrt((e-c)**2+(t-l)**2+(n-u)**2);if(d<a&&(a=d,i=o),d===0)break}return i}var N=class{opacity(e=100,t=``){t=t.length>7?t?.substring(0,6):t,e=e>1?e/100:e;let n=Math.round(Math.min(Math.max(e,0),1)*255).toString(16).toLowerCase().padStart(2,`0`);return t+n}extract(e){if(!e.startsWith(`#`)||e.length<=7)return{color:e,opacity:100};var t=e.slice(-2),n=parseInt(t,16)/255,r=Math.round(n*100),t=e.length>7?e.slice(0,7):e;return{color:t,opacity:r}}validate(e){if(typeof e!=`string`||!String(e).trim().length)return!1;let t=e.trim();return/^#([A-Fa-f0-9]{3}){1,2}$/.test(t)||/^#([A-Fa-f0-9]{4}|[A-Fa-f0-9]{8})$/.test(t)?`hex`:/^rgb\(\s*(?:\d{1,3}\s*,\s*){2}\d{1,3}\s*\)$/.test(t)?`rgb`:/^rgba\(\s*(?:\d{1,3}\s*,\s*){3}(?:0|1|0?\.\d+)\s*\)$/.test(t)?`rgba`:/^hsl\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*\)$/.test(t)?`hsl`:/^hsla\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*,\s*(?:0|1|0?\.\d+)\s*\)$/.test(t)?`hsla`:w.css_color_names.includes(t.toLowerCase())?`css-color-name`:!1}async convert(e,t){let n=this.validate(e);if(!n)throw Error(`Invalid color format: ${e}`);if(n===t)throw Error(`Color is already in the desired format: ${t}`);let r=O(e.trim(),n);if(!r)throw Error(`Failed to parse color: ${e}`);switch(t){case`hex`:return k(r,!1);case`rgb`:return`rgb(${r.r}, ${r.g}, ${r.b})`;case`rgba`:return`rgba(${r.r}, ${r.g}, ${r.b}, ${r.a})`;case`hsl`:{let e=A(r.r,r.g,r.b);return`hsl(${e.h}, ${e.s}%, ${e.l}%)`}case`hsla`:{let e=A(r.r,r.g,r.b);return`hsla(${e.h}, ${e.s}%, ${e.l}%, ${r.a})`}case`css-color-name`:return await M(r.r,r.g,r.b);default:return null}}},ee=class{constructor(){this.PRESETS={}}async replace(e,t,n){let r=[];e.replace(t,(e,...t)=>{let i=typeof n==`function`?n(e,...t):e;return r.push(Promise.resolve(i)),e});let i=await Promise.all(r);return e.replace(t,()=>i.shift()??``)}capitalize(e){return e.charAt(0).toUpperCase()+e.slice(1)}compose(e,t={},n={method:`index`,html:!1,debug:!1,modifiers:{},aliases:{}}){let{mergeSpanStyles:r}=new a,i=(e,t,i)=>n.html?r(e,t,i):t,s={skip:`<br/>`,newline:`<br/>`,...t},c=`$`,l=`USD`;if(typeof window<`u`)try{let e=(window?.client)?.details?.currency;e?.symbol&&(c=String(e.symbol)),e?.code&&(l=String(e.code))}catch{}let u=new o,d=Object.entries(u.flatten(s)).reduce((e,[t,n])=>{if(e[t]=String(n),[`username`,`name`,`nick`,`nickname`,`sender`].some(e=>t===e)){let t=e?.username||e?.name||e?.nick||e?.nickname||e?.sender;e.username=e.username||t,e.usernameAt=`@${e.username}`,e.name=e.name||t,e.nick=e.nick||t,e.nickname=e.nickname||t,e.sender=e.sender||t,e.senderAt=`@${e.sender}`}return[`amount`,`count`].some(e=>t===e)&&(e.amount=String(e?.amount||e.count||n),e.count=String(e?.count||e?.amount||n)),e.currency=e.currency||c,e.currencyCode=e.currencyCode||l,e},{}),f={PLACEHOLDERS:/{([^}]+)}/g,MODIFIERS:/\[([^\]=]+)=([^\]]+)\]/g};var p=parseFloat(d?.amount??d?.count??0);function m(e,t){let n=e?.trim?.()??``;if(!n.length)return null;let r=t[n],i=r===void 0?n:r,a=parseFloat(String(i).replace(/\s/g,``));return isNaN(a)?null:a}function h(e,t,n){let r=isNaN(Number(t))?0:Math.max(0,parseInt(String(t))),i=m(e,n);if(i===null)return e;try{return i.toLocaleString(void 0,{minimumFractionDigits:r,maximumFractionDigits:r})}catch{return i.toFixed(r)}}function g(e,t=new Date){let n=t.getTime()-e.getTime(),r=n>=0,i=Math.abs(n),a=Math.floor(i/1e3),o=Math.floor(a/60),s=Math.floor(o/60),c=Math.floor(s/24),l=Math.floor(c/30),u=Math.floor(c/365),d=r?`ago`:`from now`;return u>0?`${u}y ${d}`:l>0?`${l}mo ${d}`:c>0?`${c}d ${d}`:s>0?`${s}h ${d}`:o>0?`${o}m ${d}`:`${Math.max(a,0)}s ${d}`}function _(e,t,n){let r=e?.trim?.()??``;if(!r.length)return e;let i=n[r]??r,a=new Date(i);if(isNaN(a.getTime()))return e;let o=(t??`date`).toString().toLowerCase();try{switch(o){case`time`:return a.toLocaleTimeString();case`datetime`:case`full`:return a.toLocaleString();case`relative`:case`ago`:return g(a);case`iso`:return a.toISOString();default:return a.toLocaleDateString()}}catch{return e}}function v(e,t,n){let[r,i=r]=(e??``).split(`|`,2),a=t?.trim(),o;o=a&&n[a]!==void 0?n[a]:n.amount??n.count;let s=parseFloat(String(o));return isNaN(s)||Math.abs(s)===1?r:i}function y(e,t,n){let r=t?.trim()??``,i=r&&n[r]!==void 0?n[r]:``,a=String(i),o=(e??``).split(`|`).map(e=>e.trim()).filter(e=>e.length),s;for(let e of o){let t=e.indexOf(`:`);if(t===-1)continue;let n=e.slice(0,t).trim(),r=e.slice(t+1);if(n.length){if(n.toLowerCase()===`default`){s=r;continue}if(a===n)return r}}return s??``}function b(e){return e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`).replace(/'/g,`&#39;`)}function x(e,t){let n=e.trim();if(!n.length)return;let r=n[0],i=n[n.length-1];if(r===`"`&&i===`"`||r===`'`&&i===`'`)return n.slice(1,-1);let a=n.toLowerCase();if(a===`true`)return!0;if(a===`false`)return!1;if(/^-?\d+(\.\d+)?$/.test(n))return parseFloat(n);let o=t?.[n];if(o===void 0)return n;let s=String(o).trim(),c=s.toLowerCase();return c===`true`?!0:c===`false`?!1:/^-?\d+(\.\d+)?$/.test(s)?parseFloat(s):o}function S(e){if(typeof e==`boolean`)return e;if(e==null)return!1;let t=String(e).trim().toLowerCase();return!(!t.length||[`false`,`0`,`no`,`off`,`null`,`undefined`,`nan`].includes(t))}function C(e,t){let n=e.trim();if(!n.length)return!1;let r=!1;for(;n.startsWith(`!`);)r=!r,n=n.slice(1).trim();let i=[`===`,`!==`,`==`,`!=`,`>=`,`<=`,`>`,`<`],a=null,o=n,s=``;for(let e of i){let t=n.indexOf(e);if(t!==-1){a=e,o=n.slice(0,t),s=n.slice(t+e.length);break}}let c;if(!a)c=S(x(o,t));else{let e=x(o,t),n=x(s,t);switch(a){case`===`:c=e===n;break;case`!==`:c=e!==n;break;case`==`:c=e==n;break;case`!=`:c=e!=n;break;case`>=`:c=e>=n;break;case`<=`:c=e<=n;break;case`>`:c=e>n;break;case`<`:c=e<n;break;default:c=!1;break}}return r?!c:c}function w(e,t){let n=e.trim();if(!n.length)return!1;let r=!1;for(;n.startsWith(`!`);)r=!r,n=n.slice(1).trim();let i=n.split(`||`).map(e=>e.trim()).filter(e=>e.length);if(!i.length)return!!r;let a=!1;for(let e of i){let n=e.split(`&&`).map(e=>e.trim()).filter(e=>e.length);if(!n.length)continue;let r=!0;for(let e of n){let n=C(e,t);if(r&&=n,!r)break}if(a||=r,a)break}return r?!a:a}let T=new N,E={BT1:e=>p>1?e:``,BT0:e=>p>0?e:``,ST1:e=>p<1?e:``,ST0:e=>p<0?e:``,UPC:e=>e.toUpperCase(),LOW:e=>e.toLowerCase(),REV:e=>e.split(``).reverse().join(``),CAP:e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase(),NUMBER:(e,t,n)=>h(e,t,n),PLURAL:(e,t,n)=>v(e,t,n),DATE:(e,t,n)=>_(e,t,n),MAP:(e,t,n)=>y(e,t,n),ESCAPE:e=>b(e),IF:(e,t,n)=>{let r=e??``,[i,a]=r.split(`?`,2);if(!a)return r;let[o,s=``]=a.split(`|`,2);return w(i,n)?o:s},PRESET:(e,t)=>{let n=t?.trim()??``;if(!n.length)return e;let r=this.PRESETS[n];if(!r||!r.length)return e;let i=r.split(`,`).map(e=>e.trim()).filter(e=>e.length).map(e=>{let[t,n]=e.split(`:`);return{name:t.trim(),param:n?.trim()??null}}),a=e;for(let{name:e,param:t}of i)a=O(a,e,t);return a},FALLBACK:(e,t)=>e.length?e:t??e,...n?.html?{COLOR:(e,t)=>i(t&&T.validate(t)?`color: ${t}`:``,e,`color`),WEIGHT:(e,t)=>i(t&&!isNaN(parseInt(t))?`font-weight: ${t}`:``,e,`weight`),SEMIBOLD:e=>i(`font-weight: 600`,e,`semibold`),BOLD:e=>i(`font-weight: bold`,e,`bold`),BLACK:e=>i(`font-weight: 900`,e,`black`),LIGHT:e=>i(`font-weight: lighter`,e,`light`),STRONG:e=>i(`font-weight: bolder`,e,`strong`),ITALIC:e=>i(`font-style: italic`,e,`italic`),UNDERLINE:e=>i(`text-decoration: underline`,e,`underline`),STRIKETHROUGH:e=>i(`text-decoration: line-through`,e,`strikethrough`),SUB:e=>i(`vertical-align: sub`,e,`sub`),SUP:e=>i(`vertical-align: super`,e,`sup`),LARGER:e=>i(`font-size: larger`,e,`larger`),SMALL:e=>i(`font-size: smaller`,e,`small`),SHADOW:(e,t)=>i(`text-shadow: ${t}`,e,`shadow`),SIZE:(e,t)=>i(t?`font-size: ${t}`:``,e,`size`)}:{},...n.modifiers??{}},D={UPC:[`UPPERCASE`,`UPPER`,`UPP`],LOW:[`LOWERCASE`,`LOWER`,`LWC`],REV:[`REVERSE`,`RVS`],CAP:[`CAPITALIZE`,`CAPITAL`],NUMBER:[`NUMBER`,`NUM`,`FORMAT_NUMBER`,`FMT_NUM`],PLURAL:[`PLURAL`,`PL`,`PLR`],DATE:[`DATE`,`DATETIME`,`TIME`,`DT`],MAP:[`MAP`,`SWITCH`],ESCAPE:[`ESCAPE`,`ESC`,`ESC_HTML`,`ESCAPE_HTML`],PRESET:[`PRESET`,`STYLE`,`THEME`],BT1:[`BIGGER_THAN_1`,`GREATER_THAN_1`,`GT1`],BT0:[`BIGGER_THAN_0`,`GREATER_THAN_0`,`GT0`],ST1:[`SMALLER_THAN_1`,`LESS_THAN_1`,`LT1`],ST0:[`SMALLER_THAN_0`,`LESS_THAN_0`,`LT0`],COLOR:[`COLOUR`,`CLR`,`HIGHLIGHT`],BOLD:[`BOLDEN`,`B`],STRONG:[`STRONGEN`,`STRONG`],ITALIC:[`ITALICIZE`,`ITALIC`,`I`],UNDERLINE:[`U`,`INS`,`INSET`,`I`],STRIKETHROUGH:[`STRIKE`,`S`,`DELETE`,`D`],SUB:[`SUBSCRIPT`,`SUBS`],SUP:[`SUPERSCRIPT`,`SUPS`],LARGER:[`LARGER`,`LG`],SMALL:[`SMALLER`,`SM`],SHADOW:[`SHADOW`,`SHD`],FALLBACK:[`FALLBACK`,`FB`],IF:[`IF`,`COND`,`CONDITION`],...n.aliases??{}};function O(e,t,r){let a=Object.entries(D).find(([e,n])=>n.some(e=>e.toUpperCase()===t.toUpperCase())?!0:e.toUpperCase()===t.toUpperCase()),o=a?a[0]:t.toUpperCase();try{return E[o]?E[o](e,typeof r==`string`?r.trim():null,d):n?.html?i(``,e,o.toLowerCase()):e}catch(i){return n?.debug&&typeof console<`u`&&typeof console.error==`function`&&console.error(`[Helper.string.compose] Modifier error`,{name:t,param:r,error:i}),e}}function k(e){let t=e,n;for(;(n=f.MODIFIERS.exec(t))!==null;){let[e,r,i]=n,a=r.split(`,`).map(e=>e.trim()).filter(e=>e.length).map(e=>{let[t,n]=e.split(`:`);return{name:t.trim(),param:n?.trim()??null}}),o=k(i);for(let{name:e,param:t}of a)o=O(o,e,t);t=t.replace(e,o??``),f.MODIFIERS.lastIndex=0}return t}function A(e){let t=0,n=e.length;function r(r){let a=``;for(;t<n;)if(e[t]===`\\`)t+1<n?(a+=e[t+1],t+=2):t++;else if(e[t]===`[`&&(!r||r!==`[`))a+=i();else if(r&&e[t]===r){t++;break}else a+=e[t++];return a}function i(){t++;let i=[];for(;t<n&&e[t]!==`=`;){if(e[t]===`,`){t++;continue}let r=``;for(;t<n&&/[A-Za-z0-9]/.test(e[t]);)r+=e[t++];let a=null;if(e[t]===`:`){t++;let r=t;for(;t<n&&e[t]!==`,`&&e[t]!==`=`;)t++;a=e.slice(r,t)}r.length&&i.push({name:r,param:a}),e[t]===`,`&&t++}e[t]===`=`&&t++;let a=r(`]`);return i.reduce((e,{name:t,param:n})=>O(e,t,n),a)}return r()}let j=e.replace(f.PLACEHOLDERS,(e,t)=>typeof d[t]==`string`||typeof d[t]==`number`?String(d[t]):t??t);return j=n.method===`loop`?k(j):A(j),j}},te=class{constructor(){this.playing=!1}play(e,t=100,n=!1){if(!e||!e.length)throw Error(`No sound URL provided`);try{n&&this.playing&&this.audio&&this.audio.state!==`closed`&&this.audio.close();let r=new AudioContext,i=r.createGain();i.connect(r.destination),n&&(this.audio=r,this.playing=!0),fetch(e).then(e=>e.arrayBuffer()).then(e=>r.decodeAudioData(e)).then(e=>{if(r.state!==`closed`){let n=r.createBufferSource();n.buffer=e,n.connect(i),i.gain.value=t/100,n.start(r.currentTime)}})}catch(e){throw Error(`Error playing sound: ${e}`)}}},ne=class{apply(e,t,n){return e.apply(t,n)}call(e,t,...n){return e.call(t,...n)}},re=class{constructor(e,t,n=[],r=!1,i){this.badges=[],this.isSubscriber=!1,this.id=e,this.name=t,this.login=t.toLocaleLowerCase(),this.badges=n,this.isSubscriber=r,this.tier=i}},P=[],F=class t extends e{static fixUser(e){return typeof e==`string`?e.trim().replace(/^@+/,``).toLocaleLowerCase():t.fixUser(e.name)}static getRandomSubTier(){return new I().probability({prime:.4,1e3:.3,2e3:.2,3e3:.1})??`prime`}constructor(e){super(),this.users=[],this.byId=new Map,this.byName=new Map,this.byBadge=new Map,this.id=e?.id||`fake_user_pool_${Math.random().toString(36).slice(2,10)}`,this.users=this.start(e?.names||w.names,e?.badges,e),this.byId=new Map(this.users.map(e=>[e.id,e])),this.byName=new Map(this.users.map(e=>[e.login,e])),this.byBadge=new Map(this.users.reduce((e,t)=>{for(let n of t.badges){let r=e.get(n)??[];e.set(n,[...r,t])}return e},new Map)),P.push(this)}start(e,n=w.badges.map(e=>e.set_id),r){let i=e.map(e=>e&&t.fixUser(e)).filter(e=>e&&e.length).filter((e,t,n)=>n.indexOf(e)===t),a=n.filter((e,t,n)=>n.indexOf(e)===t);if(!a.length||!i.length)return[];let o=[],s=r?.limits??{},c=r?.fixed??{},l=new Map,u=new Map,d=0,f=e=>{let t=s[e];return typeof t==`number`&&t>0?t:1/0},p=e=>{let t=f(e);return(l.get(e)??0)<t},m=e=>{let t=l.get(e)??0;l.set(e,t+1)},h=e=>e?typeof e==`string`?[t.fixUser(e)].filter(Boolean):Array.isArray(e)?e.map(t.fixUser).filter(Boolean):[]:[],g=()=>{for(let e=0;e<a.length;e++){let t=a[(d+e)%a.length];if(p(t))return d=(d+e+1)%a.length,t}return null};for(let e of a){let n=h(c[e]);for(let r of n){let n=t.fixUser(r);u.has(n)||u.set(n,e)}}for(let e of i){let n=null,r=u.get(t.fixUser(e));if(n=r&&p(r)?r:g(),!n){this.emit(`warn`,Error(`Not enough badges to assign to users`));continue}let i=o.length+1,a=[`subscriber`,`prime`,`founder`].includes(String(n).toLocaleLowerCase()),s=new re(`fake_user_${i.toString().padStart(2,`0`)}_${Math.random().toString(36).slice(2,8)}+${this.id}`,e,n?[n]:[],a,a?t.getRandomSubTier():void 0);o.push(s),m(n)}return o.length<i.length&&this.emit(`warn`,Error(`Some users could not be assigned badges due to limits. Consider increasing limits or adding more badges.`)),o}pick(){return this.users.length?new T().array(this.users)[0]:null}getByName(e){let n=t.fixUser(e);return this.byName.get(n)??null}getById(e){return this.byId.get(e)??null}getByBadge(e){return this.byBadge.get(e)??[]}getToReply(e,t){let n=null;return e?.id&&(n=this.getById(e.id)),!n&&e?.name&&(n=this.getByName(e.name)),n?{msgId:`fake_msg_${Math.random().toString(36).slice(2,10)}`,userId:n.id,userLogin:n.login,displayName:n.name,msgBody:`This is a fake reply from ${n.name}`,...t}:null}buildTwitchMessage(e=w.twitch_messages){let t=this.pick();if(!t){this.emit(`warn`,Error(`No users available to build a Twitch message`));return}return{userId:t.id,name:t.name,badges:t.badges,message:new T().array(e)[0]}}buildYouTubeMessage(e=w.youtube_messages){let t=this.pick();if(!t){this.emit(`warn`,Error(`No users available to build a YouTube message`));return}return{userId:t.id,name:t.name,badges:t.badges,message:new T().array(e)[0]}}},I=class{delay(e,t){return new Promise(n=>setTimeout(()=>{n(t?t()??null:null)},e))}typedEntries(e){return Object.entries(e)}typedValues(e){return Object.values(e)}typedKeys(e){return Object.keys(e)}compareDates(e,t){let n=e instanceof Date?new Date(e.getTime()):new Date(e),r=t instanceof Date?new Date(t.getTime()):new Date(t);if(Number.isNaN(n.getTime())||Number.isNaN(r.getTime()))throw Error(`Invalid date provided to compareDates`);let i=r.getTime()-n.getTime(),a=Math.abs(i),o=i/1e3,s=i/(1e3*60),c=i/(1e3*60*60),l=i/(1e3*60*60*24),u=l/30.436875,d=l/365.2425,f=n<=r?n:r,p=n<=r?r:n,m=(p.getFullYear()-f.getFullYear())*12+(p.getMonth()-f.getMonth()),h=new Date(f);h.setMonth(h.getMonth()+m),h>p&&--m;let g=i<0?-1:1,_=m*g,v=m/12*g;return{milliseconds:i,seconds:o,minutes:s,hours:c,days:l,months:u,years:d,absolute:{milliseconds:a,seconds:a/1e3,minutes:a/(1e3*60),hours:a/(1e3*60*60),days:a/(1e3*60*60*24),months:a/(1e3*60*60*24*30.436875),years:a/(1e3*60*60*24*365.2425)},calendar:{months:_,years:v},isFuture:i>0,isPast:i<0,isSameMoment:i===0}}probability(e){let t=Object.values(e).reduce((e,t)=>e+t,0),n=this.typedEntries(e).sort((e,t)=>t[1]-e[1]),r=Math.random()*t,i=0;for(let[e,t]of n)if(i+=t,r<i)return e}async findSubscriptionTier({userId:e,name:t,broadcasterId:n},r,i=!1){let a=e=>e===`prime`||e===`1000`||e===1e3||e===1||e===`1`?1:e===`2000`||e===2e3||e===2||e===`2`?2:e===`3000`||e===3e3||e===3||e===`3`?3:1;if(e?.includes(`fake_user_`)){let t=P.find(t=>e.endsWith(`+${t.id}`));if(t){let n=t.getById(e);if(n)return a(n.tier)}}let o=r[`subscriber-recent`];if(o){let e=o.find(e=>e.name===t);if(e)return a(e.tier)}let s=r[`subscriber-latest`];if(s.name===t)return a(s.tier);let c=r[`subscriber-gifted-latest`];if(c.name===t)return a(c.tier);if(i&&n?.length&&e?.length&&!n.includes(`fake_user_`)&&!e.includes(`fake_user_`)){let t=await fetch(`https://api.tixyel.com/v1/twitch/channel/subscriber/${n}/${e}`).then(async e=>e.status==200?e.json():Promise.reject(Error(`Failed to fetch subscription data: ${e.status} ${e.statusText} ${await e.text()}`))).then(e=>e?.tier).catch(()=>1);if(t)return a(t)}return 1}async identifyUser(e,t){let n=new D().parseProvider(e),r=e=>({gifter:t[`subscriber-alltime-gifter`].name===e,tip:{session:{donator:t[`tip-session-top-donator`].name===e,donation:t[`tip-session-top-donation`].name===e},weekly:{donator:t[`tip-weekly-top-donator`].name===e,donation:t[`tip-weekly-top-donation`].name===e},monthly:{donator:t[`tip-monthly-top-donator`].name===e,donation:t[`tip-monthly-top-donation`].name===e},alltime:{donator:t[`tip-alltime-top-donator`].name===e,donation:t[`tip-alltime-top-donation`].name===e}},cheer:{session:{donator:t[`cheer-session-top-donator`].name===e,amount:t[`cheer-session-top-donation`].name===e},weekly:{donator:t[`cheer-weekly-top-donator`].name===e,amount:t[`cheer-weekly-top-donation`].name===e},monthly:{donator:t[`cheer-monthly-top-donator`].name===e,amount:t[`cheer-monthly-top-donation`].name===e},alltime:{donator:t[`cheer-alltime-top-donator`].name===e,amount:t[`cheer-alltime-top-donation`].name===e}},superchat:{session:{donator:t[`superchat-session-top-donator`].name===e,amount:t[`superchat-session-top-donation`].name===e},weekly:{donator:t[`superchat-weekly-top-donator`].name===e,amount:t[`superchat-weekly-top-donation`].name===e},monthly:{donator:t[`superchat-monthly-top-donator`].name===e,amount:t[`superchat-monthly-top-donation`].name===e},alltime:{donator:t[`superchat-alltime-top-donator`].name===e,amount:t[`superchat-alltime-top-donation`].name===e}}});switch(n.provider){case`twitch`:switch(n.data.listener){case`message`:{let e=n.data.event.data,i=await this.findSubscriptionTier({userId:e.userId,name:e.displayName,broadcasterId:e.tags[`room-id`]},t??{},!1);return{id:e.userId,name:e.displayName,color:e.displayColor,role:e.tags.badges.split(`,`)[0].split(`/`)[0],tags:e.tags.badges.split(`,`).map(e=>e.split(`/`)[0]),badges:e.badges,tier:e.tags.badges.includes(`subscriber`)?i:void 0,top:r(e.displayName)}}}break;case`youtube`:switch(n.data.listener){case`message`:{let e=n.data.event.data,t=e.authorDetails.isChatOwner?`broadcaster`:e.authorDetails.isChatModerator?`moderator`:e.authorDetails.isChatSponsor?`sponsor`:e.authorDetails.isVerified?`verified`:`viewer`;return{id:e.userId,name:e.displayName,role:t,badges:e.badges,top:r(e.displayName)}}}break}}},L;(function(e){e.number=new i,e.element=new a,e.object=new o,e.message=new E,e.event=new D,e.string=new ee,e.sound=new te,e.color=new N,e.random=new T,e.fn=new ne,e.utils=new I})(L||={});var R=[],z=class e{constructor(e){this.field=`button`,this.template=`button`,this.name=`Button`,this.value=``,this.field=e.field??this.field,this.template=e.template??(typeof this.field==`string`?this.field:this.template),this.name=e.name??this.name,this.value=e.value??this.value,this.run=e.run,R.push(this),window?.client instanceof r&&(window?.client?.actions.buttons.push(this),window?.client?.emit(`action`,this,`created`))}generate(e){return L.utils.typedValues(e).reduce((e,t,n)=>{let r=L.string.compose(this.template,{index:n,...t},{html:!1});e[r]={type:`button`,label:L.string.compose(this.name,{index:n,...t},{html:!1})};let i=L.string.compose(String(this.value),{index:n,...t},{html:!1});return isNaN(Number(i))?i.toLowerCase()===`true`?i=!0:i.toLowerCase()===`false`&&(i=!1):i=Number(i),i!==void 0&&i&&(typeof i!=`string`||i.length)&&(e[r].value=i),e},{})}parse(e,t){var n=e.replace(typeof this.field==`string`?this.field:this.template.replace(/\{[^}]*\}/g,``)??``,``).trim();try{this.run.apply(window?.client||void 0,[n.length?n:e??e,t])}catch(e){throw Error(`Error running button "${this.field}": ${e instanceof Error?e.message:e}`)}return this}remove(){let e=R.indexOf(this);if(e>-1&&R.splice(e,1),!(window?.client instanceof r))return;let t=window?.client.actions.buttons.indexOf(this);t>-1&&(window?.client?.actions.buttons.splice(t,1),window?.client?.emit(`action`,this,`removed`))}static execute(t,n){try{if(R.length){let r=R.filter(e=>typeof e.field==`string`?e.field===t:typeof e.field==`function`?e.field(t,n):!1);if(r.length&&r.every(t=>t instanceof e))return r.forEach(e=>{try{e.parse(t,n),window?.client?.emit(`action`,e,`executed`),Q.received(`Button executed: ${t}${n?` with value: ${n}`:``}`)}catch(e){Q.error(`Error executing button "${t}": ${e instanceof Error?e.message:e}`)}}),!0}}catch{return!1}finally{return!1}}},B=[],V=class e{constructor(e){this.prefix=`!`,this.arguments=!1,this.test=`${this.prefix}${this.name} arg1 arg2`,this.aliases=[],this.permissions=void 0,this.admins=[],this.prefix=e.prefix??this.prefix,this.name=e.name,this.description=e.description??this.description,this.arguments=e.arguments??this.arguments,this.run=e.run,this.test=e.test??this.test,this.aliases=e.aliases??this.aliases,this.permissions=e.permissions??this.permissions,this.admins=e.admins??this.admins,B.push(this),window?.client instanceof r&&(window?.client?.actions.commands.push(this),window?.client?.emit(`action`,this,`created`))}run(e,t){}verify(e,t,n){return this.arguments===!0&&(!n||!n.length)?!1:!!(this.admins.some(t=>e.toLocaleLowerCase()===t.toLocaleLowerCase())||this.permissions===!0||this.permissions===void 0||Array.isArray(this.permissions)&&!this.permissions.length||Array.isArray(this.permissions)&&(this.permissions.some(n=>e.toLowerCase()===n.toLowerCase()||t.map(e=>e.toLowerCase()).includes(n.toLowerCase()))||this.permissions.includes(`*`)))}parse(e,t){let n=e.replace(this.prefix,``).split(` `).slice(1).map(e=>e.trim());var r=``,i=[];let a={bits:`cheer`,premium:`prime`};switch(t.provider){case`twitch`:{let e=t.data;r=e.event.data.nick||e.event.data.displayName,e.event.data.tags?.badges&&(i=e.event.data.tags.badges.toString().replace(/\/\d+/g,``).split(`,`).map(e=>e in a?a[e]:e));break}case`youtube`:{let e=t.data,n={isVerified:`verified`,isChatOwner:`owner`,isChatSponsor:`sponsor`,isChatModerator:`moderator`};r=e.event.data.nick||e.event.data.displayName,i=Object.entries(e.event.data.authorDetails).filter(([e,t])=>e.startsWith(`is`)&&t).map(([e])=>n[e]).filter(Boolean),i.includes(`sponsor`)&&(i.push(`premium`),i.push(`prime`)),i.includes(`owner`)&&(i.push(`moderator`),i.push(`broadcaster`));break}case`kick`:return!1}let o=this.verify(r,i,n);return o===!0&&this.run.apply(window?.client||void 0,[n,t]),o}remove(){let e=B.indexOf(this);if(e>-1&&B.splice(e,1),!(window?.client instanceof r))return;let t=window?.client?.actions.commands.indexOf(this);t>-1&&(window?.client?.actions.commands.splice(t,1),window?.client?.emit(`action`,this,`removed`))}static execute(t){let n=t.data;try{if(B.length&&B.some(e=>n.event.data.text.startsWith(e.prefix))){let r=B.filter(e=>{var t=[e.name,...e.aliases??[]],r=n.event.data.text.replace(e.prefix,``).split(` `)[0];return t.includes(r)});if(r.length&&r.every(t=>t instanceof e))return r.forEach(e=>{e.parse(n.event.data.text,t),window?.client?.emit(`action`,e,`executed`),Q.received(`Command executed: ${n.event.data.text} by ${n.event.data.nick||n.event.data.displayName}`,n)}),!0}}catch{return!1}finally{return!1}}},H=[],U=class extends e{constructor(e={}){super(),this.SE_API=null,this.id=`widget communications`,this.loaded=!1,this.history=[],this.detected=new Set,this.id=e.id||this.id,H.push(this),Z?.then(async e=>{this.loaded=!0,this.SE_API=e,Promise.all([async()=>{let t=await e.store.get(this.id);t&&(this.history=t.slice(-10))},async()=>{let t=await e.store.get(this.id+`_detected`);t&&(this.detected=new Set(t))}])})}async send(e,t){if(this.SE_API){let n={nonce:Math.random().toString(36).substring(2),key:e,value:t,timestamp:new Date().toISOString()};this.history.push(n),this.SE_API.store.set(this.id,this.history),this.SE_API.store.set(this.id+`_detected`,Array.from(this.detected))}}update(e){e.length&&(this.history=e,e.filter(e=>!this.detected.has(e.nonce)).forEach(e=>{this.detected.add(e.nonce),this.emit(`message`,e.key,e.value)}))}on(e,t){return e===`load`&&this.loaded?(t.apply(this),this):(super.on(e,t),this)}};window.addEventListener(`onWidgetLoad`,async e=>{let{detail:t}=e;if(window.client instanceof r&&client instanceof r&&client){let n=window.client;if(n.fields=t.fieldData,n.session=t.session.data,n.details={...n.details,user:t.channel,currency:t.currency,overlay:t.overlay},t.channel.id&&!t.emulated?await fetch(`https://api.streamelements.com/kappa/v2/channels/${t.channel.id}/`).then(e=>e.json()).then(e=>{if(e.provider)return n.details.provider=e.provider,e.provider;n.details.provider=`local`}).catch(()=>{n.details.provider=`local`}):n.details.provider=`local`,n.emit(`load`,t),n.debug){Q.received(`Widget loaded!`,e.detail);let t=e.detail.fieldData;Object.keys(t).length&&Q.received(`Field data:`,t)}n.loaded=!0,n.storage.on(`load`,e=>{if(n.debug&&e?Q.debug(`[Client]`,`Storage loaded for client`,`"${n.id}";`,`Provider: "${n.details.provider}";`,e):n.debug&&Q.debug(`[Client]`,`Storage loaded for client`,`"${n.id}";`,`Provider: "${n.details.provider}";`,`No data found.`),e){let t=e=>{let t=Date.now(),n={};for(let r in e)if(e.hasOwnProperty(r)){let i=e[r];i.expire&&i.expire>t&&(n[r]=i)}return n},r=t(e.user||{}),i=t(e.avatar||{}),a=t(e.pronoun||{}),o=t(e.emote||{});n.storage.update({user:r,avatar:i,pronoun:a,emote:o})}t.channel.providerId.length&&n.storage.add(`avatar.${t.channel.providerId.toLowerCase()}`,{value:t.channel.avatar,timestamp:Date.now(),expire:Date.now()+n.cache.avatar*60*1e3})})}}),window.addEventListener(`onSessionUpdate`,e=>{let{detail:t}=e;if(window.client instanceof r&&client instanceof r&&client){let e=window.client;e.session=t.session,e.emit(`session`,t.session),e.debug&&Q.debug(`[Client]`,`Session updated`,t.session)}}),window.addEventListener(`onEventReceived`,({detail:e})=>{if(window.client instanceof r&&client instanceof r&&client){let r=L.event.parseProvider(e);switch(r.provider){case`streamelements`:{let e=r.data;switch(e.listener){case`tip-latest`:e.event;break;case`event:skip`:e.event;break;case`event:test`:switch(e.event.listener){case`widget-button`:{let t=e.event;z.execute(t.field,t.value);break}case`subscriber-latest`:e.event;break}break;case`kvstore:update`:{let r=e.event;if(t.length){var n=t.find(e=>e.id===r.data.key.replace(`customWidget.`,``)||e.id===r.data.key);n&&n.update(r.data.value)}if(H.length){let e=H.find(e=>e.id===r.data.key.replace(`customWidget.`,``)||e.id===r.data.key);e&&e.update(r.data.value)}break}case`bot:counter`:e.event;break;case`alertService:toggleSound`:{let t=e.event;client.details.overlay.muted=!!t.muted;break}}window.client.emit(`event`,`streamelements`,r.data);break}case`twitch`:{let e=r.data;switch(e.listener){case`delete-message`:e.event;break;case`delete-messages`:e.event;break;case`message`:e.event,V.execute({provider:`twitch`,data:e});break;case`follower-latest`:e.event;break;case`cheer-latest`:e.event;break;case`subscriber-latest`:(!e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&e.event.isCommunityGift||!e.event.gifted&&e.event.bulkGifted&&!e.event.isCommunityGift)&&e.event;break;case`raid-latest`:e.event;break}window.client.emit(`event`,`twitch`,r.data);break}case`youtube`:{let e=r.data;switch(e.listener){case`message`:e.event,V.execute({provider:`youtube`,data:e});break;case`subscriber-latest`:e.event;break;case`sponsor-latest`:e.event,(!e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&e.event.isCommunityGift||!e.event.gifted&&e.event.bulkGifted&&!e.event.isCommunityGift)&&e.event;break;case`superchat-latest`:e.event;break}window.client.emit(`event`,`youtube`,r.data);break}case`kick`:r.data,window.client.emit(`event`,`kick`,r.data);break;case`facebook`:r.data,window.client.emit(`event`,`facebook`,r.data);break}client.debug&&![`bot:counter`,`alertService:toggleSound`,`event`,`event:skip`,`event:test`,`kvstore:update`].some(e=>e===r.data.listener)&&Q.received(`[Client]`,`Event ${r.data.listener} received from ${r.provider}`,r.data.event)}});var W=class extends e{constructor(e){if(super(),this.queue=[],this.priorityQueue=[],this.history=[],this.timeouts=[],this.running=!1,this.duration=void 0,this.loaded=!1,this.clientWaitRetryDelay=50,!e.processor||typeof e.processor!=`function`)throw Error(`A valid processor function must be provided to useQueue.`);this.processor=e.processor,e.duration!==`client`&&(this.duration=e.duration??0),this.waitForClientAndBindLoad(e.duration)}waitForClientAndBindLoad(e=this.duration,t){if(!(window?.client instanceof r)){setTimeout(()=>this.waitForClientAndBindLoad(e,t),this.clientWaitRetryDelay);return}window.client.on(`load`,()=>{e===`client`&&(this.duration=window?.client?.fields?.widgetDuration??0),this.emit(`load`),this.loaded=!0,t&&t()})}enqueue(e,t={}){let n=this.hasItems(),r=Array.isArray(e)?e.map(e=>({value:e.value,options:e.options??{}})):[{value:e,options:t}];for(let e of r){let t={isoDate:new Date().toISOString(),isLoop:e.options?.isLoop??!1,isPriority:e.options?.isPriority??!1,isImmediate:e.options?.isImmediate??!1,value:e.value};t.isPriority&&t.isImmediate?(this.cancel(),this.priorityQueue.unshift(t)):(t.isPriority?this.priorityQueue:this.queue).push(t)}return this.running===!1&&n===!1&&this.run(),this.emit(`update`,this.queue,this.priorityQueue,this.history,this.timeouts),this}async run(){if(!this.hasItems()){this.running=!1;return}this.running=!0,await this.next(),typeof this.duration==`number`&&this.duration>0?this.timeouts.push(setTimeout(()=>this.run(),this.duration)):(this.duration===0||this.duration!==-1&&this.duration!==!1)&&this.run()}async next(){let e=this.priorityQueue.length>0?this.priorityQueue.shift():this.queue.shift();if(!e){this.running=!1;return}try{await this.processor.apply(this,[e.value,this]),this.emit(`process`,e,this)}catch(e){Q.error(`Error during item processing: ${e instanceof Error?e.message:String(e)}`)}this.history.push(e);let t=e.isPriority?this.priorityQueue:this.queue;e.isLoop&&t.push(e)}resume(){return this.running&&this.cancel(),this.hasItems()&&this.run(),this}update(e){return this.queue=e.queue??this.queue,this.priorityQueue=e.priorityQueue??this.priorityQueue,this.history=e.history??this.history,this.hasItems()&&this.running===!1&&window.client?.on(`load`,()=>this.run()),this}cancel(){this.running&&(this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[],this.running=!1,this.emit(`cancel`))}hasItems(){return this.queue.length>0||this.priorityQueue.length>0}on(e,t){return e===`load`&&this.loaded?(t.apply(this),this):(super.on(e,t),this)}},G;(function(e){e.queue=new W({duration:`client`,processor:async function(e){if(window.dispatchEvent(new CustomEvent(e.listener,{detail:e.data})),e.listener===`onEventReceived`&&e.session){let t=await G.generate.event.onSessionUpdate(window?.client&&window?.client instanceof r?window.client.session:void 0,L.event.parseProvider(e.data));window.dispatchEvent(new CustomEvent(`onSessionUpdate`,{detail:t}))}}}),e.generate={session:{types:{name:{type:`string`,options:w.names.filter(e=>e.length)},tier:{type:`string`,options:w.tiers.filter(e=>e.length)},message:{type:`string`,options:w.normal_messages.filter(e=>e.length)},item:{type:`array`,options:w.items},avatar:{type:`string`,options:w.avatars.filter(e=>e.length)}},available(){let e=this.types;return{follower:{latest:{name:e.name},session:{count:{type:`int`,min:50,max:200}},week:{count:{type:`int`,min:200,max:1e3}},month:{count:{type:`int`,min:1e3,max:3e3}},goal:{amount:{type:`int`,min:3e3,max:7e3}},total:{count:{type:`int`,min:7e3,max:1e4}},recent:{type:`recent`,amount:25,value:{name:e.name,createdAt:{type:`date`,range:400}}}},subscriber:{latest:{name:e.name,amount:{type:`int`,min:10,max:30},tier:e.tier,message:e.message},"new-latest":{name:e.name,amount:{type:`int`,min:10,max:30},message:e.message},"resub-latest":{name:e.name,amount:{type:`int`,min:10,max:30},message:e.message},"gifted-latest":{name:e.name,amount:{type:`int`,min:10,max:30},message:e.message,tier:e.tier,sender:e.name},session:{count:{type:`int`,min:10,max:40}},"new-session":{count:{type:`int`,min:10,max:40}},"resub-session":{count:{type:`int`,min:10,max:40}},"gifted-session":{count:{type:`int`,min:10,max:40}},week:{count:{type:`int`,min:40,max:100}},month:{count:{type:`int`,min:100,max:200}},goal:{amount:{type:`int`,min:200,max:300}},total:{count:{type:`int`,min:300,max:400}},points:{amount:{type:`int`,min:100,max:400}},"alltime-gifter":{name:e.name,amount:{type:`int`,min:300,max:400}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:10,max:30},tier:e.tier,createdAt:{type:`date`,range:400}}}},host:{latest:{name:e.name,amount:{type:`int`,min:1,max:10}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:1,max:10},createdAt:{type:`date`,range:400}}}},raid:{latest:{name:e.name,amount:{type:`int`,min:0,max:100}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:0,max:100},createdAt:{type:`date`,range:400}}}},charityCampaignDonation:{latest:{name:e.name,amount:{type:`int`,min:50,max:150}},"session-top-donation":{name:e.name,amount:{type:`int`,min:50,max:200}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:200,max:500}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:500,max:800}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:800,max:1e3}},"session-top-donator":{name:e.name,amount:{type:`int`,min:50,max:200}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:200,max:500}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:500,max:800}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:800,max:1e3}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:50,max:150},createdAt:{type:`date`,range:400}}}},cheer:{latest:{name:e.name,amount:{type:`int`,min:200,max:800},message:e.message},"session-top-donation":{name:e.name,amount:{type:`int`,min:200,max:1e3}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:1e3,max:5e3}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:5e3,max:12e3}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:12e3,max:2e4}},"session-top-donator":{name:e.name,amount:{type:`int`,min:200,max:1e3}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:1e3,max:5e3}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:5e3,max:12e3}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:12e3,max:2e4}},session:{amount:{type:`int`,min:200,max:1e3}},week:{amount:{type:`int`,min:1e3,max:5e3}},month:{amount:{type:`int`,min:5e3,max:12e3}},goal:{amount:{type:`int`,min:12e3,max:18e3}},total:{amount:{type:`int`,min:18e3,max:2e4}},count:{count:{type:`int`,min:200,max:1e3}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:200,max:800},createdAt:{type:`date`,range:400}}}},cheerPurchase:{latest:{name:e.name,amount:{type:`int`,min:200,max:400}},"session-top-donation":{name:e.name,amount:{type:`int`,min:200,max:400}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:400,max:800}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:800,max:1500}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:1500,max:2e3}},"session-top-donator":{name:e.name,amount:{type:`int`,min:200,max:400}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:400,max:800}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:800,max:1500}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:1500,max:2e3}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:200,max:400},createdAt:{type:`date`,range:400}}}},superchat:{latest:{name:e.name,amount:{type:`int`,min:100,max:400}},"session-top-donation":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},"session-top-donator":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},session:{amount:{type:`int`,min:100,max:500}},week:{amount:{type:`int`,min:500,max:1e3}},month:{amount:{type:`int`,min:1e3,max:2e3}},goal:{amount:{type:`int`,min:2e3,max:2300}},total:{amount:{type:`int`,min:2300,max:2500}},count:{count:{type:`int`,min:100,max:500}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:100,max:400},createdAt:{type:`date`,range:400}}}},hypetrain:{latest:{name:e.name,amount:{type:`int`,min:0,max:100},active:{type:`int`,min:0,max:1},level:{type:`int`,min:5,max:10},levelChanged:{type:`int`,min:0,max:5},_type:{type:`array`,options:[`follower`,`subscriber`,`cheer`,`donation`]}},"level-goal":{amount:{type:`int`,min:0,max:100}},"level-progress":{amount:{type:`int`,min:0,max:100},percent:{type:`int`,min:0,max:100}},total:{amount:{type:`int`,min:0,max:100}},"latest-top-contributors":{type:`recent`,amount:25,value:{name:e.name}}},"channel-points":{latest:{name:e.name,amount:{type:`int`,min:0,max:100},message:e.message,redemption:{type:`array`,options:[`Reward 1`,`Reward 2`,`Reward 3`]}}},tip:{latest:{name:e.name,amount:{type:`int`,min:100,max:400}},"session-top-donation":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},"session-top-donator":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},session:{amount:{type:`int`,min:100,max:500}},week:{amount:{type:`int`,min:500,max:1e3}},month:{amount:{type:`int`,min:1e3,max:2e3}},goal:{amount:{type:`int`,min:2e3,max:2300}},total:{amount:{type:`int`,min:2300,max:2500}},count:{count:{type:`int`,min:100,max:500}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:100,max:400},createdAt:{type:`date`,range:400}}}},merch:{latest:{name:e.name,amount:{type:`int`,min:0,max:100},items:e.item},"goal-orders":{amount:{type:`int`,min:0,max:100}},"goal-items":{amount:{type:`int`,min:0,max:100}},"goal-total":{amount:{type:`int`,min:0,max:100}},recent:{type:`recent`,amount:25,value:{name:e.name}}},purchase:{latest:{name:e.name,amount:{type:`int`,min:0,max:100},items:e.item,avatar:e.avatar,message:e.message}}}},async get(e){let t=this.available();if(e)return e;let n=e=>{let t=e=>{if(!e||!(`amount`in e))return[];let t=[];for(let r=0;r<e.amount;r++)t.push(n(e.value));return t.sort((e,t)=>new Date(t.createdAt).getTime()-new Date(e.createdAt).getTime())};return typeof e!=`object`||!e?e:`type`in e&&typeof e.type==`string`?(e=>{if(!e)return e;switch(e.type){case`int`:return L.random.number(e.min,e.max);case`string`:return L.random.array(e.options)[0];case`date`:return L.random.daysOffset(e.range);case`array`:return L.random.array(e.options)[0];case`recent`:return t(e);default:return e}})(e):(e=>{let t={};for(let r in e){let i=r.replace(`_type`,`type`);t[i]=n(e[r])}return t})(e)};return Object.entries(n(t)).reduce((e,[t,n])=>(Object.entries(n).forEach(([n,r])=>e[`${t}-${n}`]=r),e),{})}},event:{async onWidgetLoad(e,t,n=`USD`){let r={BRL:{code:`BRL`,name:`Brazilian Real`,symbol:`R$`},USD:{code:`USD`,name:`US Dollar`,symbol:`$`},EUR:{code:`EUR`,name:`Euro`,symbol:`€`}};return{channel:{username:`local`,apiToken:``,id:``,providerId:``,avatar:``},currency:r[n]??r.USD,fieldData:e,recents:[],session:{data:t,settings:{autoReset:!1,calendar:!1,resetOnStart:!1}},overlay:{isEditorMode:!0,muted:!1},emulated:!0}},async onSessionUpdate(e,t){if(e??=await G.generate.session.get(),t){let n=(e,t)=>new Date(t.createdAt).getTime()-new Date(e.createdAt).getTime();switch(t.provider){case`twitch`:{let r=t.data;switch(r.listener){case`cheer-latest`:{let t=r.event.amount,i=r.event.displayName??r.event.name,a=r.event.message;e[`cheer-latest`]={name:i,amount:t,message:a};let o=n=>{if(n===`all`){o(`alltime`),o(`monthly`),o(`weekly`),o(`session`);return}let r=e[`cheer-${n}-top-donation`];r&&t>r.amount&&(r.amount=t,r.name=i);let a=e[`cheer-${n}-top-donator`],s=e[`cheer-recent`].filter(e=>e.name.toLowerCase()===a.name.toLowerCase()).reduce((e,t)=>e+t.amount,0),c=e[`cheer-recent`].filter(e=>e.name.toLowerCase()===i.toLowerCase()).reduce((e,t)=>e+t.amount,0);c>s&&(a.amount=c,a.name=i)};o(`all`),e[`cheer-session`].amount+=t,e[`cheer-week`].amount+=t,e[`cheer-month`].amount+=t,e[`cheer-total`].amount+=t,e[`cheer-count`].count+=1,e[`cheer-goal`].amount+=t,e[`cheer-recent`].unshift({name:i,amount:t,createdAt:new Date().toISOString()}),e[`cheer-recent`]=(e[`cheer-recent`]||[]).sort(n);break}case`follower-latest`:{let t=r.event.displayName??r.event.name;e[`follower-latest`].name=t,e[`follower-session`].count+=1,e[`follower-week`].count+=1,e[`follower-month`].count+=1,e[`follower-total`].count+=1,e[`follower-goal`].amount+=1,e[`follower-recent`].unshift({name:t,createdAt:new Date().toISOString()}),e[`follower-recent`]=(e[`follower-recent`]||[]).sort(n);break}case`subscriber-latest`:{let t=r.event.displayName??r.event.name,i=r.event.amount,a=r.event.tier,o=r.event.message;if(e[`subscriber-latest`]={name:t,amount:i,tier:a,message:o??``},e[`subscriber-recent`].find(e=>e.name.toLowerCase()===t.toLowerCase())?i>1&&(e[`subscriber-resub-latest`]={name:t,amount:i,message:o??``},e[`subscriber-resub-session`].count+=1):(e[`subscriber-new-latest`]={name:t,amount:i,message:o??``},e[`subscriber-new-session`].count+=1),!(!r.event.gifted&&!r.event.bulkGifted&&!r.event.isCommunityGift))if(r.event.gifted&&!r.event.bulkGifted&&!r.event.isCommunityGift){let n=r.event.sender;e[`subscriber-gifted-latest`]={name:t,amount:i,tier:a,message:o??``,sender:n},e[`subscriber-gifted-session`].count+=1,e[`subscriber-alltime-gifter`]={name:n,amount:i}}else r.event.gifted&&!r.event.bulkGifted&&r.event.isCommunityGift||!r.event.gifted&&r.event.bulkGifted&&r.event.isCommunityGift;e[`subscriber-session`].count+=i,e[`subscriber-week`].count+=i,e[`subscriber-month`].count+=i,e[`subscriber-total`].count+=i,e[`subscriber-goal`].amount+=i,e[`subscriber-points`].amount+=i,e[`subscriber-recent`].unshift({name:t,amount:i,tier:a,createdAt:new Date().toISOString()}),e[`subscriber-recent`]=(e[`subscriber-recent`]||[]).sort(n);break}case`raid-latest`:{let t=r.event.displayName??r.event.name,i=r.event.amount;e[`raid-latest`]={name:t,amount:i},e[`raid-recent`].unshift({name:t,amount:i,createdAt:new Date().toISOString()}),e[`raid-recent`]=(e[`raid-recent`]||[]).sort(n);break}}break}case`youtube`:{let n=t.data;switch(n.listener){case`superchat-latest`:{let t=n.event.displayName??n.event.name,r=n.event.amount;e[`superchat-latest`]={name:t.toLowerCase(),displayName:t,amount:r,_id:L.random.uuid(),sessionTop:!1,type:`superchat`,originalEventName:`superchat-latest`,providerId:``,avatar:``};let i=n=>{if(n===`all`){i(`alltime`),i(`monthly`),i(`weekly`),i(`session`);return}let a=e[`superchat-${n}-top-donation`];a&&r>a.amount&&(a.amount=r,a.name=t);let o=e[`superchat-${n}-top-donator`],s=e[`superchat-recent`].filter(e=>e.name.toLowerCase()===o.name.toLowerCase()).reduce((e,t)=>e+t.amount,0),c=e[`superchat-recent`].filter(e=>e.name.toLowerCase()===t.toLowerCase()).reduce((e,t)=>e+t.amount,0);c>s&&(o.amount=c,o.name=t)};i(`all`),e[`superchat-session`].amount+=r,e[`superchat-week`].amount+=r,e[`superchat-month`].amount+=r,e[`superchat-total`].amount+=r,e[`superchat-count`].count+=1,e[`superchat-goal`].amount+=r,e[`superchat-recent`].unshift({name:t.toLowerCase(),displayName:t,amount:r,_id:L.random.uuid(),sessionTop:!1,type:`superchat`,originalEventName:`superchat-latest`,avatar:``,providerId:``});break}}break}case`streamelements`:{let r=t.data;switch(r.listener){case`tip-latest`:{let t=r.event.displayName??r.event.name,i=r.event.amount;e[`tip-latest`]={name:t,amount:i};let a=n=>{if(n===`all`){a(`alltime`),a(`monthly`),a(`weekly`),a(`session`);return}let r=e[`tip-${n}-top-donation`];r&&i>r.amount&&(r.amount=i,r.name=t);let o=e[`tip-${n}-top-donator`],s=e[`tip-recent`].filter(e=>e.name.toLowerCase()===o.name.toLowerCase()).reduce((e,t)=>e+t.amount,0),c=e[`tip-recent`].filter(e=>e.name.toLowerCase()===t.toLowerCase()).reduce((e,t)=>e+t.amount,0);c>s&&(o.amount=c,o.name=t)};a(`all`),e[`tip-session`].amount+=i,e[`tip-week`].amount+=i,e[`tip-month`].amount+=i,e[`tip-total`].amount+=i,e[`tip-count`].count+=1,e[`tip-goal`].amount+=i,e[`tip-recent`].unshift({name:t,amount:i,createdAt:new Date().toISOString()}),e[`tip-recent`]=(e[`tip-recent`]||[]).sort(n);break}case`event:test`:break}break}}}return{session:e,emulated:!0}},async onEventReceived(e=`random`,t=`random`,n={}){let r={twitch:[`message`,`follower-latest`,`cheer-latest`,`raid-latest`,`subscriber-latest`],streamelements:[`tip-latest`],youtube:[`message`,`superchat-latest`,`subscriber-latest`,`sponsor-latest`],kick:[],facebook:[]};switch(e){default:case`random`:var i=L.random.array(Object.keys(r).filter(e=>r[e].length))[0],a=L.random.array(r[i])[0];return this.onEventReceived(i,a);case`twitch`:switch(t){default:case`random`:var a=L.random.array(r[e])[0];return this.onEventReceived(e,a);case`message`:{let t=n;var o=t?.name??L.random.array(w.names.filter(e=>e.length))[0],s=t?.message??L.random.array([...w.twitch_messages,...w.normal_messages].filter(e=>e.length))[0],c=await L.message.generateBadges(t?.badges??[],e),l=L.message.findEmotesInText(s),u=L.message.replaceEmotesWithHTML(s,l),d=t?.color??L.random.color(`hex`),f=t?.userId??L.random.string(16),p=t?.msgId??L.random.string(16),m=t?.time??Date.now(),h=t?.channel??window?.client?.details?.user?.username??`local`,g=t?.reply?{"reply-parent-display-name":t.reply.name,"reply-parent-msg-body":t.reply.text,"reply-parent-msg-id":t.reply.msgId,"reply-parent-user-id":t.reply.userId,"reply-parent-user-login":t.reply.name.toLowerCase()}:{},_=t?.thread?{"reply-thread-parent-msg-id":t.thread.msgId,"reply-thread-parent-user-login":t.thread.name.toLowerCase()}:{},v={vip:c.keys.includes(`vip`)?``:void 0,subscriber:c.keys.includes(`subscriber`)?`1`:`0`,mod:c.keys.includes(`moderator`)?`1`:`0`,turbo:c.keys.includes(`turbo`)?`1`:`0`};return{listener:`message`,event:{service:e,data:{time:m,tags:{"badge-info":`${c.keys.map(e=>`${e}/${c.amount[e]??L.random.number(1,5)}`).join(`,`)}`,badges:c.keys.map(e=>`${e}/1`).join(`,`),...v,"tmi-sent-ts":m.toString(),"room-id":L.random.string(9,`numbers`),"user-id":f,"user-type":``,color:d,"display-name":o,emotes:``,"client-nonce":L.random.string(16),flags:``,id:p,"first-msg":t?.firstMsg?`1`:`0`,"returning-chatter":t?.returningChatter?`1`:`0`,...g,..._},nick:o.toLowerCase(),displayName:o,displayColor:d,channel:h,text:s,isAction:!1,userId:f,msgId:p,badges:c.badges,emotes:l},renderedText:u},emulated:!0}}case`cheer`:case`cheer-latest`:var y=n?.amount??L.random.number(100,1e4),b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0],s=n?.message??L.random.array(w.normal_messages.filter(e=>e.length))[0];return{listener:`cheer-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,message:s,providerId:``,_id:L.random.uuid(),sessionTop:!1,type:`cheer`,originalEventName:`cheer-latest`,provider:e},emulated:!0};case`follower`:case`follower-latest`:var b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0];return{listener:`follower-latest`,event:{avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:L.random.uuid(),sessionTop:!1,type:`follower`,originalEventName:`follower-latest`,provider:e},emulated:!0};case`raid`:case`raid-latest`:var y=n?.amount??L.random.number(1,100),b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0];return{listener:`raid-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:L.random.uuid(),sessionTop:!1,type:`raid`,originalEventName:`raid-latest`,provider:e},emulated:!0};case`subscriber`:case`subscriber-latest`:var x=n?.tier??L.random.array([`1000`,`2000`,`3000`,`prime`])[0],y=n?.amount??L.random.number(1,24),b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0],S=n?.sender??L.random.array(w.names.filter(e=>e.length&&e!==o))[0],s=n?.message??L.random.array(w.normal_messages.filter(e=>e.length))[0],C={default:{avatar:b,playedAsCommunityGift:!1},gift:{sender:S,gifted:!0},community:{message:s,sender:S,bulkGifted:!0},spam:{sender:S,gifted:!0,isCommunityGift:!0}},T=[`default`,`gift`,`community`,`spam`],E=n?.subType??L.random.array(T)[0];return E=T.includes(E)?E:`default`,{listener:`subscriber-latest`,event:{amount:y,name:o.toLowerCase(),displayName:o,providerId:``,tier:x,...C.default,...C[E],_id:L.random.uuid(),sessionTop:!1,type:`subscriber`,originalEventName:`subscriber-latest`,provider:e},emulated:!0};case`delete-message`:return{listener:`delete-message`,event:{msgId:n?.id??L.random.uuid(),provider:e},emulated:!0};case`delete-messages`:return{listener:`delete-messages`,event:{userId:n?.id??L.random.number(1e7,99999999).toString(),provider:e},emulated:!0}}case`streamelements`:switch(t){default:case`random`:var a=L.random.array(r[e])[0];return this.onEventReceived(e,a);case`tip`:case`tip-latest`:var y=n?.amount??L.random.number(100,4e3),b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0];return{listener:`tip-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:L.random.uuid(),sessionTop:!1,type:`tip`,originalEventName:`tip-latest`,provider:e},emulated:!0};case`kvstore:update`:return{listener:`kvstore:update`,event:{data:{key:`customWidget.${n?.key??`sampleKey`}`,value:n?.value??`sampleValue`},provider:e},emulated:!0};case`bot:counter`:return{listener:`bot:counter`,event:{counter:n?.counter??`sampleCounter`,value:n?.value??L.random.number(0,100),provider:e},emulated:!0};case`mute`:case`unmute`:case`alertService:toggleSound`:return{listener:`alertService:toggleSound`,event:{muted:n?.muted??window?.client?.details?.overlay?.muted??!1,provider:e},emulated:!0};case`skip`:case`event:skip`:return{listener:`event:skip`,event:{provider:e},emulated:!0}}case`youtube`:switch(t){default:case`random`:var a=L.random.array(r[e])[0];return this.onEventReceived(e,a);case`message`:{var o=n?.name??L.random.array(w.names.filter(e=>e.length))[0],s=n?.message??L.random.array([...w.youtube_messages,...w.normal_messages].filter(e=>e.length))[0];let t=await L.message.generateBadges(n?.badges??[],e);var l=L.message.findEmotesInText(s),u=L.message.replaceEmotesWithHTML(s,l),d=n?.color??L.random.color(`hex`),f=n?.userId??L.random.number(1e7,99999999).toString(),p=n?.msgId??L.random.uuid(),m=n?.time??Date.now(),b=n?.avatar??L.random.array(w.avatars)[0],h=n?.channel??window?.client?.details?.user?.username??`local`;return{listener:`message`,event:{service:e,data:{kind:``,etag:``,id:``,snippet:{type:``,liveChatId:``,authorChannelId:h,publishedAt:new Date().toISOString(),hasDisplayContent:!0,displayMessage:s,textMessageDetails:{messageText:s}},authorDetails:{channelId:h,channelUrl:``,displayName:o,profileImageUrl:b,...t},msgId:p,userId:f,nick:o.toLowerCase(),badges:[],displayName:o,isAction:!1,time:m,tags:[],displayColor:d,channel:h,text:s,avatar:b,emotes:[]},renderedText:s},emulated:!0}}case`subscriber`:case`subscriber-latest`:var b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0];return{listener:`subscriber-latest`,event:{avatar:b,displayName:o,name:o.toLowerCase(),providerId:``,_id:L.random.uuid(),sessionTop:!1,type:`subscriber`,originalEventName:`subscriber-latest`,provider:e},emulated:!0};case`superchat`:case`superchat-latest`:var y=n?.amount??L.random.number(100,4e3),b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0];return{listener:`superchat-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:L.random.uuid(),sessionTop:!1,type:`superchat`,originalEventName:`superchat-latest`,provider:e},emulated:!0};case`sponsor`:case`sponsor-latest`:var x=n?.tier??L.random.array([`1000`,`2000`,`3000`])[0],y=n?.amount??L.random.number(1,24),b=n?.avatar??L.random.array(w.avatars)[0],o=n?.name??L.random.array(w.names.filter(e=>e.length))[0],S=n?.sender??L.random.array(w.names.filter(e=>e.length&&e!==o))[0],s=n?.message??L.random.array(w.normal_messages.filter(e=>e.length))[0],C={default:{avatar:b,playedAsCommunityGift:!1},gift:{sender:S,gifted:!0},community:{message:s,sender:S,bulkGifted:!0},spam:{sender:S,gifted:!0,isCommunityGift:!0}},T=[`default`,`gift`,`community`,`spam`],E=n?.subType??L.random.array(T)[0];return E=T.includes(E)?E:`default`,{listener:`sponsor-latest`,event:{amount:y,name:o.toLowerCase(),displayName:o,providerId:``,...C.default,...C[E],_id:L.random.uuid(),sessionTop:!1,type:`sponsor`,originalEventName:`sponsor-latest`,provider:e},emulated:!0}}}}}},e.emulate={twitch:{message(e={}){G.generate.event.onEventReceived(`twitch`,`message`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})},deleteMessage(e){if(!e||typeof e!=`string`)return;let t={listener:`delete-message`,event:{msgId:e}};G.emulate.send(`onEventReceived`,t)},deleteMessages(e){if(!e||typeof e!=`string`)return;let t={listener:`delete-messages`,event:{userId:e}};G.emulate.send(`onEventReceived`,t)},follower(e={}){G.generate.event.onEventReceived(`twitch`,`follower-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})},raid(e={}){G.generate.event.onEventReceived(`twitch`,`raid-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})},cheer(e={}){G.generate.event.onEventReceived(`twitch`,`cheer-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})},subscriber(e={}){G.generate.event.onEventReceived(`twitch`,`subscriber-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})}},streamelements:{tip(e={}){G.generate.event.onEventReceived(`streamelements`,`tip-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})}},youtube:{message(e={}){G.generate.event.onEventReceived(`youtube`,`message`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})},subscriber(e={}){G.generate.event.onEventReceived(`youtube`,`subscriber-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})},superchat(e={}){G.generate.event.onEventReceived(`youtube`,`superchat-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})},sponsor(e={}){G.generate.event.onEventReceived(`youtube`,`sponsor-latest`,e).then(e=>{e&&G.emulate.send(`onEventReceived`,e)})}},kick:{},facebook:{},send(e,t){if(!G.queue){Q.warn(`Local queue is not initialized.`),window.dispatchEvent(new CustomEvent(e,{detail:t}));return}switch(e){case`onEventReceived`:G.queue.enqueue({listener:e,data:t,session:e===`onEventReceived`?!0:void 0});break;case`onSessionUpdate`:G.queue.enqueue({listener:e,data:t});break;case`onWidgetLoad`:G.queue.enqueue({listener:e,data:t});break}}};async function t(e=[`fields.json`,`cf.json`,`field.json`,`customfields.json`],t=[`data.json`,`fielddata.json`,`fd.json`,`DATA.json`],n){let r={fields:e.find(e=>{try{return new URL(`./`+e,window.location.href),!0}catch{return!1}}),data:t.find(e=>{try{return new URL(`./`+e,window.location.href),!0}catch{return!1}})},i=await fetch(`./`+(r.data??`data.json`),{cache:`no-store`}).then(e=>e.json()).catch(()=>({}));await fetch(`./`+(r.fields??`fields.json`),{cache:`no-store`}).then(e=>e.json()).then(async e=>{let t=Object.entries(e).filter(([e,{value:t}])=>t!=null).reduce((e,[t,{value:n}])=>(i&&i[t]!==void 0&&(n=i[t]),e[t]=n,e),{...i}),r=await G.generate.event.onWidgetLoad(t,await G.generate.session.get(n));window.dispatchEvent(new CustomEvent(`onWidgetLoad`,{detail:r}))})}e.start=t})(G||={});var K=class{constructor(e={}){this.error=this.apply({color:`#721c24`,background:`#f8d7da`,bold:!0,italic:!1,icon:`✖`}),this.warn=this.apply({color:`#856404`,background:`#fff3cd`,bold:!0,italic:!1,fontSize:20}),this.success=this.apply({color:`#155724`,background:`#d4edda`,bold:!0,italic:!1,fontSize:18,icon:`✔`}),this.info=this.apply({color:`#0c5460`,background:`#d1ecf1`,fontSize:12,icon:`ℹ`}),this.debug=this.apply({color:`#8c9ba8`,background:`transparent`,fontSize:12,icon:`●`}),this.alert=this.apply({color:`#856404`,background:`#fff3cd`,bold:!0,italic:!1,fontSize:20,icon:`⚠`}),this.status=this.apply({color:`#0c5460`,background:`#d1ecf1`,bold:!0,italic:!1,fontSize:12,icon:`·`}),this.received=this.apply({color:`#E6BBFF`,background:`transparent`,bold:!1,italic:!1,fontSize:14,icon:`⬇`}),this.simple=this.apply({color:`#f6c6cb`,background:`transparent`,bold:!1,italic:!1,fontSize:14,icon:`☼`}),this.enabled=e.enabled??!0,this.prefix=e.prefix??``}apply(e){let t=this.style(e),n=e.icon?`${e.icon} `:``;return(...e)=>{if(!this.enabled||typeof console>`u`)return;let r=``;typeof this.prefix==`function`?r=this.prefix():typeof this.prefix==`string`&&(r=this.prefix);let i=[],a=[];if(e.forEach(e=>{typeof e==`string`||typeof e==`number`||typeof e==`boolean`?i.push(e):a.push(e)}),i.length>0){let e=i.join(` `);console.log(`%c${r.endsWith(` `)?r:r.trim()+` `}${n}${e}`,t,...a)}else a.length>0&&console.log(`%c${r.endsWith(` `)?r:r.trim()+` `}${n}`,t,...a)}}style(e){let t=[];return e.background&&e.background!==`transparent`&&(t.push(`background: ${e.background}`),t.push(`padding: 2px 6px`),t.push(`border-radius: 3px`)),e.color&&t.push(`color: ${e.color}`),e.bold&&t.push(`font-weight: bold`),e.italic&&t.push(`font-style: italic`),e.fontSize&&t.push(`font-size: ${e.fontSize}px`),t.join(`; `)}group(e){!this.enabled||!console.group||console.group(e)}groupCollapsed(e){!this.enabled||!console.groupCollapsed||console.groupCollapsed(e)}groupEnd(){!this.enabled||!console.groupEnd||console.groupEnd()}table(e){!this.enabled||!console.table||console.table(e)}time(e){!this.enabled||!console.time||console.time(e)}timeEnd(e){!this.enabled||!console.timeEnd||console.timeEnd(e)}},q=class extends e{constructor(e,t){super(),this.isDebug=!1,this.init=!1,this.emulate=!1,this.username=e.username,this.password=e.password,this.channels=e.channels,this.isDebug=!!e.isDebug,this.init=!!e.init,this.emulate=t,this.load().then(e=>{this.instance=e,this.emit(`load`,e),this.connect()}).catch(e=>{Q.error(`useComfyJs: Failed to load ComfyJS`,e)})}load(){return window.ComfyJS===void 0||!window.ComfyJS?new Promise((e,t)=>{if(this.emulate&&!client)return t(Error(`useComfyJs: Cannot emulate chat messages without a Client instance.`));let n=document.createElement(`script`);n.src=`https://cdn.jsdelivr.net/npm/comfy.js@1.1.29/dist/comfy.min.js`,n.type=`text/javascript`,n.async=!0,n.onload=()=>e(window.ComfyJS),n.onerror=e=>t(e),document.head.appendChild(n)}):Promise.resolve(window.ComfyJS)}connect(){this.instance.onError=e=>{this.emit(`error`,e),client?.debug&&Q.error(`[Client]`,`ComfyJS Error:`,e)},this.instance.onCommand=(e,t,n,r,i)=>{if(this.emit(`command`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Command: !${t} ${n} (User: ${e})`),this.emulate){let a={...r,broadcaster:r.broadcaster,moderator:r.mod,vip:r.vip,subscriber:r.subscriber,founder:r.founder},o={name:e,message:`!${t} ${n}`,badges:Object.entries(a).map(([e,t])=>t?e:null).filter(Boolean),color:i.userColor,time:new Date(i.timestamp).getTime(),userId:i.userId,msgId:i.id,channel:i.channel};G.emulate.twitch.message(o)}},this.instance.onChat=(e,t,n,r,i)=>{if(this.emit(`chat`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Chat: ${t} (User: ${e})`),this.emulate){let r={...n,...i.userBadges,broadcaster:n.broadcaster,moderator:n.mod,vip:n.vip,subscriber:n.subscriber,founder:n.founder};G.emulate.twitch.message({name:e,message:t,badges:Object.entries(r).map(([e,t])=>t?e:null).filter(Boolean),color:i.userColor,time:new Date(i.timestamp).getTime(),userId:i.userId,msgId:i.id,channel:i.channel})}},this.instance.onWhisper=(e,t,n,r,i)=>{this.emit(`whisper`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Whisper: ${t} (User: ${e})`)},this.instance.onMessageDeleted=(e,t)=>{this.emit(`messageDeleted`,e,t),client?.debug&&Q.debug(`[Client]`,`ComfyJS Message Deleted: ${e}`),this.emulate&&G.emulate.twitch.deleteMessage(e)},this.instance.onJoin=(e,t,n)=>{this.emit(`join`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Join: ${e}`)},this.instance.onPart=(e,t,n)=>{this.emit(`part`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Part: ${e}`)},this.instance.onHosted=(e,t,n,r)=>{this.emit(`hosted`,e,t,n,r),client?.debug&&Q.debug(`[Client]`,`ComfyJS Hosted: ${e} (${t} viewers)`)},this.instance.onRaid=(e,t,n)=>{this.emit(`raid`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Raid: ${e} (${t} viewers)`),this.emulate&&G.emulate.twitch.raid({name:e,amount:t})},this.instance.onSub=(e,t,n,r)=>{if(this.emit(`sub`,e,t,n,r),client?.debug&&Q.debug(`[Client]`,`ComfyJS Sub: ${e} (${n.plan})`),this.emulate){let r=n.plan===`Prime`?`prime`:n.plan;G.emulate.twitch.subscriber({name:e,message:t,tier:r,subType:`default`})}},this.instance.onResub=(e,t,n,r,i,a)=>{if(this.emit(`resub`,e,t,n,r,i,a),client?.debug&&Q.debug(`[Client]`,`ComfyJS Resub: ${e} (${r} months)`),this.emulate){let n=i.plan===`Prime`?`prime`:i.plan;G.emulate.twitch.subscriber({name:e,message:t,tier:n,amount:r,subType:`default`})}},this.instance.onSubGift=(e,t,n,r,i,a)=>{if(this.emit(`subGift`,e,t,n,r,i,a),client?.debug&&Q.debug(`[Client]`,`ComfyJS Sub Gift: ${e} gifted ${r} subs`),this.emulate){let t=i.plan===`Prime`?`prime`:i.plan;G.emulate.twitch.subscriber({name:n,message:``,sender:e,tier:t,amount:r,subType:`gift`})}},this.instance.onSubMysteryGift=(e,t,n,r,i)=>{if(this.emit(`subMysteryGift`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Sub Mystery Gift: ${e} gifted ${t} subs`),this.emulate){let n=r.plan===`Prime`?`prime`:r.plan;G.emulate.twitch.subscriber({name:e,message:``,amount:t,tier:n,subType:`community`})}},this.instance.onGiftSubContinue=(e,t,n)=>{this.emit(`giftSubContinue`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Gift Sub Continue: ${e} continued their gifted sub from ${t}`),this.emulate&&G.emulate.twitch.subscriber({name:e,message:``,sender:t,tier:`1000`,subType:`gift`})},this.instance.onCheer=(e,t,n,r,i)=>{this.emit(`cheer`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Cheer: ${e} cheered ${n} bits - ${t}`),this.emulate&&G.emulate.twitch.cheer({name:e,message:t,amount:n})},this.instance.onChatMode=(e,t)=>{this.emit(`chatMode`,e,t),client?.debug&&Q.debug(`[Client]`,`ComfyJS Chat Mode Changed on ${t}`)},this.instance.onReward=(e,t,n,r,i)=>{this.emit(`reward`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Reward: ${e} redeemed ${t} for ${n} - ${r}`)},this.instance.onConnected=(e,t,n)=>{this.emit(`connected`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Connected: ${e}:${t} (First Connect: ${n})`)},this.instance.onReconnect=e=>{this.emit(`reconnect`,e),client?.debug&&Q.debug(`[Client]`,`ComfyJS Reconnect: Attempt #${e}`)},this.init&&this.instance.Init(this.username,this.password,this.channels,this.isDebug)}},J={getOverlayStatus:()=>({isEditorMode:!1,muted:!1}),resumeQueue:()=>{},responses:{},sendMessage(e,t){},counters:{get(e){return null}},sanitize(e){return e},cheerFilter(e){return e},setField(e,t,n){},store:{set:function(e,t){this.list[e]=t,localStorage.setItem(`SE_API-STORE`,JSON.stringify(J.store.list))},get:async function(e){return this.list[e]?this.list[e]:null},list:{}}};async function Y(){let e=localStorage.getItem(`SE_API-STORE`)??``,t=e?JSON.parse(e):{};return J.store.list=t,J}var X;(function(e){let t;(function(e){e.map=function(e){return e.hehim=`He/Him`,e.sheher=`She/Her`,e.theythem=`They/Them`,e.shethem=`She/They`,e.hethem=`He/They`,e.heshe=`He/She`,e.xexem=`Xe/Xem`,e.faefaer=`Fae/Faer`,e.vever=`Ve/Ver`,e.aeaer=`Ae/Aer`,e.ziehir=`Zie/Hir`,e.perper=`Per/Per`,e.eem=`E/Em`,e.itits=`It/Its`,e}({})})(t||=e.Pronouns||={});async function n(){try{let e=await fetch(`https://pronouns.alejo.io/api/pronouns`).then(e=>e.json());if(Array.isArray(e)&&e.length){let n=Object.fromEntries(e.map(({name:e,display:t})=>[e,t]));return{...t.map,...n}}}catch{}return{...t.map}}e.list=n;async function r(e){if(!e)throw Error(`Username is required to fetch Alejo data.`);if(e=e.toLowerCase(),!window?.client){try{let t=await fetch(`https://pronouns.alejo.io/api/users/${e}`).then(e=>e.json()).then(([e])=>e);if(t)return t.pronoun_id}catch(t){throw Error(`Failed to fetch pronoun data for user "${e}": ${t instanceof Error?t.message:t}`)}return}if(e in window?.client?.storage.data.pronoun&&window?.client?.storage.data.pronoun[e].expire>Date.now())return window?.client?.storage.data.pronoun[e].value;try{let t=await fetch(`https://pronouns.alejo.io/api/users/${e}`).then(e=>e.json()).then(([e])=>e);if(t)return window?.client?.storage.add(`pronoun.${e}`,{value:t.pronoun_id,timestamp:Date.now(),expire:Date.now()+window?.client?.cache.pronoun*60*1e3}),window?.client?.storage.data.pronoun[e].value??t.pronoun_id}catch(t){throw Error(`Failed to fetch pronoun data for user "${e}": ${t instanceof Error?t.message:t}`)}}e.get=r})(X||={});var Z=typeof SE_API<`u`?Promise.resolve(SE_API):Promise.resolve(Y()),Q=new K,$={SeAPI:Z,Client:r,Helper:L,Local:G,Data:w,logger:Q,modules:{EventProvider:e,useStorage:n,useQueue:W,useLogger:K,useComms:U,FakeUserPool:F},actions:{Button:z,Command:V},multistream:{useComfyJs:q},internal:{usedStorages:t,usedComms:H,usedCommands:B,usedButtons:R,fakeUserPools:P},pronouns:{Alejo:X}};return typeof window<`u`?window.Tixyel=$:globalThis.Tixyel=$,$});
2
+ `||e===` `?n.style.whiteSpace=`pre-wrap`:a++,n.textContent=e,n}),n=document.createDocumentFragment();return t.forEach(e=>n.appendChild(e)),n}else if(e.nodeType===Node.ELEMENT_NODE){let t=e.cloneNode(!1);return t.classList.add(`container`),t.dataset.index=String(a),t.style.setProperty(`--char-index`,String(a)),t.style.setProperty(`--exclusivity-index`,String(a)),a++,e.childNodes.forEach(e=>{let n=o(e);t.appendChild(n)}),t}return e.cloneNode(!0)}r.parseFromString(e,`text/html`).body.childNodes.forEach(e=>{if(!n&&e.nodeType===Node.TEXT_NODE&&!e.textContent?.trim())return;let t=o(e);i.appendChild(t)});let s=``;return Array.from(i.childNodes).forEach(e=>{e.nodeType===Node.TEXT_NODE?s+=e.textContent:s+=e.outerHTML}),s}},o=class{flatten(e,t=!0,n=``){let r={};for(let i in e){if(!Object.prototype.hasOwnProperty.call(e,i))continue;let a=e[i],o=n?`${n}.${i}`:i;if(a==null){r[o]=String(a);continue}if(typeof a==`number`&&isNaN(a)){r[o]=`NaN`;continue}if(typeof a==`number`&&!isNaN(a)){r[o]=t?String(a):a;continue}if(a instanceof Date){r[o]=a.toISOString();continue}if(a instanceof Map){a.forEach((e,t)=>{r[`${o}.${t}`]=JSON.stringify(e)});continue}if(Array.isArray(a)){a.forEach((e,n)=>{let i=`${o}:${n}`;typeof e==`object`?Object.assign(r,this.flatten(e,t,i)):r[i]=t?String(e):e});continue}if(typeof a==`object`){Object.assign(r,this.flatten(a,t,o));continue}r[o]=String(a)}return r}entries(e){return Object.entries(e)}values(e){return Object.values(e)}keys(e){return Object.keys(e)}},s=[`https://static-cdn.jtvnw.net/user-default-pictures-uv/13e5fa74-defa-11e9-809c-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/dbdc9198-def8-11e9-8681-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/998f01ae-def8-11e9-b95c-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/de130ab0-def7-11e9-b668-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/ebe4cd89-b4f4-4cd9-adac-2f30151b4209-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/215b7342-def9-11e9-9a66-784f43822e80-profile_image-300x300.png`,`https://static-cdn.jtvnw.net/user-default-pictures-uv/ead5c8b2-a4c9-4724-b1dd-9f00b46cbd3d-profile_image-300x300.png`],c=[{set_id:`qsmp2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2fa68fb9-fcdd-4795-bfab-f408e10efaef/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2fa68fb9-fcdd-4795-bfab-f408e10efaef/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2fa68fb9-fcdd-4795-bfab-f408e10efaef/3`,title:`QSMP2`,description:`This badge was earned for watching QSMP during the initial 2026 launch!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/quackity`}]},{set_id:`jasontheween-7-day-survival`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f299577c-8b51-4cb1-ad7c-11faca0c32e9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f299577c-8b51-4cb1-ad7c-11faca0c32e9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f299577c-8b51-4cb1-ad7c-11faca0c32e9/3`,title:`JasonTheWeen 7 Day Survival`,description:`This badge was earned by watching 30 minutes of JasonTheWeen's 7 day survival stream!`,click_action:`visit_url`,click_url:`https://twitch.tv/jasontheween`}]},{set_id:`support-a-streamer-ho26-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fe0814c3-87f9-40cb-95b5-d1e7453f289d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fe0814c3-87f9-40cb-95b5-d1e7453f289d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fe0814c3-87f9-40cb-95b5-d1e7453f289d/3`,title:`Support a Streamer HO'26`,description:`This badge was earned by subscribing or gifting a sub to any World of Tanks broadcast during the Holiday Ops 26 campaign period`,click_action:`visit_url`,click_url:`https://worldoftanks.eu/en/news/general-news/wot-monthly-december-2025/`}]},{set_id:`twitch-recap-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/48b26ab3-c9f1-4f16-b02d-fe877be389fd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/48b26ab3-c9f1-4f16-b02d-fe877be389fd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/48b26ab3-c9f1-4f16-b02d-fe877be389fd/3`,title:`Twitch Recap 2025`,description:`This exclusive badge was earned by the top 20% of Twitch users in 2025.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/annual-recap`}]},{set_id:`ugly-sweater`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8eddf4ab-68f8-4ee8-a07d-9d7e8520463e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8eddf4ab-68f8-4ee8-a07d-9d7e8520463e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8eddf4ab-68f8-4ee8-a07d-9d7e8520463e/3`,title:`Ugly Sweater`,description:`This badge was earned for sharing festive Clips during Holiday Hoopla 2025.`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/how-to-use-badges?language=en_US`}]},{set_id:`fright-fest-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2ef2cd27-2210-4640-bbf8-69b5c4d9e302/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2ef2cd27-2210-4640-bbf8-69b5c4d9e302/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2ef2cd27-2210-4640-bbf8-69b5c4d9e302/3`,title:`Fright Fest 2025`,description:`This badge was earned by users who shared the best 2025 Fright Fest clips.`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/en/2025/10/20/twitch-fright-fest-2025/`}]},{set_id:`gamerduo`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/be750d4d-a3b9-4116-ae75-6ee4f3294a19/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/be750d4d-a3b9-4116-ae75-6ee4f3294a19/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/be750d4d-a3b9-4116-ae75-6ee4f3294a19/3`,title:`GamerDuo`,description:`Subbed to a streamer and got 3 months of free Super Duolingo!`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2025/10/02/sub-for-super-duolingo/`}]},{set_id:`video-games-day`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/34a57a67-b058-45a9-b088-da681aebc83e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/34a57a67-b058-45a9-b088-da681aebc83e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/34a57a67-b058-45a9-b088-da681aebc83e/3`,title:`Video Games Day`,description:`This badge was earned by users who downloaded and shared clips revolving around anything Video Games related in September 2025.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/gaming`}]},{set_id:`twitch-intern-2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/91ed38ea-32fe-4f14-8db1-852537d19aa5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/91ed38ea-32fe-4f14-8db1-852537d19aa5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/91ed38ea-32fe-4f14-8db1-852537d19aa5/3`,title:`Twitch Intern 2022`,description:`This user was an intern at Twitch for the summer of 2022`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs/early-career/`}]},{set_id:`touch-grass`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/51f536c1-96ca-495b-bc11-150c857a6d54/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/51f536c1-96ca-495b-bc11-150c857a6d54/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/51f536c1-96ca-495b-bc11-150c857a6d54/3`,title:`Touch Grass`,description:`This badge was earned by users who touched grass and shared their favorite IRL clips in August 2025.`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/twitch-chat-badges-guide`}]},{set_id:`twitchcon-referral-program-2025-chrome-star`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d139bccf-8184-4fec-a970-cd8d81a7f51a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d139bccf-8184-4fec-a970-cd8d81a7f51a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d139bccf-8184-4fec-a970-cd8d81a7f51a/3`,title:`TwitchCon Referral Program 2025 (Chrome Star)`,description:`This badge was earned by referring at least one friend who bought their TwitchCon 2025 ticket using your unique referral link.`,click_action:`visit_url`,click_url:`https://twitchcon.com/rotterdam-2025/referral-program/`}]},{set_id:`twitchcon-referral-program-2025-bleedpurple`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/81952c7b-cfec-479c-a8f6-2bccc296786c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/81952c7b-cfec-479c-a8f6-2bccc296786c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/81952c7b-cfec-479c-a8f6-2bccc296786c/3`,title:`TwitchCon Referral Program 2025 (bleedPurple)`,description:`This badge was earned by referring ten friends who bought their TwitchCon 2025 ticket using your unique referral link.`,click_action:`visit_url`,click_url:`https://twitchcon.com/rotterdam-2025/referral-program/`}]},{set_id:`share-the-love`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2de71f4f-b152-4308-a426-127a4cf8003a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2de71f4f-b152-4308-a426-127a4cf8003a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2de71f4f-b152-4308-a426-127a4cf8003a/3`,title:`Share the Love`,description:`This lovely badge was earned by users who shared their favorite Twitch clips in February 2025.`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2025/02/14/share-the-love-this-valentine-s-day/`}]},{set_id:`gone-bananas`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e2ba99f4-6079-44d1-8c07-4ca6b58de61f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e2ba99f4-6079-44d1-8c07-4ca6b58de61f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e2ba99f4-6079-44d1-8c07-4ca6b58de61f/3`,title:`Gone Bananas Badge`,description:`This gilded banana badge was scored by sharing a lulz-worthy clip during April Fool’s week 2025.`,click_action:`visit_url`,click_url:`http://blog.twitch.tv/2025/04/01/april-fools-day/`}]},{set_id:`twitchcon-2025---rotterdam`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f4d97fd0-437f-4d8d-b4d3-4b6d18e4705b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f4d97fd0-437f-4d8d-b4d3-4b6d18e4705b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f4d97fd0-437f-4d8d-b4d3-4b6d18e4705b/3`,title:`TwitchCon 2025`,description:`Celebrated TwitchCon’s 10 year anniversary in 2025`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/rotterdam-2025/`}]},{set_id:`clip-the-halls`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ce9e266a-f490-4fb2-9989-aee20036bfa5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ce9e266a-f490-4fb2-9989-aee20036bfa5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ce9e266a-f490-4fb2-9989-aee20036bfa5/3`,title:`Clip the Halls`,description:`For spreading the holiday cheer by sharing a clip to TikTok or YouTube during Twitch Holiday Hoopla 2024.`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/en/2024/12/02/twitch-holiday-hoopla/`}]},{set_id:`twitch-recap-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/72f2a6ac-3d9b-4406-b9e9-998b27182f61/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/72f2a6ac-3d9b-4406-b9e9-998b27182f61/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/72f2a6ac-3d9b-4406-b9e9-998b27182f61/3`,title:`Twitch Recap 2024`,description:`The Official Chat Badge of the Year. It takes hard work and KomodoHype to receive it. You should be proud to tell everyone you know about this.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/annual-recap`}]},{set_id:`subtember-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4149750c-9582-4515-9e22-da7d5437643b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4149750c-9582-4515-9e22-da7d5437643b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4149750c-9582-4515-9e22-da7d5437643b/3`,title:`SUBtember 2024`,description:`For being Subbie's friend and participating in SUBtember 2024!`,click_action:`visit_url`,click_url:`https://link.twitch.tv/subtember2024`}]},{set_id:`twitch-intern-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ae96ce48-e764-4232-aa48-d9abf9a5fdab/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ae96ce48-e764-4232-aa48-d9abf9a5fdab/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ae96ce48-e764-4232-aa48-d9abf9a5fdab/3`,title:`Twitch Intern 2024`,description:`This user was an intern at Twitch for the summer of 2024`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs/early-career/`}]},{set_id:`twitch-dj`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cf91bbc0-0332-413a-a7f3-e36bac08b624/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cf91bbc0-0332-413a-a7f3-e36bac08b624/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cf91bbc0-0332-413a-a7f3-e36bac08b624/3`,title:`Twitch DJ`,description:`This user is a DJ in the Twitch DJ Program.`,click_action:`visit_url`,click_url:`https://www.twitch.tv/dj-program`}]},{set_id:`destiny-2-the-final-shape-streamer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b1bcaf3c-d7a2-442b-b407-03f2b8ff624d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b1bcaf3c-d7a2-442b-b407-03f2b8ff624d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b1bcaf3c-d7a2-442b-b407-03f2b8ff624d/3`,title:`Destiny 2: The Final Shape Streamer`,description:`I earned this badge by taking part in the Destiny 2: The Final Shape Raid Race!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/category/destiny-2 `}]},{set_id:`destiny-2-final-shape-raid-race`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e79ee64f-31f1-4485-9c81-b93957e69f8a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e79ee64f-31f1-4485-9c81-b93957e69f8a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e79ee64f-31f1-4485-9c81-b93957e69f8a/3`,title:`Destiny 2: The Final Shape Raid Race`,description:`I earned this badge by watching Destiny 2: The Final Shape Raid Race on Twitch!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/category/destiny-2`}]},{set_id:`twitchcon-2024---san-diego`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6575f0d1-2dc2-4f45-a13f-a1a969dcf8fa/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6575f0d1-2dc2-4f45-a13f-a1a969dcf8fa/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6575f0d1-2dc2-4f45-a13f-a1a969dcf8fa/3`,title:`TwitchCon 2024 - San Diego`,description:`Attended TwitchCon San Diego 2024`,click_action:`visit_url`,click_url:`https://twitchcon.com/san-diego-2024/?utm_source=twitch&utm_medium=chat-badge&utm_campaign=tcsd24-chat-badge`}]},{set_id:`minecraft-15th-anniversary-celebration`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3`,title:`Minecraft 15th Anniversary Celebration`,description:`This badge was earned for using a special emote as part of Minecraft's 15th Anniversary Celebration on Twitch!`,click_action:`visit_url`,click_url:`https://twitch-web.app.link/e/vkOhfCa7nJb`}]},{set_id:`warcraft`,versions:[{id:`horde`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/de8b26b6-fd28-4e6c-bc89-3d597343800d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/de8b26b6-fd28-4e6c-bc89-3d597343800d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/de8b26b6-fd28-4e6c-bc89-3d597343800d/3`,title:`Horde`,description:`For the Horde!`,click_action:`visit_url`,click_url:`http://warcraftontwitch.tv/`},{id:`alliance`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4816339-bad4-4645-ae69-d1ab2076a6b0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4816339-bad4-4645-ae69-d1ab2076a6b0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4816339-bad4-4645-ae69-d1ab2076a6b0/3`,title:`Alliance`,description:`For Lordaeron!`,click_action:`visit_url`,click_url:`http://warcraftontwitch.tv/`}]},{set_id:`vip`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3`,title:`VIP`,description:`VIP`,click_action:`visit_url`,click_url:`https://help.twitch.tv/customer/en/portal/articles/659115-twitch-chat-badges-guide`}]},{set_id:`vga-champ-2017`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/03dca92e-dc69-11e7-ac5b-9f942d292dc7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/03dca92e-dc69-11e7-ac5b-9f942d292dc7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/03dca92e-dc69-11e7-ac5b-9f942d292dc7/3`,title:`2017 VGA Champ`,description:`2017 VGA Champ`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/watch-and-co-stream-the-game-awards-this-thursday-on-twitch-3d8e34d2345d`}]},{set_id:`tyranny_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0c79afdf-28ce-4b0b-9e25-4f221c30bfde/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0c79afdf-28ce-4b0b-9e25-4f221c30bfde/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0c79afdf-28ce-4b0b-9e25-4f221c30bfde/3`,title:`Tyranny`,description:`Tyranny`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Tyranny/details`}]},{set_id:`twitchconNA2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c90a753f-ab20-41bc-9c42-ede062485d2c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c90a753f-ab20-41bc-9c42-ede062485d2c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c90a753f-ab20-41bc-9c42-ede062485d2c/3`,title:`TwitchCon 2023 - Las Vegas`,description:`Attended TwitchCon Las Vegas 2023`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/en/las-vegas-2023/`}]},{set_id:`twitchconNA2020`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/3`,title:`TwitchCon 2020 - North America`,description:`Registered for TwitchCon North America 2020`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcna20`}]},{set_id:`twitchconNA2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/344d429a-0b34-48e5-a84c-14a1b5772a3a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/344d429a-0b34-48e5-a84c-14a1b5772a3a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/344d429a-0b34-48e5-a84c-14a1b5772a3a/3`,title:`TwitchCon 2022 - San Diego`,description:`Attended TwitchCon San Diego 2022`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/san-diego-2022/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcna22`}]},{set_id:`twitchconNA2019`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/569c829d-c216-4f56-a191-3db257ed657c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/569c829d-c216-4f56-a191-3db257ed657c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/569c829d-c216-4f56-a191-3db257ed657c/3`,title:`TwitchCon 2019 - San Diego`,description:`Attended TwitchCon San Diego 2019`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcna19`}]},{set_id:`twitchconEU2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a8f2084e-46b9-4bb9-ae5e-00d594aafc64/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a8f2084e-46b9-4bb9-ae5e-00d594aafc64/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a8f2084e-46b9-4bb9-ae5e-00d594aafc64/3`,title:`TwitchCon 2023 - Paris`,description:`TwitchCon 2023 - Paris`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/paris-2023/?utm_source=chat_badge`}]},{set_id:`twitchconEU2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e4744003-50b7-4eb8-9b47-a7b1616a30c6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e4744003-50b7-4eb8-9b47-a7b1616a30c6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e4744003-50b7-4eb8-9b47-a7b1616a30c6/3`,title:`TwitchCon 2022 - Amsterdam`,description:`Attended TwitchCon Amsterdam 2022`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/amsterdam-2022/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tceu22`}]},{set_id:`twitchcon2018`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e68164e4-087d-4f62-81da-d3557efae3cb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e68164e4-087d-4f62-81da-d3557efae3cb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e68164e4-087d-4f62-81da-d3557efae3cb/3`,title:`TwitchCon 2018 - San Jose`,description:`Attended TwitchCon San Jose 2018`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tc18`}]},{set_id:`twitchconAmsterdam2020`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed917c9a-1a45-4340-9c64-ca8be4348c51/3`,title:`TwitchCon 2020 - Amsterdam`,description:`Registered for TwitchCon Amsterdam 2020`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/amsterdam/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tcamsterdam20`}]},{set_id:`twitchconEU2019`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/590eee9e-f04d-474c-90e7-b304d9e74b32/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/590eee9e-f04d-474c-90e7-b304d9e74b32/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/590eee9e-f04d-474c-90e7-b304d9e74b32/3`,title:`TwitchCon 2019 - Berlin`,description:`Attended TwitchCon Berlin 2019`,click_action:`visit_url`,click_url:`https://europe.twitchcon.com/?utm_source=twitch-chat&utm_medium=badge&utm_campaign=tceu19`}]},{set_id:`twitchbot`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/3`,title:`AutoMod`,description:`AutoMod`,click_action:`visit_url`,click_url:`http://link.twitch.tv/automod_blog`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8dbdfef5-0901-457f-a644-afa77ba176e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8dbdfef5-0901-457f-a644-afa77ba176e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8dbdfef5-0901-457f-a644-afa77ba176e5/3`,title:`AutoMod`,description:`Badge type for messages that come from the automated moderation system`,click_action:null,click_url:null}]},{set_id:`twitchcon2017`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0964bed0-5c31-11e7-a90b-0739918f1d9b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0964bed0-5c31-11e7-a90b-0739918f1d9b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0964bed0-5c31-11e7-a90b-0739918f1d9b/3`,title:`TwitchCon 2017 - Long Beach`,description:`Attended TwitchCon Long Beach 2017`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/`}]},{set_id:`twitchcon-2024---rotterdam`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/95b10c66-775c-4652-9b86-10bd3a709422/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/95b10c66-775c-4652-9b86-10bd3a709422/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/95b10c66-775c-4652-9b86-10bd3a709422/3`,title:`TwitchCon 2024 - Rotterdam`,description:`Attended TwitchCon Rotterdam 2024`,click_action:`visit_url`,click_url:`https://twitchcon.com/rotterdam-2024/?utm_source=twitch&utm_medium=chat-badge&utm_campaign=tceu24-chat-badge`}]},{set_id:`twitch-recap-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4d9e9812-ba9b-48a6-8690-13f3f338ee65/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4d9e9812-ba9b-48a6-8690-13f3f338ee65/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4d9e9812-ba9b-48a6-8690-13f3f338ee65/3`,title:`Twitch Recap 2023`,description:`This user bled purple like it was their job, and was one of the most engaged members of Twitch in 2023!`,click_action:`visit_url`,click_url:`https://twitch-web.app.link/e/twitch-recap`}]},{set_id:`twitch-intern-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e239e7e0-e373-4fdf-b95e-3469aec28485/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e239e7e0-e373-4fdf-b95e-3469aec28485/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e239e7e0-e373-4fdf-b95e-3469aec28485/3`,title:`Twitch Intern 2023`,description:`This user was an intern at Twitch for the summer of 2023`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs/early-career/`}]},{set_id:`treasure-adventure-world_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/59810027-2988-4b0d-b88d-fc414c751305/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/59810027-2988-4b0d-b88d-fc414c751305/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/59810027-2988-4b0d-b88d-fc414c751305/3`,title:`Treasure Adventure World`,description:`Treasure Adventure World`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Treasure%20Adventure%20World/details`}]},{set_id:`titan-souls_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/092a7ce2-709c-434f-8df4-a6b075ef867d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/092a7ce2-709c-434f-8df4-a6b075ef867d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/092a7ce2-709c-434f-8df4-a6b075ef867d/3`,title:`Titan Souls`,description:`Titan Souls`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Titan%20Souls/details`}]},{set_id:`this-war-of-mine_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6a20f814-cb2c-414e-89cc-f8dd483e1785/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6a20f814-cb2c-414e-89cc-f8dd483e1785/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6a20f814-cb2c-414e-89cc-f8dd483e1785/3`,title:`This War of Mine`,description:`This War of Mine`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/This%20War%20of%20Mine/details`}]},{set_id:`the-surge_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2c4d7e95-e138-4dde-a783-7956a8ecc408/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2c4d7e95-e138-4dde-a783-7956a8ecc408/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2c4d7e95-e138-4dde-a783-7956a8ecc408/3`,title:`The Surge`,description:`The Surge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Surge/details`}]},{set_id:`the-surge_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c9f69d89-31c8-41aa-843b-fee956dfbe23/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c9f69d89-31c8-41aa-843b-fee956dfbe23/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c9f69d89-31c8-41aa-843b-fee956dfbe23/3`,title:`The Surge`,description:`The Surge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Surge/details`}]},{set_id:`the-surge_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0a8fc2d4-3125-4ccb-88db-e970dfbee189/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0a8fc2d4-3125-4ccb-88db-e970dfbee189/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0a8fc2d4-3125-4ccb-88db-e970dfbee189/3`,title:`The Surge`,description:`The Surge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Surge/details`}]},{set_id:`the-golden-predictor-of-the-game-awards-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c84c4dd7-9318-4e8b-9f01-1612d3f83dae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c84c4dd7-9318-4e8b-9f01-1612d3f83dae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c84c4dd7-9318-4e8b-9f01-1612d3f83dae/3`,title:`The Golden Predictor of the Game Awards 2023`,description:`You've predicted the entire 2023 Game Awards perfectly, here is a special gift for your work. Go ahead, show it off!`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2023/11/30/the-2023-game-awards-is-live-on-twitch-december-7th/`}]},{set_id:`the-game-awards-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/10cf46de-61e7-4a42-807a-7898408ce352/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/10cf46de-61e7-4a42-807a-7898408ce352/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/10cf46de-61e7-4a42-807a-7898408ce352/3`,title:`The Game Awards 2023`,description:`You’ve completed all categories of the 2023 Twitch Predicts: The Game Awards extension!`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2023/11/30/the-2023-game-awards-is-live-on-twitch-december-7th/`}]},{set_id:`superhot_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5a06922-83b5-40cb-885f-bcffd3cd6c68/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5a06922-83b5-40cb-885f-bcffd3cd6c68/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5a06922-83b5-40cb-885f-bcffd3cd6c68/3`,title:`Superhot`,description:`Superhot`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/superhot/details`}]},{set_id:`strafe_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0051508d-2d42-4e4b-a328-c86b04510ca4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0051508d-2d42-4e4b-a328-c86b04510ca4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0051508d-2d42-4e4b-a328-c86b04510ca4/3`,title:`Strafe`,description:`Strafe`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/strafe/details`}]},{set_id:`streamer-awards-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/efc07d3d-46e4-4738-827b-a5bf3508983a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/efc07d3d-46e4-4738-827b-a5bf3508983a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/efc07d3d-46e4-4738-827b-a5bf3508983a/3`,title:`Streamer Awards 2024`,description:`You've completed all categories of the 2024 Twitch Predicts: The Streamer Awards extension!`,click_action:`visit_url`,click_url:`https://thestreamerawards.com/home`}]},{set_id:`starbound_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e838e742-0025-4646-9772-18a87ba99358/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e838e742-0025-4646-9772-18a87ba99358/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e838e742-0025-4646-9772-18a87ba99358/3`,title:`Starbound`,description:`Starbound`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Starbound/details`}]},{set_id:`staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/3`,title:`Staff`,description:`Twitch Staff`,click_action:`visit_url`,click_url:`https://www.twitch.tv/jobs?ref=chat_badge`}]},{set_id:`samusoffer_beta`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/aa960159-a7b8-417e-83c1-035e4bc2deb5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/aa960159-a7b8-417e-83c1-035e4bc2deb5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/aa960159-a7b8-417e-83c1-035e4bc2deb5/3`,title:`beta_title1`,description:`beta_title1`,click_action:`visit_url`,click_url:`https://twitch.amazon.com/prime`}]},{set_id:`rplace-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e33e0c67-c380-4241-828a-099c46e51c66/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e33e0c67-c380-4241-828a-099c46e51c66/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e33e0c67-c380-4241-828a-099c46e51c66/3`,title:`r/place 2023 Cake`,description:`A very delicious badge earned by watching Reddit's r/place 2023 event on Twitch Rivals or other participating channels.`,click_action:`visit_url`,click_url:`https://www.reddit.com/r/place/`}]},{set_id:`rift_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f939686b-2892-46a4-9f0d-5f582578173e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f939686b-2892-46a4-9f0d-5f582578173e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f939686b-2892-46a4-9f0d-5f582578173e/3`,title:`RIFT`,description:`RIFT`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Rift/details`}]},{set_id:`raiden-v-directors-cut_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/441b50ae-a2e3-11e7-8a3e-6bff0c840878/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/441b50ae-a2e3-11e7-8a3e-6bff0c840878/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/441b50ae-a2e3-11e7-8a3e-6bff0c840878/3`,title:`Raiden V`,description:`Raiden V`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Raiden%20V/details`}]},{set_id:`psychonauts_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a9811799-dce3-475f-8feb-3745ad12b7ea/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a9811799-dce3-475f-8feb-3745ad12b7ea/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a9811799-dce3-475f-8feb-3745ad12b7ea/3`,title:`Psychonauts`,description:`Psychonauts`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Psychonauts/details`}]},{set_id:`premium`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bbbe0db0-a598-423e-86d0-f9fb98ca1933/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bbbe0db0-a598-423e-86d0-f9fb98ca1933/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bbbe0db0-a598-423e-86d0-f9fb98ca1933/3`,title:`Prime Gaming`,description:`Prime Gaming`,click_action:`visit_url`,click_url:`https://gaming.amazon.com`}]},{set_id:`overwatch-league-insider_2019B`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5860811-d714-4413-9433-d6b1c9fc803c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5860811-d714-4413-9433-d6b1c9fc803c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5860811-d714-4413-9433-d6b1c9fc803c/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/75f05d4b-3042-415c-8b0b-e87620a24daf/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/75f05d4b-3042-415c-8b0b-e87620a24daf/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/75f05d4b-3042-415c-8b0b-e87620a24daf/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/765a0dcf-2a94-43ff-9b9c-ef6c209b90cd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/765a0dcf-2a94-43ff-9b9c-ef6c209b90cd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/765a0dcf-2a94-43ff-9b9c-ef6c209b90cd/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a8ae0ccd-783d-460d-93ee-57c485c558a6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a8ae0ccd-783d-460d-93ee-57c485c558a6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a8ae0ccd-783d-460d-93ee-57c485c558a6/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/be87fd6d-1560-4e33-9ba4-2401b58d901f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/be87fd6d-1560-4e33-9ba4-2401b58d901f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/be87fd6d-1560-4e33-9ba4-2401b58d901f/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`partner`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/3`,title:`Verified`,description:`Verified`,click_action:`visit_url`,click_url:`https://blog.twitch.tv/2017/04/24/the-verified-badge-is-here-13381bc05735`}]},{set_id:`overwatch-league-insider_2019A`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca980da1-3639-48a6-95a3-a03b002eb0e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca980da1-3639-48a6-95a3-a03b002eb0e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca980da1-3639-48a6-95a3-a03b002eb0e5/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ab7fa7a7-c2d9-403f-9f33-215b29b43ce4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ab7fa7a7-c2d9-403f-9f33-215b29b43ce4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ab7fa7a7-c2d9-403f-9f33-215b29b43ce4/3`,title:`OWL All-Access Pass 2019`,description:`OWL All-Access Pass 2019`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`okhlos_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/dc088bd6-8965-4907-a1a2-c0ba83874a7d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/dc088bd6-8965-4907-a1a2-c0ba83874a7d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/dc088bd6-8965-4907-a1a2-c0ba83874a7d/3`,title:`Okhlos`,description:`Okhlos`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Okhlos/details`}]},{set_id:`overwatch-league-insider_2018B`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/34ec1979-d9bb-4706-ad15-464de814a79d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/34ec1979-d9bb-4706-ad15-464de814a79d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/34ec1979-d9bb-4706-ad15-464de814a79d/3`,title:`OWL All-Access Pass 2018`,description:`OWL All-Access Pass 2018`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`overwatch-league-insider_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/51e9e0aa-12e3-48ce-b961-421af0787dad/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/51e9e0aa-12e3-48ce-b961-421af0787dad/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/51e9e0aa-12e3-48ce-b961-421af0787dad/3`,title:`OWL All-Access Pass 2018`,description:`OWL All-Access Pass 2018`,click_action:`visit_url`,click_url:`https://www.twitch.tv/overwatchleague`}]},{set_id:`kingdom-new-lands_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e3c2a67e-ef80-4fe3-ae41-b933cd11788a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e3c2a67e-ef80-4fe3-ae41-b933cd11788a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e3c2a67e-ef80-4fe3-ae41-b933cd11788a/3`,title:`Kingdom: New Lands`,description:`Kingdom: New Lands`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Kingdom:%20New%20Lands/details`}]},{set_id:`jackbox-party-pack_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0f964fc1-f439-485f-a3c0-905294ee70e8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0f964fc1-f439-485f-a3c0-905294ee70e8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0f964fc1-f439-485f-a3c0-905294ee70e8/3`,title:`Jackbox Party Pack`,description:`Jackbox Party Pack`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/The%20Jackbox%20Party%20Pack/details`}]},{set_id:`innerspace_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc7d6018-657a-40e4-9246-0acdc85886d1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc7d6018-657a-40e4-9246-0acdc85886d1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc7d6018-657a-40e4-9246-0acdc85886d1/3`,title:`Innerspace`,description:`Innerspace`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Innerspace/details`}]},{set_id:`innerspace_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/97532ccd-6a07-42b5-aecf-3458b6b3ebea/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/97532ccd-6a07-42b5-aecf-3458b6b3ebea/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/97532ccd-6a07-42b5-aecf-3458b6b3ebea/3`,title:`Innerspace`,description:`Innerspace`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Innerspace/details`}]},{set_id:`hype-train`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fae4086c-3190-44d4-83c8-8ef0cbe1a515/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fae4086c-3190-44d4-83c8-8ef0cbe1a515/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fae4086c-3190-44d4-83c8-8ef0cbe1a515/3`,title:`Current Hype Train Conductor`,description:`Top supporter during the most recent hype train`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/hype-train-guide`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9c8d038a-3a29-45ea-96d4-5031fb1a7a81/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9c8d038a-3a29-45ea-96d4-5031fb1a7a81/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9c8d038a-3a29-45ea-96d4-5031fb1a7a81/3`,title:`Former Hype Train Conductor`,description:`Top supporter during prior hype trains`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/hype-train-guide`}]},{set_id:`hello_neighbor_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/030cab2c-5d14-11e7-8d91-43a5a4306286/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/030cab2c-5d14-11e7-8d91-43a5a4306286/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/030cab2c-5d14-11e7-8d91-43a5a4306286/3`,title:`Hello Neighbor`,description:`Hello Neighbor`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Hello%20Neighbor/details`}]},{set_id:`gold-pixel-heart`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1687873b-cf38-412c-aad3-f9a4ce17f8b6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1687873b-cf38-412c-aad3-f9a4ce17f8b6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1687873b-cf38-412c-aad3-f9a4ce17f8b6/3`,title:`Gold Pixel Heart`,description:`Thank you for donating via the Twitch Charity tool during Twitch Together for Good 2023!`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/twitch-charity`}]},{set_id:`heavy-bullets_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc83b76b-f8b2-4519-9f61-6faf84eef4cd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc83b76b-f8b2-4519-9f61-6faf84eef4cd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc83b76b-f8b2-4519-9f61-6faf84eef4cd/3`,title:`Heavy Bullets`,description:`Heavy Bullets`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Heavy%20Bullets/details`}]},{set_id:`glitchcon2020`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1d4b03b9-51ea-42c9-8f29-698e3c85be3d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1d4b03b9-51ea-42c9-8f29-698e3c85be3d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1d4b03b9-51ea-42c9-8f29-698e3c85be3d/3`,title:`GlitchCon 2020`,description:`Earned for Watching Glitchcon 2020`,click_action:`visit_url`,click_url:`https://www.twitchcon.com/`}]},{set_id:`glhf-pledge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3158e758-3cb4-43c5-94b3-7639810451c5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3158e758-3cb4-43c5-94b3-7639810451c5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3158e758-3cb4-43c5-94b3-7639810451c5/3`,title:`GLHF Pledge`,description:`Signed the GLHF pledge in support for inclusive gaming communities`,click_action:`visit_url`,click_url:`https://www.anykey.org/pledge`}]},{set_id:`getting-over-it_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bb620b42-e0e1-4373-928e-d4a732f99ccb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bb620b42-e0e1-4373-928e-d4a732f99ccb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bb620b42-e0e1-4373-928e-d4a732f99ccb/3`,title:`Getting Over It`,description:`Getting Over It`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Getting%20Over%20It/details`}]},{set_id:`getting-over-it_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8d4e178c-81ec-4c71-af68-745b40733984/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8d4e178c-81ec-4c71-af68-745b40733984/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8d4e178c-81ec-4c71-af68-745b40733984/3`,title:`Getting Over It`,description:`Getting Over It`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Getting%20Over%20It/details`}]},{set_id:`frozen-synapse_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d4bd464d-55ea-4238-a11d-744f034e2375/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d4bd464d-55ea-4238-a11d-744f034e2375/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d4bd464d-55ea-4238-a11d-744f034e2375/3`,title:`Frozen Synapse`,description:`Frozen Synapse`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Frozen%20Synapse/details`}]},{set_id:`founder`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/511b78a9-ab37-472f-9569-457753bbe7d3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/511b78a9-ab37-472f-9569-457753bbe7d3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/511b78a9-ab37-472f-9569-457753bbe7d3/3`,title:`Founder`,description:`Founder`,click_action:`visit_url`,click_url:`https://help.twitch.tv/s/article/founders-badge`}]},{set_id:`frozen-cortext_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2015f087-01b5-4a01-a2bb-ecb4d6be5240/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2015f087-01b5-4a01-a2bb-ecb4d6be5240/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2015f087-01b5-4a01-a2bb-ecb4d6be5240/3`,title:`Frozen Cortext`,description:`Frozen Cortext`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Frozen%20Cortex/details`}]},{set_id:`firewatch_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b6bf4889-4902-49e2-9658-c0132e71c9c4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b6bf4889-4902-49e2-9658-c0132e71c9c4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b6bf4889-4902-49e2-9658-c0132e71c9c4/3`,title:`Firewatch`,description:`Firewatch`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Firewatch/details`}]},{set_id:`enter-the-gungeon_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/53c9af0b-84f6-4f9d-8c80-4bc51321a37d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/53c9af0b-84f6-4f9d-8c80-4bc51321a37d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/53c9af0b-84f6-4f9d-8c80-4bc51321a37d/3`,title:`Enter The Gungeon`,description:`Enter The Gungeon`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Enter%20the%20Gungeon/details`}]},{set_id:`duelyst_5`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/290419b6-484a-47da-ad14-a99d6581f758/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/290419b6-484a-47da-ad14-a99d6581f758/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/290419b6-484a-47da-ad14-a99d6581f758/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_6`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5e54a4b-0bf1-463a-874a-38524579aed0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5e54a4b-0bf1-463a-874a-38524579aed0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5e54a4b-0bf1-463a-874a-38524579aed0/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_7`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cf508179-3183-4987-97e0-56ca44babb9f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cf508179-3183-4987-97e0-56ca44babb9f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cf508179-3183-4987-97e0-56ca44babb9f/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1938acd3-2d18-471d-b1af-44f2047c033c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1938acd3-2d18-471d-b1af-44f2047c033c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1938acd3-2d18-471d-b1af-44f2047c033c/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_4`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/39e717a8-00bc-49cc-b6d4-3ea91ee1be25/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/39e717a8-00bc-49cc-b6d4-3ea91ee1be25/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/39e717a8-00bc-49cc-b6d4-3ea91ee1be25/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/344c07fc-1632-47c6-9785-e62562a6b760/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/344c07fc-1632-47c6-9785-e62562a6b760/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/344c07fc-1632-47c6-9785-e62562a6b760/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`duelyst_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7d9c12f4-a2ac-4e88-8026-d1a330468282/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7d9c12f4-a2ac-4e88-8026-d1a330468282/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7d9c12f4-a2ac-4e88-8026-d1a330468282/3`,title:`Duelyst`,description:`Duelyst`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Duelyst/details`}]},{set_id:`devilian_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3cb92b57-1eef-451c-ac23-4d748128b2c5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3cb92b57-1eef-451c-ac23-4d748128b2c5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3cb92b57-1eef-451c-ac23-4d748128b2c5/3`,title:`Devilian`,description:`Devilian`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devilian/details`}]},{set_id:`devil-may-cry-hd_4`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/af836b94-8ffd-4c0a-b7d8-a92fad5e3015/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/af836b94-8ffd-4c0a-b7d8-a92fad5e3015/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/af836b94-8ffd-4c0a-b7d8-a92fad5e3015/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`devil-may-cry-hd_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/df84c5bf-8d66-48e2-b9fb-c014cc9b3945/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/df84c5bf-8d66-48e2-b9fb-c014cc9b3945/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/df84c5bf-8d66-48e2-b9fb-c014cc9b3945/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`devil-may-cry-hd_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/408548fe-aa74-4d53-b5e9-960103d9b865/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/408548fe-aa74-4d53-b5e9-960103d9b865/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/408548fe-aa74-4d53-b5e9-960103d9b865/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`devil-may-cry-hd_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/633877d4-a91c-4c36-b75b-803f82b1352f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/633877d4-a91c-4c36-b75b-803f82b1352f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/633877d4-a91c-4c36-b75b-803f82b1352f/3`,title:`Devil May Cry HD Collection`,description:`Devil May Cry HD Collection`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Devil%20May%20Cry%20HD%20Collection/details`}]},{set_id:`deceit_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b14fef48-4ff9-4063-abf6-579489234fe9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b14fef48-4ff9-4063-abf6-579489234fe9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b14fef48-4ff9-4063-abf6-579489234fe9/3`,title:`Deceit`,description:`Deceit`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Deceit/details`}]},{set_id:`darkest-dungeon_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/52a98ddd-cc79-46a8-9fe3-30f8c719bc2d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/52a98ddd-cc79-46a8-9fe3-30f8c719bc2d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/52a98ddd-cc79-46a8-9fe3-30f8c719bc2d/3`,title:`Darkest Dungeon`,description:`Darkest Dungeon`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Darkest%20Dungeon/details`}]},{set_id:`cuphead_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4384659a-a2e3-11e7-a564-87f6b1288bab/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4384659a-a2e3-11e7-a564-87f6b1288bab/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4384659a-a2e3-11e7-a564-87f6b1288bab/3`,title:`Cuphead`,description:`Cuphead`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Cuphead/details`}]},{set_id:`clip-champ`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f38976e0-ffc9-11e7-86d6-7f98b26a9d79/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f38976e0-ffc9-11e7-86d6-7f98b26a9d79/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f38976e0-ffc9-11e7-86d6-7f98b26a9d79/3`,title:`Power Clipper`,description:`Power Clipper`,click_action:`visit_url`,click_url:`https://help.twitch.tv/customer/portal/articles/2918323-clip-champs-guide`}]},{set_id:`broken-age_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/56885ed2-9a09-4c8e-8131-3eb9ec15af94/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/56885ed2-9a09-4c8e-8131-3eb9ec15af94/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/56885ed2-9a09-4c8e-8131-3eb9ec15af94/3`,title:`Broken Age`,description:`Broken Age`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Broken%20Age/details`}]},{set_id:`bubsy-the-woolies_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c8129382-1f4e-4d15-a8d2-48bdddba9b81/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c8129382-1f4e-4d15-a8d2-48bdddba9b81/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c8129382-1f4e-4d15-a8d2-48bdddba9b81/3`,title:`Bubsy: The Woolies Strike Back`,description:`Bubsy: The Woolies Strike Back`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Bubsy:%20The%20Woolies%20Strike%20Back/details`}]},{set_id:`bits-leader`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8bedf8c3-7a6d-4df2-b62f-791b96a5dd31/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8bedf8c3-7a6d-4df2-b62f-791b96a5dd31/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8bedf8c3-7a6d-4df2-b62f-791b96a5dd31/3`,title:`Bits Leader 1`,description:`Ranked as a top cheerer on this channel`,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f04baac7-9141-4456-a0e7-6301bcc34138/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f04baac7-9141-4456-a0e7-6301bcc34138/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f04baac7-9141-4456-a0e7-6301bcc34138/3`,title:`Bits Leader 2`,description:`Ranked as a top cheerer on this channel`,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f1d2aab6-b647-47af-965b-84909cf303aa/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f1d2aab6-b647-47af-965b-84909cf303aa/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f1d2aab6-b647-47af-965b-84909cf303aa/3`,title:`Bits Leader 3`,description:`Ranked as a top cheerer on this channel`,click_action:`visit_url`,click_url:`https://bits.twitch.tv`}]},{set_id:`brawlhalla_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bf6d6579-ab02-4f0a-9f64-a51c37040858/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bf6d6579-ab02-4f0a-9f64-a51c37040858/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bf6d6579-ab02-4f0a-9f64-a51c37040858/3`,title:`Brawlhalla`,description:`Brawlhalla`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Brawlhalla/details`}]},{set_id:`bits`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/73b5c3fb-24f9-4a82-a852-2f475b59411c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/73b5c3fb-24f9-4a82-a852-2f475b59411c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/73b5c3fb-24f9-4a82-a852-2f475b59411c/3`,title:`cheer 1`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`100`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/3`,title:`cheer 100`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0d85a29e-79ad-4c63-a285-3acd2c66f2ba/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0d85a29e-79ad-4c63-a285-3acd2c66f2ba/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0d85a29e-79ad-4c63-a285-3acd2c66f2ba/3`,title:`cheer 1000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`5000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/57cd97fc-3e9e-4c6d-9d41-60147137234e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/57cd97fc-3e9e-4c6d-9d41-60147137234e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/57cd97fc-3e9e-4c6d-9d41-60147137234e/3`,title:`cheer 5000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`10000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/68af213b-a771-4124-b6e3-9bb6d98aa732/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/68af213b-a771-4124-b6e3-9bb6d98aa732/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/68af213b-a771-4124-b6e3-9bb6d98aa732/3`,title:`cheer 10000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`25000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/64ca5920-c663-4bd8-bfb1-751b4caea2dd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/64ca5920-c663-4bd8-bfb1-751b4caea2dd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/64ca5920-c663-4bd8-bfb1-751b4caea2dd/3`,title:`cheer 25000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`50000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/62310ba7-9916-4235-9eba-40110d67f85d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/62310ba7-9916-4235-9eba-40110d67f85d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/62310ba7-9916-4235-9eba-40110d67f85d/3`,title:`cheer 50000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`75000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ce491fa4-b24f-4f3b-b6ff-44b080202792/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ce491fa4-b24f-4f3b-b6ff-44b080202792/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ce491fa4-b24f-4f3b-b6ff-44b080202792/3`,title:`cheer 75000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`100000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/96f0540f-aa63-49e1-a8b3-259ece3bd098/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/96f0540f-aa63-49e1-a8b3-259ece3bd098/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/96f0540f-aa63-49e1-a8b3-259ece3bd098/3`,title:`cheer 100000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`200000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4a0b90c4-e4ef-407f-84fe-36b14aebdbb6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4a0b90c4-e4ef-407f-84fe-36b14aebdbb6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4a0b90c4-e4ef-407f-84fe-36b14aebdbb6/3`,title:`cheer 200000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`300000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ac13372d-2e94-41d1-ae11-ecd677f69bb6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ac13372d-2e94-41d1-ae11-ecd677f69bb6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ac13372d-2e94-41d1-ae11-ecd677f69bb6/3`,title:`cheer 300000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`400000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a8f393af-76e6-4aa2-9dd0-7dcc1c34f036/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a8f393af-76e6-4aa2-9dd0-7dcc1c34f036/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a8f393af-76e6-4aa2-9dd0-7dcc1c34f036/3`,title:`cheer 400000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f6932b57-6a6e-4062-a770-dfbd9f4302e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f6932b57-6a6e-4062-a770-dfbd9f4302e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f6932b57-6a6e-4062-a770-dfbd9f4302e5/3`,title:`cheer 500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`600000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4d908059-f91c-4aef-9acb-634434f4c32e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4d908059-f91c-4aef-9acb-634434f4c32e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4d908059-f91c-4aef-9acb-634434f4c32e/3`,title:`cheer 600000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`700000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a1d2a824-f216-4b9f-9642-3de8ed370957/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a1d2a824-f216-4b9f-9642-3de8ed370957/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a1d2a824-f216-4b9f-9642-3de8ed370957/3`,title:`cheer 700000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`800000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5ec2ee3e-5633-4c2a-8e77-77473fe409e6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5ec2ee3e-5633-4c2a-8e77-77473fe409e6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5ec2ee3e-5633-4c2a-8e77-77473fe409e6/3`,title:`cheer 800000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`900000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/088c58c6-7c38-45ba-8f73-63ef24189b84/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/088c58c6-7c38-45ba-8f73-63ef24189b84/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/088c58c6-7c38-45ba-8f73-63ef24189b84/3`,title:`cheer 900000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/494d1c8e-c3b2-4d88-8528-baff57c9bd3f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/494d1c8e-c3b2-4d88-8528-baff57c9bd3f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/494d1c8e-c3b2-4d88-8528-baff57c9bd3f/3`,title:`cheer 1000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1250000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ce217209-4615-4bf8-81e3-57d06b8b9dc7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ce217209-4615-4bf8-81e3-57d06b8b9dc7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ce217209-4615-4bf8-81e3-57d06b8b9dc7/3`,title:`cheer 1250000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4eba5b4-17a7-40a1-a668-bc1972c1e24d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4eba5b4-17a7-40a1-a668-bc1972c1e24d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4eba5b4-17a7-40a1-a668-bc1972c1e24d/3`,title:`cheer 1500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`1750000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/183f1fd8-aaf4-450c-a413-e53f839f0f82/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/183f1fd8-aaf4-450c-a413-e53f839f0f82/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/183f1fd8-aaf4-450c-a413-e53f839f0f82/3`,title:`cheer 1750000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`2000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7ea89c53-1a3b-45f9-9223-d97ae19089f2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7ea89c53-1a3b-45f9-9223-d97ae19089f2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7ea89c53-1a3b-45f9-9223-d97ae19089f2/3`,title:`cheer 2000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`2500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cf061daf-d571-4811-bcc2-c55c8792bc8f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cf061daf-d571-4811-bcc2-c55c8792bc8f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cf061daf-d571-4811-bcc2-c55c8792bc8f/3`,title:`cheer 2500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`3000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5671797f-5e9f-478c-a2b5-eb086c8928cf/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5671797f-5e9f-478c-a2b5-eb086c8928cf/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5671797f-5e9f-478c-a2b5-eb086c8928cf/3`,title:`cheer 3000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`3500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c3d218f5-1e45-419d-9c11-033a1ae54d3a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c3d218f5-1e45-419d-9c11-033a1ae54d3a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c3d218f5-1e45-419d-9c11-033a1ae54d3a/3`,title:`cheer 3500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`4000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/79fe642a-87f3-40b1-892e-a341747b6e08/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/79fe642a-87f3-40b1-892e-a341747b6e08/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/79fe642a-87f3-40b1-892e-a341747b6e08/3`,title:`cheer 4000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`4500000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/736d4156-ac67-4256-a224-3e6e915436db/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/736d4156-ac67-4256-a224-3e6e915436db/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/736d4156-ac67-4256-a224-3e6e915436db/3`,title:`cheer 4500000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`},{id:`5000000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3f085f85-8d15-4a03-a829-17fca7bf1bc2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3f085f85-8d15-4a03-a829-17fca7bf1bc2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3f085f85-8d15-4a03-a829-17fca7bf1bc2/3`,title:`cheer 5000000`,description:` `,click_action:`visit_url`,click_url:`https://bits.twitch.tv`}]},{set_id:`bits-charity`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a539dc18-ae19-49b0-98c4-8391a594332b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a539dc18-ae19-49b0-98c4-8391a594332b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a539dc18-ae19-49b0-98c4-8391a594332b/3`,title:`Direct Relief - Charity 2018`,description:`Supported their favorite streamer during the 2018 Blizzard of Bits`,click_action:`visit_url`,click_url:`https://link.twitch.tv/blizzardofbits`}]},{set_id:`battlechefbrigade_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/107ebb20-4fcd-449a-9931-cd3f81b84c70/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/107ebb20-4fcd-449a-9931-cd3f81b84c70/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/107ebb20-4fcd-449a-9931-cd3f81b84c70/3`,title:`Battle Chef Brigade`,description:`Battle Chef Brigade`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battle%20Chef%20Brigade/details`}]},{set_id:`battlerite_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/484ebda9-f7fa-4c67-b12b-c80582f3cc61/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/484ebda9-f7fa-4c67-b12b-c80582f3cc61/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/484ebda9-f7fa-4c67-b12b-c80582f3cc61/3`,title:`Battlerite`,description:`Battlerite`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battlerite/details`}]},{set_id:`battlechefbrigade_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ef1e96e8-a0f9-40b6-87af-2977d3c004bb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ef1e96e8-a0f9-40b6-87af-2977d3c004bb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ef1e96e8-a0f9-40b6-87af-2977d3c004bb/3`,title:`Battle Chef Brigade`,description:`Battle Chef Brigade`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battle%20Chef%20Brigade/details`}]},{set_id:`battlechefbrigade_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/24e32e67-33cd-4227-ad96-f0a7fc836107/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/24e32e67-33cd-4227-ad96-f0a7fc836107/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/24e32e67-33cd-4227-ad96-f0a7fc836107/3`,title:`Battle Chef Brigade`,description:`Battle Chef Brigade`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Battle%20Chef%20Brigade/details`}]},{set_id:`axiom-verge_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f209b747-45ee-42f6-8baf-ea7542633d10/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f209b747-45ee-42f6-8baf-ea7542633d10/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f209b747-45ee-42f6-8baf-ea7542633d10/3`,title:`Axiom Verge`,description:`Axiom Verge`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Axiom%20Verge/details`}]},{set_id:`anomaly-2_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d1d1ad54-40a6-492b-882e-dcbdce5fa81e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d1d1ad54-40a6-492b-882e-dcbdce5fa81e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d1d1ad54-40a6-492b-882e-dcbdce5fa81e/3`,title:`Anomaly 2`,description:`Anomaly 2`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Anomaly%202/details`}]},{set_id:`anomaly-warzone-earth_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/858be873-fb1f-47e5-ad34-657f40d3d156/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/858be873-fb1f-47e5-ad34-657f40d3d156/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/858be873-fb1f-47e5-ad34-657f40d3d156/3`,title:`Anomaly Warzone Earth`,description:`Anomaly Warzone Earth`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/Anomaly:%20Warzone%20Earth/details`}]},{set_id:`ambassador`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2cbc339f-34f4-488a-ae51-efdf74f4e323/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2cbc339f-34f4-488a-ae51-efdf74f4e323/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2cbc339f-34f4-488a-ae51-efdf74f4e323/3`,title:`Twitch Ambassador`,description:`Twitch Ambassador`,click_action:`visit_url`,click_url:`https://www.twitch.tv/team/ambassadors`}]},{set_id:`H1Z1_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc71386c-86cd-11e7-a55d-43f591dc0c71/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc71386c-86cd-11e7-a55d-43f591dc0c71/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc71386c-86cd-11e7-a55d-43f591dc0c71/3`,title:`H1Z1`,description:`H1Z1`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/H1Z1/details`}]},{set_id:`60-seconds_3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f4306617-0f96-476f-994e-5304f81bcc6e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f4306617-0f96-476f-994e-5304f81bcc6e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f4306617-0f96-476f-994e-5304f81bcc6e/3`,title:`60 Seconds!`,description:`60 Seconds!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/60%20Seconds!/details`}]},{set_id:`60-seconds_2`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/64513f7d-21dd-4a05-a699-d73761945cf9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/64513f7d-21dd-4a05-a699-d73761945cf9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/64513f7d-21dd-4a05-a699-d73761945cf9/3`,title:`60 Seconds!`,description:`60 Seconds!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/60%20Seconds!/details`}]},{set_id:`60-seconds_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1e7252f9-7e80-4d3d-ae42-319f030cca99/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1e7252f9-7e80-4d3d-ae42-319f030cca99/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1e7252f9-7e80-4d3d-ae42-319f030cca99/3`,title:`60 Seconds!`,description:`60 Seconds!`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/60%20Seconds!/details`}]},{set_id:`1979-revolution_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7833bb6e-d20d-48ff-a58d-67fe827a4f84/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7833bb6e-d20d-48ff-a58d-67fe827a4f84/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7833bb6e-d20d-48ff-a58d-67fe827a4f84/3`,title:`1979 Revolution`,description:`1979 Revolution`,click_action:`visit_url`,click_url:`https://www.twitch.tv/directory/game/1979%20Revolution/details`}]},{set_id:`10-years-as-twitch-staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e48bfab8-6697-4c5b-84df-e64fb0150701/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e48bfab8-6697-4c5b-84df-e64fb0150701/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e48bfab8-6697-4c5b-84df-e64fb0150701/3`,title:`10 years as Twitch Staff`,description:`Celebrating 10 years as Twitch Staff!`,click_action:null,click_url:null}]},{set_id:`15-years-as-twitch-staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/523802ec-086b-4dec-b441-90e28b0806d8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/523802ec-086b-4dec-b441-90e28b0806d8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/523802ec-086b-4dec-b441-90e28b0806d8/3`,title:`15 years as Twitch Staff`,description:`Celebrating 15 years as Twitch Staff!`,click_action:null,click_url:null}]},{set_id:`5-years-as-twitch-staff`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d53671d0-0ce0-4706-905f-7fe8b122a27a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d53671d0-0ce0-4706-905f-7fe8b122a27a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d53671d0-0ce0-4706-905f-7fe8b122a27a/3`,title:`5 years as Twitch Staff`,description:`Celebrating 5 years as Twitch Staff!`,click_action:null,click_url:null}]},{set_id:`aang`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/dfc8243b-037c-4e5e-a8f3-87ad1f01850d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/dfc8243b-037c-4e5e-a8f3-87ad1f01850d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/dfc8243b-037c-4e5e-a8f3-87ad1f01850d/3`,title:`Aang`,description:`This badge was earned by subscribing or gifting a sub to an Avatar Legends: The Fighting Game streamer!`,click_action:null,click_url:null}]},{set_id:`admin`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/3`,title:`Admin`,description:`Twitch Admin`,click_action:null,click_url:null}]},{set_id:`alone`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/10ba11a2-0171-42b6-9bba-8f2f14248172/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/10ba11a2-0171-42b6-9bba-8f2f14248172/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/10ba11a2-0171-42b6-9bba-8f2f14248172/3`,title:`Alone`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Little Nightmares III category during launch.`,click_action:null,click_url:null}]},{set_id:`anonymous-cheerer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca3db7f7-18f5-487e-a329-cd0b538ee979/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca3db7f7-18f5-487e-a329-cd0b538ee979/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca3db7f7-18f5-487e-a329-cd0b538ee979/3`,title:`Anonymous Cheerer`,description:`Anonymous Cheerer`,click_action:null,click_url:null}]},{set_id:`arc-raiders-launch-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d4aa495f-a0e4-4ab4-b3eb-7c2ea573b03f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d4aa495f-a0e4-4ab4-b3eb-7c2ea573b03f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d4aa495f-a0e4-4ab4-b3eb-7c2ea573b03f/3`,title:`Arc Raiders Launch 2025`,description:`This badge was earned by subscribing or gifting a sub to an Arc Raiders streamer during launch!`,click_action:null,click_url:null}]},{set_id:`arcane-season-2-premiere`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1d833bde-edc7-4d23-b7b6-ad5a13296675/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1d833bde-edc7-4d23-b7b6-ad5a13296675/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1d833bde-edc7-4d23-b7b6-ad5a13296675/3`,title:`Arcane Season 2 Premiere`,description:`This badge was earned by watching the premiere of Arcane Season 2!`,click_action:null,click_url:null}]},{set_id:`artist-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/3`,title:`Artist`,description:`Artist on this Channel`,click_action:null,click_url:null}]},{set_id:`battlefield-6`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d7750af0-caca-47c5-b207-1af9be69ce1b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d7750af0-caca-47c5-b207-1af9be69ce1b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d7750af0-caca-47c5-b207-1af9be69ce1b/3`,title:`Battlefield 6`,description:`This badge was earned by subscribing to a streamer playing Battlefield 6.`,click_action:null,click_url:null}]},{set_id:`bingbonglove`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4ffa02fc-ae89-4557-95ca-b9fc65909bd0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4ffa02fc-ae89-4557-95ca-b9fc65909bd0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4ffa02fc-ae89-4557-95ca-b9fc65909bd0/3`,title:`BingBongLove`,description:`This badge was earned by tuning in to a PEAK stream for 15 minutes from February 13 - 28, 2026!`,click_action:null,click_url:null}]},{set_id:`black-ops-7-global-launch`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e225aad6-3780-4bdc-ae38-48d3ab7dc36e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e225aad6-3780-4bdc-ae38-48d3ab7dc36e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e225aad6-3780-4bdc-ae38-48d3ab7dc36e/3`,title:`Black Ops 7 Global Launch`,description:`This badge was earned by subscribing to a COD: Black Ops 7 streamer during launch!`,click_action:null,click_url:null}]},{set_id:`borderlands-4-badge---ripper`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/098219cb-48d8-4945-96a6-80594c7a90dd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/098219cb-48d8-4945-96a6-80594c7a90dd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/098219cb-48d8-4945-96a6-80594c7a90dd/3`,title:`Borderlands 4 Badge - Ripper`,description:`This user joined the ranks of the Rippers in Borderlands 4.`,click_action:null,click_url:null}]},{set_id:`borderlands-4-badge---vault-symbol`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/97eee27d-c87f-4afb-a020-04a9d04456df/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/97eee27d-c87f-4afb-a020-04a9d04456df/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/97eee27d-c87f-4afb-a020-04a9d04456df/3`,title:`Borderlands 4 Badge - Vault Symbol`,description:`This user is rocking the Vault Symbol from Borderlands 4.`,click_action:null,click_url:null}]},{set_id:`bot-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ffa9565-c35b-4cad-800b-041e60659cf2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ffa9565-c35b-4cad-800b-041e60659cf2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ffa9565-c35b-4cad-800b-041e60659cf2/3`,title:`Chat Bot`,description:`This Bot has been added to the channel by the broadcaster.`,click_action:null,click_url:null}]},{set_id:`broadcaster`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3`,title:`Broadcaster`,description:`Broadcaster`,click_action:null,click_url:null}]},{set_id:`bungie-foundation-ally`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f5f78a03-c73e-4ae4-86d3-a3bef7ceca6f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f5f78a03-c73e-4ae4-86d3-a3bef7ceca6f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f5f78a03-c73e-4ae4-86d3-a3bef7ceca6f/3`,title:`Bungie Foundation Ally`,description:`This badge is awarded for being an ally of the Bungie Foundation!`,click_action:null,click_url:null}]},{set_id:`bungie-foundation-supporter`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/85cb4623-0dd6-4f41-b86e-765bc8ac367d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/85cb4623-0dd6-4f41-b86e-765bc8ac367d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/85cb4623-0dd6-4f41-b86e-765bc8ac367d/3`,title:`Bungie Foundation Supporter`,description:`This badge is awarded for being a supporter of the Bungie Foundation!`,click_action:null,click_url:null}]},{set_id:`chatter-cs-go-2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/57b6bd6b-a1b5-4204-9e6c-eb8ed5831603/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/57b6bd6b-a1b5-4204-9e6c-eb8ed5831603/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/57b6bd6b-a1b5-4204-9e6c-eb8ed5831603/3`,title:`CS:GO Week Brazil 2022`,description:`Chatted during CS:GO Week Brazil 2022`,click_action:null,click_url:null}]},{set_id:`clips-leader`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/12f70951-efea-48c2-b42b-d5e2ea0d71f7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/12f70951-efea-48c2-b42b-d5e2ea0d71f7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/12f70951-efea-48c2-b42b-d5e2ea0d71f7/3`,title:`Clips Leader 1`,description:`Ranked as a top clipper in this community`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9eddf7ab-aa46-4798-abe2-710db1043254/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9eddf7ab-aa46-4798-abe2-710db1043254/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9eddf7ab-aa46-4798-abe2-710db1043254/3`,title:`Clips Leader 2`,description:`Ranked as a top clipper in this community`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fb838633-6ff6-46df-98b4-9e53fcff84f6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fb838633-6ff6-46df-98b4-9e53fcff84f6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fb838633-6ff6-46df-98b4-9e53fcff84f6/3`,title:`Clips Leader 3`,description:`Ranked as a top clipper in this community`,click_action:null,click_url:null}]},{set_id:`creator-cs-go-2022`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a2ea6df9-ac0a-4956-bfe9-e931f50b94fa/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a2ea6df9-ac0a-4956-bfe9-e931f50b94fa/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a2ea6df9-ac0a-4956-bfe9-e931f50b94fa/3`,title:`CS:GO Week Brazil 2022`,description:`Streamed during CS:GO Week Brazil 2022`,click_action:null,click_url:null}]},{set_id:`crimson-butterfly`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/63243824-6d43-45cf-8d21-fe0b06ab587f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/63243824-6d43-45cf-8d21-fe0b06ab587f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/63243824-6d43-45cf-8d21-fe0b06ab587f/3`,title:`Crimson Butterfly`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the FATAL FRAME II: Crimson Butterfly REMAKE category!`,click_action:null,click_url:null}]},{set_id:`diablo-30th-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2f98d79a-c78c-4c61-ac9e-7bc544d44619/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2f98d79a-c78c-4c61-ac9e-7bc544d44619/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2f98d79a-c78c-4c61-ac9e-7bc544d44619/3`,title:`Diablo 30th Anniversary`,description:`This badge was earned by subscribing or gifting a sub to a Diablo IV streamer during the Diablo 30th Anniversary!`,click_action:null,click_url:null}]},{set_id:`diana`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/38801cc6-4d01-40f6-8949-6b9f9d5334b8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/38801cc6-4d01-40f6-8949-6b9f9d5334b8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/38801cc6-4d01-40f6-8949-6b9f9d5334b8/3`,title:`Diana`,description:`This badge was earned by subscribing or gifting a sub for a streamer in the Pragmata category`,click_action:null,click_url:null}]},{set_id:`ditto`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b577304e-7dc9-49f2-bee1-68caf56a91e6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b577304e-7dc9-49f2-bee1-68caf56a91e6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b577304e-7dc9-49f2-bee1-68caf56a91e6/3`,title:`Ditto`,description:`This badge was earned by subscribing or gifting a sub to a Pokémon Pokopia streamer during launch!`,click_action:null,click_url:null}]},{set_id:`dragonscimmy`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/da4c6554-4472-4949-b33b-e79164dbba0b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/da4c6554-4472-4949-b33b-e79164dbba0b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/da4c6554-4472-4949-b33b-e79164dbba0b/3`,title:`DragonScimmy`,description:`This badge was earned by subscribing or gifting a sub to any Old School RuneScape broadcast in 2025 during the launch of Sailing, OSRS’ first ever new skill!`,click_action:null,click_url:null}]},{set_id:`dreamcon-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5dfbd056-8ac1-407f-bdf3-f83183fa97ae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5dfbd056-8ac1-407f-bdf3-f83183fa97ae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5dfbd056-8ac1-407f-bdf3-f83183fa97ae/3`,title:`Dream Con 2024`,description:`This badge was earned by watching Dream Con 2024 or completing the post-event survey!`,click_action:null,click_url:null}]},{set_id:`elden-ring-recluse`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5afadc6c-933b-4ede-b318-3752bbf267a9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5afadc6c-933b-4ede-b318-3752bbf267a9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5afadc6c-933b-4ede-b318-3752bbf267a9/3`,title:`Elden Ring SuperFan badge - Recluse`,description:`You used Stream Together or participated in a stream before or after Nightreign dropped. You’ve earned the Recluse badge.`,click_action:null,click_url:null}]},{set_id:`elden-ring-wylder`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5d5ab328-0916-4655-90b9-78b983ca4262/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5d5ab328-0916-4655-90b9-78b983ca4262/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5d5ab328-0916-4655-90b9-78b983ca4262/3`,title:`Elden Ring Nightreign Clip badge - Wylder`,description:`You captured a clippable Elden Ring moment. You’ve earned the Wylder badge.`,click_action:null,click_url:null}]},{set_id:`eso_1`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/18647a68-a35f-48d7-bf97-ae5deb6b277d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/18647a68-a35f-48d7-bf97-ae5deb6b277d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/18647a68-a35f-48d7-bf97-ae5deb6b277d/3`,title:`Elder Scrolls Online`,description:`Elder Scrolls Online`,click_action:null,click_url:null}]},{set_id:`evo-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1469e9cf-14d9-4a48-a91c-81712d027439/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1469e9cf-14d9-4a48-a91c-81712d027439/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1469e9cf-14d9-4a48-a91c-81712d027439/3`,title:`Evo 2025`,description:`You have earned the Evo 2025 Badge`,click_action:null,click_url:null}]},{set_id:`extension`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ea8b0f8c-aa27-11e8-ba0c-1370ffff3854/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ea8b0f8c-aa27-11e8-ba0c-1370ffff3854/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ea8b0f8c-aa27-11e8-ba0c-1370ffff3854/3`,title:`Extension`,description:`Extension`,click_action:null,click_url:null}]},{set_id:`fallout-season-2-ghoul`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/815334c4-3123-489b-8854-2af0f4027b00/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/815334c4-3123-489b-8854-2af0f4027b00/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/815334c4-3123-489b-8854-2af0f4027b00/3`,title:`Fallout Season 2 Ghoul`,description:`This badge was earned by subscribing or gifting a sub to a Fallout 76 streamer during the launch of Burning Springs and Fallout Season 2!`,click_action:null,click_url:null}]},{set_id:`first-stand-2026-supporter`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ea899f87-f7f5-4d9d-9de9-173331341199/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ea899f87-f7f5-4d9d-9de9-173331341199/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ea899f87-f7f5-4d9d-9de9-173331341199/3`,title:`First Stand 2026 Supporter`,description:`This badge was rewarded to fans who supported First Stand 2026!`,click_action:null,click_url:null}]},{set_id:`first-stand-2026-viewer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2ae99aac-ac5b-4d69-884b-3eb20621340d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2ae99aac-ac5b-4d69-884b-3eb20621340d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2ae99aac-ac5b-4d69-884b-3eb20621340d/3`,title:`First Stand 2026 Viewer`,description:`This badge was rewarded to fans who watched First Stand 2026!`,click_action:null,click_url:null}]},{set_id:`fischer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/50488ced-e1ee-4ea4-bb44-fb60d7d396c2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/50488ced-e1ee-4ea4-bb44-fb60d7d396c2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/50488ced-e1ee-4ea4-bb44-fb60d7d396c2/3`,title:`Fischer`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`frog-lantern`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/dfc75f94-14f9-404b-b953-37eba481df37/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/dfc75f94-14f9-404b-b953-37eba481df37/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/dfc75f94-14f9-404b-b953-37eba481df37/3`,title:`Frog Lantern`,description:`This badge was earned by subscribing or gifting three times in the Sea of Thieves category!`,click_action:null,click_url:null}]},{set_id:`game-developer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/3`,title:`Game Developer`,description:`Game Developer for:`,click_action:null,click_url:null}]},{set_id:`gears-of-war-superfan-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/18b92728-aa7a-4e24-acb5-b14ea17c8b2b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/18b92728-aa7a-4e24-acb5-b14ea17c8b2b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/18b92728-aa7a-4e24-acb5-b14ea17c8b2b/3`,title:`Gears of War Superfan Badge`,description:`This user is a Gears of War: Reloaded Superfan.`,click_action:null,click_url:null}]},{set_id:`gingko-leaf`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/394abbbd-cc1d-427f-bc00-bce294353448/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/394abbbd-cc1d-427f-bc00-bce294353448/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/394abbbd-cc1d-427f-bc00-bce294353448/3`,title:`Gingko Leaf`,description:`This badge was earned by watching 30 minutes of a Ghost of Yotei stream during the game's launch!`,click_action:null,click_url:null}]},{set_id:`global_mod`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9384c43e-4ce7-4e94-b2a1-b93656896eba/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9384c43e-4ce7-4e94-b2a1-b93656896eba/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9384c43e-4ce7-4e94-b2a1-b93656896eba/3`,title:`Global Moderator`,description:`Global Moderator`,click_action:null,click_url:null}]},{set_id:`gold-pixel-heart---together-for-good-24`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/52c90eac-b7ec-4e24-b500-8fceecfe91e8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/52c90eac-b7ec-4e24-b500-8fceecfe91e8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/52c90eac-b7ec-4e24-b500-8fceecfe91e8/3`,title:`Gold Pixel Heart - Together For Good '24`,description:`This badge was earned by donating $50 or more as part of Twitch Together for Good 2024!`,click_action:null,click_url:null}]},{set_id:`gp-explorer-3`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1e3b6965-2224-44d1-a67a-6d186c1fb17d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1e3b6965-2224-44d1-a67a-6d186c1fb17d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1e3b6965-2224-44d1-a67a-6d186c1fb17d/3`,title:`GP Explorer 3`,description:`This badge was earned by watching 15 minutes of GP Explorer 3 on any of the broadcasting channels.`,click_action:null,click_url:null}]},{set_id:`hornet`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4dc7b047-8c59-4522-97f2-24fb63147f56/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4dc7b047-8c59-4522-97f2-24fb63147f56/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4dc7b047-8c59-4522-97f2-24fb63147f56/3`,title:`Hornet`,description:`This badge was earned by subscribing to a streamer in the Hollow Knight: Silksong category during game launch week.`,click_action:null,click_url:null}]},{set_id:`hunt-crosses`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b1e77273-2fc0-4d36-873a-67a7c1647efe/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b1e77273-2fc0-4d36-873a-67a7c1647efe/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b1e77273-2fc0-4d36-873a-67a7c1647efe/3`,title:`Hunt Crosses`,description:`This badge was earned by subscribing or gifting a sub in the Hunt: Showdown 1896 category from Dec. 12 - Dec. 24, 2025.`,click_action:null,click_url:null}]},{set_id:`hypershot-celestial`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ee3441d-92d4-4f00-b8b4-64cb3d97e17e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ee3441d-92d4-4f00-b8b4-64cb3d97e17e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ee3441d-92d4-4f00-b8b4-64cb3d97e17e/3`,title:`Hypershot Celestial`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`jeff-the-land-shark`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ad51bd4c-2621-4d7c-8580-89243002bc8b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ad51bd4c-2621-4d7c-8580-89243002bc8b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ad51bd4c-2621-4d7c-8580-89243002bc8b/3`,title:`Jeff the Land Shark`,description:`This badge was earned by subscribing or gifting a sub in the Marvel Rivals category during Marvel Rivals' 1-year anniversary!`,click_action:null,click_url:null}]},{set_id:`k4sen-con-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6ea537aa-bb9a-4410-a330-5820b7dd8a24/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6ea537aa-bb9a-4410-a330-5820b7dd8a24/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6ea537aa-bb9a-4410-a330-5820b7dd8a24/3`,title:`The K4SEN Con 2025`,description:`This badge was earned by watching 30 minutes of K4SEN Con 2025!`,click_action:null,click_url:null}]},{set_id:`kodama`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/374ef606-cf25-475e-994b-f7d36b8acd43/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/374ef606-cf25-475e-994b-f7d36b8acd43/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/374ef606-cf25-475e-994b-f7d36b8acd43/3`,title:`Kodama`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Nioh 3 category`,click_action:null,click_url:null}]},{set_id:`la-velada-iv`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/655dac77-0b2f-4b62-8871-6ae21f82b34e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/655dac77-0b2f-4b62-8871-6ae21f82b34e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/655dac77-0b2f-4b62-8871-6ae21f82b34e/3`,title:`La Velada del Año IV`,description:`This badge was earned for watching La Velada del Año IV!`,click_action:null,click_url:null}]},{set_id:`la-velada-v-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3f728095-b84d-4e7e-9eee-541ea02ddea0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3f728095-b84d-4e7e-9eee-541ea02ddea0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3f728095-b84d-4e7e-9eee-541ea02ddea0/3`,title:`La Velada V Badge`,description:`This badge was earned by watching La Velada V!`,click_action:null,click_url:null}]},{set_id:`lamby`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c0801fe9-3d54-49d1-801c-3c1fadde09cd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c0801fe9-3d54-49d1-801c-3c1fadde09cd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c0801fe9-3d54-49d1-801c-3c1fadde09cd/3`,title:`Lamby`,description:`This badge was earned by subscribing or gifting a sub to a Cult of the Lamb streamer!`,click_action:null,click_url:null}]},{set_id:`lead_moderator`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0822047b-65e0-46f2-94a9-d1091d685d33/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0822047b-65e0-46f2-94a9-d1091d685d33/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0822047b-65e0-46f2-94a9-d1091d685d33/3`,title:`Lead Moderator`,description:`A badge for users who are a lead moderator in the channel`,click_action:null,click_url:null}]},{set_id:`league-of-legends-mid-season-invitational-2025---grey`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/18a0b4ba-5f62-4e94-b6f1-481731608602/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/18a0b4ba-5f62-4e94-b6f1-481731608602/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/18a0b4ba-5f62-4e94-b6f1-481731608602/3`,title:`League of Legends Mid Season Invitational 2025 Support a Streamer`,description:`This badge was earned by gifting a subscription to a streamer in the League of Legends category during MSI 2025.`,click_action:null,click_url:null}]},{set_id:`league-of-legends-mid-season-invitational-2025---purple`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0a99ba23-5e1a-46b7-8ff2-efbb9a6ea54c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0a99ba23-5e1a-46b7-8ff2-efbb9a6ea54c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0a99ba23-5e1a-46b7-8ff2-efbb9a6ea54c/3`,title:`League of Legends Mid Season Invitational 2025`,description:`This badge was earned by subscribing to a lolesports channel during MSI 2025!`,click_action:null,click_url:null}]},{set_id:`legendus`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/55c355cf-ddbf-4f12-8369-6554a1f78b6f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/55c355cf-ddbf-4f12-8369-6554a1f78b6f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/55c355cf-ddbf-4f12-8369-6554a1f78b6f/3`,title:`LEGENDUS`,description:`This badge was granted to users who watched LEGENDUS ITADAKI, hosted by fps_shaka, on June 28-June 29, 2025.`,click_action:null,click_url:null}]},{set_id:`lol-worlds-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4545b0b5-c825-487e-8958-ce5512eb6f84/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4545b0b5-c825-487e-8958-ce5512eb6f84/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4545b0b5-c825-487e-8958-ce5512eb6f84/3`,title:`LoL Worlds 2025`,description:`This badge was earned by subscribing to a participating LoL Esports broadcast or co-stream of the 2025 League of Legends World Championship!`,click_action:null,click_url:null}]},{set_id:`lost-ark-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/77995962-b02e-48e3-92ab-b77a4b352fb3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/77995962-b02e-48e3-92ab-b77a4b352fb3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/77995962-b02e-48e3-92ab-b77a4b352fb3/3`,title:`Lost Ark Anniversary`,description:`This badge was earned by watching your favorite Lost Ark streamer during the 4th Anniversary!`,click_action:null,click_url:null}]},{set_id:`low`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/58d48669-bfee-46e7-a83c-b65a30783400/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/58d48669-bfee-46e7-a83c-b65a30783400/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/58d48669-bfee-46e7-a83c-b65a30783400/3`,title:`Low`,description:`This badge was earned by watching 30 minutes in the Little Nightmares III category during launch!`,click_action:null,click_url:null}]},{set_id:`marathon-reveal-runner`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ae1c6c62-c057-4fad-a1d4-663bf988701f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ae1c6c62-c057-4fad-a1d4-663bf988701f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ae1c6c62-c057-4fad-a1d4-663bf988701f/3`,title:`Marathon Reveal Runner`,description:`This badge was earned by subscribing during the Marathon reveal stream!`,click_action:null,click_url:null}]},{set_id:`marathon-silkworm`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/eabd1994-d054-4eb1-a740-7cce1ad4f0cb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/eabd1994-d054-4eb1-a740-7cce1ad4f0cb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/eabd1994-d054-4eb1-a740-7cce1ad4f0cb/3`,title:`Marathon Silkworm`,description:`This Chat Badge was unlocked by watching the Marathon Server Slam & Launch Week!`,click_action:null,click_url:null}]},{set_id:`marathon-sub-burger`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5bc8a500-12f5-42c4-86f7-a678d1f930a1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5bc8a500-12f5-42c4-86f7-a678d1f930a1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5bc8a500-12f5-42c4-86f7-a678d1f930a1/3`,title:`Marathon Sub Burger`,description:`A tasty burger for you and a friend! Tastes like meat. Isn't`,click_action:null,click_url:null}]},{set_id:`mel`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8a7c1d1d-12bb-40d9-9be8-0a4fdf0d870c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8a7c1d1d-12bb-40d9-9be8-0a4fdf0d870c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8a7c1d1d-12bb-40d9-9be8-0a4fdf0d870c/3`,title:`Mel`,description:`This badge was earned by subscribing or gifting a sub for a streamer in the Hades II category.`,click_action:null,click_url:null}]},{set_id:`moderator`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3`,title:`Moderator`,description:`Moderator`,click_action:null,click_url:null}]},{set_id:`moments`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bf370830-d79a-497b-81c6-a365b2b60dda/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bf370830-d79a-497b-81c6-a365b2b60dda/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bf370830-d79a-497b-81c6-a365b2b60dda/3`,title:`Moments Badge - Tier 1`,description:`Earned for being a part of at least 1 moment on a channel`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc46b10c-5b45-43fd-81ad-d5cb0de6d2f4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc46b10c-5b45-43fd-81ad-d5cb0de6d2f4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc46b10c-5b45-43fd-81ad-d5cb0de6d2f4/3`,title:`Moments Badge - Tier 2`,description:`Earned for being a part of at least 5 moments on a channel`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d08658d7-205f-4f75-ad44-8c6e0acd8ef6/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d08658d7-205f-4f75-ad44-8c6e0acd8ef6/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d08658d7-205f-4f75-ad44-8c6e0acd8ef6/3`,title:`Moments Badge - Tier 3`,description:`Earned for being a part of at least 10 moments on a channel`,click_action:null,click_url:null},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fe5b5ddc-93e7-4aaf-9b3e-799cd41808b1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fe5b5ddc-93e7-4aaf-9b3e-799cd41808b1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fe5b5ddc-93e7-4aaf-9b3e-799cd41808b1/3`,title:`Moments Badge - Tier 4`,description:`Earned for being a part of at least 15 moments on a channel`,click_action:null,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c8a0d95a-856e-4097-9fc0-7765300a4f58/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c8a0d95a-856e-4097-9fc0-7765300a4f58/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c8a0d95a-856e-4097-9fc0-7765300a4f58/3`,title:`Moments Badge - Tier 5`,description:`Earned for being a part of at least 20 moments on a channel`,click_action:null,click_url:null},{id:`6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f9e3b4e4-200e-4045-bd71-3a6b480c23ae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f9e3b4e4-200e-4045-bd71-3a6b480c23ae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f9e3b4e4-200e-4045-bd71-3a6b480c23ae/3`,title:`Moments Badge - Tier 6`,description:`Earned for being a part of at least 30 moments on a channel`,click_action:null,click_url:null},{id:`7`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a90a26a4-fdf7-4ac3-a782-76a413da16c1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a90a26a4-fdf7-4ac3-a782-76a413da16c1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a90a26a4-fdf7-4ac3-a782-76a413da16c1/3`,title:`Moments Badge - Tier 7`,description:`Earned for being a part of at least 40 moments on a channel`,click_action:null,click_url:null},{id:`8`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f22286cd-6aa3-42ce-b3fb-10f5d18c4aa0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f22286cd-6aa3-42ce-b3fb-10f5d18c4aa0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f22286cd-6aa3-42ce-b3fb-10f5d18c4aa0/3`,title:`Moments Badge - Tier 8`,description:`Earned for being a part of at least 50 moments on a channel`,click_action:null,click_url:null},{id:`9`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5cb2e584-1efd-469b-ab1d-4d1b59a944e7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5cb2e584-1efd-469b-ab1d-4d1b59a944e7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5cb2e584-1efd-469b-ab1d-4d1b59a944e7/3`,title:`Moments Badge - Tier 9`,description:`Earned for being a part of at least 60 moments on a channel`,click_action:null,click_url:null},{id:`10`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9c13f2b6-69cd-4537-91b4-4a8bd8b6b1fd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9c13f2b6-69cd-4537-91b4-4a8bd8b6b1fd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9c13f2b6-69cd-4537-91b4-4a8bd8b6b1fd/3`,title:`Moments Badge - Tier 10`,description:`Earned for being a part of at least 75 moments on a channel`,click_action:null,click_url:null},{id:`11`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7573e7a2-0f1f-4508-b833-d822567a1e03/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7573e7a2-0f1f-4508-b833-d822567a1e03/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7573e7a2-0f1f-4508-b833-d822567a1e03/3`,title:`Moments Badge - Tier 11`,description:`Earned for being a part of at least 90 moments on a channel`,click_action:null,click_url:null},{id:`12`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f2c91d14-85c8-434b-a6c0-6d7930091150/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f2c91d14-85c8-434b-a6c0-6d7930091150/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f2c91d14-85c8-434b-a6c0-6d7930091150/3`,title:`Moments Badge - Tier 12`,description:`Earned for being a part of at least 105 moments on a channel`,click_action:null,click_url:null},{id:`13`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/35eb3395-a1d3-4170-969a-86402ecfb11a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/35eb3395-a1d3-4170-969a-86402ecfb11a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/35eb3395-a1d3-4170-969a-86402ecfb11a/3`,title:`Moments Badge - Tier 13`,description:`Earned for being a part of at least 120 moments on a channel`,click_action:null,click_url:null},{id:`14`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cb40eb03-1015-45ba-8793-51c66a24a3d5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cb40eb03-1015-45ba-8793-51c66a24a3d5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cb40eb03-1015-45ba-8793-51c66a24a3d5/3`,title:`Moments Badge - Tier 14`,description:`Earned for being a part of at least 140 moments on a channel`,click_action:null,click_url:null},{id:`15`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b241d667-280b-4183-96ae-2d0053631186/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b241d667-280b-4183-96ae-2d0053631186/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b241d667-280b-4183-96ae-2d0053631186/3`,title:`Moments Badge - Tier 15`,description:`Earned for being a part of at least 160 moments on a channel`,click_action:null,click_url:null},{id:`16`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5684d1bc-8132-4a4f-850c-18d3c5bd04f3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5684d1bc-8132-4a4f-850c-18d3c5bd04f3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5684d1bc-8132-4a4f-850c-18d3c5bd04f3/3`,title:`Moments Badge - Tier 16`,description:`Earned for being a part of at least 180 moments on a channel`,click_action:null,click_url:null},{id:`17`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3b08c1ee-0f77-451b-9226-b5b22d7f023c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3b08c1ee-0f77-451b-9226-b5b22d7f023c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3b08c1ee-0f77-451b-9226-b5b22d7f023c/3`,title:`Moments Badge - Tier 17`,description:`Earned for being a part of at least 200 moments on a channel`,click_action:null,click_url:null},{id:`18`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/14057e75-080c-42da-a412-6232c6f33b68/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/14057e75-080c-42da-a412-6232c6f33b68/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/14057e75-080c-42da-a412-6232c6f33b68/3`,title:`Moments Badge - Tier 18`,description:`Earned for being a part of at least 225 moments on a channel`,click_action:null,click_url:null},{id:`19`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6100cc6f-6b4b-4a3d-a55b-a5b34edb5ea1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6100cc6f-6b4b-4a3d-a55b-a5b34edb5ea1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6100cc6f-6b4b-4a3d-a55b-a5b34edb5ea1/3`,title:`Moments Badge - Tier 19`,description:`Earned for being a part of at least 250 moments on a channel`,click_action:null,click_url:null},{id:`20`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/43399796-e74c-4741-a975-56202f0af30e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/43399796-e74c-4741-a975-56202f0af30e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/43399796-e74c-4741-a975-56202f0af30e/3`,title:`Moments Badge - Tier 20`,description:`Earned for being a part of at least 275 moments on a channel`,click_action:null,click_url:null}]},{set_id:`mr-raccoon`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/057b7ef9-6b3d-4a9c-9f0c-ede0df1315db/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/057b7ef9-6b3d-4a9c-9f0c-ede0df1315db/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/057b7ef9-6b3d-4a9c-9f0c-ede0df1315db/3`,title:`Mr. Raccoon`,description:`This badge was earned by subscribing or gifting a sub to a Resident Evil: Requiem streamer.`,click_action:null,click_url:null}]},{set_id:`never-grave---witch-hat`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fb752b70-4eb6-45dd-8ee1-1194c38d2ac3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fb752b70-4eb6-45dd-8ee1-1194c38d2ac3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fb752b70-4eb6-45dd-8ee1-1194c38d2ac3/3`,title:`Never Grave - Witch Hat`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Never Grave category during the game launch`,click_action:null,click_url:null}]},{set_id:`no_audio`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/3`,title:`Watching without audio`,description:`Individuals with unreliable or no sound can select this badge`,click_action:null,click_url:null}]},{set_id:`no_video`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/3`,title:`Listening only`,description:`Individuals with unreliable or no video can select this badge`,click_action:null,click_url:null}]},{set_id:`path-of-exile-2-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8bebe4ce-6c15-4746-8c33-42312c250ceb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8bebe4ce-6c15-4746-8c33-42312c250ceb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8bebe4ce-6c15-4746-8c33-42312c250ceb/3`,title:`Chaos Orb`,description:`This badge was earned by subscribing to a streamer during Path of Exile 2's launch!`,click_action:null,click_url:null}]},{set_id:`pokemon-30th-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4c10b31-ad76-4600-a3cc-48c875e1f7c0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4c10b31-ad76-4600-a3cc-48c875e1f7c0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4c10b31-ad76-4600-a3cc-48c875e1f7c0/3`,title:`Pokémon 30th`,description:`This badge was earned by subscribing or gifting a sub to a streamer in an eligible Pokémon category!`,click_action:null,click_url:null}]},{set_id:`pokemon-legends-z-a-chikorita`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f479e945-987b-423a-a901-7b1c3b3003fb/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f479e945-987b-423a-a901-7b1c3b3003fb/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f479e945-987b-423a-a901-7b1c3b3003fb/3`,title:`Pokémon Legends: Z-A Chikorita`,description:`This badge was earned by purchasing a subscription or gifting a subscription to a streamer playing Pokémon Legends: Z-A for Chikorita.`,click_action:null,click_url:null}]},{set_id:`pokemon-legends-z-a-tepig`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/34799f2e-e165-42a4-ae79-1c9c06cf1d55/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/34799f2e-e165-42a4-ae79-1c9c06cf1d55/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/34799f2e-e165-42a4-ae79-1c9c06cf1d55/3`,title:`Pokémon Legends: Z-A Tepig`,description:`This badge was earned by purchasing a subscription or gifting a subscription to a streamer playing Pokémon Legends Z-A for Tepig.`,click_action:null,click_url:null}]},{set_id:`pokemon-legends-z-a-totodile`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0bdb6906-ba8f-4fb6-bc9e-3aca04d3d501/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0bdb6906-ba8f-4fb6-bc9e-3aca04d3d501/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0bdb6906-ba8f-4fb6-bc9e-3aca04d3d501/3`,title:`Pokémon Legends: Z-A Totodile`,description:`This badge was earned by purchasing a subscription or gifting a subscription to a streamer playing Pokémon Legends: Z-A for Totodile.`,click_action:null,click_url:null}]},{set_id:`power-rangers`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9edf3e7f-62e4-40f5-86ab-7a646b10f1f0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9edf3e7f-62e4-40f5-86ab-7a646b10f1f0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9edf3e7f-62e4-40f5-86ab-7a646b10f1f0/3`,title:`Black Ranger`,description:`Black Ranger`,click_action:null,click_url:null},{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1eeae8fe-5bc6-44ed-9c88-fb84d5e0df52/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1eeae8fe-5bc6-44ed-9c88-fb84d5e0df52/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1eeae8fe-5bc6-44ed-9c88-fb84d5e0df52/3`,title:`Blue Ranger`,description:`Blue Ranger`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/21bbcd6d-1751-4d28-a0c3-0b72453dd823/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/21bbcd6d-1751-4d28-a0c3-0b72453dd823/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/21bbcd6d-1751-4d28-a0c3-0b72453dd823/3`,title:`Green Ranger`,description:`Green Ranger`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5c58cb40-9028-4d16-af67-5bc0c18b745e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5c58cb40-9028-4d16-af67-5bc0c18b745e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5c58cb40-9028-4d16-af67-5bc0c18b745e/3`,title:`Pink Ranger`,description:`Pink Ranger`,click_action:null,click_url:null},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8843d2de-049f-47d5-9794-b6517903db61/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8843d2de-049f-47d5-9794-b6517903db61/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8843d2de-049f-47d5-9794-b6517903db61/3`,title:`Red Ranger`,description:`Red Ranger`,click_action:null,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/06c85e34-477e-4939-9537-fd9978976042/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/06c85e34-477e-4939-9537-fd9978976042/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/06c85e34-477e-4939-9537-fd9978976042/3`,title:`White Ranger`,description:`White Ranger`,click_action:null,click_url:null},{id:`6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d6dca630-1ca4-48de-94e7-55ed0a24d8d1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d6dca630-1ca4-48de-94e7-55ed0a24d8d1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d6dca630-1ca4-48de-94e7-55ed0a24d8d1/3`,title:`Yellow Ranger`,description:`Yellow Ranger`,click_action:null,click_url:null}]},{set_id:`predictions`,versions:[{id:`blue-1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e33d8b46-f63b-4e67-996d-4a7dcec0ad33/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e33d8b46-f63b-4e67-996d-4a7dcec0ad33/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e33d8b46-f63b-4e67-996d-4a7dcec0ad33/3`,title:`Predicted Blue (1)`,description:`Predicted Outcome One`,click_action:null,click_url:null},{id:`blue-10`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/072ae906-ecf7-44f1-ac69-a5b2261d8892/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/072ae906-ecf7-44f1-ac69-a5b2261d8892/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/072ae906-ecf7-44f1-ac69-a5b2261d8892/3`,title:`Predicted Blue (10)`,description:`Predicted Outcome Ten`,click_action:null,click_url:null},{id:`blue-2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ffdda3fe-8012-4db3-981e-7a131402b057/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ffdda3fe-8012-4db3-981e-7a131402b057/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ffdda3fe-8012-4db3-981e-7a131402b057/3`,title:`Predicted Blue (2)`,description:`Predicted Outcome Two`,click_action:null,click_url:null},{id:`blue-3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/f2ab9a19-8ef7-4f9f-bd5d-9cf4e603f845/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/f2ab9a19-8ef7-4f9f-bd5d-9cf4e603f845/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/f2ab9a19-8ef7-4f9f-bd5d-9cf4e603f845/3`,title:`Predicted Blue (3)`,description:`Predicted Outcome Three`,click_action:null,click_url:null},{id:`blue-4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/df95317d-9568-46de-a421-a8520edb9349/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/df95317d-9568-46de-a421-a8520edb9349/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/df95317d-9568-46de-a421-a8520edb9349/3`,title:`Predicted Blue (4)`,description:`Predicted Outcome Four`,click_action:null,click_url:null},{id:`blue-5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/88758be8-de09-479b-9383-e3bb6d9e6f06/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/88758be8-de09-479b-9383-e3bb6d9e6f06/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/88758be8-de09-479b-9383-e3bb6d9e6f06/3`,title:`Predicted Blue (5)`,description:`Predicted Outcome Five`,click_action:null,click_url:null},{id:`blue-6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/46b1537e-d8b0-4c0d-8fba-a652e57b9df0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/46b1537e-d8b0-4c0d-8fba-a652e57b9df0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/46b1537e-d8b0-4c0d-8fba-a652e57b9df0/3`,title:`Predicted Blue (6)`,description:`Predicted Outcome Six`,click_action:null,click_url:null},{id:`blue-7`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/07cd34b2-c6a1-45f5-8d8a-131e3c8b2279/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/07cd34b2-c6a1-45f5-8d8a-131e3c8b2279/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/07cd34b2-c6a1-45f5-8d8a-131e3c8b2279/3`,title:`Predicted Blue (7)`,description:`Predicted Outcome Seven`,click_action:null,click_url:null},{id:`blue-8`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4416dfd7-db97-44a0-98e7-40b4e250615e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4416dfd7-db97-44a0-98e7-40b4e250615e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4416dfd7-db97-44a0-98e7-40b4e250615e/3`,title:`Predicted Blue (8)`,description:`Predicted Outcome Eight`,click_action:null,click_url:null},{id:`blue-9`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fc74bd90-2b74-4f56-8e42-04d405e10fae/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fc74bd90-2b74-4f56-8e42-04d405e10fae/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fc74bd90-2b74-4f56-8e42-04d405e10fae/3`,title:`Predicted Blue (9)`,description:`Predicted Outcome Nine`,click_action:null,click_url:null},{id:`gray-1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/144f77a2-e324-4a6b-9c17-9304fa193a27/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/144f77a2-e324-4a6b-9c17-9304fa193a27/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/144f77a2-e324-4a6b-9c17-9304fa193a27/3`,title:`Predicted Gray (1)`,description:`Predicted Gray (1)`,click_action:null,click_url:null},{id:`gray-2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/097a4b14-b458-47eb-91b6-fe74d3dbb3f5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/097a4b14-b458-47eb-91b6-fe74d3dbb3f5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/097a4b14-b458-47eb-91b6-fe74d3dbb3f5/3`,title:`Predicted Gray (2)`,description:`Predicted Gray (2)`,click_action:null,click_url:null},{id:`pink-1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/75e27613-caf7-4585-98f1-cb7363a69a4a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/75e27613-caf7-4585-98f1-cb7363a69a4a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/75e27613-caf7-4585-98f1-cb7363a69a4a/3`,title:`Predicted Pink (1)`,description:`Predicted Outcome One`,click_action:null,click_url:null},{id:`pink-2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4b76d5f2-91cc-4400-adf2-908a1e6cfd1e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4b76d5f2-91cc-4400-adf2-908a1e6cfd1e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4b76d5f2-91cc-4400-adf2-908a1e6cfd1e/3`,title:`Predicted Pink (2)`,description:`Predicted Outcome Two`,click_action:null,click_url:null}]},{set_id:`purple-noob`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a1fb3f16-14e8-4e2b-84f8-55e2b86878c8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a1fb3f16-14e8-4e2b-84f8-55e2b86878c8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a1fb3f16-14e8-4e2b-84f8-55e2b86878c8/3`,title:`Purple Noob`,description:`Watch 1 hour of Roblox content on Twitch to earn this happy little badge. EZ W.`,click_action:null,click_url:null}]},{set_id:`purple-pixel-heart---together-for-good-24`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1afb4b76-8c34-4b7b-8beb-75f7e5d2a1ab/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1afb4b76-8c34-4b7b-8beb-75f7e5d2a1ab/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1afb4b76-8c34-4b7b-8beb-75f7e5d2a1ab/3`,title:`Purple Pixel Heart - Together For Good '24`,description:`This badge was earned by donating $5 or more as part of Twitch Together for Good 2024!`,click_action:null,click_url:null}]},{set_id:`raging-wolf-helm`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ff668be-59a3-4e3e-96af-e6b2908b3171/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ff668be-59a3-4e3e-96af-e6b2908b3171/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ff668be-59a3-4e3e-96af-e6b2908b3171/3`,title:`Raging Wolf Helm`,description:`This badge was earned for watching Elden Ring during the initial Shadow of the Erdtree Expansion launch!`,click_action:null,click_url:null}]},{set_id:`raider-icon-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5007f3e0-41d4-4bda-a605-8f72cfe8c2d4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5007f3e0-41d4-4bda-a605-8f72cfe8c2d4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5007f3e0-41d4-4bda-a605-8f72cfe8c2d4/3`,title:`Raider Icon`,description:`This badge was earned by subscribing or gifting a sub to any ARC Raiders broadcast during the campaign period`,click_action:null,click_url:null}]},{set_id:`rainbow-six-siege-x-10th-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/00fc50e1-dea9-47a4-9db5-ff087e91dd0d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/00fc50e1-dea9-47a4-9db5-ff087e91dd0d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/00fc50e1-dea9-47a4-9db5-ff087e91dd0d/3`,title:`Rainbow Six Siege X 10th Anniversary`,description:`This badge was earned by subscribing of gifting a sub to a Rainbow Six Siege X streamer during its 10th anniversary celebration!`,click_action:null,click_url:null}]},{set_id:`revedtv-stream-awards-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/03cb38fd-00cc-4ed8-8d24-ce53189ee1de/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/03cb38fd-00cc-4ed8-8d24-ce53189ee1de/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/03cb38fd-00cc-4ed8-8d24-ce53189ee1de/3`,title:`RevedTV StreamAwards 2025`,description:`This badge was earned by watching RevedTV's StreamAwards 2025.`,click_action:null,click_url:null}]},{set_id:`ruby-pixel-heart---together-for-good-24`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca0aa8ce-b2a8-4582-a5de-4d5b6915dc47/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca0aa8ce-b2a8-4582-a5de-4d5b6915dc47/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca0aa8ce-b2a8-4582-a5de-4d5b6915dc47/3`,title:`Ruby Pixel Heart - Together For Good '24`,description:`This badge was earned by donating $25 or more as part of Twitch Together for Good 2024!`,click_action:null,click_url:null}]},{set_id:`rudy`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/309c197a-69ed-4c15-8226-a0992f1f5b68/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/309c197a-69ed-4c15-8226-a0992f1f5b68/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/309c197a-69ed-4c15-8226-a0992f1f5b68/3`,title:`Rudy`,description:`This Rudy badge was earned by subscribing or gifting a sub to a Monster Hunter Stories 3: Twisted Reflection streamer during its launch!`,click_action:null,click_url:null}]},{set_id:`rustmas-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5ec1bcd1-82fa-4c42-abf1-be5b64cb63ed/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5ec1bcd1-82fa-4c42-abf1-be5b64cb63ed/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5ec1bcd1-82fa-4c42-abf1-be5b64cb63ed/3`,title:`Rustmas 2025`,description:`This badge was earned by subscribing or gifting a sub to a Rust streamer during Rustmas 2025!`,click_action:null,click_url:null}]},{set_id:`sajam-slam-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9fd798d6-3d67-4458-a916-9fd5d7286159/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9fd798d6-3d67-4458-a916-9fd5d7286159/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9fd798d6-3d67-4458-a916-9fd5d7286159/3`,title:`Sajam Slam Badge`,description:`This badge was earned by subscribing in the Street Fighter 6 category during TwitchCon 2025!`,click_action:null,click_url:null}]},{set_id:`scampuss`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/1ae8da3f-04ba-4cf1-93e8-a1f90e09aa45/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/1ae8da3f-04ba-4cf1-93e8-a1f90e09aa45/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/1ae8da3f-04ba-4cf1-93e8-a1f90e09aa45/3`,title:`Scampuss`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Nioh 3 category during the game launch.`,click_action:null,click_url:null}]},{set_id:`seeks-eye`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2ff5095e-8b37-489c-9a53-336bf806dca2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2ff5095e-8b37-489c-9a53-336bf806dca2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2ff5095e-8b37-489c-9a53-336bf806dca2/3`,title:`Seek's Eye`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`social-sharing`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d2030c7e-c400-4605-a2cf-ce32bd06af8f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d2030c7e-c400-4605-a2cf-ce32bd06af8f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d2030c7e-c400-4605-a2cf-ce32bd06af8f/3`,title:`Social Media Badge`,description:`This user earned a Icon badge for reaching 100 views on their social posts.`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/fcca0804-1da5-4d00-ab06-7677676d4d8e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/fcca0804-1da5-4d00-ab06-7677676d4d8e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/fcca0804-1da5-4d00-ab06-7677676d4d8e/3`,title:`Social Media Badge`,description:`This user earned a Pro badge for reaching 10000 views on their social posts.`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/590698dd-2bc4-4401-817a-17c641f5e881/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/590698dd-2bc4-4401-817a-17c641f5e881/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/590698dd-2bc4-4401-817a-17c641f5e881/3`,title:`Social Media Badge`,description:`This user earned a Legend badge for reaching 100000 views on their social posts.`,click_action:null,click_url:null}]},{set_id:`sonic-racing-crossworlds`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3c5a5ea0-714f-46da-b764-5e7ceba59fca/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3c5a5ea0-714f-46da-b764-5e7ceba59fca/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3c5a5ea0-714f-46da-b764-5e7ceba59fca/3`,title:`Sonic Racing`,description:`This badge was earned by subscribing to a streamer in the Sonic Racing: Crossworlds category!`,click_action:null,click_url:null}]},{set_id:`speedons-5-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/81d89508-850c-45ae-b0e2-dbbe6e531b8d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/81d89508-850c-45ae-b0e2-dbbe6e531b8d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/81d89508-850c-45ae-b0e2-dbbe6e531b8d/3`,title:`Speedons 5 Badge`,description:`This badge was earned by watching Speedons 5!`,click_action:null,click_url:null}]},{set_id:`stream-for-humanity-2-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c02fbad3-aa4b-46d0-93a6-661719a19f1c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c02fbad3-aa4b-46d0-93a6-661719a19f1c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c02fbad3-aa4b-46d0-93a6-661719a19f1c/3`,title:`Stream For Humanity 2`,description:`Earned by supporting the Stream For Humanity 2 charity marathon`,click_action:null,click_url:null}]},{set_id:`streamer-awards-tux`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d52bd174-3509-460b-80ac-4a8d5840194b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d52bd174-3509-460b-80ac-4a8d5840194b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d52bd174-3509-460b-80ac-4a8d5840194b/3`,title:`Streamer Awards Tux`,description:`I earned this badge by watching the 2025 Streamer Awards!`,click_action:null,click_url:null}]},{set_id:`sub-gift-leader`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/21656088-7da2-4467-acd2-55220e1f45ad/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/21656088-7da2-4467-acd2-55220e1f45ad/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/21656088-7da2-4467-acd2-55220e1f45ad/3`,title:`Gifter Leader 1`,description:`Ranked as a top subscription gifter in this community`,click_action:null,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/0d9fe96b-97b7-4215-b5f3-5328ebad271c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/0d9fe96b-97b7-4215-b5f3-5328ebad271c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/0d9fe96b-97b7-4215-b5f3-5328ebad271c/3`,title:`Gifter Leader 2`,description:`Ranked as a top subscription gifter in this community`,click_action:null,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4c6e4497-eed9-4dd3-ac64-e0599d0a63e5/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4c6e4497-eed9-4dd3-ac64-e0599d0a63e5/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4c6e4497-eed9-4dd3-ac64-e0599d0a63e5/3`,title:`Gifter Leader 3`,description:`Ranked as a top subscription gifter in this community`,click_action:null,click_url:null}]},{set_id:`sub-gifter`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a5ef6c17-2e5b-4d8f-9b80-2779fd722414/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a5ef6c17-2e5b-4d8f-9b80-2779fd722414/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a5ef6c17-2e5b-4d8f-9b80-2779fd722414/3`,title:`Sub Gifter`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ee113e59-c839-4472-969a-1e16d20f3962/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ee113e59-c839-4472-969a-1e16d20f3962/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ee113e59-c839-4472-969a-1e16d20f3962/3`,title:`5 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`10`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d333288c-65d7-4c7b-b691-cdd7b3484bf8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d333288c-65d7-4c7b-b691-cdd7b3484bf8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d333288c-65d7-4c7b-b691-cdd7b3484bf8/3`,title:`10 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`25`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/052a5d41-f1cc-455c-bc7b-fe841ffaf17f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/052a5d41-f1cc-455c-bc7b-fe841ffaf17f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/052a5d41-f1cc-455c-bc7b-fe841ffaf17f/3`,title:`25 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`50`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c4a29737-e8a5-4420-917a-314a447f083e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c4a29737-e8a5-4420-917a-314a447f083e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c4a29737-e8a5-4420-917a-314a447f083e/3`,title:`50 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`100`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/8343ada7-3451-434e-91c4-e82bdcf54460/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/8343ada7-3451-434e-91c4-e82bdcf54460/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/8343ada7-3451-434e-91c4-e82bdcf54460/3`,title:`100 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`150`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/514845ba-0fc3-4771-bce1-14d57e91e621/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/514845ba-0fc3-4771-bce1-14d57e91e621/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/514845ba-0fc3-4771-bce1-14d57e91e621/3`,title:`150 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`200`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c6b1893e-8059-4024-b93c-39c84b601732/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c6b1893e-8059-4024-b93c-39c84b601732/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c6b1893e-8059-4024-b93c-39c84b601732/3`,title:`200 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`250`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cd479dc0-4a15-407d-891f-9fd2740bddda/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cd479dc0-4a15-407d-891f-9fd2740bddda/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cd479dc0-4a15-407d-891f-9fd2740bddda/3`,title:`250 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`300`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9e1bb24f-d238-4078-871a-ac401b76ecf2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9e1bb24f-d238-4078-871a-ac401b76ecf2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9e1bb24f-d238-4078-871a-ac401b76ecf2/3`,title:`300 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`350`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6c4783cd-0aba-4e75-a7a4-f48a70b665b0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6c4783cd-0aba-4e75-a7a4-f48a70b665b0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6c4783cd-0aba-4e75-a7a4-f48a70b665b0/3`,title:`350 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`400`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/6f4cab6b-def9-4d99-ad06-90b0013b28c8/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/6f4cab6b-def9-4d99-ad06-90b0013b28c8/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/6f4cab6b-def9-4d99-ad06-90b0013b28c8/3`,title:`400 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`450`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b593d68a-f8fb-4516-a09a-18cce955402c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b593d68a-f8fb-4516-a09a-18cce955402c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b593d68a-f8fb-4516-a09a-18cce955402c/3`,title:`450 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`500`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/60e9504c-8c3d-489f-8a74-314fb195ad8d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/60e9504c-8c3d-489f-8a74-314fb195ad8d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/60e9504c-8c3d-489f-8a74-314fb195ad8d/3`,title:`500 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`550`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/024d2563-1794-43ed-b8dc-33df3efae900/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/024d2563-1794-43ed-b8dc-33df3efae900/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/024d2563-1794-43ed-b8dc-33df3efae900/3`,title:`550 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`600`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/3ecc3aab-09bf-4823-905e-3a4647171fc1/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/3ecc3aab-09bf-4823-905e-3a4647171fc1/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/3ecc3aab-09bf-4823-905e-3a4647171fc1/3`,title:`600 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`650`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/eeabf43c-8e4c-448d-9790-4c2172c57944/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/eeabf43c-8e4c-448d-9790-4c2172c57944/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/eeabf43c-8e4c-448d-9790-4c2172c57944/3`,title:`650 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`700`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4a9acdc7-30be-4dd1-9898-fc9e42b3d304/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4a9acdc7-30be-4dd1-9898-fc9e42b3d304/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4a9acdc7-30be-4dd1-9898-fc9e42b3d304/3`,title:`700 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`750`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ca17277c-53e5-422b-8bb4-7c5dcdb0ac67/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ca17277c-53e5-422b-8bb4-7c5dcdb0ac67/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ca17277c-53e5-422b-8bb4-7c5dcdb0ac67/3`,title:`750 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`800`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9c1fb96d-0579-43d7-ba94-94672eaef63a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9c1fb96d-0579-43d7-ba94-94672eaef63a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9c1fb96d-0579-43d7-ba94-94672eaef63a/3`,title:`800 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`850`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/cc924aaf-dfd4-4f3f-822a-f5a87eb24069/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/cc924aaf-dfd4-4f3f-822a-f5a87eb24069/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/cc924aaf-dfd4-4f3f-822a-f5a87eb24069/3`,title:`850 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`900`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/193d86f6-83e1-428c-9638-d6ca9e408166/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/193d86f6-83e1-428c-9638-d6ca9e408166/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/193d86f6-83e1-428c-9638-d6ca9e408166/3`,title:`900 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`950`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7ce130bd-6f55-40cc-9231-e2a4cb712962/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7ce130bd-6f55-40cc-9231-e2a4cb712962/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7ce130bd-6f55-40cc-9231-e2a4cb712962/3`,title:`950 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`1000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bfb7399a-c632-42f7-8d5f-154610dede81/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bfb7399a-c632-42f7-8d5f-154610dede81/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bfb7399a-c632-42f7-8d5f-154610dede81/3`,title:`1000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`2000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4e8b3a32-1513-44ad-8a12-6c90232c77f9/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4e8b3a32-1513-44ad-8a12-6c90232c77f9/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4e8b3a32-1513-44ad-8a12-6c90232c77f9/3`,title:`2000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`3000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b18852ba-65d2-4b84-97d2-aeb6c44a0956/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b18852ba-65d2-4b84-97d2-aeb6c44a0956/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b18852ba-65d2-4b84-97d2-aeb6c44a0956/3`,title:`3000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`4000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/efbf3c93-ecfa-4b67-8d0a-1f732fb07397/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/efbf3c93-ecfa-4b67-8d0a-1f732fb07397/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/efbf3c93-ecfa-4b67-8d0a-1f732fb07397/3`,title:`4000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null},{id:`5000`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d775275d-fd19-4914-b63a-7928a22135c3/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d775275d-fd19-4914-b63a-7928a22135c3/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d775275d-fd19-4914-b63a-7928a22135c3/3`,title:`5000 Gift Subs`,description:`Has gifted a subscription to another viewer in this community`,click_action:null,click_url:null}]},{set_id:`subscriber`,versions:[{id:`0`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3`,title:`Subscriber`,description:`Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3`,title:`Subscriber`,description:`Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`2`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/25a03e36-2bb2-4625-bd37-d6d9d406238d/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/25a03e36-2bb2-4625-bd37-d6d9d406238d/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/25a03e36-2bb2-4625-bd37-d6d9d406238d/3`,title:`2-Month Subscriber`,description:`2-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`3`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e8984705-d091-4e54-8241-e53b30a84b0e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e8984705-d091-4e54-8241-e53b30a84b0e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e8984705-d091-4e54-8241-e53b30a84b0e/3`,title:`3-Month Subscriber`,description:`3-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`4`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2d2485f6-d19b-4daa-8393-9493b019156b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2d2485f6-d19b-4daa-8393-9493b019156b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2d2485f6-d19b-4daa-8393-9493b019156b/3`,title:`6-Month Subscriber`,description:`6-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`5`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/b4e6b13a-a76f-4c56-87e1-9375a7aaa610/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/b4e6b13a-a76f-4c56-87e1-9375a7aaa610/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/b4e6b13a-a76f-4c56-87e1-9375a7aaa610/3`,title:`9-Month Subscriber`,description:`9-Month Subscriber`,click_action:`subscribe_to_channel`,click_url:null},{id:`6`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed51a614-2c44-4a60-80b6-62908436b43a/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed51a614-2c44-4a60-80b6-62908436b43a/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed51a614-2c44-4a60-80b6-62908436b43a/3`,title:`6-Month Subscriber`,description:`1-Year Subscriber`,click_action:`subscribe_to_channel`,click_url:null}]},{set_id:`subtember-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a9c01f28-179e-486d-a4c7-2277e4f6adb4/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a9c01f28-179e-486d-a4c7-2277e4f6adb4/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a9c01f28-179e-486d-a4c7-2277e4f6adb4/3`,title:`SUBtember 2025`,description:`Badge given to users who sub, gift, or use bits during SUBtember 2025.`,click_action:null,click_url:null}]},{set_id:`superultracombo-2023`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5864739a-5e58-4623-9450-a2c0555ef90b/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5864739a-5e58-4623-9450-a2c0555ef90b/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5864739a-5e58-4623-9450-a2c0555ef90b/3`,title:`SuperUltraCombo 2023`,description:`This user joined Twitch's SuperUltraCombo 2023`,click_action:null,click_url:null}]},{set_id:`survival-cup-4`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9ff55f50-2c2a-40c2-9863-158d5ac2d5fd/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9ff55f50-2c2a-40c2-9863-158d5ac2d5fd/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9ff55f50-2c2a-40c2-9863-158d5ac2d5fd/3`,title:`Survival Cup 4`,description:`This badge was earned by subscribing or gifting a sub to a streamer during Survival Cup 4!`,click_action:null,click_url:null}]},{set_id:`tft-paris-open`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/c5688799-c50c-4878-b451-de78f3ef6a56/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/c5688799-c50c-4878-b451-de78f3ef6a56/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/c5688799-c50c-4878-b451-de78f3ef6a56/3`,title:`TFT Paris Open`,description:`This chat badge was awarded for gifting two subscriptions to a TFT streamer during the 2025 TFT Paris Open!`,click_action:null,click_url:null}]},{set_id:`the-deer`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/5f026869-a186-4f98-bb11-3eb148633d85/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/5f026869-a186-4f98-bb11-3eb148633d85/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/5f026869-a186-4f98-bb11-3eb148633d85/3`,title:`The Deer`,description:`This badge was earned by watching Roblox during the Bloxfest Qualifiers.`,click_action:null,click_url:null}]},{set_id:`the-first-descendant-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/a56ef091-e8cd-49bd-9de9-7b342c9a7e7e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/a56ef091-e8cd-49bd-9de9-7b342c9a7e7e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/a56ef091-e8cd-49bd-9de9-7b342c9a7e7e/3`,title:`The First Descendant Badge`,description:`This badge was earned by subscribing to a streamer playing The First Descendant during launch week!`,click_action:null,click_url:null}]},{set_id:`the-man-without-fear`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4ca893e7-6ee3-4437-acdd-071340913d3c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4ca893e7-6ee3-4437-acdd-071340913d3c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4ca893e7-6ee3-4437-acdd-071340913d3c/3`,title:`The Man Without Fear`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Marvel Rivals category for the start of Season 4.5!`,click_action:null,click_url:null}]},{set_id:`the-onryos-mask`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/e0d21894-8d58-4266-9127-b1bd61177899/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/e0d21894-8d58-4266-9127-b1bd61177899/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/e0d21894-8d58-4266-9127-b1bd61177899/3`,title:`The Onryō's Mask`,description:`This badge was earned by subscribing to a Ghost of Yotei streamer during the game's launch!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---good-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/192fb627-82b3-46e8-95d3-ac9feba4b1bc/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/192fb627-82b3-46e8-95d3-ac9feba4b1bc/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/192fb627-82b3-46e8-95d3-ac9feba4b1bc/3`,title:`Together for Good '25 - Good Badge`,description:`This badge was earned by donating $5 or more during Twitch Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---gooder-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/84a37e81-9d61-4c29-970e-64a32ec040c7/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/84a37e81-9d61-4c29-970e-64a32ec040c7/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/84a37e81-9d61-4c29-970e-64a32ec040c7/3`,title:`Together for Good '25 - Gooder Badge`,description:`This badge was earned by donating $50 or more during Twitch Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---goodest-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/928b8033-3777-49cb-a056-230135a08a62/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/928b8033-3777-49cb-a056-230135a08a62/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/928b8033-3777-49cb-a056-230135a08a62/3`,title:`Together for Good '25 - Goodest Badge`,description:`This badge was earned by donating $100 or more during Twitch Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`together-for-good-25---wicked-dub-badge`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/9ddae219-6674-4fbc-add9-6e4e6572ea8e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/9ddae219-6674-4fbc-add9-6e4e6572ea8e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/9ddae219-6674-4fbc-add9-6e4e6572ea8e/3`,title:`Together for Good '25 - Wicked Dub Badge`,description:`This badge was earned by donating at least $5 to a charity stream using Stream Together during Together for Good 2025!`,click_action:null,click_url:null}]},{set_id:`total-war-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/17604bfd-aeb6-427d-bd0e-cae93bed6f36/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/17604bfd-aeb6-427d-bd0e-cae93bed6f36/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/17604bfd-aeb6-427d-bd0e-cae93bed6f36/3`,title:`Total War Anniversary`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Total War: Warhammer III category during the Total War 25th Anniversary.`,click_action:null,click_url:null}]},{set_id:`toxic-zombie`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ccdf9673-a0b8-4bc1-a40f-105b8b951f98/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ccdf9673-a0b8-4bc1-a40f-105b8b951f98/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ccdf9673-a0b8-4bc1-a40f-105b8b951f98/3`,title:`Toxic Zombie`,description:`Purchase 1 new recurring or gift subscription during the Toxic Commando launch 2026 and claim the reward`,click_action:null,click_url:null}]},{set_id:`turbo`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/3`,title:`Turbo`,description:`A subscriber of Twitch's monthly premium user service`,click_action:`turbo`,click_url:null}]},{set_id:`twitchcon-2026-europe-row-houses`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/4a354d32-ca7f-4d6f-815a-f80be9c7c088/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/4a354d32-ca7f-4d6f-815a-f80be9c7c088/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/4a354d32-ca7f-4d6f-815a-f80be9c7c088/3`,title:`TwitchCon 2026 - Europe - Row Houses`,description:`This badge is given to anyone who purchased a 1-day ticket to TwitchCon Europe 2026.`,click_action:null,click_url:null}]},{set_id:`twitchcon-2026-europe-windmill`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ed34b8e2-7c1c-4551-b4d7-63b44d61fb31/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ed34b8e2-7c1c-4551-b4d7-63b44d61fb31/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ed34b8e2-7c1c-4551-b4d7-63b44d61fb31/3`,title:`TwitchCon 2026 - Europe - Windmill`,description:`This badge is given to anyone who purchased a 2-day ticket to TwitchCon Europe 2026.`,click_action:null,click_url:null}]},{set_id:`umbrella-corporation`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/995ff00f-c16c-4782-86ba-f2d7668dc6a2/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/995ff00f-c16c-4782-86ba-f2d7668dc6a2/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/995ff00f-c16c-4782-86ba-f2d7668dc6a2/3`,title:`Umbrella Corporation`,description:`This badge was earned by subscribing or gifting a sub to a Resident Evil: Requiem streamer.`,click_action:null,click_url:null}]},{set_id:`user-anniversary`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/ccbbedaa-f4db-4d0b-9c2a-375de7ad947c/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/ccbbedaa-f4db-4d0b-9c2a-375de7ad947c/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/ccbbedaa-f4db-4d0b-9c2a-375de7ad947c/3`,title:`Twitchiversary Badge`,description:`Staff badge celebrating Twitch tenure`,click_action:null,click_url:null}]},{set_id:`vct-paris-2025`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/63c91cf1-53d1-4ee9-821f-b4d6e4144e8e/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/63c91cf1-53d1-4ee9-821f-b4d6e4144e8e/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/63c91cf1-53d1-4ee9-821f-b4d6e4144e8e/3`,title:`VCT Paris 2025`,description:`This badge was earned by subscribing to a VALORANT streamer while watching VALORANT Champions 2025!`,click_action:null,click_url:null}]},{set_id:`yellow-noob`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/d87a78f5-76d9-451f-8f31-752a369e6045/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/d87a78f5-76d9-451f-8f31-752a369e6045/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/d87a78f5-76d9-451f-8f31-752a369e6045/3`,title:`Yellow Noob`,description:`This badge was earned by subscribing or gifting a sub to a streamer in the Roblox category during Bloxfest.`,click_action:null,click_url:null}]},{set_id:`zevent-2024`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/2040d479-b815-4617-8a55-9aed027e30d0/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/2040d479-b815-4617-8a55-9aed027e30d0/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/2040d479-b815-4617-8a55-9aed027e30d0/3`,title:`ZEVENT 2024`,description:`This badge was earned for watching ZEVENT 2024!`,click_action:null,click_url:null}]},{set_id:`zevent25`,versions:[{id:`1`,image_url_1x:`https://static-cdn.jtvnw.net/badges/v1/7c39aa87-4659-4e8f-abaf-c29614cd8a29/1`,image_url_2x:`https://static-cdn.jtvnw.net/badges/v1/7c39aa87-4659-4e8f-abaf-c29614cd8a29/2`,image_url_4x:`https://static-cdn.jtvnw.net/badges/v1/7c39aa87-4659-4e8f-abaf-c29614cd8a29/3`,title:`ZEVENT25`,description:`This badge was earned by watching a ZEvent25 stream.`,click_action:null,click_url:null}]}],l=`aliceblue.antiquewhite.aqua.aquamarine.azure.beige.bisque.black.blanchedalmond.blue.blueviolet.brown.burlywood.cadetblue.chartreuse.chocolate.coral.cornflowerblue.cornsilk.crimson.cyan.darkblue.darkcyan.darkgoldenrod.darkgray.darkgreen.darkgrey.darkkhaki.darkmagenta.darkolivegreen.darkorange.darkorchid.darkred.darksalmon.darkseagreen.darkslateblue.darkslategray.darkslategrey.darkturquoise.darkviolet.deeppink.deepskyblue.dimgray.dimgrey.dodgerblue.firebrick.floralwhite.forestgreen.fuchsia.gainsboro.ghostwhite.gold.goldenrod.gray.green.greenyellow.grey.honeydew.hotpink.indianred.indigo.ivory.khaki.lavender.lavenderblush.lawngreen.lemonchiffon.lightblue.lightcoral.lightcyan.lightgoldenrodyellow.lightgray.lightgreen.lightgrey.lightpink.lightsalmon.lightseagreen.lightskyblue.lightslategray.lightslategrey.lightsteelblue.lightyellow.lime.limegreen.linen.magenta.maroon.mediumaquamarine.mediumblue.mediumorchid.mediumpurple.mediumseagreen.mediumslateblue.mediumspringgreen.mediumturquoise.mediumvioletred.midnightblue.mintcream.mistyrose.moccasin.navajowhite.navy.oldlace.olive.olivedrab.orange.orangered.orchid.palegoldenrod.palegreen.paleturquoise.palevioletred.papayawhip.peachpuff.peru.pink.plum.powderblue.purple.rebeccapurple.red.rosybrown.royalblue.saddlebrown.salmon.sandybrown.seagreen.seashell.sienna.silver.skyblue.slateblue.slategray.slategrey.snow.springgreen.steelblue.tan.teal.thistle.tomato.turquoise.violet.wheat.white.whitesmoke.yellow.yellowgreen.transparent`.split(`.`),u=[{id:`01FCY771D800007PQ2DF3GDTN6`,name:`RainTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/1x.webp`,2:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/2x.webp`,3:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/3x.webp`,4:`https://cdn.7tv.app/emote/01FCY771D800007PQ2DF3GDTN6/4x.webp`}},{id:`01FE3XY508000AA32JP519W2EW`,name:`PETPET`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/1x.webp`,2:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/2x.webp`,3:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/3x.webp`,4:`https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/4x.webp`}},{id:`01GGD5PJA8000FH13S498E9D8X`,name:`ppL`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/1x.webp`,2:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/2x.webp`,3:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/3x.webp`,4:`https://cdn.7tv.app/emote/01GGD5PJA8000FH13S498E9D8X/4x.webp`}},{id:`01GB2TN09G000AZXHZ8HNEZX6G`,name:`Clap2`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/1x.webp`,2:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/2x.webp`,3:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/3x.webp`,4:`https://cdn.7tv.app/emote/01GB2TN09G000AZXHZ8HNEZX6G/4x.webp`}},{id:`01GAM8EFQ00004MXFXAJYKA859`,name:`Clap`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/1x.webp`,2:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/2x.webp`,3:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/3x.webp`,4:`https://cdn.7tv.app/emote/01GAM8EFQ00004MXFXAJYKA859/4x.webp`}},{id:`01GAFTZ9K80003DHH026MC7JW0`,name:`PepePls`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/1x.webp`,2:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/2x.webp`,3:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/3x.webp`,4:`https://cdn.7tv.app/emote/01GAFTZ9K80003DHH026MC7JW0/4x.webp`}},{id:`01GAZ199Z8000FEWHS6AT5QZV0`,name:`peepoHappy`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/1x.webp`,2:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/2x.webp`,3:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/3x.webp`,4:`https://cdn.7tv.app/emote/01GAZ199Z8000FEWHS6AT5QZV0/4x.webp`}},{id:`01GAZ4SBX80007YCE2RXBT44B2`,name:`peepoSad`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/1x.webp`,2:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/2x.webp`,3:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/3x.webp`,4:`https://cdn.7tv.app/emote/01GAZ4SBX80007YCE2RXBT44B2/4x.webp`}},{id:`01GB9W8JN80004CKF2H1TWA99H`,name:`FeelsDankMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/1x.webp`,2:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/2x.webp`,3:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/3x.webp`,4:`https://cdn.7tv.app/emote/01GB9W8JN80004CKF2H1TWA99H/4x.webp`}},{id:`01GB2S7H7000018VJGJ4A9BMFS`,name:`BillyApprove`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/1x.webp`,2:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/2x.webp`,3:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/3x.webp`,4:`https://cdn.7tv.app/emote/01GB2S7H7000018VJGJ4A9BMFS/4x.webp`}},{id:`01GB8EQNJ8000497KFBZWNSDFZ`,name:`forsenPls`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/1x.webp`,2:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/2x.webp`,3:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/3x.webp`,4:`https://cdn.7tv.app/emote/01GB8EQNJ8000497KFBZWNSDFZ/4x.webp`}},{id:`01GB54CZTG0004ZBZEDT30HE2M`,name:`RoxyPotato`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/1x.webp`,2:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/2x.webp`,3:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/3x.webp`,4:`https://cdn.7tv.app/emote/01GB54CZTG0004ZBZEDT30HE2M/4x.webp`}},{id:`01GB4P2HX0000BJ5HR8F6XV9Q0`,name:`gachiBASS`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4P2HX0000BJ5HR8F6XV9Q0/4x.webp`}},{id:`01GKQXGX1R000216YB0K7GN92X`,name:`(7TV)`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/1x.webp`,2:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/2x.webp`,3:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/3x.webp`,4:`https://cdn.7tv.app/emote/01GKQXGX1R000216YB0K7GN92X/4x.webp`}},{id:`01FKSDK14G0008TM5NY9QEG0QV`,name:`PartyParrot`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/1x.webp`,2:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/2x.webp`,3:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/3x.webp`,4:`https://cdn.7tv.app/emote/01FKSDK14G0008TM5NY9QEG0QV/4x.webp`}},{id:`01GB5VC57000003DZTMZQNY944`,name:`RebeccaBlack`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/1x.webp`,2:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/2x.webp`,3:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/3x.webp`,4:`https://cdn.7tv.app/emote/01GB5VC57000003DZTMZQNY944/4x.webp`}},{id:`01F014S6KG0007E4VV006YKSM3`,name:`reckH`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/1x.webp`,2:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/2x.webp`,3:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/3x.webp`,4:`https://cdn.7tv.app/emote/01F014S6KG0007E4VV006YKSM3/4x.webp`}},{id:`01G98W833R0000BRQD106P0ZNT`,name:`WAYTOODANK`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/1x.webp`,2:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/2x.webp`,3:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/3x.webp`,4:`https://cdn.7tv.app/emote/01G98W833R0000BRQD106P0ZNT/4x.webp`}},{id:`01GB2ZJFBG000DTBJYANG8XYFP`,name:`AlienDance`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/1x.webp`,2:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/2x.webp`,3:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/3x.webp`,4:`https://cdn.7tv.app/emote/01GB2ZJFBG000DTBJYANG8XYFP/4x.webp`}},{id:`01G4GQC5H0000D3DGNAYJJP8EB`,name:`Gayge`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/1x.webp`,2:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/2x.webp`,3:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/3x.webp`,4:`https://cdn.7tv.app/emote/01G4GQC5H0000D3DGNAYJJP8EB/4x.webp`}},{id:`01GGCQPCGR000C7MT8JZGP6E89`,name:`ApuApustaja`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/1x.webp`,2:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/2x.webp`,3:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/3x.webp`,4:`https://cdn.7tv.app/emote/01GGCQPCGR000C7MT8JZGP6E89/4x.webp`}},{id:`01GB9W2CDG000BFSD141G0MGSA`,name:`BasedGod`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/1x.webp`,2:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/2x.webp`,3:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/3x.webp`,4:`https://cdn.7tv.app/emote/01GB9W2CDG000BFSD141G0MGSA/4x.webp`}},{id:`01G98V5RFG0001CD052SPS435F`,name:`GuitarTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/1x.webp`,2:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/2x.webp`,3:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/3x.webp`,4:`https://cdn.7tv.app/emote/01G98V5RFG0001CD052SPS435F/4x.webp`}},{id:`01HM524VE80004SKSHMCZWXH1T`,name:`peepoPls`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/1x.webp`,2:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/2x.webp`,3:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/3x.webp`,4:`https://cdn.7tv.app/emote/01HM524VE80004SKSHMCZWXH1T/4x.webp`}},{id:`01HM4P26CR000449DZBT4FVMA5`,name:`TeaTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/1x.webp`,2:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/2x.webp`,3:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/3x.webp`,4:`https://cdn.7tv.app/emote/01HM4P26CR000449DZBT4FVMA5/4x.webp`}},{id:`01HM4PGHC80007635TAZG67FT5`,name:`WineTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/1x.webp`,2:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/2x.webp`,3:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/3x.webp`,4:`https://cdn.7tv.app/emote/01HM4PGHC80007635TAZG67FT5/4x.webp`}},{id:`01G98V81Q80000BRQD106P0ZEK`,name:`PianoTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/1x.webp`,2:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/2x.webp`,3:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/3x.webp`,4:`https://cdn.7tv.app/emote/01G98V81Q80000BRQD106P0ZEK/4x.webp`}},{id:`01G98TT6BR000A39K5ZSQFTPWR`,name:`CrayonTime`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/1x.webp`,2:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/2x.webp`,3:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/3x.webp`,4:`https://cdn.7tv.app/emote/01G98TT6BR000A39K5ZSQFTPWR/4x.webp`}},{id:`01HM6NJ2X000035ZKVAPWBNW26`,name:`nymnCorn`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/1x.webp`,2:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/2x.webp`,3:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/3x.webp`,4:`https://cdn.7tv.app/emote/01HM6NJ2X000035ZKVAPWBNW26/4x.webp`}},{id:`01HM2F7Q1R00022X3E2804NBNQ`,name:`SteerR`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/1x.webp`,2:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/2x.webp`,3:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/3x.webp`,4:`https://cdn.7tv.app/emote/01HM2F7Q1R00022X3E2804NBNQ/4x.webp`}},{id:`01J107C3E8000DX4MZBQSYGRXS`,name:`sevenTV`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/1x.webp`,2:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/2x.webp`,3:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/3x.webp`,4:`https://cdn.7tv.app/emote/01J107C3E8000DX4MZBQSYGRXS/4x.webp`}},{id:`01FTEZEE900001E12995B12GR4`,name:`nanaAYAYA`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/1x.webp`,2:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/2x.webp`,3:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/3x.webp`,4:`https://cdn.7tv.app/emote/01FTEZEE900001E12995B12GR4/4x.webp`}},{id:`01J8NMZ2HG0005G1FWF2H9Y615`,name:`BibleThump`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/1x.webp`,2:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/2x.webp`,3:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/3x.webp`,4:`https://cdn.7tv.app/emote/01J8NMZ2HG0005G1FWF2H9Y615/4x.webp`}},{id:`01H16FA16G0005EZED5J0EY7KN`,name:`glorp`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/1x.webp`,2:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/2x.webp`,3:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/3x.webp`,4:`https://cdn.7tv.app/emote/01H16FA16G0005EZED5J0EY7KN/4x.webp`}},{id:`01GG3YGWK8000DWE419062SG28`,name:`Stare`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/1x.webp`,2:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/2x.webp`,3:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/3x.webp`,4:`https://cdn.7tv.app/emote/01GG3YGWK8000DWE419062SG28/4x.webp`}},{id:`01JY2MX5BE5BVWWFV153ANMMHZ`,name:`aceStare`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/1x.webp`,2:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/2x.webp`,3:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/3x.webp`,4:`https://cdn.7tv.app/emote/01JY2MX5BE5BVWWFV153ANMMHZ/4x.webp`}},{id:`01F9EM2ETG000E7SC8F953GXCX`,name:`gachiGASM`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/1x.webp`,2:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/2x.webp`,3:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/3x.webp`,4:`https://cdn.7tv.app/emote/01F9EM2ETG000E7SC8F953GXCX/4x.webp`}},{id:`01GB32XE6R00018VJGJ4A9BNCV`,name:`AYAYA`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/1x.webp`,2:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/2x.webp`,3:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/3x.webp`,4:`https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/4x.webp`}},{id:`01GB4XE3ZR000DKFRGM9Q1M7VS`,name:`RareParrot`,platform:`7tv`,animated:!0,urls:{1:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4XE3ZR000DKFRGM9Q1M7VS/4x.webp`}},{id:`01GB4FWTR8000DGEZ8VYY59RBN`,name:`FeelsWeirdMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4FWTR8000DGEZ8VYY59RBN/4x.webp`}},{id:`01GB4CK01800090V9B3D8CGEEX`,name:`EZ`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4CK01800090V9B3D8CGEEX/4x.webp`}},{id:`01GB46137R000BJ5HR8F6XV8J1`,name:`FeelsOkayMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/1x.webp`,2:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/2x.webp`,3:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/3x.webp`,4:`https://cdn.7tv.app/emote/01GB46137R000BJ5HR8F6XV8J1/4x.webp`}},{id:`01GB4EV0Q800090V9B3D8CGEHV`,name:`FeelsStrongMan`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/1x.webp`,2:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/2x.webp`,3:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/3x.webp`,4:`https://cdn.7tv.app/emote/01GB4EV0Q800090V9B3D8CGEHV/4x.webp`}},{id:`01GBFDVP18000CRDCG0DV7KEMY`,name:`7Cinema`,platform:`7tv`,animated:!1,urls:{1:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/1x.webp`,2:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/2x.webp`,3:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/3x.webp`,4:`https://cdn.7tv.app/emote/01GBFDVP18000CRDCG0DV7KEMY/4x.webp`}}],d=[{id:`54fa8f1401e468494b85b537`,name:`:tf:`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/1x`,2:`https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/2x`,4:`https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/3x`}},{id:`54fa8fce01e468494b85b53c`,name:`CiGrip`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/1x`,2:`https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/2x`,4:`https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/3x`}},{id:`54fa903b01e468494b85b53f`,name:`DatSauce`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/1x`,2:`https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/2x`,4:`https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/3x`}},{id:`54fa909b01e468494b85b542`,name:`ForeverAlone`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/1x`,2:`https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/2x`,4:`https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/3x`}},{id:`54fa90ba01e468494b85b543`,name:`GabeN`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/1x`,2:`https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/2x`,4:`https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/3x`}},{id:`54fa90f201e468494b85b545`,name:`HailHelix`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/1x`,2:`https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/2x`,4:`https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/3x`}},{id:`54fa932201e468494b85b555`,name:`ShoopDaWhoop`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa932201e468494b85b555/1x`,2:`https://cdn.betterttv.net/emote/54fa932201e468494b85b555/2x`,4:`https://cdn.betterttv.net/emote/54fa932201e468494b85b555/3x`}},{id:`54fab45f633595ca4c713abc`,name:`M&Mjc`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/1x`,2:`https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/2x`,4:`https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/3x`}},{id:`54fab7d2633595ca4c713abf`,name:`bttvNice`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fab7d2633595ca4c713abf/1x`,2:`https://cdn.betterttv.net/emote/54fab7d2633595ca4c713abf/2x`,4:`https://cdn.betterttv.net/emote/54fab7d2633595ca4c713abf/3x`}},{id:`54fa935601e468494b85b557`,name:`TwaT`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa935601e468494b85b557/1x`,2:`https://cdn.betterttv.net/emote/54fa935601e468494b85b557/2x`,4:`https://cdn.betterttv.net/emote/54fa935601e468494b85b557/3x`}},{id:`54fa99b601e468494b85b55d`,name:`WatChuSay`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fa99b601e468494b85b55d/1x`,2:`https://cdn.betterttv.net/emote/54fa99b601e468494b85b55d/2x`,4:`https://cdn.betterttv.net/emote/54fa99b601e468494b85b55d/3x`}},{id:`566ca11a65dbbdab32ec0558`,name:`tehPoleCat`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca11a65dbbdab32ec0558/1x`,2:`https://cdn.betterttv.net/emote/566ca11a65dbbdab32ec0558/2x`,4:`https://cdn.betterttv.net/emote/566ca11a65dbbdab32ec0558/3x`}},{id:`566ca1a365dbbdab32ec055b`,name:`AngelThump`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/1x`,2:`https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/2x`,4:`https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/3x`}},{id:`54fbefeb01abde735115de5b`,name:`TaxiBro`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fbefeb01abde735115de5b/1x`,2:`https://cdn.betterttv.net/emote/54fbefeb01abde735115de5b/2x`,4:`https://cdn.betterttv.net/emote/54fbefeb01abde735115de5b/3x`}},{id:`54fbf00a01abde735115de5c`,name:`BroBalt`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/1x`,2:`https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/2x`,4:`https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/3x`}},{id:`54fbf09c01abde735115de61`,name:`CandianRage`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/1x`,2:`https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/2x`,4:`https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/3x`}},{id:`55028cd2135896936880fdd7`,name:`D:`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/1x`,2:`https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/2x`,4:`https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/3x`}},{id:`550352766f86a5b26c281ba2`,name:`VisLaud`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/550352766f86a5b26c281ba2/1x`,2:`https://cdn.betterttv.net/emote/550352766f86a5b26c281ba2/2x`,4:`https://cdn.betterttv.net/emote/550352766f86a5b26c281ba2/3x`}},{id:`550b344bff8ecee922d2a3c1`,name:`KaRappa`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/1x`,2:`https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/2x`,4:`https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/3x`}},{id:`566ca00f65dbbdab32ec0544`,name:`FishMoley`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/1x`,2:`https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/2x`,4:`https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/3x`}},{id:`566ca02865dbbdab32ec0547`,name:`Hhhehehe`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/1x`,2:`https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/2x`,4:`https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/3x`}},{id:`566ca04265dbbdab32ec054a`,name:`KKona`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/1x`,2:`https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/2x`,4:`https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/3x`}},{id:`566ca09365dbbdab32ec0555`,name:`PoleDoge`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca09365dbbdab32ec0555/1x`,2:`https://cdn.betterttv.net/emote/566ca09365dbbdab32ec0555/2x`,4:`https://cdn.betterttv.net/emote/566ca09365dbbdab32ec0555/3x`}},{id:`553b48a21f145f087fc15ca6`,name:`sosGame`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/553b48a21f145f087fc15ca6/1x`,2:`https://cdn.betterttv.net/emote/553b48a21f145f087fc15ca6/2x`,4:`https://cdn.betterttv.net/emote/553b48a21f145f087fc15ca6/3x`}},{id:`55471c2789d53f2d12781713`,name:`CruW`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/1x`,2:`https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/2x`,4:`https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/3x`}},{id:`555015b77676617e17dd2e8e`,name:`RarePepe`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/555015b77676617e17dd2e8e/1x`,2:`https://cdn.betterttv.net/emote/555015b77676617e17dd2e8e/2x`,4:`https://cdn.betterttv.net/emote/555015b77676617e17dd2e8e/3x`}},{id:`555981336ba1901877765555`,name:`haHAA`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/555981336ba1901877765555/1x`,2:`https://cdn.betterttv.net/emote/555981336ba1901877765555/2x`,4:`https://cdn.betterttv.net/emote/555981336ba1901877765555/3x`}},{id:`55b6524154eefd53777b2580`,name:`FeelsBirthdayMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/1x`,2:`https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/2x`,4:`https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/3x`}},{id:`55f324c47f08be9f0a63cce0`,name:`RonSmug`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/55f324c47f08be9f0a63cce0/1x`,2:`https://cdn.betterttv.net/emote/55f324c47f08be9f0a63cce0/2x`,4:`https://cdn.betterttv.net/emote/55f324c47f08be9f0a63cce0/3x`}},{id:`560577560874de34757d2dc0`,name:`KappaCool`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/560577560874de34757d2dc0/1x`,2:`https://cdn.betterttv.net/emote/560577560874de34757d2dc0/2x`,4:`https://cdn.betterttv.net/emote/560577560874de34757d2dc0/3x`}},{id:`566c9fc265dbbdab32ec053b`,name:`FeelsBadMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/1x`,2:`https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/2x`,4:`https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/3x`}},{id:`566c9f3b65dbbdab32ec052e`,name:`bUrself`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9f3b65dbbdab32ec052e/1x`,2:`https://cdn.betterttv.net/emote/566c9f3b65dbbdab32ec052e/2x`,4:`https://cdn.betterttv.net/emote/566c9f3b65dbbdab32ec052e/3x`}},{id:`566c9f6365dbbdab32ec0532`,name:`ConcernDoge`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/1x`,2:`https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/2x`,4:`https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/3x`}},{id:`566c9fde65dbbdab32ec053e`,name:`FeelsGoodMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/1x`,2:`https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/2x`,4:`https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/3x`}},{id:`566c9ff365dbbdab32ec0541`,name:`FireSpeed`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/1x`,2:`https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/2x`,4:`https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/3x`}},{id:`566ca06065dbbdab32ec054e`,name:`NaM`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566ca06065dbbdab32ec054e/1x`,2:`https://cdn.betterttv.net/emote/566ca06065dbbdab32ec054e/2x`,4:`https://cdn.betterttv.net/emote/566ca06065dbbdab32ec054e/3x`}},{id:`566ca38765dbbdab32ec0560`,name:`SourPls`,platform:`bttv`,animated:!0,urls:{1:`https://cdn.betterttv.net/emote/566ca38765dbbdab32ec0560/1x`,2:`https://cdn.betterttv.net/emote/566ca38765dbbdab32ec0560/2x`,4:`https://cdn.betterttv.net/emote/566ca38765dbbdab32ec0560/3x`}},{id:`566dde0e65dbbdab32ec068f`,name:`FeelsSnowMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566dde0e65dbbdab32ec068f/1x`,2:`https://cdn.betterttv.net/emote/566dde0e65dbbdab32ec068f/2x`,4:`https://cdn.betterttv.net/emote/566dde0e65dbbdab32ec068f/3x`}},{id:`566decae65dbbdab32ec0699`,name:`FeelsSnowyMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/566decae65dbbdab32ec0699/1x`,2:`https://cdn.betterttv.net/emote/566decae65dbbdab32ec0699/2x`,4:`https://cdn.betterttv.net/emote/566decae65dbbdab32ec0699/3x`}},{id:`567b00c61ddbe1786688a633`,name:`LuL`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/1x`,2:`https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/2x`,4:`https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/3x`}},{id:`56901914991f200c34ffa656`,name:`SaltyCorn`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56901914991f200c34ffa656/1x`,2:`https://cdn.betterttv.net/emote/56901914991f200c34ffa656/2x`,4:`https://cdn.betterttv.net/emote/56901914991f200c34ffa656/3x`}},{id:`56e9f494fff3cc5c35e5287e`,name:`monkaS`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56e9f494fff3cc5c35e5287e/1x`,2:`https://cdn.betterttv.net/emote/56e9f494fff3cc5c35e5287e/2x`,4:`https://cdn.betterttv.net/emote/56e9f494fff3cc5c35e5287e/3x`}},{id:`56f5be00d48006ba34f530a4`,name:`VapeNation`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56f5be00d48006ba34f530a4/1x`,2:`https://cdn.betterttv.net/emote/56f5be00d48006ba34f530a4/2x`,4:`https://cdn.betterttv.net/emote/56f5be00d48006ba34f530a4/3x`}},{id:`56fa09f18eff3b595e93ac26`,name:`ariW`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/56fa09f18eff3b595e93ac26/1x`,2:`https://cdn.betterttv.net/emote/56fa09f18eff3b595e93ac26/2x`,4:`https://cdn.betterttv.net/emote/56fa09f18eff3b595e93ac26/3x`}},{id:`5709ab688eff3b595e93c595`,name:`notsquishY`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5709ab688eff3b595e93c595/1x`,2:`https://cdn.betterttv.net/emote/5709ab688eff3b595e93c595/2x`,4:`https://cdn.betterttv.net/emote/5709ab688eff3b595e93c595/3x`}},{id:`5733ff12e72c3c0814233e20`,name:`FeelsAmazingMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/1x`,2:`https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/2x`,4:`https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/3x`}},{id:`573d38b50ffbf6cc5cc38dc9`,name:`DuckerZ`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/1x`,2:`https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/2x`,4:`https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/3x`}},{id:`580e438942170bfd57189866`,name:`FeelsPumpkinMan`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/580e438942170bfd57189866/1x`,2:`https://cdn.betterttv.net/emote/580e438942170bfd57189866/2x`,4:`https://cdn.betterttv.net/emote/580e438942170bfd57189866/3x`}},{id:`59cf182fcbe2693d59d7bf46`,name:`SqShy`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/59cf182fcbe2693d59d7bf46/1x`,2:`https://cdn.betterttv.net/emote/59cf182fcbe2693d59d7bf46/2x`,4:`https://cdn.betterttv.net/emote/59cf182fcbe2693d59d7bf46/3x`}},{id:`58d2e73058d8950a875ad027`,name:`Wowee`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/58d2e73058d8950a875ad027/1x`,2:`https://cdn.betterttv.net/emote/58d2e73058d8950a875ad027/2x`,4:`https://cdn.betterttv.net/emote/58d2e73058d8950a875ad027/3x`}},{id:`5dc36a8db537d747e37ac187`,name:`WubTF`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5dc36a8db537d747e37ac187/1x`,2:`https://cdn.betterttv.net/emote/5dc36a8db537d747e37ac187/2x`,4:`https://cdn.betterttv.net/emote/5dc36a8db537d747e37ac187/3x`}},{id:`5e76d2ab8c0f5c3723a9a87d`,name:`cvR`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d2ab8c0f5c3723a9a87d/1x`,2:`https://cdn.betterttv.net/emote/5e76d2ab8c0f5c3723a9a87d/2x`,4:`https://cdn.betterttv.net/emote/5e76d2ab8c0f5c3723a9a87d/3x`}},{id:`5e76d2d2d112fc372574d222`,name:`cvL`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d2d2d112fc372574d222/1x`,2:`https://cdn.betterttv.net/emote/5e76d2d2d112fc372574d222/2x`,4:`https://cdn.betterttv.net/emote/5e76d2d2d112fc372574d222/3x`}},{id:`5e76d338d6581c3724c0f0b2`,name:`cvHazmat`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d338d6581c3724c0f0b2/1x`,2:`https://cdn.betterttv.net/emote/5e76d338d6581c3724c0f0b2/2x`,4:`https://cdn.betterttv.net/emote/5e76d338d6581c3724c0f0b2/3x`}},{id:`5e76d399d6581c3724c0f0b8`,name:`cvMask`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5e76d399d6581c3724c0f0b8/1x`,2:`https://cdn.betterttv.net/emote/5e76d399d6581c3724c0f0b8/2x`,4:`https://cdn.betterttv.net/emote/5e76d399d6581c3724c0f0b8/3x`}},{id:`5ffdf28dc96152314ad63960`,name:`DogChamp`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/5ffdf28dc96152314ad63960/1x`,2:`https://cdn.betterttv.net/emote/5ffdf28dc96152314ad63960/2x`,4:`https://cdn.betterttv.net/emote/5ffdf28dc96152314ad63960/3x`}},{id:`6468f7acaee1f7f47567708e`,name:`c!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f7acaee1f7f47567708e/1x`,2:`https://cdn.betterttv.net/emote/6468f7acaee1f7f47567708e/2x`,4:`https://cdn.betterttv.net/emote/6468f7acaee1f7f47567708e/3x`}},{id:`6468f845aee1f7f47567709b`,name:`h!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f845aee1f7f47567709b/1x`,2:`https://cdn.betterttv.net/emote/6468f845aee1f7f47567709b/2x`,4:`https://cdn.betterttv.net/emote/6468f845aee1f7f47567709b/3x`}},{id:`6468f869aee1f7f4756770a8`,name:`l!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f869aee1f7f4756770a8/1x`,2:`https://cdn.betterttv.net/emote/6468f869aee1f7f4756770a8/2x`,4:`https://cdn.betterttv.net/emote/6468f869aee1f7f4756770a8/3x`}},{id:`6468f883aee1f7f4756770b5`,name:`r!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f883aee1f7f4756770b5/1x`,2:`https://cdn.betterttv.net/emote/6468f883aee1f7f4756770b5/2x`,4:`https://cdn.betterttv.net/emote/6468f883aee1f7f4756770b5/3x`}},{id:`6468f89caee1f7f4756770c2`,name:`v!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f89caee1f7f4756770c2/1x`,2:`https://cdn.betterttv.net/emote/6468f89caee1f7f4756770c2/2x`,4:`https://cdn.betterttv.net/emote/6468f89caee1f7f4756770c2/3x`}},{id:`6468f8d1aee1f7f4756770cf`,name:`z!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/6468f8d1aee1f7f4756770cf/1x`,2:`https://cdn.betterttv.net/emote/6468f8d1aee1f7f4756770cf/2x`,4:`https://cdn.betterttv.net/emote/6468f8d1aee1f7f4756770cf/3x`}},{id:`64e3b31920cb0d25d950a9f9`,name:`w!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/64e3b31920cb0d25d950a9f9/1x`,2:`https://cdn.betterttv.net/emote/64e3b31920cb0d25d950a9f9/2x`,4:`https://cdn.betterttv.net/emote/64e3b31920cb0d25d950a9f9/3x`}},{id:`65cbe7dbaed093b2eaf87c65`,name:`p!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/65cbe7dbaed093b2eaf87c65/1x`,2:`https://cdn.betterttv.net/emote/65cbe7dbaed093b2eaf87c65/2x`,4:`https://cdn.betterttv.net/emote/65cbe7dbaed093b2eaf87c65/3x`}},{id:`662953eeea369c0ece39eb93`,name:`s!`,platform:`bttv`,animated:!1,urls:{1:`https://cdn.betterttv.net/emote/662953eeea369c0ece39eb93/1x`,2:`https://cdn.betterttv.net/emote/662953eeea369c0ece39eb93/2x`,4:`https://cdn.betterttv.net/emote/662953eeea369c0ece39eb93/3x`}}],f=[{id:`9`,name:`ZrehplaR`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/9/1`,2:`https://cdn.frankerfacez.com/emote/9/2`,4:`https://cdn.frankerfacez.com/emote/9/4`}},{id:`6`,name:`YooHoo`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/6/1`,2:`https://cdn.frankerfacez.com/emote/6/2`,4:`https://cdn.frankerfacez.com/emote/6/4`}},{id:`4`,name:`ManChicken`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/4/1`,2:`https://cdn.frankerfacez.com/emote/4/2`,4:`https://cdn.frankerfacez.com/emote/4/4`}},{id:`3`,name:`BeanieHipster`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/3/1`,2:`https://cdn.frankerfacez.com/emote/3/2`,4:`https://cdn.frankerfacez.com/emote/3/4`}},{id:`25927`,name:`CatBag`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/25927/1`,2:`https://cdn.frankerfacez.com/emote/25927/2`,4:`https://cdn.frankerfacez.com/emote/25927/4`}},{id:`27081`,name:`ZreknarF`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/27081/1`,2:`https://cdn.frankerfacez.com/emote/27081/2`,4:`https://cdn.frankerfacez.com/emote/27081/4`}},{id:`28136`,name:`LilZ`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/28136/1`,2:`https://cdn.frankerfacez.com/emote/28136/2`,4:`https://cdn.frankerfacez.com/emote/28136/4`}},{id:`28138`,name:`ZliL`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/28138/1`,2:`https://cdn.frankerfacez.com/emote/28138/2`,4:`https://cdn.frankerfacez.com/emote/28138/4`}},{id:`149346`,name:`LaterSooner`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/149346/1`,2:`https://cdn.frankerfacez.com/emote/149346/2`,4:`https://cdn.frankerfacez.com/emote/149346/4`}},{id:`142673`,name:`BORT`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/142673/1`,2:`https://cdn.frankerfacez.com/emote/142673/2`,4:`https://cdn.frankerfacez.com/emote/142673/4`}},{id:`757384`,name:`BibleThump`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/757384/1`,2:`https://cdn.frankerfacez.com/emote/757384/2`,4:`https://cdn.frankerfacez.com/emote/757384/4`}},{id:`723890`,name:`ffzW`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/723890/1`,2:`https://cdn.frankerfacez.com/emote/723890/2`,4:`https://cdn.frankerfacez.com/emote/723890/4`}},{id:`720508`,name:`ffzX`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/720508/1`,2:`https://cdn.frankerfacez.com/emote/720508/2`,4:`https://cdn.frankerfacez.com/emote/720508/4`}},{id:`720509`,name:`ffzY`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/720509/1`,2:`https://cdn.frankerfacez.com/emote/720509/2`,4:`https://cdn.frankerfacez.com/emote/720509/4`}},{id:`720729`,name:`ffzCursed`,platform:`ffz`,animated:!1,urls:{1:`https://cdn.frankerfacez.com/emote/720729/1`,2:`https://cdn.frankerfacez.com/emote/720729/2`,4:`https://cdn.frankerfacez.com/emote/720729/4`}}],p=[{type:`twitch`,name:`AsexualPride`,id:`307827267`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827267/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827267/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827267/static/dark/3.0`},start:0,end:12},{type:`twitch`,name:`BisexualPride`,id:`307827313`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827313/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827313/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827313/static/dark/3.0`},start:13,end:26},{type:`twitch`,name:`GayPride`,id:`307827321`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827321/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827321/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827321/static/dark/3.0`},start:27,end:35},{type:`twitch`,name:`GenderFluidPride`,id:`307827326`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827326/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827326/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827326/static/dark/3.0`},start:36,end:52},{type:`twitch`,name:`IntersexPride`,id:`307827332`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827332/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827332/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827332/static/dark/3.0`},start:53,end:66},{type:`twitch`,name:`KappaPride`,id:`55338`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/55338/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/55338/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/55338/static/dark/3.0`},start:67,end:77},{type:`twitch`,name:`PansexualPride`,id:`307827370`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827370/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827370/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827370/static/dark/3.0`},start:78,end:92},{type:`twitch`,name:`TransgenderPride`,id:`307827377`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/307827377/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/307827377/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/307827377/static/dark/3.0`},start:93,end:109},{type:`twitch`,name:`TheIlluminati`,id:`145315`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/145315/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/145315/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/145315/static/dark/3.0`},start:110,end:123},{type:`twitch`,name:`BrainSlug`,id:`115233`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/115233/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/115233/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/115233/static/dark/3.0`},start:124,end:133},{type:`twitch`,name:`imGlitch`,id:`112290`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/112290/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/112290/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/112290/static/dark/3.0`},start:134,end:142},{type:`twitch`,name:`GlitchNRG`,id:`304489309`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/304489309/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/304489309/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/304489309/static/dark/3.0`},start:143,end:152},{type:`twitch`,name:`TakeNRG`,id:`112292`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/112292/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/112292/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/112292/static/dark/3.0`},start:153,end:160},{type:`twitch`,name:`DxCat`,id:`110734`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/110734/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/110734/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/110734/static/dark/3.0`},start:161,end:166},{type:`twitch`,name:`VoHiYo`,id:`81274`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/81274/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/81274/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/81274/static/dark/3.0`},start:167,end:173},{type:`twitch`,name:`DoritosChip`,id:`102242`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/102242/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/102242/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/102242/static/dark/3.0`},start:174,end:185},{type:`twitch`,name:`KomodoHype`,id:`81273`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/81273/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/81273/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/81273/static/dark/3.0`},start:186,end:196},{type:`twitch`,name:`duDudu`,id:`62834`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/62834/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/62834/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/62834/static/dark/3.0`},start:197,end:203},{type:`twitch`,name:`CoolCat`,id:`58127`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/58127/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/58127/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/58127/static/dark/3.0`},start:204,end:211},{type:`twitch`,name:`BloodTrail`,id:`69`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/69/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/69/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/69/static/dark/3.0`},start:212,end:222},{type:`twitch`,name:`PunchTrees`,id:`47`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/47/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/47/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/47/static/dark/3.0`},start:223,end:233},{type:`twitch`,name:`SSSsss`,id:`46`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/46/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/46/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/46/static/dark/3.0`},start:234,end:240},{type:`twitch`,name:`SSSsssplode`,id:`emotesv2_df1b3a19d9fc4bff81429afdfb46fff0`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_df1b3a19d9fc4bff81429afdfb46fff0/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_df1b3a19d9fc4bff81429afdfb46fff0/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_df1b3a19d9fc4bff81429afdfb46fff0/default/dark/3.0`},start:241,end:251},{type:`twitch`,name:`Kappa`,id:`25`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/25/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/25/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/25/static/dark/3.0`},start:253,end:258},{type:`twitch`,name:`KappaClaus`,id:`74510`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/74510/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/74510/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/74510/static/dark/3.0`},start:259,end:269},{type:`twitch`,name:`MrDestructoid`,id:`28`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/28/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/28/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/28/static/dark/3.0`},start:270,end:283},{type:`twitch`,name:`HSWP`,id:`446979`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/446979/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/446979/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/446979/static/dark/3.0`},start:292,end:296},{type:`twitch`,name:`Shush`,id:`emotesv2_819621bcb8f44566a1bd8ea63d06c58f`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_819621bcb8f44566a1bd8ea63d06c58f/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_819621bcb8f44566a1bd8ea63d06c58f/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_819621bcb8f44566a1bd8ea63d06c58f/static/dark/3.0`},start:297,end:302},{type:`twitch`,name:`KPOPTT`,id:`304047269`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/304047269/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/304047269/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/304047269/default/dark/3.0`},start:303,end:308},{type:`twitch`,name:`FrogPonder`,id:`emotesv2_a3cdcbfcae9b41bb8215b012362eea35`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_a3cdcbfcae9b41bb8215b012362eea35/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_a3cdcbfcae9b41bb8215b012362eea35/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_a3cdcbfcae9b41bb8215b012362eea35/default/dark/3.0`},start:310,end:319},{type:`twitch`,name:`HypeCheer`,id:`emotesv2_dd4f4f9cea1a4039ad3390e20900abe4`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dd4f4f9cea1a4039ad3390e20900abe4/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dd4f4f9cea1a4039ad3390e20900abe4/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dd4f4f9cea1a4039ad3390e20900abe4/default/dark/3.0`},start:321,end:329},{type:`twitch`,name:`HypeFail`,id:`emotesv2_0330a84e75ad48c1821c1d29a7dadd4d`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_0330a84e75ad48c1821c1d29a7dadd4d/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_0330a84e75ad48c1821c1d29a7dadd4d/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_0330a84e75ad48c1821c1d29a7dadd4d/default/dark/3.0`},start:0,end:7},{type:`twitch`,name:`HypePopcorn`,id:`emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a`,gif:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a/default/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a/default/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_7b8e74be7bd64601a2608c2ff5f6eb7a/default/dark/3.0`},start:9,end:19},{type:`twitch`,name:`GlitchCat`,id:`304486301`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/304486301/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/304486301/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/304486301/static/dark/3.0`},start:21,end:30},{type:`twitch`,name:`SoonerLater`,id:`2113050`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/2113050/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/2113050/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/2113050/static/dark/3.0`},start:31,end:42},{type:`twitch`,name:`FBBlock`,id:`1441276`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441276/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441276/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441276/static/dark/3.0`},start:43,end:50},{type:`twitch`,name:`FBCatch`,id:`1441281`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441281/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441281/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441281/static/dark/3.0`},start:51,end:58},{type:`twitch`,name:`FBPass`,id:`1441271`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441271/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441271/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441271/static/dark/3.0`},start:59,end:65},{type:`twitch`,name:`FBRun`,id:`1441261`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441261/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441261/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441261/static/dark/3.0`},start:66,end:71},{type:`twitch`,name:`FBtouchdown`,id:`626795`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/626795/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/626795/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/626795/static/dark/3.0`},start:72,end:83},{type:`twitch`,name:`FBSpiral`,id:`1441273`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441273/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441273/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441273/static/dark/3.0`},start:84,end:92},{type:`twitch`,name:`FBPenalty`,id:`1441289`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441289/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441289/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441289/static/dark/3.0`},start:93,end:102},{type:`twitch`,name:`FBChallenge`,id:`1441285`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1441285/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1441285/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1441285/static/dark/3.0`},start:103,end:114},{type:`twitch`,name:`PixelBob`,id:`1547903`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/1547903/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/1547903/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/1547903/static/dark/3.0`},start:115,end:123},{type:`twitch`,name:`LUL`,id:`425618`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/425618/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/425618/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/425618/static/dark/3.0`},start:124,end:127},{type:`twitch`,name:`DarkMode`,id:`461298`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/461298/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/461298/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/461298/static/dark/3.0`},start:128,end:136},{type:`twitch`,name:`PopCorn`,id:`724216`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/724216/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/724216/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/724216/static/dark/3.0`},start:137,end:144},{type:`twitch`,name:`EarthDay`,id:`959018`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/959018/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/959018/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/959018/static/dark/3.0`},start:145,end:153},{type:`twitch`,name:`TwitchUnity`,id:`196892`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/196892/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/196892/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/196892/static/dark/3.0`},start:154,end:165},{type:`twitch`,name:`Squid1`,id:`191762`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191762/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191762/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191762/static/dark/3.0`},start:166,end:172},{type:`twitch`,name:`Squid2`,id:`191763`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191763/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191763/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191763/static/dark/3.0`},start:173,end:179},{type:`twitch`,name:`Squid3`,id:`191764`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191764/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191764/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191764/static/dark/3.0`},start:180,end:186},{type:`twitch`,name:`Squid4`,id:`191767`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191767/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191767/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191767/static/dark/3.0`},start:187,end:193},{type:`twitch`,name:`DinoDance`,id:`emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7`,gif:!0,animated:!0,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7/animated/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7/animated/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_dcd06b30a5c24f6eb871e8f5edbd44f7/animated/dark/3.0`},start:194,end:203},{type:`twitch`,name:`CrreamAwk`,id:`191313`,gif:!1,animated:!1,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/191313/static/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/191313/static/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/191313/static/dark/3.0`},start:204,end:213},{type:`twitch`,name:`PopNemo`,id:`emotesv2_5d523adb8bbb4786821cd7091e47da21`,gif:!0,animated:!0,urls:{1:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_5d523adb8bbb4786821cd7091e47da21/animated/dark/1.0`,2:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_5d523adb8bbb4786821cd7091e47da21/animated/dark/2.0`,4:`https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_5d523adb8bbb4786821cd7091e47da21/animated/dark/3.0`},start:214,end:221}],m=Object.values([...p,...d.map(e=>({type:e.platform,name:e.name,id:e.id,gif:e.animated,animated:e.animated,urls:e.urls})),...u.map(e=>({type:e.platform,name:e.name,id:e.id,gif:e.animated,animated:e.animated,urls:e.urls})),...f.map(e=>({type:e.platform,name:e.name,id:e.id,gif:e.animated,animated:e.animated,urls:e.urls}))]).reduce((e,t)=>(t?.platform&&(t.type=t.platform,delete t.platform),e.some(e=>e.name===t.name)||e.push({...t,start:0,end:0}),e),[]),h=[],g=`haHAA,CiGrip,PopNemo,PogChamp,bttvNice,ariW wave,DinoDance,CruW salute,c! PogChamp,LUL LUL LUL,CandianRage,CatBag kitty!,<3 good times,catJAM vibing,DuckerZ quack,:tf: trollface,haHAA good one,HSWP let's go!,DxCat claws out,ConcernDoge hmm,BroBalt nice one,VoHiYo everyone!,LuL that was funny,Kappa just kidding,FBCatch nice grab!,cvHazmat stay safe,CookieTime nom nom,LuL that was funny,CruW crew assembled,GlitchCat GlitchCat,CoolCat staying calm,bUrself be yourself!,catJAM catJAM catJAM,HSWP here we go again,Shush moment incoming,duDudu rhythm section,:tf: face palm moment,duDudu rhythm section,HSWP here we go again,PunchTrees PunchTrees,SSSsss Minecraft time,KappaPride represent!,haHAA that joke though,DoritosChip snack time,DoritosChip snack time,asexualPride represent,duDudu dancing on beat,FBBlock defensive play!,ariW waving at everyone,PopNemo finding our way,ariW waving at everyone,TheIlluminati confirmed,SSSsss slithering vibes,GayPride celebrate love,BloodTrail hunting time,TheIlluminati confirmed,LUL can't stop laughing,HypeCheer clap clap clap,DuckerZ quacking in chat,Wait for it... PogChamp!,HypeCheer clap clap clap,KPOPTT music to our ears,FrogPonder thinking frog,IntersexPride we're here,KappaPride be proud Kappa,cvHazmat suit up for this,BrainSlug giving me ideas,KappaPride be proud Kappa,This music is fire catJAM,I just followed! PogChamp,MrDestructoid robot vibes,BroBalt brotherhood moment,VoHiYo greetings from chat,PogChamp PogChamp PogChamp,DxCat meow meow KomodoHype,Squid1 Squid2 Squid3 Squid4,KomodoHype the hype is real,DarkMode gang where you at?,Wait what just happened? D:,TakeNRG infinite energy NRG,CookieTime break time snack,The dedication is real here,PopCorn watching this unfold,CandianRage maple syrup fury,PopCorn watching this unfold,LesbianPride strong together,DinoDance DinoDance DinoDance,TakeNRG this energy is unreal,Everyone gets hype! HypeCheer,CiGrip strong grip on the game,CoolCat no stress allowed here,BisexualPride all love matters,GenderFluidPride freedom to be,DarkMode gang in here DarkMode,HypeFail oops that didn't work,HypePopcorn this is the moment,ConcernDoge is everything okay?,BloodTrail following the leader,This is so wholesome AngelThump,ImGlitch technical difficulties,Anyone else eating? DoritosChip,PixelBob retro vibes with Kappa,SoonerLater catch you next time,imGlitch glitchy but we love it,KomodoHype the energy is crazy!,NonbinaryPride beyond the binary,PansexualPride love is universal,This community is the best Kappa,BrainSlug with the big brain play,TransgenderPride living authentic,AngelThump wholesomeness incoming,GlitchCat imGlitch what happened?,CrreamAwk that was awkward VoHiYo,IronmouseLuv appreciate the stream,PunchTrees minecraft mode activated,The skill on display here is unreal,LesbianPride GayPride BisexualPride,PogChamp PogChamp PogChamp PogChamp,TwitchUnity we're all here for this,This is absolutely insane KomodoHype,Never seen anything like this before,Vibing with cat-shaped avatars catJAM,EarthDay appreciation for this stream,TheIlluminati knows something we don't,Shush they're about to do something big,Can we appreciate this moment? PogChamp,MrDestructoid destroying the competition,AsexualPride IntersexPride GenderFluidPride,TransgenderPride PansexualPride NonbinaryPride`.split(`,`),_=`:ytg: Keep it up!.:yt: YouTube hype!.:gar: Amazing as always!.No words, just :awesome:.You got this! :yougotthis:.:elbowbump: Great teamwork!.Love this energy! :goodvibes:.Just arrived! :hand-pink-waving:.Great gameplay! :hand-yellow-nails:.:face-pink-tears: Tears of joy here.This stream is incredible :awesome:.Hydration break everyone! :hydrate:.:text-green-game-over: You won this!.:face-blue-star-eyes: You're a star!.Virtual hug for everyone :virtualhug:.Happy to be here! :face-green-smiling:.Chilling with my dog :chillwdog: vibing.:face-red-heart-shape: Love what you do.:person-turqouise-waving: Hey everyone!.This community is the best! :goodvibes:.:face-blue-smiling: Amazing vibes today.:goodvibes: Only good vibes in this chat.:body-blue-raised-arms: Victory is ours!.:pride-flower-rainbow-heart: Love is love.:octopus-red-waving: Waves from the chat!.:thanksdoc: Thanks for the entertainment!.:face-purple-crying: Why is this so good??.:eyes-pink-heart-shape: Beautiful gameplay.:fish-orange-wide-eyes: Eyes on the prize!.:whistle-red-blow: That was a performance!.Respect the grind :hand-green-crystal-ball:.Learning so much from this stream :learning:.:pride-people-embracing-two: Community love!.:face-red-droopy-eyes: long day but worth it.Chilling with my cat :chillwcat: so peaceful.:face-fuchsia-tongue-out: Having too much fun.:person-purple-stage-event: This is showtime!.:card-red-penalty: That was risky! Bold move!.:face-purple-smiling-tears: This is too good!.:face-orange-tv-shape: Broadcasting excellence.:face-orange-tv-shape: Broadcasting excellence.:face-blue-heart-eyes: This stream has my heart.:person-turquoise-crowd-surf: Crowd going wild!.Best gaming session ever :trophy-yellow-smiling:.:hand-purple-blue-peace: Peace out, great stream!.:face-purple-sweating: Clutch moment! So intense!.:hand-orange-covering-eyes: Can't believe my eyes!.:face-blue-question-mark: How do you even do that?.:baseball-white-cap-out: Home run! Total knockout!.:volcano-green-lava-orange: Things are getting HOT.:face-purple-smiling-fangs: Evil laugh at that play.:stopwatch-blue-hand-timer: Speedrunning like a pro.:location-yellow-teal-bars: Streaming from the top!.:face-purple-open-box: What's next? More surprises?.:person-turquoise-wizard-wand: Like magic out there!.:face-blue-wide-eyes: Did that actually just happen?!.:medal-yellow-first-red: Number one stream right here.:face-turquoise-music-note: Vibing to this soundtrack.Can we just appreciate how awesome this is? :awesome:.:popcorn-yellow-striped-smile: This is the main event!.:face-orange-raised-eyebrow: Interesting strategy there.:person-blue-speaking-microphone: Let's go! Hype it up!.:pride-megaphone-rainbow-handle: Amplifying good vibes!.:rocket-red-countdown-liftoff: Let's go! Time to launch!.:person-blue-holding-pencil: Taking notes on these skills.:face-fuchsia-poop-shape: That was a mess! But we survived.:person-pink-swaying-hair: The style, the skill, everything!.:body-turquoise-yoga-pose: So smooth and calm under pressure.:penguin-blue-waving-tear: Goodbye for now, fantastic stream!.:face-turquoise-covering-eyes: Wait what? How did you do that?.:face-turquoise-covering-eyes: Wait what? How did you do that?.:clock-turquoise-looking-up: What time is it? Time to watch you!.:person-blue-eating-spaghetti: Fueling up after that performance.:hourglass-purple-sand-orange: Time flies when you're having fun.:face-turquoise-drinking-coffee: Coffee and gaming, perfect combo.:person-turquoise-writes-headphones: That's some creative strategy.:face-purple-rain-drops: Emotional over here :face-pink-drinking-tea:.:pride-person-heart-lesbian: Proud and here :pride-flowers-turquoise-transgender:`.split(`.`),v=`GG!.Wow just wow.Fire fire fire.Simply amazing.Never gets old.Veteran energy.That was insane.Hello everyone!.Best moment ever.Love seeing this.Walking the walk.Cannot look away.Love seeing this.Never disappoints.What a turnaround.Never counted out.Respect the grind.Never disappoints.Respect the grind.Hard work pays off.Consistency is key.Art form of gaming.Great gameplay btw.This is next level.Peak entertainment.This is why I watch.Real recognize real.Chat is going crazy.Motivation overload.When it matters most.Setting the bar high.Different vibe today.Flow state activated.Comeback king energy.Mind blown right now.Cannot stop watching.The dedication shows.Vibes are immaculate.Automatic excellence.Always coming through.Unmatched performance.Promises and delivers.Mental game is strong.Calculated every move.One step ahead always.Heart racing right now.On the edge of my seat.In the zone completely.Next level inspiration.From behind to victory.Confidence is key here.This is playoff energy.I love this community!.So satisfying to watch.Pure talent right here.Clutch moment incoming.This is peak streaming.Delivers under pressure.Ice in the veins moment.This stream is amazing!.So composed and focused.Muscle memory is insane.Gonna apply this myself.Backing it up every time.Every stream gets better.Good energy in this chat.Physical and mental peak.Tournament mode activated.Absolute unit of a player.Playing 4D chess out here.This is pure content gold.Always believes in the win.Champion mentality showing.Winners mindset on display.This deserves all the hype.Community makes it special.Red pilled and game pilled.Experience matters so much.Been perfecting this craft.Masterclass happening live.First time here, loving it!.Bringing the A game tonight.Nothing stops this momentum.Outsmarting the competition.This chat is moving so fast!.Incredible skills on display.Years of practice paying off.The way they handle pressure.Unstoppable force on display.Precision and power combined.Nothing can break this focus.This is beautiful to witness.Vision and execution perfect.Can we get some hype in chat?.Taking mental notes right now.Stealing all these strategies.Absolutely crushing it today!.POG! POG! POG! This is insane!.Just got here, what did I miss?.Showing everyone how it is done.Knowledge translation to action.Learning from the absolute best.Stream quality is insane today!.Not gonna lie, that was genius!.Gaming at its finest right here.Best stream on Twitch right now!.The strategy here is chef's kiss.This is what greatness looks like.Going to bed, good night everyone!.Content like this is why I tune in.Clap clap clap! Amazing performance!.Absolutely phenomenal content today!.Respect to the dedication shown here.I'm taking notes for my own gameplay.Legendary session right here, no cap.The mechanics on display here are unreal.This is what peak performance looks like.This is why I love this community so much.Setting records and breaking expectations.First time watching and I'm already hooked.Every single play is calculated perfection.The game knowledge displayed here is insane.The fundamentals here are next level perfect.Watching someone who truly loves their craft.The way they handle adversity is so inspiring.Every single decision is calculated perfectly.The combination of speed and accuracy is wild.This is what happens when talent meets effort.The artistry in gameplay displayed right here.Stream just made my day a million times better.This level of consistency is absolutely insane.The decision making under pressure is flawless.The improvement from stream to stream is crazy.The mental fortitude required for this is huge.Reading opponents like they are so predictable.How many years did it take to reach this level?.This person has transcended normal skill levels.The ability to stay cool under extreme pressure.Been here since the beginning, never looked back.Never seen a player adapt so quickly to mistakes.This is exactly what peak performance looks like.Years of training visible in every single moment.Professional level execution on full display here.This is the standard that everyone should aspire to.Nothing phases this player when the stakes are high.This is entertainment at the absolute highest level`.split(`.`),y=[...g,..._,...v],b=[`Tixyel`,`awigui`,`kurao_w`,`Urie_s2`,`itzzcatt`,`BeniArts`,`mynnyori`,`DexPixel`,`Cupidiko`,`starkuss_`,`catsember`,`shy_madeit`,`SpookySony`,`nanagadesign`],x=[`1000`,`2000`,`3000`,`prime`],S=`Filiz.Astrid.Tatyana.Maxim.Carmen.Ines.Cristiano.Vitoria.Ricardo.Maja.Jan.Jacek.Ewa.Ruben.Lotte.Liv.Seoyeon.Takumi.Mizuki.Giorgio.Carla.Bianca.Karl.Dora.Mathieu.Celine.Chantal.Penelope.Miguel.Mia.Enrique.Conchita.Geraint.Salli.Matthew.Kimberly.Kendra.Justin.Joey.Joanna.Ivy.Raveena.Aditi.Emma.Brian.Amy.Russell.Nicole.Vicki.Marlene.Hans.Naja.Mads.Gwyneth.Zhiyu.Tracy.Danny.Huihui.Yaoyao.Kangkang.HanHan.Zhiwei.Asaf.An.Stefanos.Filip.Ivan.Heidi.Herena.Kalpana.Hemant.Matej.Andika.Rizwan.Lado.Valluvar.Linda.Heather.Sean.Michael.Karsten.Guillaume.Pattara.Jakub.Szabolcs.Hoda.Naayf`.split(`.`),C=[{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/flower-rainbow-heart-red`,shortcuts:[`:pride-flower-rainbow-heart:`],searchTerms:[`pride-flower-rainbow-heart`],image:{thumbnails:[{url:`https://yt3.ggpht.com/8cF4z9clPGshgty6vT3ImAtx_CUvz3TMY-SAu_UKw-x1Z9-2KzcK4OuyAIROrKhyvcabrw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/8cF4z9clPGshgty6vT3ImAtx_CUvz3TMY-SAu_UKw-x1Z9-2KzcK4OuyAIROrKhyvcabrw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-flower-rainbow-heart`}}},isCustomEmoji:!0,index:0},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-green-earth-head`,shortcuts:[`:pride-person-earth-intersex:`],searchTerms:[`pride-person-earth-intersex`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Gr-3he7L8jjQFj7aI0kSY1eV4aIsy-vT7Hk5shdakigG9aAJO_uMBmV6haCtK1OHjTEjj1o=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Gr-3he7L8jjQFj7aI0kSY1eV4aIsy-vT7Hk5shdakigG9aAJO_uMBmV6haCtK1OHjTEjj1o=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-person-earth-intersex`}}},isCustomEmoji:!0,index:1},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-yellow-heart-lesbian`,shortcuts:[`:pride-person-heart-lesbian:`],searchTerms:[`pride-person-heart-lesbian`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tKVZ2TfK5tMLvF88cnz2YNVwuHNgr0eDR9Ef8J0OCkZEHXLFUtH3f6-xSHhqhwd2sL3Tu4I=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tKVZ2TfK5tMLvF88cnz2YNVwuHNgr0eDR9Ef8J0OCkZEHXLFUtH3f6-xSHhqhwd2sL3Tu4I=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-person-heart-lesbian`}}},isCustomEmoji:!0,index:2},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-yellow-flower-nonbinary`,shortcuts:[`:pride-person-flower-nonbinary:`],searchTerms:[`pride-person-flower-nonbinary`],image:{thumbnails:[{url:`https://yt3.ggpht.com/le1X4KHLOmK5K1s5xu-owmP_eZK4D0ExyjnMCS6UNqZa-Zh4uEzz3mZnU3jBlLfi14Zpngw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/le1X4KHLOmK5K1s5xu-owmP_eZK4D0ExyjnMCS6UNqZa-Zh4uEzz3mZnU3jBlLfi14Zpngw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-person-flower-nonbinary`}}},isCustomEmoji:!0,index:3},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/flower-rainbow-heart-pansexual`,shortcuts:[`:pride-flower-pansexual:`],searchTerms:[`pride-flower-pansexual`],image:{thumbnails:[{url:`https://yt3.ggpht.com/blSdVv_UpdTn8BIWU6u9oCWhdtpc0-a-3dJeaRX9As6ftLc0OGPJ1PveQEJbUEDzf6by2Xi9=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/blSdVv_UpdTn8BIWU6u9oCWhdtpc0-a-3dJeaRX9As6ftLc0OGPJ1PveQEJbUEDzf6by2Xi9=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-flower-pansexual`}}},isCustomEmoji:!0,index:4},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/heart-stripes-pride-flag`,shortcuts:[`:pride-heart-rainbow-philly:`],searchTerms:[`pride-heart-rainbow-philly`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7iYeXsmU2YMcKsKalaKJhirWdDASATIpl_c7Ib7akaRhvz8GChI4xpM0d0dtASjmmWPbg1NG=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7iYeXsmU2YMcKsKalaKJhirWdDASATIpl_c7Ib7akaRhvz8GChI4xpM0d0dtASjmmWPbg1NG=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-heart-rainbow-philly`}}},isCustomEmoji:!0,index:5},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/symbol-turquoise-flowers-transgender`,shortcuts:[`:pride-flowers-turquoise-transgender:`],searchTerms:[`pride-flowers-turquoise-transgender`],image:{thumbnails:[{url:`https://yt3.ggpht.com/ovz1T6ay1D1GNFXwwYibZeu_rV5_iSRXWSHR2thQDLLWejVQMqWPUhsUWrMMw1tlBwllYA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/ovz1T6ay1D1GNFXwwYibZeu_rV5_iSRXWSHR2thQDLLWejVQMqWPUhsUWrMMw1tlBwllYA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-flowers-turquoise-transgender`}}},isCustomEmoji:!0,index:6},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hand-rainbow-fan-open`,shortcuts:[`:pride-fan-rainbow-open:`],searchTerms:[`pride-fan-rainbow-open`],image:{thumbnails:[{url:`https://yt3.ggpht.com/lDH5aORWtlc42NxTwiP3aIUIjttLVvE4Q_xIJDuu55DKvYSLeDIysOEKtGuMmEtOLgvZ_zTX=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/lDH5aORWtlc42NxTwiP3aIUIjttLVvE4Q_xIJDuu55DKvYSLeDIysOEKtGuMmEtOLgvZ_zTX=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-fan-rainbow-open`}}},isCustomEmoji:!0,index:7},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-pink-hair-earrings`,shortcuts:[`:pride-face-pink-earrings:`],searchTerms:[`pride-face-pink-earrings`],image:{thumbnails:[{url:`https://yt3.ggpht.com/utFog-w4fqgJ05xfQFjSdy8jvRBtFCeuWRkLH3IaVJ4WCBrdjDbXzXOprJA_h6MPOuksv0c=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/utFog-w4fqgJ05xfQFjSdy8jvRBtFCeuWRkLH3IaVJ4WCBrdjDbXzXOprJA_h6MPOuksv0c=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-face-pink-earrings`}}},isCustomEmoji:!0,index:8},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/unicorn-white-rainbow-mane`,shortcuts:[`:pride-unicorn-rainbow-mane:`],searchTerms:[`pride-unicorn-rainbow-mane`],image:{thumbnails:[{url:`https://yt3.ggpht.com/fvdANfncTw5aDF8GBq20kHicN5rMVoCMTM3FY8MQbZH9sZXvHy5o48yvHZWN4No5rz8b7-0=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/fvdANfncTw5aDF8GBq20kHicN5rMVoCMTM3FY8MQbZH9sZXvHy5o48yvHZWN4No5rz8b7-0=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-unicorn-rainbow-mane`}}},isCustomEmoji:!0,index:9},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/people-embracing-two`,shortcuts:[`:pride-people-embracing-two:`],searchTerms:[`pride-people-embracing-two`],image:{thumbnails:[{url:`https://yt3.ggpht.com/h1zJqFv2R4LzS3ZUpVyHhprCHQTIhbSecqu2Lid23byl5hD5cJdnshluOCyRdldYkWCUNg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/h1zJqFv2R4LzS3ZUpVyHhprCHQTIhbSecqu2Lid23byl5hD5cJdnshluOCyRdldYkWCUNg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-people-embracing-two`}}},isCustomEmoji:!0,index:10},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-green-hair-tears`,shortcuts:[`:pride-face-green-tears:`],searchTerms:[`pride-face-green-tears`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2BNf4_qBG7mqt1sN-JwThp1srHlDr03xoya9hpIvbgS65HwLaaDz46r3A6dy8JnO2GtLNag=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2BNf4_qBG7mqt1sN-JwThp1srHlDr03xoya9hpIvbgS65HwLaaDz46r3A6dy8JnO2GtLNag=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-face-green-tears`}}},isCustomEmoji:!0,index:11},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/megaphone-rainbow-handle`,shortcuts:[`:pride-megaphone-rainbow-handle:`],searchTerms:[`pride-megaphone-rainbow-handle`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cop1MU9YkEuUxbe8d1NhPl1S9uJ60YSVTMM1gelP7Cy0BICa6Ey_TpxEFFdYITtsUK1cSg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cop1MU9YkEuUxbe8d1NhPl1S9uJ60YSVTMM1gelP7Cy0BICa6Ey_TpxEFFdYITtsUK1cSg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-megaphone-rainbow-handle`}}},isCustomEmoji:!0,index:12},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hand-brown-yellow-nails`,shortcuts:[`:pride-hand-yellow-nails:`],searchTerms:[`pride-hand-yellow-nails`],image:{thumbnails:[{url:`https://yt3.ggpht.com/1dEPlxkQ1RdZkPo5CLgYvneMQ-BBo63b3nnASEAXoccnVktMjgviKqMj1pjPiK2zTPTc7g=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/1dEPlxkQ1RdZkPo5CLgYvneMQ-BBo63b3nnASEAXoccnVktMjgviKqMj1pjPiK2zTPTc7g=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-hand-yellow-nails`}}},isCustomEmoji:!0,index:13},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-orange-hair-flowing`,shortcuts:[`:pride-face-orange-flowing:`],searchTerms:[`pride-face-orange-flowing`],image:{thumbnails:[{url:`https://yt3.ggpht.com/RuhTeU8YiT0_NaOYjMmXv77eEw5eO5Bdzfr7ouS0u3ZAK2J4coKGe5g4fN8mJV85jC63hw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/RuhTeU8YiT0_NaOYjMmXv77eEw5eO5Bdzfr7ouS0u3ZAK2J4coKGe5g4fN8mJV85jC63hw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pride-face-orange-flowing`}}},isCustomEmoji:!0,index:14},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/CIW60IPp_dYCFcuqTgodEu4IlQ`,shortcuts:[`:yt:`],searchTerms:[`yt`],image:{thumbnails:[{url:`https://yt3.ggpht.com/IkpeJf1g9Lq0WNjvSa4XFq4LVNZ9IP5FKW8yywXb12djo1OGdJtziejNASITyq4L0itkMNw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/IkpeJf1g9Lq0WNjvSa4XFq4LVNZ9IP5FKW8yywXb12djo1OGdJtziejNASITyq4L0itkMNw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`yt`}}},isCustomEmoji:!0,index:15},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/CN2m5cKr49sCFYbFggodDFEKrg`,shortcuts:[`:oops:`],searchTerms:[`oops`],image:{thumbnails:[{url:`https://yt3.ggpht.com/PFoVIqIiFRS3aFf5-bt_tTC0WrDm_ylhF4BKKwgqAASNb7hVgx_adFP-XVhFiJLXdRK0EQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/PFoVIqIiFRS3aFf5-bt_tTC0WrDm_ylhF4BKKwgqAASNb7hVgx_adFP-XVhFiJLXdRK0EQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`oops`}}},isCustomEmoji:!0,index:16},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/X_zdXMHgJaPa8gTGt4f4Ag`,shortcuts:[`:buffering:`],searchTerms:[`buffering`],image:{thumbnails:[{url:`https://yt3.ggpht.com/5gfMEfdqO9CiLwhN9Mq7VI6--T2QFp8AXNNy5Fo7btfY6fRKkThWq35SCZ6SPMVCjg-sUA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/5gfMEfdqO9CiLwhN9Mq7VI6--T2QFp8AXNNy5Fo7btfY6fRKkThWq35SCZ6SPMVCjg-sUA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`buffering`}}},isCustomEmoji:!0,index:17},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/1v50XorRJ8GQ8gTz_prwAg`,shortcuts:[`:stayhome:`],searchTerms:[`stayhome`],image:{thumbnails:[{url:`https://yt3.ggpht.com/_1FGHypiub51kuTiNBX1a0H3NyFih3TnHX7bHU06j_ajTzT0OQfMLl9RI1SiQoxtgA2Grg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/_1FGHypiub51kuTiNBX1a0H3NyFih3TnHX7bHU06j_ajTzT0OQfMLl9RI1SiQoxtgA2Grg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`stayhome`}}},isCustomEmoji:!0,index:18},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/8P50XuS9Oo7h8wSqtIagBA`,shortcuts:[`:dothefive:`],searchTerms:[`dothefive`],image:{thumbnails:[{url:`https://yt3.ggpht.com/-nM0DOd49969h3GNcl705Ti1fIf1ZG_E3JxcOUVV-qPfCW6jY8xZ98caNLHkVSGRTSEb7Y9y=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/-nM0DOd49969h3GNcl705Ti1fIf1ZG_E3JxcOUVV-qPfCW6jY8xZ98caNLHkVSGRTSEb7Y9y=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`dothefive`}}},isCustomEmoji:!0,index:19},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Fv90Xq-vJcPq8gTqzreQAQ`,shortcuts:[`:elbowbump:`],searchTerms:[`elbowbump`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2ou58X5XuhTrxjtIM2wew1f-HKRhN_T5SILQgHE-WD9dySzzJdGwL4R1gpKiJXcbtq6sjQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2ou58X5XuhTrxjtIM2wew1f-HKRhN_T5SILQgHE-WD9dySzzJdGwL4R1gpKiJXcbtq6sjQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`elbowbump`}}},isCustomEmoji:!0,index:20},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Iv90XouTLuOR8gSxxrToBA`,shortcuts:[`:goodvibes:`],searchTerms:[`goodvibes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2CvFOwgKpL29mW_C51XvaWa7Eixtv-3tD1XvZa1_WemaDDL2AqevKbTZ1rdV0OWcnOZRag=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2CvFOwgKpL29mW_C51XvaWa7Eixtv-3tD1XvZa1_WemaDDL2AqevKbTZ1rdV0OWcnOZRag=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`goodvibes`}}},isCustomEmoji:!0,index:21},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Rf90XtDbG8GQ8gTz_prwAg`,shortcuts:[`:thanksdoc:`],searchTerms:[`thanksdoc`],image:{thumbnails:[{url:`https://yt3.ggpht.com/bUnO_VwXW2hDf-Da8D64KKv6nBJDYUBuo13RrOg141g2da8pi9-KClJYlUDuqIwyPBfvOO8=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/bUnO_VwXW2hDf-Da8D64KKv6nBJDYUBuo13RrOg141g2da8pi9-KClJYlUDuqIwyPBfvOO8=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`thanksdoc`}}},isCustomEmoji:!0,index:22},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/VP90Xv_wG82o8wTCi7CQAw`,shortcuts:[`:videocall:`],searchTerms:[`videocall`],image:{thumbnails:[{url:`https://yt3.ggpht.com/k5v_oxUzRWmTOXP0V6WJver6xdS1lyHMPcMTfxn23Md6rmixoR5RZUusFbZi1uZwjF__pv4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/k5v_oxUzRWmTOXP0V6WJver6xdS1lyHMPcMTfxn23Md6rmixoR5RZUusFbZi1uZwjF__pv4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`videocall`}}},isCustomEmoji:!0,index:23},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/dv90XtfhAurw8gTgzar4DA`,shortcuts:[`:virtualhug:`],searchTerms:[`virtualhug`],image:{thumbnails:[{url:`https://yt3.ggpht.com/U1TjOZlqtS58NGqQhE8VWDptPSrmJNkrbVRp_8jI4f84QqIGflq2Ibu7YmuOg5MmVYnpevc=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/U1TjOZlqtS58NGqQhE8VWDptPSrmJNkrbVRp_8jI4f84QqIGflq2Ibu7YmuOg5MmVYnpevc=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`virtualhug`}}},isCustomEmoji:!0,index:24},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hf90Xv-jHeOR8gSxxrToBA`,shortcuts:[`:yougotthis:`],searchTerms:[`yougotthis`],image:{thumbnails:[{url:`https://yt3.ggpht.com/s3uOe4lUx3iPIt1h901SlMp_sKCTp3oOVj1JV8izBw_vDVLxFqk5dq-3NX-nK_gnUwVEXld3=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/s3uOe4lUx3iPIt1h901SlMp_sKCTp3oOVj1JV8izBw_vDVLxFqk5dq-3NX-nK_gnUwVEXld3=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`yougotthis`}}},isCustomEmoji:!0,index:25},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/lP90XvOhCZGl8wSO1JmgAw`,shortcuts:[`:sanitizer:`],searchTerms:[`sanitizer`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EJ_8vc4Gl-WxCWBurHwwWROAHrPzxgePodoNfkRY1U_I8L1O2zlqf7-wfUtTeyzq2qHNnocZ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EJ_8vc4Gl-WxCWBurHwwWROAHrPzxgePodoNfkRY1U_I8L1O2zlqf7-wfUtTeyzq2qHNnocZ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`sanitizer`}}},isCustomEmoji:!0,index:26},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/uP90Xq6wNYrK8gTUoo3wAg`,shortcuts:[`:takeout:`],searchTerms:[`takeout`],image:{thumbnails:[{url:`https://yt3.ggpht.com/FizHI5IYMoNql9XeP7TV3E0ffOaNKTUSXbjtJe90e1OUODJfZbWU37VqBbTh-vpyFHlFIS0=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/FizHI5IYMoNql9XeP7TV3E0ffOaNKTUSXbjtJe90e1OUODJfZbWU37VqBbTh-vpyFHlFIS0=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`takeout`}}},isCustomEmoji:!0,index:27},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/fAF1XtDQMIrK8gTUoo3wAg`,shortcuts:[`:hydrate:`],searchTerms:[`hydrate`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tpgZgmhX8snKniye36mnrDVfTnlc44EK92EPeZ0m9M2EPizn1vKEGJzNYdp7KQy6iNZlYDc1=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tpgZgmhX8snKniye36mnrDVfTnlc44EK92EPeZ0m9M2EPizn1vKEGJzNYdp7KQy6iNZlYDc1=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hydrate`}}},isCustomEmoji:!0,index:28},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/vQF1XpyaG_XG8gTs77bACQ`,shortcuts:[`:chillwcat:`],searchTerms:[`chillwcat`],image:{thumbnails:[{url:`https://yt3.ggpht.com/y03dFcPc1B7CO20zgQYzhcRPka5Bhs6iSg57MaxJdhaLidFvvXBLf_i4_SHG7zJ_2VpBMNs=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/y03dFcPc1B7CO20zgQYzhcRPka5Bhs6iSg57MaxJdhaLidFvvXBLf_i4_SHG7zJ_2VpBMNs=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`chillwcat`}}},isCustomEmoji:!0,index:29},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ygF1XpGUMMjk8gSDrI2wCw`,shortcuts:[`:chillwdog:`],searchTerms:[`chillwdog`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Ir9mDxzUi0mbqyYdJ3N9Lq7bN5Xdt0Q7fEYFngN3GYAcJT_tccH1as1PKmInnpt2cbWOam4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Ir9mDxzUi0mbqyYdJ3N9Lq7bN5Xdt0Q7fEYFngN3GYAcJT_tccH1as1PKmInnpt2cbWOam4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`chillwdog`}}},isCustomEmoji:!0,index:30},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/8gF1Xp_zK8jk8gSDrI2wCw`,shortcuts:[`:elbowcough:`],searchTerms:[`elbowcough`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DTR9bZd1HOqpRJyz9TKiLb0cqe5Hb84Yi_79A6LWlN1tY-5kXqLDXRmtYVKE9rcqzEghmw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DTR9bZd1HOqpRJyz9TKiLb0cqe5Hb84Yi_79A6LWlN1tY-5kXqLDXRmtYVKE9rcqzEghmw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`elbowcough`}}},isCustomEmoji:!0,index:31},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/EAJ1XrS7PMGQ8gTz_prwAg`,shortcuts:[`:learning:`],searchTerms:[`learning`],image:{thumbnails:[{url:`https://yt3.ggpht.com/ZuBuz8GAQ6IEcQc7CoJL8IEBTYbXEvzhBeqy1AiytmhuAT0VHjpXEjd-A5GfR4zDin1L53Q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/ZuBuz8GAQ6IEcQc7CoJL8IEBTYbXEvzhBeqy1AiytmhuAT0VHjpXEjd-A5GfR4zDin1L53Q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`learning`}}},isCustomEmoji:!0,index:32},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/JAJ1XpGpJYnW8wTupZu4Cw`,shortcuts:[`:washhands:`],searchTerms:[`washhands`],image:{thumbnails:[{url:`https://yt3.ggpht.com/qXUeUW0KpKBc9Z3AqUqr_0B7HbW1unAv4qmt7-LJGUK_gsFBIaHISWJNt4n3yvmAnQNZHE-u=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/qXUeUW0KpKBc9Z3AqUqr_0B7HbW1unAv4qmt7-LJGUK_gsFBIaHISWJNt4n3yvmAnQNZHE-u=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`washhands`}}},isCustomEmoji:!0,index:33},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/PAJ1XsOOI4fegwOo57ewAg`,shortcuts:[`:socialdist:`],searchTerms:[`socialdist`],image:{thumbnails:[{url:`https://yt3.ggpht.com/igBNi55-TACUi1xQkqMAor-IEXmt8He56K7pDTG5XoTsbM-rVswNzUfC5iwnfrpunWihrg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/igBNi55-TACUi1xQkqMAor-IEXmt8He56K7pDTG5XoTsbM-rVswNzUfC5iwnfrpunWihrg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`socialdist`}}},isCustomEmoji:!0,index:34},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/egJ1XufTKYfegwOo57ewAg`,shortcuts:[`:shelterin:`],searchTerms:[`shelterin`],image:{thumbnails:[{url:`https://yt3.ggpht.com/gjC5x98J4BoVSEPfFJaoLtc4tSBGSEdIlfL2FV4iJG9uGNykDP9oJC_QxAuBTJy6dakPxVeC=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/gjC5x98J4BoVSEPfFJaoLtc4tSBGSEdIlfL2FV4iJG9uGNykDP9oJC_QxAuBTJy6dakPxVeC=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`shelterin`}}},isCustomEmoji:!0,index:35},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/G8AfY6yWGuKuhL0PlbiA2AE`,shortcuts:[`:hand-pink-waving:`],searchTerms:[`hand-pink-waving`],image:{thumbnails:[{url:`https://yt3.ggpht.com/KOxdr_z3A5h1Gb7kqnxqOCnbZrBmxI2B_tRQ453BhTWUhYAlpg5ZP8IKEBkcvRoY8grY91Q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/KOxdr_z3A5h1Gb7kqnxqOCnbZrBmxI2B_tRQ453BhTWUhYAlpg5ZP8IKEBkcvRoY8grY91Q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-pink-waving`}}},isCustomEmoji:!0,index:36},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/KsIfY6LzFoLM6AKanYDQAg`,shortcuts:[`:face-blue-smiling:`],searchTerms:[`face-blue-smiling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cktIaPxFwnrPwn-alHvnvedHLUJwbHi8HCK3AgbHpphrMAW99qw0bDfxuZagSY5ieE9BBrA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cktIaPxFwnrPwn-alHvnvedHLUJwbHi8HCK3AgbHpphrMAW99qw0bDfxuZagSY5ieE9BBrA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-smiling`}}},isCustomEmoji:!0,index:37},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/W8IfY_bwAfiPq7IPvNCA2AU`,shortcuts:[`:face-red-droopy-eyes:`],searchTerms:[`face-red-droopy-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/oih9s26MOYPWC_uL6tgaeOlXSGBv8MMoDrWzBt-80nEiVSL9nClgnuzUAKqkU9_TWygF6CI=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/oih9s26MOYPWC_uL6tgaeOlXSGBv8MMoDrWzBt-80nEiVSL9nClgnuzUAKqkU9_TWygF6CI=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-red-droopy-eyes`}}},isCustomEmoji:!0,index:38},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/b8IfY7zOK9iVkNAP_I2A-AY`,shortcuts:[`:face-purple-crying:`],searchTerms:[`face-purple-crying`],image:{thumbnails:[{url:`https://yt3.ggpht.com/g6_km98AfdHbN43gvEuNdZ2I07MmzVpArLwEvNBwwPqpZYzszqhRzU_DXALl11TchX5_xFE=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/g6_km98AfdHbN43gvEuNdZ2I07MmzVpArLwEvNBwwPqpZYzszqhRzU_DXALl11TchX5_xFE=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-crying`}}},isCustomEmoji:!0,index:39},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hcIfY57lBJXp6AKBx4CoCA`,shortcuts:[`:text-green-game-over:`],searchTerms:[`text-green-game-over`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cr36FHhSiMAJUSpO9XzjbOgxhtrdJNTVJUlMJeOOfLOFzKleAKT2SEkZwbqihBqfTXYCIg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cr36FHhSiMAJUSpO9XzjbOgxhtrdJNTVJUlMJeOOfLOFzKleAKT2SEkZwbqihBqfTXYCIg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`text-green-game-over`}}},isCustomEmoji:!0,index:40},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ssIfY7OFG5OykQOpn4CQCw`,shortcuts:[`:person-turqouise-waving:`],searchTerms:[`person-turqouise-waving`],image:{thumbnails:[{url:`https://yt3.ggpht.com/uNSzQ2M106OC1L3VGzrOsGNjopboOv-m1bnZKFGuh0DxcceSpYHhYbuyggcgnYyaF3o-AQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/uNSzQ2M106OC1L3VGzrOsGNjopboOv-m1bnZKFGuh0DxcceSpYHhYbuyggcgnYyaF3o-AQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turqouise-waving`}}},isCustomEmoji:!0,index:41},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/xsIfY4OqCd2T29sP54iAsAw`,shortcuts:[`:face-green-smiling:`],searchTerms:[`face-green-smiling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/G061SAfXg2bmG1ZXbJsJzQJpN8qEf_W3f5cb5nwzBYIV58IpPf6H90lElDl85iti3HgoL3o=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/G061SAfXg2bmG1ZXbJsJzQJpN8qEf_W3f5cb5nwzBYIV58IpPf6H90lElDl85iti3HgoL3o=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-green-smiling`}}},isCustomEmoji:!0,index:42},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/2sIfY8vIG8z96ALulYDQDQ`,shortcuts:[`:face-orange-frowning:`],searchTerms:[`face-orange-frowning`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Ar8jaEIxzfiyYmB7ejDOHba2kUMdR37MHn_R39mtxqO5CD4aYGvjDFL22DW_Cka6LKzhGDk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Ar8jaEIxzfiyYmB7ejDOHba2kUMdR37MHn_R39mtxqO5CD4aYGvjDFL22DW_Cka6LKzhGDk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-frowning`}}},isCustomEmoji:!0,index:43},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/7cIfY5niDOmSkNAP08CA6A4`,shortcuts:[`:eyes-purple-crying:`],searchTerms:[`eyes-purple-crying`],image:{thumbnails:[{url:`https://yt3.ggpht.com/FrYgdeZPpvXs-6Mp305ZiimWJ0wV5bcVZctaUy80mnIdwe-P8HRGYAm0OyBtVx8EB9_Dxkc=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/FrYgdeZPpvXs-6Mp305ZiimWJ0wV5bcVZctaUy80mnIdwe-P8HRGYAm0OyBtVx8EB9_Dxkc=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`eyes-purple-crying`}}},isCustomEmoji:!0,index:44},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/A8MfY-_pEIKNr8oP78-AGA`,shortcuts:[`:face-fuchsia-wide-eyes:`],searchTerms:[`face-fuchsia-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/zdcOC1SMmyXJOAddl9DYeEFN9YYcn5mHemJCdRFQMtDuS0V-IyE-5YjNUL1tduX1zs17tQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/zdcOC1SMmyXJOAddl9DYeEFN9YYcn5mHemJCdRFQMtDuS0V-IyE-5YjNUL1tduX1zs17tQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-wide-eyes`}}},isCustomEmoji:!0,index:45},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/E8MfY5u7JPSXkNAP95GAmAE`,shortcuts:[`:cat-orange-whistling:`],searchTerms:[`cat-orange-whistling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/0ocqEmuhrKCK87_J21lBkvjW70wRGC32-Buwk6TP4352CgcNjL6ug8zcsel6JiPbE58xhq5g=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/0ocqEmuhrKCK87_J21lBkvjW70wRGC32-Buwk6TP4352CgcNjL6ug8zcsel6JiPbE58xhq5g=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`cat-orange-whistling`}}},isCustomEmoji:!0,index:46},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/LsMfY8P6G-yckNAPjoWA8AI`,shortcuts:[`:face-blue-wide-eyes:`],searchTerms:[`face-blue-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2Ht4KImoWDlCddiDQVuzSJwpEb59nZJ576ckfaMh57oqz2pUkkgVTXV8osqUOgFHZdUISJM=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2Ht4KImoWDlCddiDQVuzSJwpEb59nZJ576ckfaMh57oqz2pUkkgVTXV8osqUOgFHZdUISJM=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-wide-eyes`}}},isCustomEmoji:!0,index:47},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Z8MfY8mzLbnovwK5roC4Bg`,shortcuts:[`:face-orange-raised-eyebrow:`],searchTerms:[`face-orange-raised-eyebrow`],image:{thumbnails:[{url:`https://yt3.ggpht.com/JbCfmOgYI-mO17LPw8e_ycqbBGESL8AVP6i7ZsBOVLd3PEpgrfEuJ9rEGpP_unDcqgWSCg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/JbCfmOgYI-mO17LPw8e_ycqbBGESL8AVP6i7ZsBOVLd3PEpgrfEuJ9rEGpP_unDcqgWSCg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-raised-eyebrow`}}},isCustomEmoji:!0,index:48},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hcMfY5_zAbbxvwKLooCoCA`,shortcuts:[`:face-fuchsia-tongue-out:`],searchTerms:[`face-fuchsia-tongue-out`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EURfJZi_heNulV3mfHzXBk8PIs9XmZ9lOOYi5za6wFMCGrps4i2BJX9j-H2gK6LIhW6h7sY=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EURfJZi_heNulV3mfHzXBk8PIs9XmZ9lOOYi5za6wFMCGrps4i2BJX9j-H2gK6LIhW6h7sY=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-tongue-out`}}},isCustomEmoji:!0,index:49},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ygF1XpGUMMjk8gSDrI2wCx`,shortcuts:[`:face-orange-biting-nails:`],searchTerms:[`face-orange-biting-nails`],image:{thumbnails:[{url:`https://yt3.ggpht.com/HmsXEgqUogkQOnL5LP_FdPit9Z909RJxby-uYcPxBLNhaPyqPTcGwvGaGPk2hzB_cC0hs_pV=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/HmsXEgqUogkQOnL5LP_FdPit9Z909RJxby-uYcPxBLNhaPyqPTcGwvGaGPk2hzB_cC0hs_pV=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-biting-nails`}}},isCustomEmoji:!0,index:50},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/m8MfY4jbFsWJhL0PyouA2Ak`,shortcuts:[`:face-red-heart-shape:`],searchTerms:[`face-red-heart-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/I0Mem9dU_IZ4a9cQPzR0pUJ8bH-882Eg0sDQjBmPcHA6Oq0uXOZcsjPvPbtormx91Ha2eRA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/I0Mem9dU_IZ4a9cQPzR0pUJ8bH-882Eg0sDQjBmPcHA6Oq0uXOZcsjPvPbtormx91Ha2eRA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-red-heart-shape`}}},isCustomEmoji:!0,index:51},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/6_cfY8HJH8bV5QS5yYDYDg`,shortcuts:[`:face-fuchsia-poop-shape:`],searchTerms:[`face-fuchsia-poop-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/_xlyzvSimqMzhdhODyqUBLXIGA6F_d5en2bq-AIfc6fc3M7tw2jucuXRIo5igcW3g9VVe3A=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/_xlyzvSimqMzhdhODyqUBLXIGA6F_d5en2bq-AIfc6fc3M7tw2jucuXRIo5igcW3g9VVe3A=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-poop-shape`}}},isCustomEmoji:!0,index:52},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/DfgfY9LaNdmMq7IPuI2AaA`,shortcuts:[`:face-purple-wide-eyes:`],searchTerms:[`face-purple-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/5RDrtjmzRQKuVYE_FKPUHiGh7TNtX5eSNe6XzcSytMsHirXYKunxpyAsVacTFMg0jmUGhQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/5RDrtjmzRQKuVYE_FKPUHiGh7TNtX5eSNe6XzcSytMsHirXYKunxpyAsVacTFMg0jmUGhQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-wide-eyes`}}},isCustomEmoji:!0,index:53},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/HvgfY93GEYmqvwLUuYDwAQ`,shortcuts:[`:glasses-purple-yellow-diamond:`],searchTerms:[`glasses-purple-yellow-diamond`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EnDBiuksboKsLkxp_CqMWlTcZtlL77QBkbjz_rLedMSDzrHmy_6k44YWFy2rk4I0LG6K2KI=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EnDBiuksboKsLkxp_CqMWlTcZtlL77QBkbjz_rLedMSDzrHmy_6k44YWFy2rk4I0LG6K2KI=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`glasses-purple-yellow-diamond`}}},isCustomEmoji:!0,index:54},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/NvgfY9aeC_OFvOMPkrOAsAM`,shortcuts:[`:face-pink-tears:`],searchTerms:[`face-pink-tears`],image:{thumbnails:[{url:`https://yt3.ggpht.com/RL5QHCNcO_Mc98SxFEblXZt9FNoh3bIgsjm0Kj8kmeQJWMeTu7JX_NpICJ6KKwKT0oVHhAA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/RL5QHCNcO_Mc98SxFEblXZt9FNoh3bIgsjm0Kj8kmeQJWMeTu7JX_NpICJ6KKwKT0oVHhAA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-pink-tears`}}},isCustomEmoji:!0,index:55},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/UvgfY_vqE92T29sPvqiAkAU`,shortcuts:[`:body-blue-raised-arms:`],searchTerms:[`body-blue-raised-arms`],image:{thumbnails:[{url:`https://yt3.ggpht.com/2Jds3I9UKOfgjid97b_nlDU4X2t5MgjTof8yseCp7M-6ZhOhRkPGSPfYwmE9HjCibsfA1Uzo=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/2Jds3I9UKOfgjid97b_nlDU4X2t5MgjTof8yseCp7M-6ZhOhRkPGSPfYwmE9HjCibsfA1Uzo=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`body-blue-raised-arms`}}},isCustomEmoji:!0,index:56},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/YvgfY-LIBpjChgHKyYCQBg`,shortcuts:[`:hand-orange-covering-eyes:`],searchTerms:[`hand-orange-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/y8ppa6GcJoRUdw7GwmjDmTAnSkeIkUptZMVQuFmFaTlF_CVIL7YP7hH7hd0TJbd8p9w67IM=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/y8ppa6GcJoRUdw7GwmjDmTAnSkeIkUptZMVQuFmFaTlF_CVIL7YP7hH7hd0TJbd8p9w67IM=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-orange-covering-eyes`}}},isCustomEmoji:!0,index:57},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/ePgfY-K2Kp6Mr8oP1oqAwAc`,shortcuts:[`:trophy-yellow-smiling:`],searchTerms:[`trophy-yellow-smiling`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7tf3A_D48gBg9g2N0Rm6HWs2aqzshHU4CuVubTXVxh1BP7YDBRC6pLBoC-ibvr-zCl_Lgg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7tf3A_D48gBg9g2N0Rm6HWs2aqzshHU4CuVubTXVxh1BP7YDBRC6pLBoC-ibvr-zCl_Lgg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`trophy-yellow-smiling`}}},isCustomEmoji:!0,index:58},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/jPgfY5j2IIud29sP3ZeA4Ag`,shortcuts:[`:eyes-pink-heart-shape:`],searchTerms:[`eyes-pink-heart-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/5vzlCQfQQdzsG7nlQzD8eNjtyLlnATwFwGvrMpC8dgLcosNhWLXu8NN9qIS3HZjJYd872dM=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/5vzlCQfQQdzsG7nlQzD8eNjtyLlnATwFwGvrMpC8dgLcosNhWLXu8NN9qIS3HZjJYd872dM=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`eyes-pink-heart-shape`}}},isCustomEmoji:!0,index:59},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/oPgfY_DoKfSXkNAPq8-AgAo`,shortcuts:[`:face-turquoise-covering-eyes:`],searchTerms:[`face-turquoise-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/H2HNPRO8f4SjMmPNh5fl10okSETW7dLTZtuE4jh9D6pSmaUiLfoZJ2oiY-qWU3Owfm1IsXg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/H2HNPRO8f4SjMmPNh5fl10okSETW7dLTZtuE4jh9D6pSmaUiLfoZJ2oiY-qWU3Owfm1IsXg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-covering-eyes`}}},isCustomEmoji:!0,index:60},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/tPgfY7mSO4XovQKzmYCgCw`,shortcuts:[`:hand-green-crystal-ball:`],searchTerms:[`hand-green-crystal-ball`],image:{thumbnails:[{url:`https://yt3.ggpht.com/qZfJrWDEmR03FIak7PMNRNpMjNsCnOzD9PqK8mOpAp4Kacn_uXRNJNb99tE_1uyEbvgJReF2=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/qZfJrWDEmR03FIak7PMNRNpMjNsCnOzD9PqK8mOpAp4Kacn_uXRNJNb99tE_1uyEbvgJReF2=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-green-crystal-ball`}}},isCustomEmoji:!0,index:61},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/zPgfY66lCJGRhL0Pz6iA4Aw`,shortcuts:[`:face-turquoise-drinking-coffee:`],searchTerms:[`face-turquoise-drinking-coffee`],image:{thumbnails:[{url:`https://yt3.ggpht.com/myqoI1MgFUXQr5fuWTC9mz0BCfgf3F8GSDp06o1G7w6pTz48lwARjdG8vj0vMxADvbwA1dA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/myqoI1MgFUXQr5fuWTC9mz0BCfgf3F8GSDp06o1G7w6pTz48lwARjdG8vj0vMxADvbwA1dA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-drinking-coffee`}}},isCustomEmoji:!0,index:62},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/4PgfY73cJprKCq-_gIAO`,shortcuts:[`:body-green-covering-eyes:`],searchTerms:[`body-green-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/UR8ydcU3gz360bzDsprB6d1klFSQyVzgn-Fkgu13dIKPj3iS8OtG1bhBUXPdj9pMwtM00ro=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/UR8ydcU3gz360bzDsprB6d1klFSQyVzgn-Fkgu13dIKPj3iS8OtG1bhBUXPdj9pMwtM00ro=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`body-green-covering-eyes`}}},isCustomEmoji:!0,index:63},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/-fgfY9DIGYjbhgHLzoDIDw`,shortcuts:[`:goat-turquoise-white-horns:`],searchTerms:[`goat-turquoise-white-horns`],image:{thumbnails:[{url:`https://yt3.ggpht.com/jMnX4lu5GnjBRgiPtX5FwFmEyKTlWFrr5voz-Auko35oP0t3-zhPxR3PQMYa-7KhDeDtrv4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/jMnX4lu5GnjBRgiPtX5FwFmEyKTlWFrr5voz-Auko35oP0t3-zhPxR3PQMYa-7KhDeDtrv4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`goat-turquoise-white-horns`}}},isCustomEmoji:!0,index:64},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/EvkfY6uNC5OykQOewoCQAQ`,shortcuts:[`:hand-purple-blue-peace:`],searchTerms:[`hand-purple-blue-peace`],image:{thumbnails:[{url:`https://yt3.ggpht.com/-sC8wj6pThd7FNdslEoJlG4nB9SIbrJG3CRGh7-bNV0RVfcrJuwiWHoUZ6UmcVs7sQjxTg4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/-sC8wj6pThd7FNdslEoJlG4nB9SIbrJG3CRGh7-bNV0RVfcrJuwiWHoUZ6UmcVs7sQjxTg4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hand-purple-blue-peace`}}},isCustomEmoji:!0,index:65},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/LfkfY_zhH4GFr8oP4aKA6AI`,shortcuts:[`:face-blue-question-mark:`],searchTerms:[`face-blue-question-mark`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Wx4PMqTwG3f4gtR7J9Go1s8uozzByGWLSXHzrh3166ixaYRinkH_F05lslfsRUsKRvHXrDk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Wx4PMqTwG3f4gtR7J9Go1s8uozzByGWLSXHzrh3166ixaYRinkH_F05lslfsRUsKRvHXrDk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-question-mark`}}},isCustomEmoji:!0,index:66},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/RPkfY8TPGsCakNAP-JWAoAQ`,shortcuts:[`:face-blue-covering-eyes:`],searchTerms:[`face-blue-covering-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/kj3IgbbR6u-mifDkBNWVcdOXC-ut-tiFbDpBMGVeW79c2c54n5vI-HNYCOC6XZ9Bzgupc10=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/kj3IgbbR6u-mifDkBNWVcdOXC-ut-tiFbDpBMGVeW79c2c54n5vI-HNYCOC6XZ9Bzgupc10=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-covering-eyes`}}},isCustomEmoji:!0,index:67},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Mm5IY53bH7SEq7IP-MWAkAM`,shortcuts:[`:face-purple-smiling-fangs:`],searchTerms:[`face-purple-smiling-fangs`],image:{thumbnails:[{url:`https://yt3.ggpht.com/k1vqi6xoHakGUfa0XuZYWHOv035807ARP-ZLwFmA-_NxENJMxsisb-kUgkSr96fj5baBOZE=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/k1vqi6xoHakGUfa0XuZYWHOv035807ARP-ZLwFmA-_NxENJMxsisb-kUgkSr96fj5baBOZE=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-smiling-fangs`}}},isCustomEmoji:!0,index:68},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/UW5IY-ibBqa8jgTymoCIBQ`,shortcuts:[`:face-purple-sweating:`],searchTerms:[`face-purple-sweating`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tRnrCQtEKlTM9YLPo0vaxq9mDvlT0mhDld2KI7e_nDRbhta3ULKSoPVHZ1-bNlzQRANmH90=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tRnrCQtEKlTM9YLPo0vaxq9mDvlT0mhDld2KI7e_nDRbhta3ULKSoPVHZ1-bNlzQRANmH90=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-sweating`}}},isCustomEmoji:!0,index:69},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/Ym5IY7-0LoqA29sPq9CAkAY`,shortcuts:[`:face-purple-smiling-tears:`],searchTerms:[`face-purple-smiling-tears`],image:{thumbnails:[{url:`https://yt3.ggpht.com/MJV1k3J5s0hcUfuo78Y6MKi-apDY5NVDjO9Q7hL8fU4i0cIBgU-cU4rq4sHessJuvuGpDOjJ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/MJV1k3J5s0hcUfuo78Y6MKi-apDY5NVDjO9Q7hL8fU4i0cIBgU-cU4rq4sHessJuvuGpDOjJ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-smiling-tears`}}},isCustomEmoji:!0,index:70},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/dG5IY-mhEof9jgSykoCgBw`,shortcuts:[`:face-blue-star-eyes:`],searchTerms:[`face-blue-star-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/m_ANavMhp6cQ1HzX0HCTgp_er_yO2UA28JPbi-0HElQgnQ4_q5RUhgwueTpH-st8L3MyTA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/m_ANavMhp6cQ1HzX0HCTgp_er_yO2UA28JPbi-0HElQgnQ4_q5RUhgwueTpH-st8L3MyTA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-star-eyes`}}},isCustomEmoji:!0,index:71},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hm5IY4W-H9SO5QS6n4CwCA`,shortcuts:[`:face-blue-heart-eyes:`],searchTerms:[`face-blue-heart-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/M9tzKd64_r3hvgpTSgca7K3eBlGuyiqdzzhYPp7ullFAHMgeFoNLA0uQ1dGxj3fXgfcHW4w=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/M9tzKd64_r3hvgpTSgca7K3eBlGuyiqdzzhYPp7ullFAHMgeFoNLA0uQ1dGxj3fXgfcHW4w=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-heart-eyes`}}},isCustomEmoji:!0,index:72},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/mW5IY47PMcSnkMkPo6OAyAk`,shortcuts:[`:face-blue-three-eyes:`],searchTerms:[`face-blue-three-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/nSQHitVplLe5uZC404dyAwv1f58S3PN-U_799fvFzq-6b3bv-MwENO-Zs1qQI4oEXCbOJg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/nSQHitVplLe5uZC404dyAwv1f58S3PN-U_799fvFzq-6b3bv-MwENO-Zs1qQI4oEXCbOJg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-three-eyes`}}},isCustomEmoji:!0,index:73},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/rW5IY_26FryOq7IPlL2A6Ao`,shortcuts:[`:face-blue-droopy-eyes:`],searchTerms:[`face-blue-droopy-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/hGPqMUCiXGt6zuX4dHy0HRZtQ-vZmOY8FM7NOHrJTta3UEJksBKjOcoE6ZUAW9sz7gIF_nk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/hGPqMUCiXGt6zuX4dHy0HRZtQ-vZmOY8FM7NOHrJTta3UEJksBKjOcoE6ZUAW9sz7gIF_nk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-droopy-eyes`}}},isCustomEmoji:!0,index:74},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/v25IY7KcJIGOr8oPz4OA-As`,shortcuts:[`:planet-orange-purple-ring:`],searchTerms:[`planet-orange-purple-ring`],image:{thumbnails:[{url:`https://yt3.ggpht.com/xkaLigm3P4_1g4X1JOtkymcC7snuJu_C5YwIFAyQlAXK093X0IUjaSTinMTLKeRZ6280jXg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/xkaLigm3P4_1g4X1JOtkymcC7snuJu_C5YwIFAyQlAXK093X0IUjaSTinMTLKeRZ6280jXg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`planet-orange-purple-ring`}}},isCustomEmoji:!0,index:75},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-yellow-podium-blue`,shortcuts:[`:person-yellow-podium-blue:`],searchTerms:[`person-yellow-podium-blue`],image:{thumbnails:[{url:`https://yt3.ggpht.com/N28nFDm82F8kLPAa-jY_OySFsn3Ezs_2Bl5kdxC8Yxau5abkj_XZHYsS3uYKojs8qy8N-9w=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/N28nFDm82F8kLPAa-jY_OySFsn3Ezs_2Bl5kdxC8Yxau5abkj_XZHYsS3uYKojs8qy8N-9w=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-yellow-podium-blue`}}},isCustomEmoji:!0,index:76},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/baseball-white-cap-out`,shortcuts:[`:baseball-white-cap-out:`],searchTerms:[`baseball-white-cap-out`],image:{thumbnails:[{url:`https://yt3.ggpht.com/8DaGaXfaBN0c-ZsZ-1WqPJ6H9TsJOlUUQQEoXvmdROphZE9vdRtN0867Gb2YZcm2x38E9Q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/8DaGaXfaBN0c-ZsZ-1WqPJ6H9TsJOlUUQQEoXvmdROphZE9vdRtN0867Gb2YZcm2x38E9Q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`baseball-white-cap-out`}}},isCustomEmoji:!0,index:77},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/whistle-red-blow`,shortcuts:[`:whistle-red-blow:`],searchTerms:[`whistle-red-blow`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DBu1ZfPJTnX9S1RyKKdBY-X_CEmj7eF6Uzl71j5jVBz5y4k9JcKnoiFtImAbeu4u8M2X8tU=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DBu1ZfPJTnX9S1RyKKdBY-X_CEmj7eF6Uzl71j5jVBz5y4k9JcKnoiFtImAbeu4u8M2X8tU=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`whistle-red-blow`}}},isCustomEmoji:!0,index:78},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-crowd-surf`,shortcuts:[`:person-turquoise-crowd-surf:`],searchTerms:[`person-turquoise-crowd-surf`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Q0wFvHZ5h54xGSTo-JeGst6InRU3yR6NdBRoyowaqGY66LPzdcrV2t-wBN21kBIdb2TeNA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Q0wFvHZ5h54xGSTo-JeGst6InRU3yR6NdBRoyowaqGY66LPzdcrV2t-wBN21kBIdb2TeNA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-crowd-surf`}}},isCustomEmoji:!0,index:79},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/finger-red-number-one`,shortcuts:[`:finger-red-number-one:`],searchTerms:[`finger-red-number-one`],image:{thumbnails:[{url:`https://yt3.ggpht.com/Hbk0wxBzPTBCDvD_y4qdcHL5_uu7SeOnaT2B7gl9GLB4u8Ecm9OaXCGSMMUBFeNGl5Q3fHJ2=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/Hbk0wxBzPTBCDvD_y4qdcHL5_uu7SeOnaT2B7gl9GLB4u8Ecm9OaXCGSMMUBFeNGl5Q3fHJ2=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`finger-red-number-one`}}},isCustomEmoji:!0,index:80},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/text-yellow-goal`,shortcuts:[`:text-yellow-goal:`],searchTerms:[`text-yellow-goal`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tnHp8rHjXecGbGrWNcs7xss_aVReaYE6H-QWRCXYg_aaYszHXnbP_pVADnibUiimspLvgX0L=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tnHp8rHjXecGbGrWNcs7xss_aVReaYE6H-QWRCXYg_aaYszHXnbP_pVADnibUiimspLvgX0L=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`text-yellow-goal`}}},isCustomEmoji:!0,index:81},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/medal-yellow-first-red`,shortcuts:[`:medal-yellow-first-red:`],searchTerms:[`medal-yellow-first-red`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EEHiiIalCBKuWDPtNOjjvmEZ-KRkf5dlgmhe5rbLn8aZQl-pNz_paq5UjxNhCrI019TWOQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EEHiiIalCBKuWDPtNOjjvmEZ-KRkf5dlgmhe5rbLn8aZQl-pNz_paq5UjxNhCrI019TWOQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`medal-yellow-first-red`}}},isCustomEmoji:!0,index:82},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-wheelchair-race`,shortcuts:[`:person-blue-wheelchair-race:`],searchTerms:[`person-blue-wheelchair-race`],image:{thumbnails:[{url:`https://yt3.ggpht.com/ZepxPGk5TwzrKAP9LUkzmKmEkbaF5OttNyybwok6mJENw3p0lxDXkD1X2_rAwGcUM0L-D04=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/ZepxPGk5TwzrKAP9LUkzmKmEkbaF5OttNyybwok6mJENw3p0lxDXkD1X2_rAwGcUM0L-D04=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-wheelchair-race`}}},isCustomEmoji:!0,index:83},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/card-red-penalty`,shortcuts:[`:card-red-penalty:`],searchTerms:[`card-red-penalty`],image:{thumbnails:[{url:`https://yt3.ggpht.com/uRDUMIeAHnNsaIaShtRkQ6hO0vycbNH_BQT7i3PWetFJb09q88RTjxwzToBy9Cez20D7hA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/uRDUMIeAHnNsaIaShtRkQ6hO0vycbNH_BQT7i3PWetFJb09q88RTjxwzToBy9Cez20D7hA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`card-red-penalty`}}},isCustomEmoji:!0,index:84},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/stopwatch-blue-hand-timer`,shortcuts:[`:stopwatch-blue-hand-timer:`],searchTerms:[`stopwatch-blue-hand-timer`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DCvefDAiskRfACgolTlvV1kMfiZVcG50UrmpnRrg3k0udFWG2Uo9zFMaJrJMSJYwcx6fMgk=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DCvefDAiskRfACgolTlvV1kMfiZVcG50UrmpnRrg3k0udFWG2Uo9zFMaJrJMSJYwcx6fMgk=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`stopwatch-blue-hand-timer`}}},isCustomEmoji:!0,index:85},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-turquoise-speaker-shape`,shortcuts:[`:face-turquoise-speaker-shape:`],searchTerms:[`face-turquoise-speaker-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/WTFFqm70DuMxSC6ezQ5Zs45GaWD85Xwrd9Sullxt54vErPUKb_o0NJQ4kna5m7rvjbRMgr3A=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/WTFFqm70DuMxSC6ezQ5Zs45GaWD85Xwrd9Sullxt54vErPUKb_o0NJQ4kna5m7rvjbRMgr3A=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-speaker-shape`}}},isCustomEmoji:!0,index:86},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/octopus-red-waving`,shortcuts:[`:octopus-red-waving:`],searchTerms:[`octopus-red-waving`],image:{thumbnails:[{url:`https://yt3.ggpht.com/L9Wo5tLT_lRQX36iZO_fJqLJR4U74J77tJ6Dg-QmPmSC_zhVQ-NodMRc9T0ozwvRXRaT43o=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/L9Wo5tLT_lRQX36iZO_fJqLJR4U74J77tJ6Dg-QmPmSC_zhVQ-NodMRc9T0ozwvRXRaT43o=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`octopus-red-waving`}}},isCustomEmoji:!0,index:87},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/pillow-turquoise-hot-chocolate`,shortcuts:[`:pillow-turquoise-hot-chocolate:`],searchTerms:[`pillow-turquoise-hot-chocolate`],image:{thumbnails:[{url:`https://yt3.ggpht.com/cAR4cehRxbn6dPbxKIb-7ShDdWnMxbaBqy2CXzBW4aRL3IqXs3rxG0UdS7IU71OEU7LSd20q=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/cAR4cehRxbn6dPbxKIb-7ShDdWnMxbaBqy2CXzBW4aRL3IqXs3rxG0UdS7IU71OEU7LSd20q=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`pillow-turquoise-hot-chocolate`}}},isCustomEmoji:!0,index:88},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hourglass-purple-sand-orange`,shortcuts:[`:hourglass-purple-sand-orange:`],searchTerms:[`hourglass-purple-sand-orange`],image:{thumbnails:[{url:`https://yt3.ggpht.com/MFDLjasPt5cuSM_tK5Fnjaz_k08lKHdX_Mf7JkI6awaHriC3rGL7J_wHxyG6PPhJ8CJ6vsQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/MFDLjasPt5cuSM_tK5Fnjaz_k08lKHdX_Mf7JkI6awaHriC3rGL7J_wHxyG6PPhJ8CJ6vsQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hourglass-purple-sand-orange`}}},isCustomEmoji:!0,index:89},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/fish-orange-wide-eyes`,shortcuts:[`:fish-orange-wide-eyes:`],searchTerms:[`fish-orange-wide-eyes`],image:{thumbnails:[{url:`https://yt3.ggpht.com/iQLKgKs7qL3091VHgVgpaezc62uPewy50G_DoI0dMtVGmQEX5pflZrUxWfYGmRfzfUOOgJs=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/iQLKgKs7qL3091VHgVgpaezc62uPewy50G_DoI0dMtVGmQEX5pflZrUxWfYGmRfzfUOOgJs=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`fish-orange-wide-eyes`}}},isCustomEmoji:!0,index:90},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/popcorn-yellow-striped-smile`,shortcuts:[`:popcorn-yellow-striped-smile:`],searchTerms:[`popcorn-yellow-striped-smile`],image:{thumbnails:[{url:`https://yt3.ggpht.com/TW_GktV5uVYviPDtkCRCKRDrGlUc3sJ5OHO81uqdMaaHrIQ5-sXXwJfDI3FKPyv4xtGpOlg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/TW_GktV5uVYviPDtkCRCKRDrGlUc3sJ5OHO81uqdMaaHrIQ5-sXXwJfDI3FKPyv4xtGpOlg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`popcorn-yellow-striped-smile`}}},isCustomEmoji:!0,index:91},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/penguin-blue-waving-tear`,shortcuts:[`:penguin-blue-waving-tear:`],searchTerms:[`penguin-blue-waving-tear`],image:{thumbnails:[{url:`https://yt3.ggpht.com/p2u7dcfZau4_bMOMtN7Ma8mjHX_43jOjDwITf4U9adT44I-y-PT7ddwPKkfbW6Wx02BTpNoC=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/p2u7dcfZau4_bMOMtN7Ma8mjHX_43jOjDwITf4U9adT44I-y-PT7ddwPKkfbW6Wx02BTpNoC=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`penguin-blue-waving-tear`}}},isCustomEmoji:!0,index:92},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/clock-turquoise-looking-up`,shortcuts:[`:clock-turquoise-looking-up:`],searchTerms:[`clock-turquoise-looking-up`],image:{thumbnails:[{url:`https://yt3.ggpht.com/tDnDkDZykkJTrsWEJPlRF30rmbek2wcDcAIymruOvSLTsUFIZHoAiYTRe9OtO-80lDfFGvo=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/tDnDkDZykkJTrsWEJPlRF30rmbek2wcDcAIymruOvSLTsUFIZHoAiYTRe9OtO-80lDfFGvo=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`clock-turquoise-looking-up`}}},isCustomEmoji:!0,index:93},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-red-smiling-live`,shortcuts:[`:face-red-smiling-live:`],searchTerms:[`face-red-smiling-live`],image:{thumbnails:[{url:`https://yt3.ggpht.com/14Pb--7rVcqnHvM7UlrYnV9Rm4J-uojX1B1kiXYvv1my-eyu77pIoPR5sH28-eNIFyLaQHs=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/14Pb--7rVcqnHvM7UlrYnV9Rm4J-uojX1B1kiXYvv1my-eyu77pIoPR5sH28-eNIFyLaQHs=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-red-smiling-live`}}},isCustomEmoji:!0,index:94},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/hands-yellow-heart-red`,shortcuts:[`:hands-yellow-heart-red:`],searchTerms:[`hands-yellow-heart-red`],image:{thumbnails:[{url:`https://yt3.ggpht.com/qWSu2zrgOKLKgt_E-XUP9e30aydT5aF3TnNjvfBL55cTu1clP8Eoh5exN3NDPEVPYmasmoA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/qWSu2zrgOKLKgt_E-XUP9e30aydT5aF3TnNjvfBL55cTu1clP8Eoh5exN3NDPEVPYmasmoA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`hands-yellow-heart-red`}}},isCustomEmoji:!0,index:95},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/volcano-green-lava-orange`,shortcuts:[`:volcano-green-lava-orange:`],searchTerms:[`volcano-green-lava-orange`],image:{thumbnails:[{url:`https://yt3.ggpht.com/_IWOdMxapt6IBY5Cb6LFVkA3J77dGQ7P2fuvYYv1-ahigpVfBvkubOuGLSCyFJ7jvis-X8I=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/_IWOdMxapt6IBY5Cb6LFVkA3J77dGQ7P2fuvYYv1-ahigpVfBvkubOuGLSCyFJ7jvis-X8I=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`volcano-green-lava-orange`}}},isCustomEmoji:!0,index:96},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-waving-speech`,shortcuts:[`:person-turquoise-waving-speech:`],searchTerms:[`person-turquoise-waving-speech`],image:{thumbnails:[{url:`https://yt3.ggpht.com/gafhCE49PH_9q-PuigZaDdU6zOKD6grfwEh1MM7fYVs7smAS_yhYCBipq8gEiW73E0apKTzi=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/gafhCE49PH_9q-PuigZaDdU6zOKD6grfwEh1MM7fYVs7smAS_yhYCBipq8gEiW73E0apKTzi=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-waving-speech`}}},isCustomEmoji:!0,index:97},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-orange-tv-shape`,shortcuts:[`:face-orange-tv-shape:`],searchTerms:[`face-orange-tv-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/EVK0ik6dL5mngojX9I9Juw4iFh053emP0wcUjZH0whC_LabPq-DZxN4Jg-tpMcEVfJ0QpcJ4=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/EVK0ik6dL5mngojX9I9Juw4iFh053emP0wcUjZH0whC_LabPq-DZxN4Jg-tpMcEVfJ0QpcJ4=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-orange-tv-shape`}}},isCustomEmoji:!0,index:98},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-blue-spam-shape`,shortcuts:[`:face-blue-spam-shape:`],searchTerms:[`face-blue-spam-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/hpwvR5UgJtf0bGkUf8Rn-jTlD6DYZ8FPOFY7rhZZL-JHj_7OPDr7XUOesilRPxlf-aW42Zg=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/hpwvR5UgJtf0bGkUf8Rn-jTlD6DYZ8FPOFY7rhZZL-JHj_7OPDr7XUOesilRPxlf-aW42Zg=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-blue-spam-shape`}}},isCustomEmoji:!0,index:99},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-fuchsia-flower-shape`,shortcuts:[`:face-fuchsia-flower-shape:`],searchTerms:[`face-fuchsia-flower-shape`],image:{thumbnails:[{url:`https://yt3.ggpht.com/o9kq4LQ0fE_x8yxj29ZeLFZiUFpHpL_k2OivHbjZbttzgQytU49Y8-VRhkOP18jgH1dQNSVz=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/o9kq4LQ0fE_x8yxj29ZeLFZiUFpHpL_k2OivHbjZbttzgQytU49Y8-VRhkOP18jgH1dQNSVz=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-fuchsia-flower-shape`}}},isCustomEmoji:!0,index:100},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-holding-pencil`,shortcuts:[`:person-blue-holding-pencil:`],searchTerms:[`person-blue-holding-pencil`],image:{thumbnails:[{url:`https://yt3.ggpht.com/TKgph5IHIHL-A3fgkrGzmiNXzxJkibB4QWRcf_kcjIofhwcUK_pWGUFC4xPXoimmne3h8eQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/TKgph5IHIHL-A3fgkrGzmiNXzxJkibB4QWRcf_kcjIofhwcUK_pWGUFC4xPXoimmne3h8eQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-holding-pencil`}}},isCustomEmoji:!0,index:101},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/body-turquoise-yoga-pose`,shortcuts:[`:body-turquoise-yoga-pose:`],searchTerms:[`body-turquoise-yoga-pose`],image:{thumbnails:[{url:`https://yt3.ggpht.com/GW3otW7CmWpuayb7Ddo0ux5c-OvmPZ2K3vaytJi8bHFjcn-ulT8vcHMNcqVqMp1j2lit2Vw=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/GW3otW7CmWpuayb7Ddo0ux5c-OvmPZ2K3vaytJi8bHFjcn-ulT8vcHMNcqVqMp1j2lit2Vw=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`body-turquoise-yoga-pose`}}},isCustomEmoji:!0,index:102},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/location-yellow-teal-bars`,shortcuts:[`:location-yellow-teal-bars:`],searchTerms:[`location-yellow-teal-bars`],image:{thumbnails:[{url:`https://yt3.ggpht.com/YgeWJsRspSlAp3BIS5HMmwtpWtMi8DqLg9fH7DwUZaf5kG4yABfE1mObAvjCh0xKX_HoIR23=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/YgeWJsRspSlAp3BIS5HMmwtpWtMi8DqLg9fH7DwUZaf5kG4yABfE1mObAvjCh0xKX_HoIR23=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`location-yellow-teal-bars`}}},isCustomEmoji:!0,index:103},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-writing-headphones`,shortcuts:[`:person-turquoise-writing-headphones:`],searchTerms:[`person-turquoise-writing-headphones`],image:{thumbnails:[{url:`https://yt3.ggpht.com/DC4KrwzNkVxLZa2_KbKyjZTUyB9oIvH5JuEWAshsMv9Ctz4lEUVK0yX5PaMsTK3gGS-r9w=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/DC4KrwzNkVxLZa2_KbKyjZTUyB9oIvH5JuEWAshsMv9Ctz4lEUVK0yX5PaMsTK3gGS-r9w=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-writing-headphones`}}},isCustomEmoji:!0,index:104},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-turquoise-wizard-wand`,shortcuts:[`:person-turquoise-wizard-wand:`],searchTerms:[`person-turquoise-wizard-wand`],image:{thumbnails:[{url:`https://yt3.ggpht.com/OiZeNvmELg2PQKbT5UCS0xbmsGbqRBSbaRVSsKnRS9gvJPw7AzPp-3ysVffHFbSMqlWKeQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/OiZeNvmELg2PQKbT5UCS0xbmsGbqRBSbaRVSsKnRS9gvJPw7AzPp-3ysVffHFbSMqlWKeQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-turquoise-wizard-wand`}}},isCustomEmoji:!0,index:105},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-eating-spaghetti`,shortcuts:[`:person-blue-eating-spaghetti:`],searchTerms:[`person-blue-eating-spaghetti`],image:{thumbnails:[{url:`https://yt3.ggpht.com/AXZ8POmCHoxXuBaRxX6-xlT5M-nJZmO1AeUNo0t4o7xxT2Da2oGy347sHpMM8shtUs7Xxh0=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/AXZ8POmCHoxXuBaRxX6-xlT5M-nJZmO1AeUNo0t4o7xxT2Da2oGy347sHpMM8shtUs7Xxh0=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-eating-spaghetti`}}},isCustomEmoji:!0,index:106},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-turquoise-music-note`,shortcuts:[`:face-turquoise-music-note:`],searchTerms:[`face-turquoise-music-note`],image:{thumbnails:[{url:`https://yt3.ggpht.com/-K6oRITFKVU8V4FedrqXGkV_vTqUufVCQpBpyLK6w3chF4AS1kzT0JVfJxhtlfIAw5jrNco=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/-K6oRITFKVU8V4FedrqXGkV_vTqUufVCQpBpyLK6w3chF4AS1kzT0JVfJxhtlfIAw5jrNco=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-turquoise-music-note`}}},isCustomEmoji:!0,index:107},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-pink-swaying-hair`,shortcuts:[`:person-pink-swaying-hair:`],searchTerms:[`person-pink-swaying-hair`],image:{thumbnails:[{url:`https://yt3.ggpht.com/L8cwo8hEoVhB1k1TopQaeR7oPTn7Ypn5IOae5NACgQT0E9PNYkmuENzVqS7dk2bYRthNAkQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/L8cwo8hEoVhB1k1TopQaeR7oPTn7Ypn5IOae5NACgQT0E9PNYkmuENzVqS7dk2bYRthNAkQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-pink-swaying-hair`}}},isCustomEmoji:!0,index:108},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-blue-speaking-microphone`,shortcuts:[`:person-blue-speaking-microphone:`],searchTerms:[`person-blue-speaking-microphone`],image:{thumbnails:[{url:`https://yt3.ggpht.com/FMaw3drKKGyc6dk3DvtHbkJ1Ki2uD0FLqSIiFDyuChc1lWcA9leahX3mCFMBIWviN2o8eyc=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/FMaw3drKKGyc6dk3DvtHbkJ1Ki2uD0FLqSIiFDyuChc1lWcA9leahX3mCFMBIWviN2o8eyc=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-blue-speaking-microphone`}}},isCustomEmoji:!0,index:109},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/rocket-red-countdown-liftoff`,shortcuts:[`:rocket-red-countdown-liftoff:`],searchTerms:[`rocket-red-countdown-liftoff`],image:{thumbnails:[{url:`https://yt3.ggpht.com/lQZFYAeWe5-SJ_fz6dCAFYz1MjBnEek8DvioGxhlj395UFTSSHqYAmfhJN2i0rz3fDD5DQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/lQZFYAeWe5-SJ_fz6dCAFYz1MjBnEek8DvioGxhlj395UFTSSHqYAmfhJN2i0rz3fDD5DQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`rocket-red-countdown-liftoff`}}},isCustomEmoji:!0,index:110},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-purple-rain-drops`,shortcuts:[`:face-purple-rain-drops:`],searchTerms:[`face-purple-rain-drops`],image:{thumbnails:[{url:`https://yt3.ggpht.com/woHW5Jl2RD0qxijnl_4vx4ZhP0Zp65D4Ve1DM_HrwJW-Kh6bQZoRjesGnEwjde8F4LynrQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/woHW5Jl2RD0qxijnl_4vx4ZhP0Zp65D4Ve1DM_HrwJW-Kh6bQZoRjesGnEwjde8F4LynrQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-rain-drops`}}},isCustomEmoji:!0,index:111},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-pink-drinking-tea`,shortcuts:[`:face-pink-drinking-tea:`],searchTerms:[`face-pink-drinking-tea`],image:{thumbnails:[{url:`https://yt3.ggpht.com/WRLIgKpnClgYOZyAwnqP-Edrdxu6_N19qa8gsB9P_6snZJYIMu5YBJX8dlM81YG6H307KA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/WRLIgKpnClgYOZyAwnqP-Edrdxu6_N19qa8gsB9P_6snZJYIMu5YBJX8dlM81YG6H307KA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-pink-drinking-tea`}}},isCustomEmoji:!0,index:112},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/person-purple-stage-event`,shortcuts:[`:person-purple-stage-event:`],searchTerms:[`person-purple-stage-event`],image:{thumbnails:[{url:`https://yt3.ggpht.com/YeVVscOyRcDJAhKo2bMwMz_B6127_7lojqafTZECTR9NSEunYO5zEi7R7RqxBD7LYLxfNnXe=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/YeVVscOyRcDJAhKo2bMwMz_B6127_7lojqafTZECTR9NSEunYO5zEi7R7RqxBD7LYLxfNnXe=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`person-purple-stage-event`}}},isCustomEmoji:!0,index:113},{emojiId:`UCkszU2WH9gy1mb0dV-11UJg/face-purple-open-box`,shortcuts:[`:face-purple-open-box:`],searchTerms:[`face-purple-open-box`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7lJM2sLrozPtNLagPTcN0xlcStWpAuZEmO2f4Ej5kYgSp3woGdq3tWFrTH30S3mD2PyjlQ=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7lJM2sLrozPtNLagPTcN0xlcStWpAuZEmO2f4Ej5kYgSp3woGdq3tWFrTH30S3mD2PyjlQ=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`face-purple-open-box`}}},isCustomEmoji:!0,index:114},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/COLRg9qOwdQCFce-qgodrbsLaA`,shortcuts:[`:awesome:`],searchTerms:[`awesome`],image:{thumbnails:[{url:`https://yt3.ggpht.com/xqqFxk7nC5nYnjy0oiSPpeWX4yu4I-ysb3QJMOuVml8dHWz82FvF8bhGVjlosZRIG_XxHA=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/xqqFxk7nC5nYnjy0oiSPpeWX4yu4I-ysb3QJMOuVml8dHWz82FvF8bhGVjlosZRIG_XxHA=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`awesome`}}},isCustomEmoji:!0,index:115},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CMKC7uKOwdQCFce-qgodqbsLaA`,shortcuts:[`:gar:`],searchTerms:[`gar`],image:{thumbnails:[{url:`https://yt3.ggpht.com/pxQTF9D-uxlSIgoopRcS8zAZnBBEPp2R9bwo5qIc3kc7PF2k18so72-ohINWPa6OvWudEcsC=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/pxQTF9D-uxlSIgoopRcS8zAZnBBEPp2R9bwo5qIc3kc7PF2k18so72-ohINWPa6OvWudEcsC=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`gar`}}},isCustomEmoji:!0,index:116},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CJiQ8uiOwdQCFcx9qgodysAOHg`,shortcuts:[`:jakepeter:`],searchTerms:[`jakepeter`],image:{thumbnails:[{url:`https://yt3.ggpht.com/iq0g14tKRcLwmfdpHULRMeUGfpWUlUyJWr0adf1K1-dStgPOguOe8eo5bKrxmCqIOlu-J18=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/iq0g14tKRcLwmfdpHULRMeUGfpWUlUyJWr0adf1K1-dStgPOguOe8eo5bKrxmCqIOlu-J18=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`jakepeter`}}},isCustomEmoji:!0,index:117},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CI3h3uDJitgCFdARTgodejsFWg`,shortcuts:[`:wormRedBlue:`],searchTerms:[`wormRedBlue`],image:{thumbnails:[{url:`https://yt3.ggpht.com/QrjYSGexvrRfCVpWrgctyB3shVRAgKmXtctM1vUnA78taji1zYNWwrHs1GKBpdpG5A6yK_k=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/QrjYSGexvrRfCVpWrgctyB3shVRAgKmXtctM1vUnA78taji1zYNWwrHs1GKBpdpG5A6yK_k=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`wormRedBlue`}}},isCustomEmoji:!0,index:118},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CI69oYTKitgCFdaPTgodsHsP5g`,shortcuts:[`:wormOrangeGreen:`],searchTerms:[`wormOrangeGreen`],image:{thumbnails:[{url:`https://yt3.ggpht.com/S-L8lYTuP13Ds9TJZ2UlxdjDiwNRFPnj0o4x6DAecyJLXDdQ941upYRhxalbjzpJn5USU_k=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/S-L8lYTuP13Ds9TJZ2UlxdjDiwNRFPnj0o4x6DAecyJLXDdQ941upYRhxalbjzpJn5USU_k=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`wormOrangeGreen`}}},isCustomEmoji:!0,index:119},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CKzQr47KitgCFdCITgodq6EJZg`,shortcuts:[`:wormYellowRed:`],searchTerms:[`wormYellowRed`],image:{thumbnails:[{url:`https://yt3.ggpht.com/L9TQqjca5x7TE8ZB-ifFyU51xWXArz47rJFU7Pg2KgWMut5th9qsU-pCu1zIF98szO5wNXE=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/L9TQqjca5x7TE8ZB-ifFyU51xWXArz47rJFU7Pg2KgWMut5th9qsU-pCu1zIF98szO5wNXE=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`wormYellowRed`}}},isCustomEmoji:!0,index:120},{emojiId:`UCzC5CNksIBaiT-NdMJjJNOQ/CPGD8Iu8kN4CFREChAod9OkLmg`,shortcuts:[`:ytg:`],searchTerms:[`ytg`],image:{thumbnails:[{url:`https://yt3.ggpht.com/7PgbidnZLTC-38qeoqYensfXg7s7EC1Dudv9q9l8aIjqLgnfvpfhnEBH_7toCmVmqhIe4I45=w24-h24-c-k-nd`,width:24,height:24},{url:`https://yt3.ggpht.com/7PgbidnZLTC-38qeoqYensfXg7s7EC1Dudv9q9l8aIjqLgnfvpfhnEBH_7toCmVmqhIe4I45=w48-h48-c-k-nd`,width:48,height:48}],accessibility:{accessibilityData:{label:`ytg`}}},isCustomEmoji:!0,index:121}],w;(function(e){e.avatars=s,e.badges=c,e.css_color_names=l,e.items=h,e.names=b,e.tiers=x,e.tts=S,e.messages=y,e.normal_messages=v,e.twitch_messages=g,e.youtube_messages=_,e.emotes=m,e.ffz_emotes=f,e.bttv_emotes=d,e.seventv_emotes=u,e.twitch_emotes=p,e.youtube_emotes=C})(w||={});var T=class{color(e=`hex`){switch(e){default:case`hex`:return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,`0`)}`;case`hexa`:return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,`0`)}`+Math.floor(Math.random()*256).toString(16).padStart(2,`0`);case`rgb`:return`rgb(${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)})`;case`rgba`:return`rgba(${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)}, ${Math.floor(Math.random()*256)}, ${Math.random().toFixed(2)})`;case`hsl`:return`hsl(${Math.floor(Math.random()*361)}, ${Math.floor(Math.random()*101)}%, ${Math.floor(Math.random()*101)}%)`;case`hsla`:return`hsla(${Math.floor(Math.random()*361)}, ${Math.floor(Math.random()*101)}%, ${Math.floor(Math.random()*101)}%, ${Math.random().toFixed(2)})`;case`css-color-name`:var t=w.css_color_names;return this.array(t)[0]}}number(e,t,n=0){e>t&&([e,t]=[t,e]);let r=Math.random()*(t-e)+e;return n?Number(r.toFixed(n)):Math.round(r)}boolean(e=.5){return Math.random()>e}string(e,t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`){t===`numbers`||t===`numeric`?t=`0123456789`:t===`letters`||t===`letter`?t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`:t===`hex`||t===`hexadecimal`?t=`0123456789abcdef`:t===`hex-upper`||t===`hexadecimal-upper`?t=`0123456789ABCDEF`:(t===`hex-lower`||t===`hexadecimal-lower`)&&(t=`0123456789abcdef`);let n=``;for(let r=0;r<e;r++)n+=t.charAt(Math.floor(Math.random()*t.length));return n}array(e){let t=this.number(0,e.length-1);return[e[t],t]}date(e=new Date(2e3,0,1),t=new Date){return new Date(this.number(e.getTime(),t.getTime()))}daysOffset(e){let t=Date.now()-this.number(0,e*24*60*60*1e3);return new Date(t).toISOString()}uuid(){return crypto.randomUUID()}},E=class{constructor(){this.badgePriority=`broadcaster.lead_moderator.moderator.vip.artist-badge.subscriber.sub-gift-leader.founder.sub-gifter.bits-leader.bits.admin.global_mod.staff.partner.ambassador.predictions.twitchbot.extension.game-developer.hype-train.bot-badge.turbo.premium.no_video.no_audio`.split(`.`)}findEmotesInText(e,t=w.emotes){let n=[];return t.filter(e=>e.type!==`emoji`).forEach(t=>{let r=t.name,i=0;for(;0<e.length;){let a=e.indexOf(r,i);if(a===-1)break;let o=a>0?e[a-1]:` `,s=a+r.length<e.length?e[a+r.length]:` `;/\s/.test(o)&&/\s/.test(s)&&n.push({...t,start:a,end:a+r.length}),i=a+1}}),n}replaceEmotesWithHTML(e,t){if(!t.length)return e;let n=``,r=0;return t.filter(e=>e.type!==`emoji`).forEach(t=>{if(t.start<r)return;n+=e.substring(r,t.start);let i=Array.from({...t.urls,length:5}).slice(1).reverse().filter(Boolean)[0]||t.urls[1];n+=`<img src="${i}" alt="${t.name}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`,r=t.end}),n+=e.substring(r),n}hasOnlyEmotes(e,t){return t.reduce((e,t)=>e.replace(RegExp(`\\b${t.name}\\b`,`g`),``).replace(/<img[^>]*class="emote"[^>]*>/gi,``),e).trim().length===0}replaceYoutubeEmotesWithHTML(e,t=w.youtube_emotes){return Array.from(e.matchAll(/:(.*?):/gim),e=>e[0]).forEach(n=>{let r=t.find(e=>e.shortcuts.includes(n)||e.searchTerms.includes(n.slice(1,-1)));if(r){let t=r.image.thumbnails.at(-1)?.url,i=r.image.accessibility.accessibilityData.label;t&&(e=e.replace(n,`<img src="${t}" alt="${i}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`))}}),e}mapGlobalBadgeVersions(e=w.badges){return e.map(e=>({id:e.set_id,versions:e.versions.map(t=>({type:e.set_id,version:t.id,url:t.image_url_4x,description:t.title}))}))}mapGlobalBadgeVersionAmount(e,t){let n=e=>w.badges.find(t=>t.set_id===e).versions.map(e=>[e.id,parseInt(e.id)]),r=`0`;switch(e){case`subscriber`:{if(isNaN(parseInt(t)))return r;let e=Object.entries({0:0,1:1,2:2,3:3,4:6,5:9,6:12});for(let[n,i]of e)parseInt(t)>=i&&(r=n);break}case`bits`:case`sub-gifter`:case`bits-leader`:case`clips-leader`:case`sub-gift-leader`:{if(isNaN(parseInt(t)))return r;let i=n(e);for(let[e,n]of i)parseInt(t)>=n&&(r=e);break}case`warcraft`:r=Object.entries({horde:`horde`,alliance:`alliance`}).find(([e,n])=>n.toLowerCase()===String(t).toLowerCase())?.[0]||`0`;break;case`twitchbot`:r=Object.entries({1:`auto mod`,2:`automated moderation system`}).find(([e,n])=>n.toLowerCase()===String(t).toLowerCase())?.[0]||`0`;break;case`moments`:if(isNaN(parseInt(t))){let e=Object.fromEntries(Array.from({length:20},(e,t)=>t+1).map(e=>[e,`tier ${e}`]));r=Object.entries(e).find(([e,n])=>n.toLowerCase()===String(t).toLowerCase())?.[0]||`0`}else{let e=n(`moments`);for(let[n,i]of e)parseInt(t)>=i&&(r=n)}break;case`power-rangers`:if(isNaN(parseInt(t)))r=Object.entries({0:[`black ranger`,`black`,`blackranger`],1:[`blue ranger`,`blue`,`blueranger`],2:[`green ranger`,`green`,`greenranger`],3:[`pink ranger`,`pink`,`pinkranger`],4:[`red ranger`,`red`,`redranger`],5:[`white ranger`,`white`,`whiteranger`],6:[`yellow ranger`,`yellow`,`yellowranger`]}).find(([e,n])=>n.some(e=>e.toLowerCase()===String(t).toLowerCase()))?.[0]||`0`;else{let e=n(`power-rangers`);for(let[n,i]of e)parseInt(t)>=i&&(r=n)}break;case`predictions`:{let e=Object.fromEntries(n(`predictions`).map(([e,t])=>[e,[e,e.replace(`-`,` `),e.replace(`-`,``)]]));r=Object.entries(e).find(([e,n])=>n.some(e=>e.toLowerCase()===String(t).toLowerCase()))?.[0]||`0`;break}case`social-sharing`:if(isNaN(parseInt(t))){let e=Object.fromEntries(n(`social-sharing`).map(([e,t])=>[e,[e+` views`,e.replace(`-`,``)+` views`]]));r=Object.entries(e).find(([e,n])=>n.some(e=>e.toLowerCase()===String(t).toLowerCase()))?.[0]||`0`}else for(let[e,n]of Object.entries({1:100,2:1e4,3:1e5}))parseInt(t)>=n&&(r=e);break}return r}async generateBadges(e=[],t){let n=this.mapGlobalBadgeVersions();!Array.isArray(e)&&typeof e==`string`&&(e=e.split(`,`).map(e=>e.trim()));var r=e.map(e=>e.split(`/`)[0]);if(!r||!r.length){let e=new i,t=new T;var a=e.random(1,3);for await(let e of Array.from({length:a},()=>``)){let e=t.array(n)[0];!r.includes(e.id)&&Array.isArray(r)?r.push(e.id):r=[e.id]}}r=r.sort((e,t)=>{let n=this.badgePriority.indexOf(e),r=this.badgePriority.indexOf(t);return(n===-1?2**53-1:n)-(r===-1?2**53-1:r)});var o;switch(t){case`twitch`:{let t=Array.from(r).filter(e=>n.some(t=>t.id===e)),i=e.reduce((e,t)=>{var[n,r=`1`]=t.split(`/`);let i=r;return isNaN(parseInt(i))?i||=0:i=parseInt(i),e[n]=this.mapGlobalBadgeVersionAmount(n,i),e},{});o={keys:t,versions:i,amount:e.reduce((e,t)=>{var[n,r=`1`]=t.split(`/`);let i=r;return isNaN(parseInt(i))?i||=0:i=parseInt(i),e[n]=i,e},{}),badges:Array.from(r).slice(0,3).map(e=>{let t=n.find(t=>t.id===e);if(t?.versions&&t.versions.length){let n=i[e];return t.versions.find(e=>e.version===String(n))||t.versions[0]}}).filter(Boolean)};break}case`youtube`:var s={verified:{isVerified:!0},partner:{isVerified:!0},broadcaster:{isChatOwner:!0},host:{isChatOwner:!0},sponsor:{isChatSponsor:!0},subscriber:{isChatSponsor:!0},moderator:{isChatModerator:!0}};o=Object.values(r).reduce((e,t)=>(t in s&&Object.assign(e,s[t]),e),{isVerified:!1,isChatOwner:!1,isChatSponsor:!1,isChatModerator:!1});break}return o}},D=class{parseProvider(e,t){var n=t||e.event?.provider||e.event?.service||e.event?.data?.provider||window?.client?.details?.provider||`twitch`;return[`kvstore:update`,`bot:counter`,`alertService:toggleSound`,`tip-latest`,`event:test`,`event:skip`].some(t=>t===e.listener)&&(n=`streamelements`),{provider:n,data:e}}};function O(e,t){if(!t)return null;switch(t){case`hex`:{let t=e.replace(`#`,``),n=0,r=0,i=0,a=1;return t.length===3?(n=parseInt(t[0]+t[0],16),r=parseInt(t[1]+t[1],16),i=parseInt(t[2]+t[2],16)):t.length===6?(n=parseInt(t.slice(0,2),16),r=parseInt(t.slice(2,4),16),i=parseInt(t.slice(4,6),16)):t.length===4?(n=parseInt(t[0]+t[0],16),r=parseInt(t[1]+t[1],16),i=parseInt(t[2]+t[2],16),a=parseInt(t[3]+t[3],16)/255):t.length===8&&(n=parseInt(t.slice(0,2),16),r=parseInt(t.slice(2,4),16),i=parseInt(t.slice(4,6),16),a=parseInt(t.slice(6,8),16)/255),{r:n,g:r,b:i,a}}case`rgb`:case`rgba`:{let t=e.match(/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*([\d.]+))?\s*\)/);return t?{r:parseInt(t[1]),g:parseInt(t[2]),b:parseInt(t[3]),a:t[4]?parseFloat(t[4]):1}:null}case`hsl`:case`hsla`:{let t=e.match(/hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%(?:\s*,\s*([\d.]+))?\s*\)/);if(!t)return null;let n=parseInt(t[1]),r=parseInt(t[2]),i=parseInt(t[3]),a=t[4]?parseFloat(t[4]):1;return{...j(n,r,i),a}}case`css-color-name`:{let t=document.createElement(`canvas`);t.width=t.height=1;let n=t.getContext(`2d`);if(!n)return null;n.fillStyle=e,n.fillRect(0,0,1,1);let[r,i,a]=n.getImageData(0,0,1,1).data;return{r,g:i,b:a,a:1}}default:return null}}function k(e,t=!0){let n=e=>Math.round(e).toString(16).padStart(2,`0`),r=`#${n(e.r)}${n(e.g)}${n(e.b)}`;return t&&e.a<1&&(r+=n(e.a*255)),r}function A(e,t,n){e/=255,t/=255,n/=255;let r=Math.max(e,t,n),i=Math.min(e,t,n),a=r-i,o=0,s=0,c=(r+i)/2;if(a!==0)switch(s=c>.5?a/(2-r-i):a/(r+i),r){case e:o=((t-n)/a+(t<n?6:0))/6;break;case t:o=((n-e)/a+2)/6;break;case n:o=((e-t)/a+4)/6;break}return{h:Math.round(o*360),s:Math.round(s*100),l:Math.round(c*100)}}function j(e,t,n){e/=360,t/=100,n/=100;let r,i,a;if(t===0)r=i=a=n;else{let o=(e,t,n)=>(n<0&&(n+=1),n>1&&--n,n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e),s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;r=o(c,s,e+1/3),i=o(c,s,e),a=o(c,s,e-1/3)}return{r:Math.round(r*255),g:Math.round(i*255),b:Math.round(a*255)}}async function ee(e,t,n){let r=l,i=r[0],a=1/0;for await(let o of r){let r=document.createElement(`canvas`);r.width=r.height=1;let s=r.getContext(`2d`);if(!s)continue;s.fillStyle=o,s.fillRect(0,0,1,1);let[c,l,u]=s.getImageData(0,0,1,1).data,d=Math.sqrt((e-c)**2+(t-l)**2+(n-u)**2);if(d<a&&(a=d,i=o),d===0)break}return i}var M=class{opacity(e=100,t=``){t=t.length>7?t?.substring(0,6):t,e=e>1?e/100:e;let n=Math.round(Math.min(Math.max(e,0),1)*255).toString(16).toLowerCase().padStart(2,`0`);return t+n}extract(e){if(!e.startsWith(`#`)||e.length<=7)return{color:e,opacity:100};var t=e.slice(-2),n=parseInt(t,16)/255,r=Math.round(n*100),t=e.length>7?e.slice(0,7):e;return{color:t,opacity:r}}validate(e){if(typeof e!=`string`||!String(e).trim().length)return!1;let t=e.trim();return/^#([A-Fa-f0-9]{3}){1,2}$/.test(t)||/^#([A-Fa-f0-9]{4}|[A-Fa-f0-9]{8})$/.test(t)?`hex`:/^rgb\(\s*(?:\d{1,3}\s*,\s*){2}\d{1,3}\s*\)$/.test(t)?`rgb`:/^rgba\(\s*(?:\d{1,3}\s*,\s*){3}(?:0|1|0?\.\d+)\s*\)$/.test(t)?`rgba`:/^hsl\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*\)$/.test(t)?`hsl`:/^hsla\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*,\s*(?:0|1|0?\.\d+)\s*\)$/.test(t)?`hsla`:w.css_color_names.includes(t.toLowerCase())?`css-color-name`:!1}async convert(e,t){let n=this.validate(e);if(!n)throw Error(`Invalid color format: ${e}`);if(n===t)throw Error(`Color is already in the desired format: ${t}`);let r=O(e.trim(),n);if(!r)throw Error(`Failed to parse color: ${e}`);switch(t){case`hex`:return k(r,!1);case`rgb`:return`rgb(${r.r}, ${r.g}, ${r.b})`;case`rgba`:return`rgba(${r.r}, ${r.g}, ${r.b}, ${r.a})`;case`hsl`:{let e=A(r.r,r.g,r.b);return`hsl(${e.h}, ${e.s}%, ${e.l}%)`}case`hsla`:{let e=A(r.r,r.g,r.b);return`hsla(${e.h}, ${e.s}%, ${e.l}%, ${r.a})`}case`css-color-name`:return await ee(r.r,r.g,r.b);default:return null}}},N=class{constructor(){this.PRESETS={}}async replace(e,t,n){let r=[];e.replace(t,(e,...t)=>{let i=typeof n==`function`?n(e,...t):e;return r.push(Promise.resolve(i)),e});let i=await Promise.all(r);return e.replace(t,()=>i.shift()??``)}capitalize(e){return e.charAt(0).toUpperCase()+e.slice(1)}compose(e,t={},n={method:`index`,html:!1,debug:!1,modifiers:{},aliases:{}}){let{mergeSpanStyles:r}=new a,i=(e,t,i)=>n.html?r(e,t,i):t,s={skip:`<br/>`,newline:`<br/>`,...t},c=`$`,l=`USD`;if(typeof window<`u`)try{let e=(window?.client)?.details?.currency;e?.symbol&&(c=String(e.symbol)),e?.code&&(l=String(e.code))}catch{}let u=new o,d=Object.entries(u.flatten(s)).reduce((e,[t,n])=>{if(e[t]=String(n),[`username`,`name`,`nick`,`nickname`,`sender`].some(e=>t===e)){let t=e?.username||e?.name||e?.nick||e?.nickname||e?.sender;e.username=e.username||t,e.usernameAt=`@${e.username}`,e.name=e.name||t,e.nick=e.nick||t,e.nickname=e.nickname||t,e.sender=e.sender||t,e.senderAt=`@${e.sender}`}return[`amount`,`count`].some(e=>t===e)&&(e.amount=String(e?.amount||e.count||n),e.count=String(e?.count||e?.amount||n)),e.currency=e.currency||c,e.currencyCode=e.currencyCode||l,e},{}),f={PLACEHOLDERS:/{([^}]+)}/g,MODIFIERS:/\[([^\]=]+)=([^\]]+)\]/g};var p=parseFloat(d?.amount??d?.count??0);function m(e,t){let n=e?.trim?.()??``;if(!n.length)return null;let r=t[n],i=r===void 0?n:r,a=parseFloat(String(i).replace(/\s/g,``));return isNaN(a)?null:a}function h(e,t,n){let r=isNaN(Number(t))?0:Math.max(0,parseInt(String(t))),i=m(e,n);if(i===null)return e;try{return i.toLocaleString(void 0,{minimumFractionDigits:r,maximumFractionDigits:r})}catch{return i.toFixed(r)}}function g(e,t=new Date){let n=t.getTime()-e.getTime(),r=n>=0,i=Math.abs(n),a=Math.floor(i/1e3),o=Math.floor(a/60),s=Math.floor(o/60),c=Math.floor(s/24),l=Math.floor(c/30),u=Math.floor(c/365),d=r?`ago`:`from now`;return u>0?`${u}y ${d}`:l>0?`${l}mo ${d}`:c>0?`${c}d ${d}`:s>0?`${s}h ${d}`:o>0?`${o}m ${d}`:`${Math.max(a,0)}s ${d}`}function _(e,t,n){let r=e?.trim?.()??``;if(!r.length)return e;let i=n[r]??r,a=new Date(i);if(isNaN(a.getTime()))return e;let o=(t??`date`).toString().toLowerCase();try{switch(o){case`time`:return a.toLocaleTimeString();case`datetime`:case`full`:return a.toLocaleString();case`relative`:case`ago`:return g(a);case`iso`:return a.toISOString();default:return a.toLocaleDateString()}}catch{return e}}function v(e,t,n){let[r,i=r]=(e??``).split(`|`,2),a=t?.trim(),o;o=a&&n[a]!==void 0?n[a]:n.amount??n.count;let s=parseFloat(String(o));return isNaN(s)||Math.abs(s)===1?r:i}function y(e,t,n){let r=t?.trim()??``,i=r&&n[r]!==void 0?n[r]:``,a=String(i),o=(e??``).split(`|`).map(e=>e.trim()).filter(e=>e.length),s;for(let e of o){let t=e.indexOf(`:`);if(t===-1)continue;let n=e.slice(0,t).trim(),r=e.slice(t+1);if(n.length){if(n.toLowerCase()===`default`){s=r;continue}if(a===n)return r}}return s??``}function b(e){return e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`).replace(/'/g,`&#39;`)}function x(e,t){let n=e.trim();if(!n.length)return;let r=n[0],i=n[n.length-1];if(r===`"`&&i===`"`||r===`'`&&i===`'`)return n.slice(1,-1);let a=n.toLowerCase();if(a===`true`)return!0;if(a===`false`)return!1;if(/^-?\d+(\.\d+)?$/.test(n))return parseFloat(n);let o=t?.[n];if(o===void 0)return n;let s=String(o).trim(),c=s.toLowerCase();return c===`true`?!0:c===`false`?!1:/^-?\d+(\.\d+)?$/.test(s)?parseFloat(s):o}function S(e){if(typeof e==`boolean`)return e;if(e==null)return!1;let t=String(e).trim().toLowerCase();return!(!t.length||[`false`,`0`,`no`,`off`,`null`,`undefined`,`nan`].includes(t))}function C(e,t){let n=e.trim();if(!n.length)return!1;let r=!1;for(;n.startsWith(`!`);)r=!r,n=n.slice(1).trim();let i=[`===`,`!==`,`==`,`!=`,`>=`,`<=`,`>`,`<`],a=null,o=n,s=``;for(let e of i){let t=n.indexOf(e);if(t!==-1){a=e,o=n.slice(0,t),s=n.slice(t+e.length);break}}let c;if(!a)c=S(x(o,t));else{let e=x(o,t),n=x(s,t);switch(a){case`===`:c=e===n;break;case`!==`:c=e!==n;break;case`==`:c=e==n;break;case`!=`:c=e!=n;break;case`>=`:c=e>=n;break;case`<=`:c=e<=n;break;case`>`:c=e>n;break;case`<`:c=e<n;break;default:c=!1;break}}return r?!c:c}function w(e,t){let n=e.trim();if(!n.length)return!1;let r=!1;for(;n.startsWith(`!`);)r=!r,n=n.slice(1).trim();let i=n.split(`||`).map(e=>e.trim()).filter(e=>e.length);if(!i.length)return!!r;let a=!1;for(let e of i){let n=e.split(`&&`).map(e=>e.trim()).filter(e=>e.length);if(!n.length)continue;let r=!0;for(let e of n){let n=C(e,t);if(r&&=n,!r)break}if(a||=r,a)break}return r?!a:a}let T=new M,E={BT1:e=>p>1?e:``,BT0:e=>p>0?e:``,ST1:e=>p<1?e:``,ST0:e=>p<0?e:``,UPC:e=>e.toUpperCase(),LOW:e=>e.toLowerCase(),REV:e=>e.split(``).reverse().join(``),CAP:e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase(),NUMBER:(e,t,n)=>h(e,t,n),PLURAL:(e,t,n)=>v(e,t,n),DATE:(e,t,n)=>_(e,t,n),MAP:(e,t,n)=>y(e,t,n),ESCAPE:e=>b(e),IF:(e,t,n)=>{let r=e??``,[i,a]=r.split(`?`,2);if(!a)return r;let[o,s=``]=a.split(`|`,2);return w(i,n)?o:s},PRESET:(e,t)=>{let n=t?.trim()??``;if(!n.length)return e;let r=this.PRESETS[n];if(!r||!r.length)return e;let i=r.split(`,`).map(e=>e.trim()).filter(e=>e.length).map(e=>{let[t,n]=e.split(`:`);return{name:t.trim(),param:n?.trim()??null}}),a=e;for(let{name:e,param:t}of i)a=O(a,e,t);return a},FALLBACK:(e,t)=>e.length?e:t??e,...n?.html?{COLOR:(e,t)=>i(t&&T.validate(t)?`color: ${t}`:``,e,`color`),WEIGHT:(e,t)=>i(t&&!isNaN(parseInt(t))?`font-weight: ${t}`:``,e,`weight`),SEMIBOLD:e=>i(`font-weight: 600`,e,`semibold`),BOLD:e=>i(`font-weight: bold`,e,`bold`),BLACK:e=>i(`font-weight: 900`,e,`black`),LIGHT:e=>i(`font-weight: lighter`,e,`light`),STRONG:e=>i(`font-weight: bolder`,e,`strong`),ITALIC:e=>i(`font-style: italic`,e,`italic`),UNDERLINE:e=>i(`text-decoration: underline`,e,`underline`),STRIKETHROUGH:e=>i(`text-decoration: line-through`,e,`strikethrough`),SUB:e=>i(`vertical-align: sub`,e,`sub`),SUP:e=>i(`vertical-align: super`,e,`sup`),LARGER:e=>i(`font-size: larger`,e,`larger`),SMALL:e=>i(`font-size: smaller`,e,`small`),SHADOW:(e,t)=>i(`text-shadow: ${t}`,e,`shadow`),SIZE:(e,t)=>i(t?`font-size: ${t}`:``,e,`size`)}:{},...n.modifiers??{}},D={UPC:[`UPPERCASE`,`UPPER`,`UPP`],LOW:[`LOWERCASE`,`LOWER`,`LWC`],REV:[`REVERSE`,`RVS`],CAP:[`CAPITALIZE`,`CAPITAL`],NUMBER:[`NUMBER`,`NUM`,`FORMAT_NUMBER`,`FMT_NUM`],PLURAL:[`PLURAL`,`PL`,`PLR`],DATE:[`DATE`,`DATETIME`,`TIME`,`DT`],MAP:[`MAP`,`SWITCH`],ESCAPE:[`ESCAPE`,`ESC`,`ESC_HTML`,`ESCAPE_HTML`],PRESET:[`PRESET`,`STYLE`,`THEME`],BT1:[`BIGGER_THAN_1`,`GREATER_THAN_1`,`GT1`],BT0:[`BIGGER_THAN_0`,`GREATER_THAN_0`,`GT0`],ST1:[`SMALLER_THAN_1`,`LESS_THAN_1`,`LT1`],ST0:[`SMALLER_THAN_0`,`LESS_THAN_0`,`LT0`],COLOR:[`COLOUR`,`CLR`,`HIGHLIGHT`],BOLD:[`BOLDEN`,`B`],STRONG:[`STRONGEN`,`STRONG`],ITALIC:[`ITALICIZE`,`ITALIC`,`I`],UNDERLINE:[`U`,`INS`,`INSET`,`I`],STRIKETHROUGH:[`STRIKE`,`S`,`DELETE`,`D`],SUB:[`SUBSCRIPT`,`SUBS`],SUP:[`SUPERSCRIPT`,`SUPS`],LARGER:[`LARGER`,`LG`],SMALL:[`SMALLER`,`SM`],SHADOW:[`SHADOW`,`SHD`],FALLBACK:[`FALLBACK`,`FB`],IF:[`IF`,`COND`,`CONDITION`],...n.aliases??{}};function O(e,t,r){let a=Object.entries(D).find(([e,n])=>n.some(e=>e.toUpperCase()===t.toUpperCase())?!0:e.toUpperCase()===t.toUpperCase()),o=a?a[0]:t.toUpperCase();try{return E[o]?E[o](e,typeof r==`string`?r.trim():null,d):n?.html?i(``,e,o.toLowerCase()):e}catch(i){return n?.debug&&typeof console<`u`&&typeof console.error==`function`&&console.error(`[Helper.string.compose] Modifier error`,{name:t,param:r,error:i}),e}}function k(e){let t=e,n;for(;(n=f.MODIFIERS.exec(t))!==null;){let[e,r,i]=n,a=r.split(`,`).map(e=>e.trim()).filter(e=>e.length).map(e=>{let[t,n]=e.split(`:`);return{name:t.trim(),param:n?.trim()??null}}),o=k(i);for(let{name:e,param:t}of a)o=O(o,e,t);t=t.replace(e,o??``),f.MODIFIERS.lastIndex=0}return t}function A(e){let t=0,n=e.length;function r(r){let a=``;for(;t<n;)if(e[t]===`\\`)t+1<n?(a+=e[t+1],t+=2):t++;else if(e[t]===`[`&&(!r||r!==`[`))a+=i();else if(r&&e[t]===r){t++;break}else a+=e[t++];return a}function i(){t++;let i=[];for(;t<n&&e[t]!==`=`;){if(e[t]===`,`){t++;continue}let r=``;for(;t<n&&/[A-Za-z0-9]/.test(e[t]);)r+=e[t++];let a=null;if(e[t]===`:`){t++;let r=t;for(;t<n&&e[t]!==`,`&&e[t]!==`=`;)t++;a=e.slice(r,t)}r.length&&i.push({name:r,param:a}),e[t]===`,`&&t++}e[t]===`=`&&t++;let a=r(`]`);return i.reduce((e,{name:t,param:n})=>O(e,t,n),a)}return r()}let j=e.replace(f.PLACEHOLDERS,(e,t)=>typeof d[t]==`string`||typeof d[t]==`number`?String(d[t]):t??t);return j=n.method===`loop`?k(j):A(j),j}},P=class{constructor(){this.playing=!1}play(e,t=100,n=!1){if(!e||!e.length)throw Error(`No sound URL provided`);try{n&&this.playing&&this.audio&&this.audio.state!==`closed`&&this.audio.close();let r=new AudioContext,i=r.createGain();i.connect(r.destination),n&&(this.audio=r,this.playing=!0),fetch(e).then(e=>e.arrayBuffer()).then(e=>r.decodeAudioData(e)).then(e=>{if(r.state!==`closed`){let n=r.createBufferSource();n.buffer=e,n.connect(i),i.gain.value=t/100,n.start(r.currentTime)}})}catch(e){throw Error(`Error playing sound: ${e}`)}}},F=class{apply(e,t,n){return e.apply(t,n)}call(e,t,...n){return e.call(t,...n)}},I=class{constructor(e,t,n=[],r=!1,i){this.badges=[],this.isSubscriber=!1,this.id=e,this.name=t,this.login=t.toLocaleLowerCase(),this.badges=n,this.isSubscriber=r,this.tier=i}},L={broadcaster:[`moderator`,`vip`,`artist-badge`],moderator:[`lead_moderator`],no_video:[`no_audio`],"60-seconds_1":[`60-seconds_2`,`60-seconds_3`],duelyst_1:[`duelyst_2`,`duelyst_3`,`duelyst_4`,`duelyst_5`,`duelyst_6`,`duelyst_7`]},R=[],te=class t extends e{static fixUser(e){return typeof e==`string`?e.trim().replace(/^@+/,``).toLocaleLowerCase():t.fixUser(e.name)}static getRandomSubTier(){return new z().probability({prime:.4,1e3:.3,2e3:.2,3e3:.1})??`prime`}constructor(e){super(),this.users=[],this.byId=new Map,this.byName=new Map,this.byBadge=new Map,this.id=e?.id||`fake_user_pool_${Math.random().toString(36).slice(2,10)}`,this.users=this.start(e?.names||w.names,e?.badges,e),this.byId=new Map(this.users.map(e=>[e.id,e])),this.byName=new Map(this.users.map(e=>[e.login,e])),this.byBadge=new Map(this.users.reduce((e,t)=>{for(let n of t.badges){let r=e.get(n)??[];e.set(n,[...r,t])}return e},new Map)),R.push(this)}start(e,n=w.badges.map(e=>e.set_id),r){let i=e.map(e=>e&&t.fixUser(e)).filter(e=>e&&e.length).filter((e,t,n)=>n.indexOf(e)===t),a=n.filter((e,t,n)=>n.indexOf(e)===t);if(!a.length||!i.length)return[];let o=[],s=typeof r?.minimumBadgesPerUser==`number`&&r.minimumBadgesPerUser>=0?Math.floor(r.minimumBadgesPerUser):1,c=Math.min(s,3),l=r?.limits??{},u=r?.fixed??{},d=new Set(a),f=new Map,p=new Map,m=new Map,h=new Map,g=0,_=e=>{let t=l[e];return typeof t==`number`&&t>0?t:1/0},v=e=>{let t=f.get(e)??0;f.set(e,t+1)},y=e=>{let t=m.get(e)??0;if(t<=1){m.delete(e);return}m.set(e,t-1)},b=e=>e?typeof e==`string`?[t.fixUser(e)].filter(e=>!!e):Array.isArray(e)?e.map(t.fixUser).filter(e=>!!e):[]:[],x=e=>e?Array.isArray(e)?e:[e]:[],S=(e,t)=>{let n=new Map;for(let r of[e,t])for(let[e,t]of Object.entries(r??{})){let r=n.get(e)??[],i=x(t);n.set(e,[...new Set([...r,...i])])}return n},C=(e,t)=>{if(e===t)return;let n=h.get(e)??new Set;n.add(t),h.set(e,n);let r=h.get(t)??new Set;r.add(e),h.set(t,r)},T=(e,t)=>t.includes(e)?!1:t.every(t=>!h.get(t)?.has(e)),E=(e,t)=>{if(!T(e,t))return!1;let n=_(e),r=f.get(e)??0,i=m.get(e)??0;return r<n&&r+i<n},D=(e,t)=>{if(!T(e,t))return!1;let n=_(e);return(f.get(e)??0)<n},O=e=>{for(let t=0;t<a.length;t++){let n=a[(g+t)%a.length];if(E(n,e))return g=(g+t+1)%a.length,n}return null};for(let[e,t]of S(L,r?.incompatible))if(d.has(e))for(let n of x(t))d.has(n)&&C(e,n);for(let e of a){let t=b(u[e]);for(let n of t){let t=p.get(n)??[];t.includes(e)||p.set(n,[...t,e])}}for(let[e,t]of Object.entries(u))d.has(e)||b(t).length&&this.emit(`warn`,Error(`Fixed badge "${e}" is not available in the current badge pool`));let k=new Map;s>3&&this.emit(`warn`,Error(`minimumBadgesPerUser exceeds the maximum of 3 and was clamped`));for(let e of i){let t=p.get(e)??[],n=[];for(let r of t){if(n.length>=3){this.emit(`warn`,Error(`User "${e}" has more than 3 fixed badges; extra badges were ignored`));break}if(!T(r,n)){this.emit(`warn`,Error(`Fixed badge "${r}" for user "${e}" conflicts with another fixed badge and was ignored`));continue}n.push(r)}k.set(e,n);for(let e of n)m.set(e,(m.get(e)??0)+1)}for(let e of i){let n=[],r=k.get(e)??[];for(let t of r){if(y(t),!D(t,n)){this.emit(`warn`,Error(`Fixed badge "${t}" for user "${e}" could not be assigned because its limit was reached`));continue}n.push(t),v(t)}for(;n.length<c;){let e=O(n);if(!e)break;n.push(e),v(e)}if(!n.length){this.emit(`warn`,Error(`Not enough badges to assign to users`));continue}n.length<c&&this.emit(`warn`,Error(`User "${e}" could only receive ${n.length} badge(s), below the configured minimum of ${c}`));let i=o.length+1,a=n.some(e=>[`subscriber`,`prime`,`founder`].includes(String(e).toLocaleLowerCase())),s=new I(`fake_user_${i.toString().padStart(2,`0`)}_${Math.random().toString(36).slice(2,8)}+${this.id}`,e,n,a,a?t.getRandomSubTier():void 0);o.push(s)}return o.length<i.length&&this.emit(`warn`,Error(`Some users could not be assigned badges due to limits. Consider increasing limits or adding more badges.`)),o}pick(){return this.users.length?new T().array(this.users)[0]:null}getByName(e){let n=t.fixUser(e);return this.byName.get(n)??null}getById(e){return this.byId.get(e)??null}getByBadge(e){return this.byBadge.get(e)??[]}getToReply(e,t){let n=null;return e?.id&&(n=this.getById(e.id)),!n&&e?.name&&(n=this.getByName(e.name)),n?{msgId:`fake_msg_${Math.random().toString(36).slice(2,10)}`,userId:n.id,userLogin:n.login,displayName:n.name,msgBody:`This is a fake reply from ${n.name}`,...t}:null}buildTwitchMessage(e=w.twitch_messages){let t=this.pick();if(!t){this.emit(`warn`,Error(`No users available to build a Twitch message`));return}return{userId:t.id,name:t.name,badges:t.badges,message:new T().array(e)[0]}}buildYouTubeMessage(e=w.youtube_messages){let t=this.pick();if(!t){this.emit(`warn`,Error(`No users available to build a YouTube message`));return}return{userId:t.id,name:t.name,badges:t.badges,message:new T().array(e)[0]}}},z=class{delay(e,t){return new Promise(n=>setTimeout(()=>{n(t?t()??null:null)},e))}typedEntries(e){return Object.entries(e)}typedValues(e){return Object.values(e)}typedKeys(e){return Object.keys(e)}compareDates(e,t){let n=e instanceof Date?new Date(e.getTime()):new Date(e),r=t instanceof Date?new Date(t.getTime()):new Date(t);if(Number.isNaN(n.getTime())||Number.isNaN(r.getTime()))throw Error(`Invalid date provided to compareDates`);let i=r.getTime()-n.getTime(),a=Math.abs(i),o=i/1e3,s=i/(1e3*60),c=i/(1e3*60*60),l=i/(1e3*60*60*24),u=l/30.436875,d=l/365.2425,f=n<=r?n:r,p=n<=r?r:n,m=(p.getFullYear()-f.getFullYear())*12+(p.getMonth()-f.getMonth()),h=new Date(f);h.setMonth(h.getMonth()+m),h>p&&--m;let g=i<0?-1:1,_=m*g,v=m/12*g;return{milliseconds:i,seconds:o,minutes:s,hours:c,days:l,months:u,years:d,absolute:{milliseconds:a,seconds:a/1e3,minutes:a/(1e3*60),hours:a/(1e3*60*60),days:a/(1e3*60*60*24),months:a/(1e3*60*60*24*30.436875),years:a/(1e3*60*60*24*365.2425)},calendar:{months:_,years:v},isFuture:i>0,isPast:i<0,isSameMoment:i===0}}probability(e){let t=Object.values(e).reduce((e,t)=>e+t,0),n=this.typedEntries(e).sort((e,t)=>t[1]-e[1]),r=Math.random()*t,i=0;for(let[e,t]of n)if(i+=t,r<i)return e}async findSubscriptionTier({userId:e,name:t,broadcasterId:n},r,i=!1){let a=e=>e===`prime`||e===`1000`||e===1e3||e===1||e===`1`?1:e===`2000`||e===2e3||e===2||e===`2`?2:e===`3000`||e===3e3||e===3||e===`3`?3:1;if(e?.includes(`fake_user_`)){let t=R.find(t=>e.endsWith(`+${t.id}`));if(t){let n=t.getById(e);if(n)return a(n.tier)}}let o=r[`subscriber-recent`];if(o){let e=o.find(e=>e.name===t);if(e)return a(e.tier)}let s=r[`subscriber-latest`];if(s.name===t)return a(s.tier);let c=r[`subscriber-gifted-latest`];if(c.name===t)return a(c.tier);if(i&&n?.length&&e?.length&&!n.includes(`fake_user_`)&&!e.includes(`fake_user_`)){let t=await fetch(`https://api.tixyel.com/v1/twitch/channel/subscriber/${n}/${e}`).then(async e=>e.status==200?e.json():Promise.reject(Error(`Failed to fetch subscription data: ${e.status} ${e.statusText} ${await e.text()}`))).then(e=>e?.tier).catch(()=>1);if(t)return a(t)}return 1}async identifyUser(e,t){let n=new D().parseProvider(e),r=e=>({gifter:t[`subscriber-alltime-gifter`].name===e,tip:{session:{donator:t[`tip-session-top-donator`].name===e,donation:t[`tip-session-top-donation`].name===e},weekly:{donator:t[`tip-weekly-top-donator`].name===e,donation:t[`tip-weekly-top-donation`].name===e},monthly:{donator:t[`tip-monthly-top-donator`].name===e,donation:t[`tip-monthly-top-donation`].name===e},alltime:{donator:t[`tip-alltime-top-donator`].name===e,donation:t[`tip-alltime-top-donation`].name===e}},cheer:{session:{donator:t[`cheer-session-top-donator`].name===e,amount:t[`cheer-session-top-donation`].name===e},weekly:{donator:t[`cheer-weekly-top-donator`].name===e,amount:t[`cheer-weekly-top-donation`].name===e},monthly:{donator:t[`cheer-monthly-top-donator`].name===e,amount:t[`cheer-monthly-top-donation`].name===e},alltime:{donator:t[`cheer-alltime-top-donator`].name===e,amount:t[`cheer-alltime-top-donation`].name===e}},superchat:{session:{donator:t[`superchat-session-top-donator`].name===e,amount:t[`superchat-session-top-donation`].name===e},weekly:{donator:t[`superchat-weekly-top-donator`].name===e,amount:t[`superchat-weekly-top-donation`].name===e},monthly:{donator:t[`superchat-monthly-top-donator`].name===e,amount:t[`superchat-monthly-top-donation`].name===e},alltime:{donator:t[`superchat-alltime-top-donator`].name===e,amount:t[`superchat-alltime-top-donation`].name===e}}});switch(n.provider){case`twitch`:switch(n.data.listener){case`message`:{let e=n.data.event.data,i=await this.findSubscriptionTier({userId:e.userId,name:e.displayName,broadcasterId:e.tags[`room-id`]},t??{},!1);return{id:e.userId,name:e.displayName,color:e.displayColor,role:e.tags.badges.split(`,`)[0].split(`/`)[0],tags:e.tags.badges.split(`,`).map(e=>e.split(`/`)[0]),badges:e.badges,tier:e.tags.badges.includes(`subscriber`)?i:void 0,top:r(e.displayName)}}}break;case`youtube`:switch(n.data.listener){case`message`:{let e=n.data.event.data,t=e.authorDetails.isChatOwner?`broadcaster`:e.authorDetails.isChatModerator?`moderator`:e.authorDetails.isChatSponsor?`sponsor`:e.authorDetails.isVerified?`verified`:`viewer`;return{id:e.userId,name:e.displayName,role:t,badges:e.badges,top:r(e.displayName)}}}break}}},B;(function(e){e.number=new i,e.element=new a,e.object=new o,e.message=new E,e.event=new D,e.string=new N,e.sound=new P,e.color=new M,e.random=new T,e.fn=new F,e.utils=new z})(B||={});var V=[],H=class e{constructor(e){this.field=`button`,this.template=`button`,this.name=`Button`,this.value=``,this.field=e.field??this.field,this.template=e.template??(typeof this.field==`string`?this.field:this.template),this.name=e.name??this.name,this.value=e.value??this.value,this.run=e.run,V.push(this),window?.client instanceof r&&(window?.client?.actions.buttons.push(this),window?.client?.emit(`action`,this,`created`))}generate(e){return B.utils.typedValues(e).reduce((e,t,n)=>{let r=B.string.compose(this.template,{index:n,...t},{html:!1});e[r]={type:`button`,label:B.string.compose(this.name,{index:n,...t},{html:!1})};let i=B.string.compose(String(this.value),{index:n,...t},{html:!1});return isNaN(Number(i))?i.toLowerCase()===`true`?i=!0:i.toLowerCase()===`false`&&(i=!1):i=Number(i),i!==void 0&&i&&(typeof i!=`string`||i.length)&&(e[r].value=i),e},{})}parse(e,t){var n=e.replace(typeof this.field==`string`?this.field:this.template.replace(/\{[^}]*\}/g,``)??``,``).trim();try{this.run.apply(window?.client||void 0,[n.length?n:e??e,t])}catch(e){throw Error(`Error running button "${this.field}": ${e instanceof Error?e.message:e}`)}return this}remove(){let e=V.indexOf(this);if(e>-1&&V.splice(e,1),!(window?.client instanceof r))return;let t=window?.client.actions.buttons.indexOf(this);t>-1&&(window?.client?.actions.buttons.splice(t,1),window?.client?.emit(`action`,this,`removed`))}static execute(t,n){try{if(V.length){let r=V.filter(e=>typeof e.field==`string`?e.field===t:typeof e.field==`function`?e.field(t,n):!1);if(r.length&&r.every(t=>t instanceof e))return r.forEach(e=>{try{e.parse(t,n),window?.client?.emit(`action`,e,`executed`),Q.received(`Button executed: ${t}${n?` with value: ${n}`:``}`)}catch(e){Q.error(`Error executing button "${t}": ${e instanceof Error?e.message:e}`)}}),!0}}catch{return!1}finally{return!1}}},U=[],W=class e{constructor(e){this.prefix=`!`,this.arguments=!1,this.test=`${this.prefix}${this.name} arg1 arg2`,this.aliases=[],this.permissions=void 0,this.admins=[],this.prefix=e.prefix??this.prefix,this.name=e.name,this.description=e.description??this.description,this.arguments=e.arguments??this.arguments,this.run=e.run,this.test=e.test??this.test,this.aliases=e.aliases??this.aliases,this.permissions=e.permissions??this.permissions,this.admins=e.admins??this.admins,U.push(this),window?.client instanceof r&&(window?.client?.actions.commands.push(this),window?.client?.emit(`action`,this,`created`))}run(e,t){}verify(e,t,n){return this.arguments===!0&&(!n||!n.length)?!1:!!(this.admins.some(t=>e.toLocaleLowerCase()===t.toLocaleLowerCase())||this.permissions===!0||this.permissions===void 0||Array.isArray(this.permissions)&&!this.permissions.length||Array.isArray(this.permissions)&&(this.permissions.some(n=>e.toLowerCase()===n.toLowerCase()||t.map(e=>e.toLowerCase()).includes(n.toLowerCase()))||this.permissions.includes(`*`)))}parse(e,t){let n=e.replace(this.prefix,``).split(` `).slice(1).map(e=>e.trim());var r=``,i=[];let a={bits:`cheer`,premium:`prime`};switch(t.provider){case`twitch`:{let e=t.data;r=e.event.data.nick||e.event.data.displayName,e.event.data.tags?.badges&&(i=e.event.data.tags.badges.toString().replace(/\/\d+/g,``).split(`,`).map(e=>e in a?a[e]:e));break}case`youtube`:{let e=t.data,n={isVerified:`verified`,isChatOwner:`owner`,isChatSponsor:`sponsor`,isChatModerator:`moderator`};r=e.event.data.nick||e.event.data.displayName,i=Object.entries(e.event.data.authorDetails).filter(([e,t])=>e.startsWith(`is`)&&t).map(([e])=>n[e]).filter(Boolean),i.includes(`sponsor`)&&(i.push(`premium`),i.push(`prime`)),i.includes(`owner`)&&(i.push(`moderator`),i.push(`broadcaster`));break}case`kick`:return!1}let o=this.verify(r,i,n);return o===!0&&this.run.apply(window?.client||void 0,[n,t]),o}remove(){let e=U.indexOf(this);if(e>-1&&U.splice(e,1),!(window?.client instanceof r))return;let t=window?.client?.actions.commands.indexOf(this);t>-1&&(window?.client?.actions.commands.splice(t,1),window?.client?.emit(`action`,this,`removed`))}static execute(t){let n=t.data;try{if(U.length&&U.some(e=>n.event.data.text.startsWith(e.prefix))){let r=U.filter(e=>{var t=[e.name,...e.aliases??[]],r=n.event.data.text.replace(e.prefix,``).split(` `)[0];return t.includes(r)});if(r.length&&r.every(t=>t instanceof e))return r.forEach(e=>{e.parse(n.event.data.text,t),window?.client?.emit(`action`,e,`executed`),Q.received(`Command executed: ${n.event.data.text} by ${n.event.data.nick||n.event.data.displayName}`,n)}),!0}}catch{return!1}finally{return!1}}},G=[],ne=class extends e{constructor(e={}){super(),this.SE_API=null,this.id=`widget communications`,this.loaded=!1,this.history=[],this.detected=new Set,this.id=e.id||this.id,G.push(this),Z?.then(async e=>{this.loaded=!0,this.SE_API=e,Promise.all([async()=>{let t=await e.store.get(this.id);t&&(this.history=t.slice(-10))},async()=>{let t=await e.store.get(this.id+`_detected`);t&&(this.detected=new Set(t))}])})}async send(e,t){if(this.SE_API){let n={nonce:Math.random().toString(36).substring(2),key:e,value:t,timestamp:new Date().toISOString()};this.history.push(n),this.SE_API.store.set(this.id,this.history),this.SE_API.store.set(this.id+`_detected`,Array.from(this.detected))}}update(e){e.length&&(this.history=e,e.filter(e=>!this.detected.has(e.nonce)).forEach(e=>{this.detected.add(e.nonce),this.emit(`message`,e.key,e.value)}))}on(e,t){return e===`load`&&this.loaded?(t.apply(this),this):(super.on(e,t),this)}};window.addEventListener(`onWidgetLoad`,async e=>{let{detail:t}=e;if(window.client instanceof r&&client instanceof r&&client){let n=window.client;if(n.fields=t.fieldData,n.session=t.session.data,n.details={...n.details,user:t.channel,currency:t.currency,overlay:t.overlay},t.channel.id&&!t.emulated?await fetch(`https://api.streamelements.com/kappa/v2/channels/${t.channel.id}/`).then(e=>e.json()).then(e=>{if(e.provider)return n.details.provider=e.provider,e.provider;n.details.provider=`local`}).catch(()=>{n.details.provider=`local`}):n.details.provider=`local`,n.emit(`load`,t),n.debug){Q.received(`Widget loaded!`,e.detail);let t=e.detail.fieldData;Object.keys(t).length&&Q.received(`Field data:`,t)}n.loaded=!0,n.storage.on(`load`,e=>{if(n.debug&&e?Q.debug(`[Client]`,`Storage loaded for client`,`"${n.id}";`,`Provider: "${n.details.provider}";`,e):n.debug&&Q.debug(`[Client]`,`Storage loaded for client`,`"${n.id}";`,`Provider: "${n.details.provider}";`,`No data found.`),e){let t=e=>{let t=Date.now(),n={};for(let r in e)if(e.hasOwnProperty(r)){let i=e[r];i.expire&&i.expire>t&&(n[r]=i)}return n},r=t(e.user||{}),i=t(e.avatar||{}),a=t(e.pronoun||{}),o=t(e.emote||{});n.storage.update({user:r,avatar:i,pronoun:a,emote:o})}t.channel.providerId.length&&n.storage.add(`avatar.${t.channel.providerId.toLowerCase()}`,{value:t.channel.avatar,timestamp:Date.now(),expire:Date.now()+n.cache.avatar*60*1e3})})}}),window.addEventListener(`onSessionUpdate`,e=>{let{detail:t}=e;if(window.client instanceof r&&client instanceof r&&client){let e=window.client;e.session=t.session,e.emit(`session`,t.session),e.debug&&Q.debug(`[Client]`,`Session updated`,t.session)}}),window.addEventListener(`onEventReceived`,({detail:e})=>{if(window.client instanceof r&&client instanceof r&&client){let r=B.event.parseProvider(e);switch(r.provider){case`streamelements`:{let e=r.data;switch(e.listener){case`tip-latest`:e.event;break;case`event:skip`:e.event;break;case`event:test`:switch(e.event.listener){case`widget-button`:{let t=e.event;H.execute(t.field,t.value);break}case`subscriber-latest`:e.event;break}break;case`kvstore:update`:{let r=e.event;if(t.length){var n=t.find(e=>e.id===r.data.key.replace(`customWidget.`,``)||e.id===r.data.key);n&&n.update(r.data.value)}if(G.length){let e=G.find(e=>e.id===r.data.key.replace(`customWidget.`,``)||e.id===r.data.key);e&&e.update(r.data.value)}break}case`bot:counter`:e.event;break;case`alertService:toggleSound`:{let t=e.event;client.details.overlay.muted=!!t.muted;break}}window.client.emit(`event`,`streamelements`,r.data);break}case`twitch`:{let e=r.data;switch(e.listener){case`delete-message`:e.event;break;case`delete-messages`:e.event;break;case`message`:e.event,W.execute({provider:`twitch`,data:e});break;case`follower-latest`:e.event;break;case`cheer-latest`:e.event;break;case`subscriber-latest`:(!e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&e.event.isCommunityGift||!e.event.gifted&&e.event.bulkGifted&&!e.event.isCommunityGift)&&e.event;break;case`raid-latest`:e.event;break}window.client.emit(`event`,`twitch`,r.data);break}case`youtube`:{let e=r.data;switch(e.listener){case`message`:e.event,W.execute({provider:`youtube`,data:e});break;case`subscriber-latest`:e.event;break;case`sponsor-latest`:e.event,(!e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&!e.event.isCommunityGift||e.event.gifted&&!e.event.bulkGifted&&e.event.isCommunityGift||!e.event.gifted&&e.event.bulkGifted&&!e.event.isCommunityGift)&&e.event;break;case`superchat-latest`:e.event;break}window.client.emit(`event`,`youtube`,r.data);break}case`kick`:r.data,window.client.emit(`event`,`kick`,r.data);break;case`facebook`:r.data,window.client.emit(`event`,`facebook`,r.data);break}client.debug&&![`bot:counter`,`alertService:toggleSound`,`event`,`event:skip`,`event:test`,`kvstore:update`].some(e=>e===r.data.listener)&&Q.received(`[Client]`,`Event ${r.data.listener} received from ${r.provider}`,r.data.event)}});var K=class extends e{constructor(e){if(super(),this.queue=[],this.priorityQueue=[],this.history=[],this.timeouts=[],this.running=!1,this.duration=void 0,this.loaded=!1,this.clientWaitRetryDelay=50,!e.processor||typeof e.processor!=`function`)throw Error(`A valid processor function must be provided to useQueue.`);this.processor=e.processor,e.duration!==`client`&&(this.duration=e.duration??0),this.waitForClientAndBindLoad(e.duration)}waitForClientAndBindLoad(e=this.duration,t){if(!(window?.client instanceof r)){setTimeout(()=>this.waitForClientAndBindLoad(e,t),this.clientWaitRetryDelay);return}window.client.on(`load`,()=>{e===`client`&&(this.duration=window?.client?.fields?.widgetDuration??0),this.emit(`load`),this.loaded=!0,t&&t()})}enqueue(e,t={}){let n=this.hasItems(),r=Array.isArray(e)?e.map(e=>({value:e.value,options:e.options??{}})):[{value:e,options:t}];for(let e of r){let t={isoDate:new Date().toISOString(),isLoop:e.options?.isLoop??!1,isPriority:e.options?.isPriority??!1,isImmediate:e.options?.isImmediate??!1,value:e.value};t.isPriority&&t.isImmediate?(this.cancel(),this.priorityQueue.unshift(t)):(t.isPriority?this.priorityQueue:this.queue).push(t)}return this.running===!1&&n===!1&&this.run(),this.emit(`update`,this.queue,this.priorityQueue,this.history,this.timeouts),this}async run(){if(!this.hasItems()){this.running=!1;return}this.running=!0,await this.next(),typeof this.duration==`number`&&this.duration>0?this.timeouts.push(setTimeout(()=>this.run(),this.duration)):(this.duration===0||this.duration!==-1&&this.duration!==!1)&&this.run()}async next(){let e=this.priorityQueue.length>0?this.priorityQueue.shift():this.queue.shift();if(!e){this.running=!1;return}try{await this.processor.apply(this,[e.value,this]),this.emit(`process`,e,this)}catch(e){Q.error(`Error during item processing: ${e instanceof Error?e.message:String(e)}`)}this.history.push(e);let t=e.isPriority?this.priorityQueue:this.queue;e.isLoop&&t.push(e)}resume(){return this.running&&this.cancel(),this.hasItems()&&this.run(),this}update(e){return this.queue=e.queue??this.queue,this.priorityQueue=e.priorityQueue??this.priorityQueue,this.history=e.history??this.history,this.hasItems()&&this.running===!1&&window.client?.on(`load`,()=>this.run()),this}cancel(){this.running&&(this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[],this.running=!1,this.emit(`cancel`))}hasItems(){return this.queue.length>0||this.priorityQueue.length>0}on(e,t){return e===`load`&&this.loaded?(t.apply(this),this):(super.on(e,t),this)}},q;(function(e){e.queue=new K({duration:`client`,processor:async function(e){if(window.dispatchEvent(new CustomEvent(e.listener,{detail:e.data})),e.listener===`onEventReceived`&&e.session){let t=await q.generate.event.onSessionUpdate(window?.client&&window?.client instanceof r?window.client.session:void 0,B.event.parseProvider(e.data));window.dispatchEvent(new CustomEvent(`onSessionUpdate`,{detail:t}))}}}),e.generate={session:{types:{name:{type:`string`,options:w.names.filter(e=>e.length)},tier:{type:`string`,options:w.tiers.filter(e=>e.length)},message:{type:`string`,options:w.normal_messages.filter(e=>e.length)},item:{type:`array`,options:w.items},avatar:{type:`string`,options:w.avatars.filter(e=>e.length)}},available(){let e=this.types;return{follower:{latest:{name:e.name},session:{count:{type:`int`,min:50,max:200}},week:{count:{type:`int`,min:200,max:1e3}},month:{count:{type:`int`,min:1e3,max:3e3}},goal:{amount:{type:`int`,min:3e3,max:7e3}},total:{count:{type:`int`,min:7e3,max:1e4}},recent:{type:`recent`,amount:25,value:{name:e.name,createdAt:{type:`date`,range:400}}}},subscriber:{latest:{name:e.name,amount:{type:`int`,min:10,max:30},tier:e.tier,message:e.message},"new-latest":{name:e.name,amount:{type:`int`,min:10,max:30},message:e.message},"resub-latest":{name:e.name,amount:{type:`int`,min:10,max:30},message:e.message},"gifted-latest":{name:e.name,amount:{type:`int`,min:10,max:30},message:e.message,tier:e.tier,sender:e.name},session:{count:{type:`int`,min:10,max:40}},"new-session":{count:{type:`int`,min:10,max:40}},"resub-session":{count:{type:`int`,min:10,max:40}},"gifted-session":{count:{type:`int`,min:10,max:40}},week:{count:{type:`int`,min:40,max:100}},month:{count:{type:`int`,min:100,max:200}},goal:{amount:{type:`int`,min:200,max:300}},total:{count:{type:`int`,min:300,max:400}},points:{amount:{type:`int`,min:100,max:400}},"alltime-gifter":{name:e.name,amount:{type:`int`,min:300,max:400}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:10,max:30},tier:e.tier,createdAt:{type:`date`,range:400}}}},host:{latest:{name:e.name,amount:{type:`int`,min:1,max:10}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:1,max:10},createdAt:{type:`date`,range:400}}}},raid:{latest:{name:e.name,amount:{type:`int`,min:0,max:100}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:0,max:100},createdAt:{type:`date`,range:400}}}},charityCampaignDonation:{latest:{name:e.name,amount:{type:`int`,min:50,max:150}},"session-top-donation":{name:e.name,amount:{type:`int`,min:50,max:200}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:200,max:500}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:500,max:800}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:800,max:1e3}},"session-top-donator":{name:e.name,amount:{type:`int`,min:50,max:200}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:200,max:500}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:500,max:800}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:800,max:1e3}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:50,max:150},createdAt:{type:`date`,range:400}}}},cheer:{latest:{name:e.name,amount:{type:`int`,min:200,max:800},message:e.message},"session-top-donation":{name:e.name,amount:{type:`int`,min:200,max:1e3}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:1e3,max:5e3}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:5e3,max:12e3}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:12e3,max:2e4}},"session-top-donator":{name:e.name,amount:{type:`int`,min:200,max:1e3}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:1e3,max:5e3}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:5e3,max:12e3}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:12e3,max:2e4}},session:{amount:{type:`int`,min:200,max:1e3}},week:{amount:{type:`int`,min:1e3,max:5e3}},month:{amount:{type:`int`,min:5e3,max:12e3}},goal:{amount:{type:`int`,min:12e3,max:18e3}},total:{amount:{type:`int`,min:18e3,max:2e4}},count:{count:{type:`int`,min:200,max:1e3}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:200,max:800},createdAt:{type:`date`,range:400}}}},cheerPurchase:{latest:{name:e.name,amount:{type:`int`,min:200,max:400}},"session-top-donation":{name:e.name,amount:{type:`int`,min:200,max:400}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:400,max:800}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:800,max:1500}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:1500,max:2e3}},"session-top-donator":{name:e.name,amount:{type:`int`,min:200,max:400}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:400,max:800}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:800,max:1500}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:1500,max:2e3}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:200,max:400},createdAt:{type:`date`,range:400}}}},superchat:{latest:{name:e.name,amount:{type:`int`,min:100,max:400}},"session-top-donation":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},"session-top-donator":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},session:{amount:{type:`int`,min:100,max:500}},week:{amount:{type:`int`,min:500,max:1e3}},month:{amount:{type:`int`,min:1e3,max:2e3}},goal:{amount:{type:`int`,min:2e3,max:2300}},total:{amount:{type:`int`,min:2300,max:2500}},count:{count:{type:`int`,min:100,max:500}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:100,max:400},createdAt:{type:`date`,range:400}}}},hypetrain:{latest:{name:e.name,amount:{type:`int`,min:0,max:100},active:{type:`int`,min:0,max:1},level:{type:`int`,min:5,max:10},levelChanged:{type:`int`,min:0,max:5},_type:{type:`array`,options:[`follower`,`subscriber`,`cheer`,`donation`]}},"level-goal":{amount:{type:`int`,min:0,max:100}},"level-progress":{amount:{type:`int`,min:0,max:100},percent:{type:`int`,min:0,max:100}},total:{amount:{type:`int`,min:0,max:100}},"latest-top-contributors":{type:`recent`,amount:25,value:{name:e.name}}},"channel-points":{latest:{name:e.name,amount:{type:`int`,min:0,max:100},message:e.message,redemption:{type:`array`,options:[`Reward 1`,`Reward 2`,`Reward 3`]}}},tip:{latest:{name:e.name,amount:{type:`int`,min:100,max:400}},"session-top-donation":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donation":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donation":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donation":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},"session-top-donator":{name:e.name,amount:{type:`int`,min:100,max:500}},"weekly-top-donator":{name:e.name,amount:{type:`int`,min:500,max:1e3}},"monthly-top-donator":{name:e.name,amount:{type:`int`,min:1e3,max:2e3}},"alltime-top-donator":{name:e.name,amount:{type:`int`,min:2e3,max:2500}},session:{amount:{type:`int`,min:100,max:500}},week:{amount:{type:`int`,min:500,max:1e3}},month:{amount:{type:`int`,min:1e3,max:2e3}},goal:{amount:{type:`int`,min:2e3,max:2300}},total:{amount:{type:`int`,min:2300,max:2500}},count:{count:{type:`int`,min:100,max:500}},recent:{type:`recent`,amount:25,value:{name:e.name,amount:{type:`int`,min:100,max:400},createdAt:{type:`date`,range:400}}}},merch:{latest:{name:e.name,amount:{type:`int`,min:0,max:100},items:e.item},"goal-orders":{amount:{type:`int`,min:0,max:100}},"goal-items":{amount:{type:`int`,min:0,max:100}},"goal-total":{amount:{type:`int`,min:0,max:100}},recent:{type:`recent`,amount:25,value:{name:e.name}}},purchase:{latest:{name:e.name,amount:{type:`int`,min:0,max:100},items:e.item,avatar:e.avatar,message:e.message}}}},async get(e){let t=this.available();if(e)return e;let n=e=>{let t=e=>{if(!e||!(`amount`in e))return[];let t=[];for(let r=0;r<e.amount;r++)t.push(n(e.value));return t.sort((e,t)=>new Date(t.createdAt).getTime()-new Date(e.createdAt).getTime())};return typeof e!=`object`||!e?e:`type`in e&&typeof e.type==`string`?(e=>{if(!e)return e;switch(e.type){case`int`:return B.random.number(e.min,e.max);case`string`:return B.random.array(e.options)[0];case`date`:return B.random.daysOffset(e.range);case`array`:return B.random.array(e.options)[0];case`recent`:return t(e);default:return e}})(e):(e=>{let t={};for(let r in e){let i=r.replace(`_type`,`type`);t[i]=n(e[r])}return t})(e)};return Object.entries(n(t)).reduce((e,[t,n])=>(Object.entries(n).forEach(([n,r])=>e[`${t}-${n}`]=r),e),{})}},event:{async onWidgetLoad(e,t,n=`USD`){let r={BRL:{code:`BRL`,name:`Brazilian Real`,symbol:`R$`},USD:{code:`USD`,name:`US Dollar`,symbol:`$`},EUR:{code:`EUR`,name:`Euro`,symbol:`€`}};return{channel:{username:`local`,apiToken:``,id:``,providerId:``,avatar:``},currency:r[n]??r.USD,fieldData:e,recents:[],session:{data:t,settings:{autoReset:!1,calendar:!1,resetOnStart:!1}},overlay:{isEditorMode:!0,muted:!1},emulated:!0}},async onSessionUpdate(e,t){if(e??=await q.generate.session.get(),t){let n=(e,t)=>new Date(t.createdAt).getTime()-new Date(e.createdAt).getTime();switch(t.provider){case`twitch`:{let r=t.data;switch(r.listener){case`cheer-latest`:{let t=r.event.amount,i=r.event.displayName??r.event.name,a=r.event.message;e[`cheer-latest`]={name:i,amount:t,message:a};let o=n=>{if(n===`all`){o(`alltime`),o(`monthly`),o(`weekly`),o(`session`);return}let r=e[`cheer-${n}-top-donation`];r&&t>r.amount&&(r.amount=t,r.name=i);let a=e[`cheer-${n}-top-donator`],s=e[`cheer-recent`].filter(e=>e.name.toLowerCase()===a.name.toLowerCase()).reduce((e,t)=>e+t.amount,0),c=e[`cheer-recent`].filter(e=>e.name.toLowerCase()===i.toLowerCase()).reduce((e,t)=>e+t.amount,0);c>s&&(a.amount=c,a.name=i)};o(`all`),e[`cheer-session`].amount+=t,e[`cheer-week`].amount+=t,e[`cheer-month`].amount+=t,e[`cheer-total`].amount+=t,e[`cheer-count`].count+=1,e[`cheer-goal`].amount+=t,e[`cheer-recent`].unshift({name:i,amount:t,createdAt:new Date().toISOString()}),e[`cheer-recent`]=(e[`cheer-recent`]||[]).sort(n);break}case`follower-latest`:{let t=r.event.displayName??r.event.name;e[`follower-latest`].name=t,e[`follower-session`].count+=1,e[`follower-week`].count+=1,e[`follower-month`].count+=1,e[`follower-total`].count+=1,e[`follower-goal`].amount+=1,e[`follower-recent`].unshift({name:t,createdAt:new Date().toISOString()}),e[`follower-recent`]=(e[`follower-recent`]||[]).sort(n);break}case`subscriber-latest`:{let t=r.event.displayName??r.event.name,i=r.event.amount,a=r.event.tier,o=r.event.message;if(e[`subscriber-latest`]={name:t,amount:i,tier:a,message:o??``},e[`subscriber-recent`].find(e=>e.name.toLowerCase()===t.toLowerCase())?i>1&&(e[`subscriber-resub-latest`]={name:t,amount:i,message:o??``},e[`subscriber-resub-session`].count+=1):(e[`subscriber-new-latest`]={name:t,amount:i,message:o??``},e[`subscriber-new-session`].count+=1),!(!r.event.gifted&&!r.event.bulkGifted&&!r.event.isCommunityGift))if(r.event.gifted&&!r.event.bulkGifted&&!r.event.isCommunityGift){let n=r.event.sender;e[`subscriber-gifted-latest`]={name:t,amount:i,tier:a,message:o??``,sender:n},e[`subscriber-gifted-session`].count+=1,e[`subscriber-alltime-gifter`]={name:n,amount:i}}else r.event.gifted&&!r.event.bulkGifted&&r.event.isCommunityGift||!r.event.gifted&&r.event.bulkGifted&&r.event.isCommunityGift;e[`subscriber-session`].count+=i,e[`subscriber-week`].count+=i,e[`subscriber-month`].count+=i,e[`subscriber-total`].count+=i,e[`subscriber-goal`].amount+=i,e[`subscriber-points`].amount+=i,e[`subscriber-recent`].unshift({name:t,amount:i,tier:a,createdAt:new Date().toISOString()}),e[`subscriber-recent`]=(e[`subscriber-recent`]||[]).sort(n);break}case`raid-latest`:{let t=r.event.displayName??r.event.name,i=r.event.amount;e[`raid-latest`]={name:t,amount:i},e[`raid-recent`].unshift({name:t,amount:i,createdAt:new Date().toISOString()}),e[`raid-recent`]=(e[`raid-recent`]||[]).sort(n);break}}break}case`youtube`:{let n=t.data;switch(n.listener){case`superchat-latest`:{let t=n.event.displayName??n.event.name,r=n.event.amount;e[`superchat-latest`]={name:t.toLowerCase(),displayName:t,amount:r,_id:B.random.uuid(),sessionTop:!1,type:`superchat`,originalEventName:`superchat-latest`,providerId:``,avatar:``};let i=n=>{if(n===`all`){i(`alltime`),i(`monthly`),i(`weekly`),i(`session`);return}let a=e[`superchat-${n}-top-donation`];a&&r>a.amount&&(a.amount=r,a.name=t);let o=e[`superchat-${n}-top-donator`],s=e[`superchat-recent`].filter(e=>e.name.toLowerCase()===o.name.toLowerCase()).reduce((e,t)=>e+t.amount,0),c=e[`superchat-recent`].filter(e=>e.name.toLowerCase()===t.toLowerCase()).reduce((e,t)=>e+t.amount,0);c>s&&(o.amount=c,o.name=t)};i(`all`),e[`superchat-session`].amount+=r,e[`superchat-week`].amount+=r,e[`superchat-month`].amount+=r,e[`superchat-total`].amount+=r,e[`superchat-count`].count+=1,e[`superchat-goal`].amount+=r,e[`superchat-recent`].unshift({name:t.toLowerCase(),displayName:t,amount:r,_id:B.random.uuid(),sessionTop:!1,type:`superchat`,originalEventName:`superchat-latest`,avatar:``,providerId:``});break}}break}case`streamelements`:{let r=t.data;switch(r.listener){case`tip-latest`:{let t=r.event.displayName??r.event.name,i=r.event.amount;e[`tip-latest`]={name:t,amount:i};let a=n=>{if(n===`all`){a(`alltime`),a(`monthly`),a(`weekly`),a(`session`);return}let r=e[`tip-${n}-top-donation`];r&&i>r.amount&&(r.amount=i,r.name=t);let o=e[`tip-${n}-top-donator`],s=e[`tip-recent`].filter(e=>e.name.toLowerCase()===o.name.toLowerCase()).reduce((e,t)=>e+t.amount,0),c=e[`tip-recent`].filter(e=>e.name.toLowerCase()===t.toLowerCase()).reduce((e,t)=>e+t.amount,0);c>s&&(o.amount=c,o.name=t)};a(`all`),e[`tip-session`].amount+=i,e[`tip-week`].amount+=i,e[`tip-month`].amount+=i,e[`tip-total`].amount+=i,e[`tip-count`].count+=1,e[`tip-goal`].amount+=i,e[`tip-recent`].unshift({name:t,amount:i,createdAt:new Date().toISOString()}),e[`tip-recent`]=(e[`tip-recent`]||[]).sort(n);break}case`event:test`:break}break}}}return{session:e,emulated:!0}},async onEventReceived(e=`random`,t=`random`,n={}){let r={twitch:[`message`,`follower-latest`,`cheer-latest`,`raid-latest`,`subscriber-latest`],streamelements:[`tip-latest`],youtube:[`message`,`superchat-latest`,`subscriber-latest`,`sponsor-latest`],kick:[],facebook:[]};switch(e){default:case`random`:var i=B.random.array(Object.keys(r).filter(e=>r[e].length))[0],a=B.random.array(r[i])[0];return this.onEventReceived(i,a);case`twitch`:switch(t){default:case`random`:var a=B.random.array(r[e])[0];return this.onEventReceived(e,a);case`message`:{let t=n;var o=t?.name??B.random.array(w.names.filter(e=>e.length))[0],s=t?.message??B.random.array([...w.twitch_messages,...w.normal_messages].filter(e=>e.length))[0],c=await B.message.generateBadges(t?.badges??[],e),l=B.message.findEmotesInText(s),u=B.message.replaceEmotesWithHTML(s,l),d=t?.color??B.random.color(`hex`),f=t?.userId??B.random.string(16),p=t?.msgId??B.random.string(16),m=t?.time??Date.now(),h=t?.channel??window?.client?.details?.user?.username??`local`,g=t?.reply?{"reply-parent-display-name":t.reply.name,"reply-parent-msg-body":t.reply.text,"reply-parent-msg-id":t.reply.msgId,"reply-parent-user-id":t.reply.userId,"reply-parent-user-login":t.reply.name.toLowerCase()}:{},_=t?.thread?{"reply-thread-parent-msg-id":t.thread.msgId,"reply-thread-parent-user-login":t.thread.name.toLowerCase()}:{},v={vip:c.keys.includes(`vip`)?``:void 0,subscriber:c.keys.includes(`subscriber`)?`1`:`0`,mod:c.keys.includes(`moderator`)?`1`:`0`,turbo:c.keys.includes(`turbo`)?`1`:`0`};return{listener:`message`,event:{service:e,data:{time:m,tags:{"badge-info":`${c.keys.map(e=>`${e}/${c.amount[e]??B.random.number(1,5)}`).join(`,`)}`,badges:c.keys.map(e=>`${e}/1`).join(`,`),...v,"tmi-sent-ts":m.toString(),"room-id":B.random.string(9,`numbers`),"user-id":f,"user-type":``,color:d,"display-name":o,emotes:``,"client-nonce":B.random.string(16),flags:``,id:p,"first-msg":t?.firstMsg?`1`:`0`,"returning-chatter":t?.returningChatter?`1`:`0`,...g,..._},nick:o.toLowerCase(),displayName:o,displayColor:d,channel:h,text:s,isAction:!1,userId:f,msgId:p,badges:c.badges,emotes:l},renderedText:u},emulated:!0}}case`cheer`:case`cheer-latest`:var y=n?.amount??B.random.number(100,1e4),b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0],s=n?.message??B.random.array(w.normal_messages.filter(e=>e.length))[0];return{listener:`cheer-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,message:s,providerId:``,_id:B.random.uuid(),sessionTop:!1,type:`cheer`,originalEventName:`cheer-latest`,provider:e},emulated:!0};case`follower`:case`follower-latest`:var b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0];return{listener:`follower-latest`,event:{avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:B.random.uuid(),sessionTop:!1,type:`follower`,originalEventName:`follower-latest`,provider:e},emulated:!0};case`raid`:case`raid-latest`:var y=n?.amount??B.random.number(1,100),b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0];return{listener:`raid-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:B.random.uuid(),sessionTop:!1,type:`raid`,originalEventName:`raid-latest`,provider:e},emulated:!0};case`subscriber`:case`subscriber-latest`:var x=n?.tier??B.random.array([`1000`,`2000`,`3000`,`prime`])[0],y=n?.amount??B.random.number(1,24),b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0],S=n?.sender??B.random.array(w.names.filter(e=>e.length&&e!==o))[0],s=n?.message??B.random.array(w.normal_messages.filter(e=>e.length))[0],C={default:{avatar:b,playedAsCommunityGift:!1},gift:{sender:S,gifted:!0},community:{message:s,sender:S,bulkGifted:!0},spam:{sender:S,gifted:!0,isCommunityGift:!0}},T=[`default`,`gift`,`community`,`spam`],E=n?.subType??B.random.array(T)[0];return E=T.includes(E)?E:`default`,{listener:`subscriber-latest`,event:{amount:y,name:o.toLowerCase(),displayName:o,providerId:``,tier:x,...C.default,...C[E],_id:B.random.uuid(),sessionTop:!1,type:`subscriber`,originalEventName:`subscriber-latest`,provider:e},emulated:!0};case`delete-message`:return{listener:`delete-message`,event:{msgId:n?.id??B.random.uuid(),provider:e},emulated:!0};case`delete-messages`:return{listener:`delete-messages`,event:{userId:n?.id??B.random.number(1e7,99999999).toString(),provider:e},emulated:!0}}case`streamelements`:switch(t){default:case`random`:var a=B.random.array(r[e])[0];return this.onEventReceived(e,a);case`tip`:case`tip-latest`:var y=n?.amount??B.random.number(100,4e3),b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0];return{listener:`tip-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:B.random.uuid(),sessionTop:!1,type:`tip`,originalEventName:`tip-latest`,provider:e},emulated:!0};case`kvstore:update`:return{listener:`kvstore:update`,event:{data:{key:`customWidget.${n?.key??`sampleKey`}`,value:n?.value??`sampleValue`},provider:e},emulated:!0};case`bot:counter`:return{listener:`bot:counter`,event:{counter:n?.counter??`sampleCounter`,value:n?.value??B.random.number(0,100),provider:e},emulated:!0};case`mute`:case`unmute`:case`alertService:toggleSound`:return{listener:`alertService:toggleSound`,event:{muted:n?.muted??window?.client?.details?.overlay?.muted??!1,provider:e},emulated:!0};case`skip`:case`event:skip`:return{listener:`event:skip`,event:{provider:e},emulated:!0}}case`youtube`:switch(t){default:case`random`:var a=B.random.array(r[e])[0];return this.onEventReceived(e,a);case`message`:{var o=n?.name??B.random.array(w.names.filter(e=>e.length))[0],s=n?.message??B.random.array([...w.youtube_messages,...w.normal_messages].filter(e=>e.length))[0];let t=await B.message.generateBadges(n?.badges??[],e);var l=B.message.findEmotesInText(s),u=B.message.replaceEmotesWithHTML(s,l),d=n?.color??B.random.color(`hex`),f=n?.userId??B.random.number(1e7,99999999).toString(),p=n?.msgId??B.random.uuid(),m=n?.time??Date.now(),b=n?.avatar??B.random.array(w.avatars)[0],h=n?.channel??window?.client?.details?.user?.username??`local`;return{listener:`message`,event:{service:e,data:{kind:``,etag:``,id:``,snippet:{type:``,liveChatId:``,authorChannelId:h,publishedAt:new Date().toISOString(),hasDisplayContent:!0,displayMessage:s,textMessageDetails:{messageText:s}},authorDetails:{channelId:h,channelUrl:``,displayName:o,profileImageUrl:b,...t},msgId:p,userId:f,nick:o.toLowerCase(),badges:[],displayName:o,isAction:!1,time:m,tags:[],displayColor:d,channel:h,text:s,avatar:b,emotes:[]},renderedText:s},emulated:!0}}case`subscriber`:case`subscriber-latest`:var b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0];return{listener:`subscriber-latest`,event:{avatar:b,displayName:o,name:o.toLowerCase(),providerId:``,_id:B.random.uuid(),sessionTop:!1,type:`subscriber`,originalEventName:`subscriber-latest`,provider:e},emulated:!0};case`superchat`:case`superchat-latest`:var y=n?.amount??B.random.number(100,4e3),b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0];return{listener:`superchat-latest`,event:{amount:y,avatar:b,name:o.toLowerCase(),displayName:o,providerId:``,_id:B.random.uuid(),sessionTop:!1,type:`superchat`,originalEventName:`superchat-latest`,provider:e},emulated:!0};case`sponsor`:case`sponsor-latest`:var x=n?.tier??B.random.array([`1000`,`2000`,`3000`])[0],y=n?.amount??B.random.number(1,24),b=n?.avatar??B.random.array(w.avatars)[0],o=n?.name??B.random.array(w.names.filter(e=>e.length))[0],S=n?.sender??B.random.array(w.names.filter(e=>e.length&&e!==o))[0],s=n?.message??B.random.array(w.normal_messages.filter(e=>e.length))[0],C={default:{avatar:b,playedAsCommunityGift:!1},gift:{sender:S,gifted:!0},community:{message:s,sender:S,bulkGifted:!0},spam:{sender:S,gifted:!0,isCommunityGift:!0}},T=[`default`,`gift`,`community`,`spam`],E=n?.subType??B.random.array(T)[0];return E=T.includes(E)?E:`default`,{listener:`sponsor-latest`,event:{amount:y,name:o.toLowerCase(),displayName:o,providerId:``,...C.default,...C[E],_id:B.random.uuid(),sessionTop:!1,type:`sponsor`,originalEventName:`sponsor-latest`,provider:e},emulated:!0}}}}}},e.emulate={twitch:{message(e={}){q.generate.event.onEventReceived(`twitch`,`message`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})},deleteMessage(e){if(!e||typeof e!=`string`)return;let t={listener:`delete-message`,event:{msgId:e}};q.emulate.send(`onEventReceived`,t)},deleteMessages(e){if(!e||typeof e!=`string`)return;let t={listener:`delete-messages`,event:{userId:e}};q.emulate.send(`onEventReceived`,t)},follower(e={}){q.generate.event.onEventReceived(`twitch`,`follower-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})},raid(e={}){q.generate.event.onEventReceived(`twitch`,`raid-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})},cheer(e={}){q.generate.event.onEventReceived(`twitch`,`cheer-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})},subscriber(e={}){q.generate.event.onEventReceived(`twitch`,`subscriber-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})}},streamelements:{tip(e={}){q.generate.event.onEventReceived(`streamelements`,`tip-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})}},youtube:{message(e={}){q.generate.event.onEventReceived(`youtube`,`message`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})},subscriber(e={}){q.generate.event.onEventReceived(`youtube`,`subscriber-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})},superchat(e={}){q.generate.event.onEventReceived(`youtube`,`superchat-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})},sponsor(e={}){q.generate.event.onEventReceived(`youtube`,`sponsor-latest`,e).then(e=>{e&&q.emulate.send(`onEventReceived`,e)})}},kick:{},facebook:{},send(e,t){if(!q.queue){Q.warn(`Local queue is not initialized.`),window.dispatchEvent(new CustomEvent(e,{detail:t}));return}switch(e){case`onEventReceived`:q.queue.enqueue({listener:e,data:t,session:e===`onEventReceived`?!0:void 0});break;case`onSessionUpdate`:q.queue.enqueue({listener:e,data:t});break;case`onWidgetLoad`:q.queue.enqueue({listener:e,data:t});break}}};async function t(e=[`fields.json`,`cf.json`,`field.json`,`customfields.json`],t=[`data.json`,`fielddata.json`,`fd.json`,`DATA.json`],n){let r={fields:e.find(e=>{try{return new URL(`./`+e,window.location.href),!0}catch{return!1}}),data:t.find(e=>{try{return new URL(`./`+e,window.location.href),!0}catch{return!1}})},i=await fetch(`./`+(r.data??`data.json`),{cache:`no-store`}).then(e=>e.json()).catch(()=>({}));await fetch(`./`+(r.fields??`fields.json`),{cache:`no-store`}).then(e=>e.json()).then(async e=>{let t=Object.entries(e).filter(([e,{value:t}])=>t!=null).reduce((e,[t,{value:n}])=>(i&&i[t]!==void 0&&(n=i[t]),e[t]=n,e),{...i}),r=await q.generate.event.onWidgetLoad(t,await q.generate.session.get(n));window.dispatchEvent(new CustomEvent(`onWidgetLoad`,{detail:r}))})}e.start=t})(q||={});var J=class{constructor(e={}){this.error=this.apply({color:`#721c24`,background:`#f8d7da`,bold:!0,italic:!1,icon:`✖`}),this.warn=this.apply({color:`#856404`,background:`#fff3cd`,bold:!0,italic:!1,fontSize:20}),this.success=this.apply({color:`#155724`,background:`#d4edda`,bold:!0,italic:!1,fontSize:18,icon:`✔`}),this.info=this.apply({color:`#0c5460`,background:`#d1ecf1`,fontSize:12,icon:`ℹ`}),this.debug=this.apply({color:`#8c9ba8`,background:`transparent`,fontSize:12,icon:`●`}),this.alert=this.apply({color:`#856404`,background:`#fff3cd`,bold:!0,italic:!1,fontSize:20,icon:`⚠`}),this.status=this.apply({color:`#0c5460`,background:`#d1ecf1`,bold:!0,italic:!1,fontSize:12,icon:`·`}),this.received=this.apply({color:`#E6BBFF`,background:`transparent`,bold:!1,italic:!1,fontSize:14,icon:`⬇`}),this.simple=this.apply({color:`#f6c6cb`,background:`transparent`,bold:!1,italic:!1,fontSize:14,icon:`☼`}),this.enabled=e.enabled??!0,this.prefix=e.prefix??``}apply(e){let t=this.style(e),n=e.icon?`${e.icon} `:``;return(...e)=>{if(!this.enabled||typeof console>`u`)return;let r=``;typeof this.prefix==`function`?r=this.prefix():typeof this.prefix==`string`&&(r=this.prefix);let i=[],a=[];if(e.forEach(e=>{typeof e==`string`||typeof e==`number`||typeof e==`boolean`?i.push(e):a.push(e)}),i.length>0){let e=i.join(` `);console.log(`%c${r.endsWith(` `)?r:r.trim()+` `}${n}${e}`,t,...a)}else a.length>0&&console.log(`%c${r.endsWith(` `)?r:r.trim()+` `}${n}`,t,...a)}}style(e){let t=[];return e.background&&e.background!==`transparent`&&(t.push(`background: ${e.background}`),t.push(`padding: 2px 6px`),t.push(`border-radius: 3px`)),e.color&&t.push(`color: ${e.color}`),e.bold&&t.push(`font-weight: bold`),e.italic&&t.push(`font-style: italic`),e.fontSize&&t.push(`font-size: ${e.fontSize}px`),t.join(`; `)}group(e){!this.enabled||!console.group||console.group(e)}groupCollapsed(e){!this.enabled||!console.groupCollapsed||console.groupCollapsed(e)}groupEnd(){!this.enabled||!console.groupEnd||console.groupEnd()}table(e){!this.enabled||!console.table||console.table(e)}time(e){!this.enabled||!console.time||console.time(e)}timeEnd(e){!this.enabled||!console.timeEnd||console.timeEnd(e)}},re=class extends e{constructor(e,t){super(),this.isDebug=!1,this.init=!1,this.emulate=!1,this.username=e.username,this.password=e.password,this.channels=e.channels,this.isDebug=!!e.isDebug,this.init=!!e.init,this.emulate=t,this.load().then(e=>{this.instance=e,this.emit(`load`,e),this.connect()}).catch(e=>{Q.error(`useComfyJs: Failed to load ComfyJS`,e)})}load(){return window.ComfyJS===void 0||!window.ComfyJS?new Promise((e,t)=>{if(this.emulate&&!client)return t(Error(`useComfyJs: Cannot emulate chat messages without a Client instance.`));let n=document.createElement(`script`);n.src=`https://cdn.jsdelivr.net/npm/comfy.js@1.1.29/dist/comfy.min.js`,n.type=`text/javascript`,n.async=!0,n.onload=()=>e(window.ComfyJS),n.onerror=e=>t(e),document.head.appendChild(n)}):Promise.resolve(window.ComfyJS)}connect(){this.instance.onError=e=>{this.emit(`error`,e),client?.debug&&Q.error(`[Client]`,`ComfyJS Error:`,e)},this.instance.onCommand=(e,t,n,r,i)=>{if(this.emit(`command`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Command: !${t} ${n} (User: ${e})`),this.emulate){let a={...r,broadcaster:r.broadcaster,moderator:r.mod,vip:r.vip,subscriber:r.subscriber,founder:r.founder},o={name:e,message:`!${t} ${n}`,badges:Object.entries(a).map(([e,t])=>t?e:null).filter(Boolean),color:i.userColor,time:new Date(i.timestamp).getTime(),userId:i.userId,msgId:i.id,channel:i.channel};q.emulate.twitch.message(o)}},this.instance.onChat=(e,t,n,r,i)=>{if(this.emit(`chat`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Chat: ${t} (User: ${e})`),this.emulate){let r={...n,...i.userBadges,broadcaster:n.broadcaster,moderator:n.mod,vip:n.vip,subscriber:n.subscriber,founder:n.founder};q.emulate.twitch.message({name:e,message:t,badges:Object.entries(r).map(([e,t])=>t?e:null).filter(Boolean),color:i.userColor,time:new Date(i.timestamp).getTime(),userId:i.userId,msgId:i.id,channel:i.channel})}},this.instance.onWhisper=(e,t,n,r,i)=>{this.emit(`whisper`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Whisper: ${t} (User: ${e})`)},this.instance.onMessageDeleted=(e,t)=>{this.emit(`messageDeleted`,e,t),client?.debug&&Q.debug(`[Client]`,`ComfyJS Message Deleted: ${e}`),this.emulate&&q.emulate.twitch.deleteMessage(e)},this.instance.onJoin=(e,t,n)=>{this.emit(`join`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Join: ${e}`)},this.instance.onPart=(e,t,n)=>{this.emit(`part`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Part: ${e}`)},this.instance.onHosted=(e,t,n,r)=>{this.emit(`hosted`,e,t,n,r),client?.debug&&Q.debug(`[Client]`,`ComfyJS Hosted: ${e} (${t} viewers)`)},this.instance.onRaid=(e,t,n)=>{this.emit(`raid`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Raid: ${e} (${t} viewers)`),this.emulate&&q.emulate.twitch.raid({name:e,amount:t})},this.instance.onSub=(e,t,n,r)=>{if(this.emit(`sub`,e,t,n,r),client?.debug&&Q.debug(`[Client]`,`ComfyJS Sub: ${e} (${n.plan})`),this.emulate){let r=n.plan===`Prime`?`prime`:n.plan;q.emulate.twitch.subscriber({name:e,message:t,tier:r,subType:`default`})}},this.instance.onResub=(e,t,n,r,i,a)=>{if(this.emit(`resub`,e,t,n,r,i,a),client?.debug&&Q.debug(`[Client]`,`ComfyJS Resub: ${e} (${r} months)`),this.emulate){let n=i.plan===`Prime`?`prime`:i.plan;q.emulate.twitch.subscriber({name:e,message:t,tier:n,amount:r,subType:`default`})}},this.instance.onSubGift=(e,t,n,r,i,a)=>{if(this.emit(`subGift`,e,t,n,r,i,a),client?.debug&&Q.debug(`[Client]`,`ComfyJS Sub Gift: ${e} gifted ${r} subs`),this.emulate){let t=i.plan===`Prime`?`prime`:i.plan;q.emulate.twitch.subscriber({name:n,message:``,sender:e,tier:t,amount:r,subType:`gift`})}},this.instance.onSubMysteryGift=(e,t,n,r,i)=>{if(this.emit(`subMysteryGift`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Sub Mystery Gift: ${e} gifted ${t} subs`),this.emulate){let n=r.plan===`Prime`?`prime`:r.plan;q.emulate.twitch.subscriber({name:e,message:``,amount:t,tier:n,subType:`community`})}},this.instance.onGiftSubContinue=(e,t,n)=>{this.emit(`giftSubContinue`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Gift Sub Continue: ${e} continued their gifted sub from ${t}`),this.emulate&&q.emulate.twitch.subscriber({name:e,message:``,sender:t,tier:`1000`,subType:`gift`})},this.instance.onCheer=(e,t,n,r,i)=>{this.emit(`cheer`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Cheer: ${e} cheered ${n} bits - ${t}`),this.emulate&&q.emulate.twitch.cheer({name:e,message:t,amount:n})},this.instance.onChatMode=(e,t)=>{this.emit(`chatMode`,e,t),client?.debug&&Q.debug(`[Client]`,`ComfyJS Chat Mode Changed on ${t}`)},this.instance.onReward=(e,t,n,r,i)=>{this.emit(`reward`,e,t,n,r,i),client?.debug&&Q.debug(`[Client]`,`ComfyJS Reward: ${e} redeemed ${t} for ${n} - ${r}`)},this.instance.onConnected=(e,t,n)=>{this.emit(`connected`,e,t,n),client?.debug&&Q.debug(`[Client]`,`ComfyJS Connected: ${e}:${t} (First Connect: ${n})`)},this.instance.onReconnect=e=>{this.emit(`reconnect`,e),client?.debug&&Q.debug(`[Client]`,`ComfyJS Reconnect: Attempt #${e}`)},this.init&&this.instance.Init(this.username,this.password,this.channels,this.isDebug)}},Y={getOverlayStatus:()=>({isEditorMode:!1,muted:!1}),resumeQueue:()=>{},responses:{},sendMessage(e,t){},counters:{get(e){return null}},sanitize(e){return e},cheerFilter(e){return e},setField(e,t,n){},store:{set:function(e,t){this.list[e]=t,localStorage.setItem(`SE_API-STORE`,JSON.stringify(Y.store.list))},get:async function(e){return this.list[e]?this.list[e]:null},list:{}}};async function ie(){let e=localStorage.getItem(`SE_API-STORE`)??``,t=e?JSON.parse(e):{};return Y.store.list=t,Y}var X;(function(e){let t;(function(e){e.map=function(e){return e.hehim=`He/Him`,e.sheher=`She/Her`,e.theythem=`They/Them`,e.shethem=`She/They`,e.hethem=`He/They`,e.heshe=`He/She`,e.xexem=`Xe/Xem`,e.faefaer=`Fae/Faer`,e.vever=`Ve/Ver`,e.aeaer=`Ae/Aer`,e.ziehir=`Zie/Hir`,e.perper=`Per/Per`,e.eem=`E/Em`,e.itits=`It/Its`,e}({})})(t||=e.Pronouns||={});async function n(){try{let e=await fetch(`https://pronouns.alejo.io/api/pronouns`).then(e=>e.json());if(Array.isArray(e)&&e.length){let n=Object.fromEntries(e.map(({name:e,display:t})=>[e,t]));return{...t.map,...n}}}catch{}return{...t.map}}e.list=n;async function r(e){if(!e)throw Error(`Username is required to fetch Alejo data.`);if(e=e.toLowerCase(),!window?.client){try{let t=await fetch(`https://pronouns.alejo.io/api/users/${e}`).then(e=>e.json()).then(([e])=>e);if(t)return t.pronoun_id}catch(t){throw Error(`Failed to fetch pronoun data for user "${e}": ${t instanceof Error?t.message:t}`)}return}if(e in window?.client?.storage.data.pronoun&&window?.client?.storage.data.pronoun[e].expire>Date.now())return window?.client?.storage.data.pronoun[e].value;try{let t=await fetch(`https://pronouns.alejo.io/api/users/${e}`).then(e=>e.json()).then(([e])=>e);if(t)return window?.client?.storage.add(`pronoun.${e}`,{value:t.pronoun_id,timestamp:Date.now(),expire:Date.now()+window?.client?.cache.pronoun*60*1e3}),window?.client?.storage.data.pronoun[e].value??t.pronoun_id}catch(t){throw Error(`Failed to fetch pronoun data for user "${e}": ${t instanceof Error?t.message:t}`)}}e.get=r})(X||={});var Z=typeof SE_API<`u`?Promise.resolve(SE_API):Promise.resolve(ie()),Q=new J,$={SeAPI:Z,Client:r,Helper:B,Local:q,Data:w,logger:Q,modules:{EventProvider:e,useStorage:n,useQueue:K,useLogger:J,useComms:ne,FakeUserPool:te},actions:{Button:H,Command:W},multistream:{useComfyJs:re},internal:{usedStorages:t,usedComms:G,usedCommands:U,usedButtons:V,fakeUserPools:R},pronouns:{Alejo:X}};return typeof window<`u`?window.Tixyel=$:globalThis.Tixyel=$,$});
3
3
  //# sourceMappingURL=index.umd.js.map