@tixyel/streamelements 5.2.0 → 5.3.0
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.d.ts +341 -311
- package/dist/index.es.js +441 -411
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
(function(J,A){typeof exports=="object"&&typeof module<"u"?module.exports=A():typeof define=="function"&&define.amd?define(A):(J=typeof globalThis<"u"?globalThis:J||self,J["@tixyel/streamelements"]=A())})(this,(function(){"use strict";class J{constructor(){this.registeredEvents={}}emit(e,...t){return(this.registeredEvents[e]||[]).map(i=>i.apply(this,t))}on(e,t){if(typeof t!="function")throw new TypeError("Callback must be a function");return this.registeredEvents[e]||(this.registeredEvents[e]=[]),this.registeredEvents[e].push(t),this}off(e,t){const a=this.registeredEvents[e]||[];return t?(this.registeredEvents[e]=a.filter(i=>i!==t),this):(this.registeredEvents[e]=[],this)}once(e,t){const a=(...i)=>{this.off(e,a),t.apply(this,i)};return this.on(e,a),this}removeAllListeners(e){return this.registeredEvents[e]=[],this}}var A=[];class L extends J{constructor(e){super(),this.id="default",this.loaded=!1,this.SE_API=null,this.id=e.id||this.id,this.data=e.data??{},A.push(this),this.start()}start(){it?.then(e=>{this.SE_API=e,e.store.get(this.id).then(t=>{this.data=t??this.data,this.loaded=!0,this.emit("load",this.data),JSON.stringify(this.data)!==JSON.stringify(t)&&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)){const t={...this.data,...e};this.save(t)}}add(e,t){this.loaded&&(L.setByPath(this.data,e,t),this.save(this.data))}clear(){this.loaded&&(this.data={},this.save(this.data))}static setByPath(e,t,a){const i=t.split(".");let n=e;for(let r=0;r<i.length-1;r++)(typeof n[i[r]]!="object"||n[i[r]]==null)&&(n[i[r]]={}),n=n[i[r]];return n[i[i.length-1]]=a,n}on(e,t){return e==="load"&&this.loaded?(t.apply(this,[this.data]),this):(super.on(e,t),this)}}class E extends J{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 L({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)}}class N{constructor(e){this.prefix="!",this.arguments=!1,this.test=`${this.prefix}${this.name} arg1 arg2`,this.aliases=[],this.permissions=void 0,this.admins=[],window.client instanceof E&&(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,window.client.actions.commands.push(this),window.client.emit("action",this,"created"))}run(e,t){}verify(e,t,a){return this.arguments===!0&&(!a||!a.length)?!1:!!(this.admins.some(i=>e.toLocaleLowerCase()===i.toLocaleLowerCase())||this.permissions===!0||typeof this.permissions>"u"||Array.isArray(this.permissions)&&!this.permissions.length||Array.isArray(this.permissions)&&(this.permissions.some(i=>e.toLowerCase()===i.toLowerCase()||t.map(n=>n.toLowerCase()).includes(i.toLowerCase()))||this.permissions.includes("*")))}parse(e,t){if(!(window.client instanceof E))return!1;const a=e.replace(this.prefix,"").split(" ").slice(1).map(c=>c.trim());var i="",n=[];const r={bits:"cheer",premium:"prime"};switch(t.provider){case"twitch":{const c=t.data;i=c.event.data.nick||c.event.data.displayName,c.event.data.tags?.badges&&(n=c.event.data.tags.badges.toString().replace(/\/\d+/g,"").split(",").map(h=>h in r?r[h]:h));break}case"youtube":{const c=t.data,l={isVerified:"verified",isChatOwner:"owner",isChatSponsor:"sponsor",isChatModerator:"moderator"};i=c.event.data.nick||c.event.data.displayName,n=Object.entries(c.event.data.authorDetails).filter(([h,p])=>h.startsWith("is")&&p).map(([h])=>l[h]).filter(Boolean);break}case"kick":return!1}const o=this.verify(i,n,a);return o===!0&&this.run.apply(window.client,[a,t]),o}remove(){if(!(window.client instanceof E))return;const e=window.client.actions.commands.indexOf(this);e>-1&&(window.client.actions.commands.splice(e,1),window.client.emit("action",this,"removed"))}static execute(e){if(!(window.client instanceof E))return!1;const t=e.data;try{if(window.client.actions.commands.length&&window.client.actions.commands.some(a=>t.event.data.text.startsWith(a.prefix))){const a=window.client.actions.commands.filter(i=>{var n=[i.name,...i.aliases??[]],r=t.event.data.text.replace(i.prefix,"").split(" ")[0];return n.includes(r)});if(a.length&&a.every(i=>i instanceof N))return a.forEach(i=>{i.parse(t.event.data.text,e),window.client.emit("action",i,"executed"),C.received(`Command executed: ${t.event.data.text} by ${t.event.data.nick||t.event.data.displayName}`,t)}),!0}}catch{return!1}finally{return!1}}}class O{constructor(e){this.field="button",this.template="button",window.client instanceof E&&(this.field=e.field??this.field,this.template=e.template??this.template,this.run=e.run,window.client.actions.buttons.push(this),window.client.emit("action",this,"created"))}parse(e,t){var a=e.replace(typeof this.field=="string"?this.field:this.template.replace(/\{[^}]*\}/g,"")??"","").trim();try{this.run.apply(window.client,[a.length?a:e??e,t])}catch(i){throw new Error(`Error running button "${this.field}": ${i instanceof Error?i.message:i}`)}return this}remove(){if(!(window.client instanceof E))return;const e=window.client.actions.buttons.indexOf(this);e>-1&&(window.client.actions.buttons.splice(e,1),window.client.emit("action",this,"removed"))}static execute(e,t){try{if(!(window.client instanceof E))return!1;if(window.client.actions.buttons.length){const a=window.client.actions.buttons.filter(i=>typeof i.field=="string"?i.field===e:typeof i.field=="function"?i.field(e,t):!1);if(a.length&&a.every(i=>i instanceof O))return a.forEach(i=>{try{i.parse(e,t),window.client.emit("action",i,"executed"),C.received(`Button executed: ${e}${t?` with value: ${t}`:""}`)}catch(n){C.error(`Error executing button "${e}": ${n instanceof Error?n.message:n}`)}}),!0}}catch{return!1}finally{return!1}}}const K={translate(s,e="cardinal"){const t={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"]},a={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"],n=["","thousand","million","billion","trillion","quadrillion","quintillion"],r=n.map(g=>g?`${g}th`:"");if(s=Math.abs(Math.floor(s)),e==="suffix"){const g=s%100;if(g>=11&&g<=13)return`${s}th`;const y=s%10;return`${s}${i[y]}`}function o(g,y){if(g<10)return y==="ordinal"?a.single[g]:t.single[g];if(g<20)return y==="ordinal"?a.tens[g-10]:t.tens[g-10];const b=Math.floor(g/10),d=g%10;if(d===0)return y==="ordinal"?a.decades[b-2]:t.decades[b-2];const m=t.decades[b-2],k=y==="ordinal"?a.single[d]:t.single[d];return`${m}-${k}`}function c(g,y){if(g===0)return y==="ordinal"?a.single[0]:t.single[0];const b=Math.floor(g/100),d=g%100,m=[];return b>0&&(y==="ordinal"&&d===0?m.push(`${t.single[b]} hundredth`):m.push(`${t.single[b]} hundred`)),d>0&&m.push(o(d,y)),m.join(" ")}if(s<1e3)return c(s,e);const l=[];let h=s;for(;h>0;)l.push(h%1e3),h=Math.floor(h/1e3);let p=-1;for(let g=0;g<l.length;g++)l[g]!==0&&(p=g);const f=[];for(let g=l.length-1;g>=0;g--){const y=l[g];if(y===0)continue;const b=n[g];if(e==="cardinal"){let d=c(y,"cardinal");b&&(d+=` ${b}`),f.push(d)}else if(g===p)if(g>0){const m=c(y,"cardinal"),k=r[g];f.push(m?`${m} ${k}`:k)}else{const m=c(y,"ordinal");f.push(m)}else{let m=c(y,"cardinal");b&&(m+=` ${b}`),f.push(m)}}return f.join(", ")},balance(s,e=0,t=100){return Math.min(Math.max(s,e),t)},round(s,e=2){const t=Math.pow(10,e);return Math.round(s*t)/t}},Y={mergeSpanStyles(s,e,t){const a=e.match(/^<span(?: class="[^"]*")? style="([^"]*)">(.*)<\/span>$/s);if(a){const i=a[1],n=a[2],r=a[0].match(/class="([^"]*)"/)?.[1]||"";let o=[i,s].filter(c=>c.length).map(c=>c.endsWith(";")?c.slice(0,-1):c).join("; ").replace(/\s*;\s*/g,"; ").trim();return o.endsWith(";")||(o+=";"),`<span${r?` class="${r} ${t??""}"`:""}${o?` style="${o}"`:""}>${n}</span>`}else return s&&s.length&&!s.endsWith(";")&&(s+=";"),`<span${t?` class="${t}"`:""}${s?` style="${s}"`:""}>${e}</span>`},scale(s,e=0,t=1,a){const{return:i=!1,parent:n,base:r}=a||{},o=n||s.parentElement||document.body;if(!o)throw new Error("No parent element found for scaling");const c=o.getBoundingClientRect(),l=s.offsetWidth,h=s.offsetHeight;if(l===0||h===0)throw new Error("Element has zero width or height, cannot scale");const p=c.width*t/l,f=c.height*t/h;let g=r==="width"?p:r==="height"?f:Math.min(p,f);if(e>0){const b=c.width*e/l,d=c.height*e/h,m=Math.max(b,d);g=Math.max(m,g)}const y={width:l*g,height:h*g,scale:g};return i||(s.style.transform=`scale(${g})`,s.style.transformOrigin="center center"),y},scalev2(s,e={}){const{parent:t=s.parentElement,prefer:a="auto",min:i=0,max:n=1,apply:r=()=>{}}=e;if(!t)throw new Error("No parent element found for scaling");const o=t.getBoundingClientRect(),c=s.getBoundingClientRect(),l=o.width,h=o.height,p=c.width,f=c.height;let g=l*i/p,y=h*i/f,b=l*n/p,d=h*n/f,m=Math.min(b,d);const k=Math.max(g,y);m=Math.max(m,k);const v=p*m,I=f*m;return a==="width"?m=Math.max(g,Math.min(b,l/p)):a==="height"?m=Math.max(y,Math.min(d,h/f)):v>l?m=Math.max(g,Math.min(b,l/p)):I>h&&(m=Math.max(y,Math.min(d,h/f))),r.apply(s,[m,s]),m},fitText(s,e=1,t={}){const a=parseFloat(getComputedStyle(s).getPropertyValue("font-size")),i={minFontSize:t?.minFontSize??0,maxFontSize:t?.maxFontSize??a},n=t?.parent||s.parentElement;if(!n)throw new Error("No parent element found for fitting text");const r=n.clientWidth*e,o=s.offsetWidth,c=r/o,l=a*c,h=K.balance(l,i.minFontSize,i.maxFontSize);return s.style.fontSize=h+"px",s},splitTextToChars(s,e=0){const a=new DOMParser().parseFromString(s,"text/html");let i=e;function n(l){if(l.nodeType===Node.TEXT_NODE){const p=(l.textContent||"").split("").map((g,y)=>{const b=document.createElement("span");return b.classList.add("char"),b.dataset.index=String(i),b.dataset.exclusivityIndex=String(i),b.style.setProperty("--char-index",String(i)),b.style.setProperty("--exclusivity-index",String(i)),(g===" "||g===`
|
|
2
|
-
`||g===" ")&&(b.style.whiteSpace="pre-wrap"),b.textContent=g,i++,b}),f=document.createDocumentFragment();return p.forEach(g=>f.appendChild(g)),f}else if(l.nodeType===Node.ELEMENT_NODE){const h=l.cloneNode(!1);return h.classList.add("container"),h.dataset.index=String(i),h.style.setProperty("--char-index",String(i)),l.childNodes.forEach(p=>{const f=n(p);(f instanceof DocumentFragment||f instanceof Node)&&h.appendChild(f)}),h}return l.cloneNode(!0)}const r=a.body,o=document.createElement("div");r.childNodes.forEach(l=>{if(l.nodeType===Node.TEXT_NODE&&!l.textContent?.trim())return;const h=n(l);(h instanceof DocumentFragment||h instanceof Node)&&o.appendChild(h)});let c="";return Array.from(o.childNodes).forEach(l=>{l.nodeType===Node.TEXT_NODE?c+=l.textContent:c+=l.outerHTML}),c}},X={flatten(s,e=!0,t=""){const a={};for(const i in s){if(!Object.prototype.hasOwnProperty.call(s,i))continue;const n=s[i],r=t?`${t}.${i}`:i;if(n==null){a[r]=String(n);continue}if(typeof n=="number"&&isNaN(n)){a[r]="NaN";continue}if(typeof n=="number"&&!isNaN(n)){a[r]=e?String(n):n;continue}if(n instanceof Date){a[r]=n.toISOString();continue}if(n instanceof Map){n.forEach((o,c)=>{a[`${r}.${c}`]=JSON.stringify(o)});continue}if(Array.isArray(n)){n.forEach((o,c)=>{const l=`${r}:${c}`;typeof o=="object"?Object.assign(a,this.flatten(o,e,l)):a[l]=e?String(o):o});continue}if(typeof n=="object"){Object.assign(a,this.flatten(n,e,r));continue}a[r]=String(n)}return a}},at={playing:!1,audio:null,play(s,e=100,t=!1){if(!s||!s.length)throw new Error("No sound URL provided");try{t&&this.playing&&this.audio&&this.audio.state!=="closed"&&this.audio.close();let a=new AudioContext,i=a.createGain();i.connect(a.destination),t&&(this.audio=a,this.playing=!0),fetch(s).then(n=>n.arrayBuffer()).then(n=>a.decodeAudioData(n)).then(n=>{if(a.state!=="closed"){const r=a.createBufferSource();r.buffer=n,r.connect(i),i.gain.value=e/100,r.start(a.currentTime)}})}catch(a){throw new Error(`Error playing sound: ${a}`)}}},Q={delay(s,e){return new Promise(t=>setTimeout(()=>{if(e){const a=e();t(a??null)}else t(null)},s))},typedEntries(s){return Object.entries(s)},probability(s){const e=Object.values(s).reduce((n,r)=>n+r,0),t=Q.typedEntries(s).sort((n,r)=>r[1]-n[1]),a=Math.random()*e;let i=0;for(const[n,r]of t)if(i+=r,a<i)return n}},W=["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"];function st(s,e){if(!e)return null;switch(e){case"hex":{const t=s.replace("#","");let a=0,i=0,n=0,r=1;return t.length===3?(a=parseInt(t[0]+t[0],16),i=parseInt(t[1]+t[1],16),n=parseInt(t[2]+t[2],16)):t.length===6?(a=parseInt(t.slice(0,2),16),i=parseInt(t.slice(2,4),16),n=parseInt(t.slice(4,6),16)):t.length===4?(a=parseInt(t[0]+t[0],16),i=parseInt(t[1]+t[1],16),n=parseInt(t[2]+t[2],16),r=parseInt(t[3]+t[3],16)/255):t.length===8&&(a=parseInt(t.slice(0,2),16),i=parseInt(t.slice(2,4),16),n=parseInt(t.slice(4,6),16),r=parseInt(t.slice(6,8),16)/255),{r:a,g:i,b:n,a:r}}case"rgb":case"rgba":{const t=s.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":{const t=s.match(/hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%(?:\s*,\s*([\d.]+))?\s*\)/);if(!t)return null;const a=parseInt(t[1]),i=parseInt(t[2]),n=parseInt(t[3]),r=t[4]?parseFloat(t[4]):1;return{...rt(a,i,n),a:r}}case"css-color-name":{const t=document.createElement("canvas");t.width=t.height=1;const a=t.getContext("2d");if(!a)return null;a.fillStyle=s,a.fillRect(0,0,1,1);const[i,n,r]=a.getImageData(0,0,1,1).data;return{r:i,g:n,b:r,a:1}}default:return null}}function nt(s,e=!0){const t=i=>Math.round(i).toString(16).padStart(2,"0");let a=`#${t(s.r)}${t(s.g)}${t(s.b)}`;return e&&s.a<1&&(a+=t(s.a*255)),a}function Z(s,e,t){s/=255,e/=255,t/=255;const a=Math.max(s,e,t),i=Math.min(s,e,t),n=a-i;let r=0,o=0;const c=(a+i)/2;if(n!==0)switch(o=c>.5?n/(2-a-i):n/(a+i),a){case s:r=((e-t)/n+(e<t?6:0))/6;break;case e:r=((t-s)/n+2)/6;break;case t:r=((s-e)/n+4)/6;break}return{h:Math.round(r*360),s:Math.round(o*100),l:Math.round(c*100)}}function rt(s,e,t){s/=360,e/=100,t/=100;let a,i,n;if(e===0)a=i=n=t;else{const r=(l,h,p)=>(p<0&&(p+=1),p>1&&(p-=1),p<.16666666666666666?l+(h-l)*6*p:p<.5?h:p<.6666666666666666?l+(h-l)*(.6666666666666666-p)*6:l),o=t<.5?t*(1+e):t+e-t*e,c=2*t-o;a=r(c,o,s+1/3),i=r(c,o,s),n=r(c,o,s-1/3)}return{r:Math.round(a*255),g:Math.round(i*255),b:Math.round(n*255)}}async function ot(s,e,t){const a=W;let i=a[0],n=1/0;for await(const r of a){const o=document.createElement("canvas");o.width=o.height=1;const c=o.getContext("2d");if(!c)continue;c.fillStyle=r,c.fillRect(0,0,1,1);const[l,h,p]=c.getImageData(0,0,1,1).data,f=Math.sqrt(Math.pow(s-l,2)+Math.pow(e-h,2)+Math.pow(t-p,2));if(f<n&&(n=f,i=r),f===0)break}return i}const _={color(s="hex"){switch(s){default:case"hex":return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`;case"hexa":{const t=`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`,a=Math.floor(Math.random()*256).toString(16).padStart(2,"0");return t+a}case"rgb":{const t=Math.floor(Math.random()*256),a=Math.floor(Math.random()*256),i=Math.floor(Math.random()*256);return`rgb(${t}, ${a}, ${i})`}case"rgba":{const t=Math.floor(Math.random()*256),a=Math.floor(Math.random()*256),i=Math.floor(Math.random()*256),n=Math.random().toFixed(2);return`rgba(${t}, ${a}, ${i}, ${n})`}case"hsl":{const t=Math.floor(Math.random()*361),a=Math.floor(Math.random()*101),i=Math.floor(Math.random()*101);return`hsl(${t}, ${a}%, ${i}%)`}case"hsla":{const t=Math.floor(Math.random()*361),a=Math.floor(Math.random()*101),i=Math.floor(Math.random()*101),n=Math.random().toFixed(2);return`hsla(${t}, ${a}%, ${i}%, ${n})`}case"css-color-name":{var e=W;return this.array(e)[0]}}},number(s,e,t=0){s>e&&([s,e]=[e,s]);const a=Math.random()*(e-s)+s;return t?Number(a.toFixed(t)):Math.round(a)},boolean(s=.5){return Math.random()>s},string(s,e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"){let t="";for(let a=0;a<s;a++)t+=e.charAt(Math.floor(Math.random()*e.length));return t},array(s){const e=this.number(0,s.length-1);return[s[e],e]},date(s=new Date(2e3,0,1),e=new Date){return new Date(this.number(s.getTime(),e.getTime()))},daysOffset(s){const t=Date.now()-this.number(0,s*24*60*60*1e3);return new Date(t).toISOString()},uuid(){return crypto.randomUUID()}},$={opacity(s=100,e=""){e=e.length>7?e?.substring(0,6):e,s=s>1?s/100:s;let t=Math.round(Math.min(Math.max(s,0),1)*255).toString(16).toLowerCase().padStart(2,"0");return e+t},extract(s){if(!s.startsWith("#")||s.length<=7)return{color:s,opacity:100};var a=s.slice(-2),e=parseInt(a,16)/255,t=Math.round(e*100),a=s.length>7?s.slice(0,7):s;return{color:a,opacity:t}},validate(s){if(typeof s!="string"||!String(s).trim().length)return!1;const e=s.trim();return/^#([A-Fa-f0-9]{3}){1,2}$/.test(e)||/^#([A-Fa-f0-9]{4}|[A-Fa-f0-9]{8})$/.test(e)?"hex":/^rgb\(\s*(?:\d{1,3}\s*,\s*){2}\d{1,3}\s*\)$/.test(e)?"rgb":/^rgba\(\s*(?:\d{1,3}\s*,\s*){3}(?:0|1|0?\.\d+)\s*\)$/.test(e)?"rgba":/^hsl\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*\)$/.test(e)?"hsl":/^hsla\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*,\s*(?:0|1|0?\.\d+)\s*\)$/.test(e)?"hsla":W.includes(e.toLowerCase())?"css-color-name":!1},async convert(s,e){const t=this.validate(s);if(!t)throw new Error(`Invalid color format: ${s}`);if(t===e)throw new Error(`Color is already in the desired format: ${e}`);const a=st(s.trim(),t);if(!a)throw new Error(`Failed to parse color: ${s}`);switch(e){case"hex":return nt(a,!1);case"rgb":return`rgb(${a.r}, ${a.g}, ${a.b})`;case"rgba":return`rgba(${a.r}, ${a.g}, ${a.b}, ${a.a})`;case"hsl":{const i=Z(a.r,a.g,a.b);return`hsl(${i.h}, ${i.s}%, ${i.l}%)`}case"hsla":{const i=Z(a.r,a.g,a.b);return`hsla(${i.h}, ${i.s}%, ${i.l}%, ${a.a})`}case"css-color-name":return await ot(a.r,a.g,a.b);default:return null}},random:_.color},ct={async replace(s,e,t){const a=[];s.replace(e,(n,...r)=>{const o=typeof t=="function"?t(n,...r):n;return a.push(Promise.resolve(o)),n});const i=await Promise.all(a);return s.replace(e,()=>i.shift()??"")},capitalize(s){return s.charAt(0).toUpperCase()+s.slice(1)},compose(s,e={},t={method:"index",html:!1,modifiers:{},aliases:{}}){const{mergeSpanStyles:a}=Y,i=(d,m,k)=>t.html?a(d,m,k):m;e.skip="<br/>",e.newline="<br/>";const n=Object.entries(X.flatten(e)).reduce((d,[m,k])=>{if(d[m]=String(k),["username","name","nick","nickname","sender"].some(v=>m===v)){const v=d?.username||d?.name||d?.nick||d?.nickname||d?.sender;d.username=d.username||v,d.usernameAt=`@${d.username}`,d.name=d.name||v,d.nick=d.nick||v,d.nickname=d.nickname||v,d.sender=d.sender||v,d.senderAt=`@${d.sender}`}return["amount","count"].some(v=>m===v)&&(d.amount=String(d?.amount||d.count||k),d.count=String(d?.count||d?.amount||k)),d.currency=d.currency||window?.client?.details.currency.symbol||"$",d.currencyCode=d.currencyCode||window?.client?.details.currency.code||"USD",d},{}),r={PLACEHOLDERS:/{([^}]+)}/g,MODIFIERS:/\[(\w+)(:[^=]+)?=([^\]]+)\]/g};var o=parseFloat(n?.amount??n?.count??0);const c={COLOR:(d,m)=>i(m&&$.validate(m)?`color: ${m}`:"",d,"color"),WEIGHT:(d,m)=>i(m&&!isNaN(parseInt(m))?`font-weight: ${m}`:"",d,"weight"),BOLD:d=>i("font-weight: bold",d,"bold"),LIGHT:d=>i("font-weight: lighter",d,"light"),STRONG:d=>i("font-weight: bolder",d,"strong"),ITALIC:d=>i("font-style: italic",d,"italic"),UNDERLINE:d=>i("text-decoration: underline",d,"underline"),STRIKETHROUGH:d=>i("text-decoration: line-through",d,"strikethrough"),SUB:d=>i("vertical-align: sub",d,"sub"),SUP:d=>i("vertical-align: super",d,"sup"),LARGER:d=>i("font-size: larger",d,"larger"),SMALL:d=>i("font-size: smaller",d,"small"),SHADOW:(d,m)=>i(`text-shadow: ${m}`,d,"shadow"),SIZE:(d,m)=>i(m?`font-size: ${m}`:"",d,"size")},h={...{BT1:d=>o>1?d:"",BT0:d=>o>0?d:"",ST1:d=>o<1?d:"",ST0:d=>o<0?d:"",UPC:d=>d.toUpperCase(),LOW:d=>d.toLowerCase(),REV:d=>d.split("").reverse().join(""),CAP:d=>d.charAt(0).toUpperCase()+d.slice(1).toLowerCase(),FALLBACK:(d,m)=>d.length?d:m??d},...t?.html?c:{},...t.modifiers??{}},p={UPC:["UPPERCASE","UPPER","UPP"],LOW:["LOWERCASE","LOWER","LWC"],REV:["REVERSE","RVS"],CAP:["CAPITALIZE","CAPITAL"],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"],...t.aliases??{}};function f(d,m,k){const v=Object.entries(p).find(([j,x])=>x.some(T=>T.toUpperCase()===m.toUpperCase())?!0:j.toUpperCase()===m.toUpperCase()),I=v?v[0]:m.toUpperCase();try{return h[I]?h[I](d,typeof k=="string"?k.trim():null,n):t?.html?i("",d,I.toLowerCase()):d}catch{return d}}function g(d){let m=d,k;for(;(k=r.MODIFIERS.exec(m))!==null;){const[v,I,j,x]=k,T=f(g(x),I,j);m=m.replace(v,T??""),r.MODIFIERS.lastIndex=0}return m}function y(d){let m=0;const k=d.length;function v(j){let x="";for(;m<k;)if(d[m]==="\\")m+1<k?(x+=d[m+1],m+=2):m++;else if(d[m]==="["&&(!j||j!=="["))x+=I();else if(j&&d[m]===j){m++;break}else x+=d[m++];return x}function I(){m++;let j="";for(;m<k&&/[A-Za-z0-9]/.test(d[m]);)j+=d[m++];let x=null;if(d[m]===":"){m++;const D=m;for(;m<k&&d[m]!=="=";)m++;x=d.slice(D,m)}d[m]==="="&&m++;const T=v("]");return f(T,j,x)}return v()}let b=s.replace(r.PLACEHOLDERS,(d,m)=>typeof n[m]=="string"||typeof n[m]=="number"?String(n[m]):m??m);return b=t.method==="loop"?g(b):y(b),b}},dt=["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"],ht={"100 bits":{type:"100 bits",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/3",description:"100 bits badge"},"no audio":{type:"no audio",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/3",description:"Individuals with unreliable or no sound can select this badge"},"no video":{type:"no video",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/3",description:"Individuals with unreliable or no video can select this badge"},bot:{type:"bot",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/3",description:"Twitch bot"},"twitch staff":{type:"twitch staff",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/3",description:"Twitch Staff"},admins:{type:"admins",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/3",description:"Admins"},artist:{type:"artist",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/3",description:"Artist"},"game developer":{type:"game developer",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/3",description:"Game Developer"},prime:{type:"prime",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/a1dd5073-19c3-4911-8cb4-c464a7bc1510/3",description:"Prime"},turbo:{type:"turbo",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/3",description:"Turbo"},subscriber:{type:"subscriber",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",description:"Subscriber"},broadcaster:{type:"broadcaster",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",description:"Broadcaster"},verified:{type:"verified",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/3",description:"Verified"},moderator:{type:"moderator",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3",description:"Moderator"},vip:{type:"vip",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3",description:"VIP"}},lt=Object.values([{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:0,end:13},{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:14,end:23},{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:24,end:32},{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:33,end:40},{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:41,end:46},{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:47,end:53},{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:54,end:65},{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:66,end:76},{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:77,end:83},{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:84,end:91},{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:92,end:102},{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:103,end:113},{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:114,end:124},{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:125,end:131},{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:132,end:137},{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:138,end:151},{type:"twitch",name:"<3",id:"9",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/3.0"},start:152,end:154},{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:155,end:159},{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:160,end:165},{type:"twitch",name:"IronmouseLuv",id:"emotesv2_54c53ae67ad746d2bc866b6fc779183c",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_54c53ae67ad746d2bc866b6fc779183c/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_54c53ae67ad746d2bc866b6fc779183c/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_54c53ae67ad746d2bc866b6fc779183c/static/dark/3.0"},start:166,end:178},{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:0,end:5},{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:7,end:16},{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:18,end:26},{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:28,end:35},{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:37,end:47},{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:49,end:65},{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:66,end:80},{type:"twitch",name:"NonbinaryPride",id:"307827356",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/static/dark/3.0"},start:81,end:95},{type:"twitch",name:"LesbianPride",id:"307827340",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/static/dark/3.0"},start:96,end:108},{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:109,end:122},{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:123,end:139},{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:140,end:148},{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:149,end:162},{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:163,end:175},{type:"twitch",name:"PogChamp",id:"305954156",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/static/dark/3.0"},start:176,end:184},{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:185,end:194},{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:195,end:206},{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:207,end:214},{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:215,end:222},{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:223,end:231},{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:232,end:235},{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:236,end:244},{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:245,end:252},{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:253,end:261},{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:262,end:273},{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:274,end:280},{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:281,end:287},{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:288,end:294},{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:295,end:301},{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:302,end:311},{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:46,end:55},{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:56,end:63},{type:"twitch",name:"TransgenderPride",id:"307827377",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827377/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827377/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827377/default/dark/3.0"},start:0,end:15},{type:"twitch",name:"PansexualPride",id:"307827370",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827370/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827370/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827370/default/dark/3.0"},start:17,end:30},{type:"twitch",name:"NonbinaryPride",id:"307827356",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/default/dark/3.0"},start:32,end:45},{type:"twitch",name:"LesbianPride",id:"307827340",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/default/dark/3.0"},start:47,end:58},{type:"twitch",name:"IntersexPride",id:"307827332",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827332/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827332/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827332/default/dark/3.0"},start:60,end:72},{type:"twitch",name:"GenderFluidPride",id:"307827326",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827326/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827326/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827326/default/dark/3.0"},start:74,end:89},{type:"twitch",name:"GayPride",id:"307827321",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827321/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827321/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827321/default/dark/3.0"},start:91,end:98},{type:"twitch",name:"BisexualPride",id:"307827313",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827313/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827313/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827313/default/dark/3.0"},start:100,end:112},{type:"twitch",name:"AsexualPride",id:"307827267",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827267/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827267/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827267/default/dark/3.0"},start:114,end:125},{type:"twitch",name:"PogChamp",id:"305954156",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/default/dark/3.0"},start:127,end:134},{type:"twitch",name:"GlitchCat",id:"304486301",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/304486301/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/304486301/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/304486301/default/dark/3.0"},start:136,end:144},{type:"twitch",name:"DarkMode",id:"461298",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/461298/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/461298/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/461298/default/dark/3.0"},start:146,end:153},{type:"twitch",name:"LUL",id:"425618",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/425618/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/425618/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/425618/default/dark/3.0"},start:155,end:157},{type:"twitch",name:"TheIlluminati",id:"145315",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/145315/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/145315/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/145315/default/dark/3.0"},start:159,end:171},{type:"twitch",name:"imGlitch",id:"112290",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/112290/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/112290/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/112290/default/dark/3.0"},start:173,end:180},{type:"twitch",name:"DoritosChip",id:"102242",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/102242/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/102242/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/102242/default/dark/3.0"},start:182,end:192},{type:"twitch",name:"SSSsss",id:"46",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/46/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/46/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/46/default/dark/3.0"},start:194,end:199},{type:"twitch",name:"PunchTrees",id:"47",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/47/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/47/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/47/default/dark/3.0"},start:201,end:210},{type:"twitch",name:"BloodTrail",id:"69",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/69/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/69/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/69/default/dark/3.0"},start:223,end:232},{type:"7tv",name:"CookieTime",id:"635b0184ea9ce7391cbf77d6",gif:!0,animated:!0,urls:{1:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/1x.webp",2:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/2x.webp",3:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/3x.webp",4:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/4x.webp"},start:0,end:10,coords:{x:0,y:0}},{type:"bttv",name:"catJAM",id:"5f1b0186cf6d2144653d2970",gif:!0,animated:!0,urls:{1:"https://cdn.betterttv.net/emote/5f1b0186cf6d2144653d2970/1x",2:"https://cdn.betterttv.net/emote/5f1b0186cf6d2144653d2970/2x",4:"https://cdn.betterttv.net/emote/5f1b0186cf6d2144653d2970/3x"},start:0,end:6,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:":tf:",id:"54fa8f1401e468494b85b537",gif:!1,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"},start:7,end:11,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"AngelThump",id:"566ca1a365dbbdab32ec055b",gif:!1,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"},start:12,end:22,coords:{x:0,y:0,width:334,height:112}},{type:"bttv",name:"ariW",id:"56fa09f18eff3b595e93ac26",gif:!1,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"},start:23,end:27,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"BroBalt",id:"54fbf00a01abde735115de5c",gif:!1,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"},start:28,end:35,coords:{x:0,y:0,width:184,height:120}},{type:"bttv",name:"bttvNice",id:"54fab7d2633595ca4c713abf",gif:!1,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"},start:36,end:44,coords:{x:0,y:0,width:168,height:112}},{type:"bttv",name:"bUrself",id:"566c9f3b65dbbdab32ec052e",gif:!1,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"},start:45,end:52,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"c!",id:"6468f7acaee1f7f47567708e",gif:!1,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"},start:53,end:55,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"CandianRage",id:"54fbf09c01abde735115de61",gif:!1,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"},start:56,end:67,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"CiGrip",id:"54fa8fce01e468494b85b53c",gif:!1,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"},start:68,end:74,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"ConcernDoge",id:"566c9f6365dbbdab32ec0532",gif:!1,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"},start:75,end:86,coords:{x:0,y:0,width:101,height:112}},{type:"bttv",name:"CruW",id:"55471c2789d53f2d12781713",gif:!1,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"},start:87,end:91,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"cvHazmat",id:"5e76d338d6581c3724c0f0b2",gif:!1,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"},start:92,end:100,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"D:",id:"55028cd2135896936880fdd7",gif:!1,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"},start:101,end:103,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"haHAA",id:"555981336ba1901877765555",gif:!1,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"},start:104,end:109,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"LuL",id:"567b00c61ddbe1786688a633",gif:!1,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"},start:110,end:113,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"DuckerZ",id:"573d38b50ffbf6cc5cc38dc9",gif:!1,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"},start:114,end:121,coords:{x:0,y:0,width:149,height:112}},{type:"ffz",name:"CatBag",id:"25927",gif:!1,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"},start:122,end:128,coords:{x:0,y:0,width:143,height:128}}]).reduce((s,e)=>(s.some(t=>t.name===e.name)||s.push({...e,start:0,end:0}),s),[]),mt=[],ut=["Hello everyone!","PogChamp","This stream is amazing!","catJAM catJAM catJAM","LUL that was funny","GG!","First time here, loving it!","DinoDance","Can we get some hype in chat?","TransgenderPride PansexualPride NonbinaryPride","POGGERS","I just followed! PogChamp","Great gameplay btw","LUL LUL LUL","This is so wholesome AngelThump","catJAM vibing","haHAA","Wait what just happened? D:","GlitchCat GlitchCat","Best stream on Twitch right now!","DarkMode gang where you at?","PogChamp PogChamp PogChamp PogChamp","Anyone else eating? DoritosChip","I love this community!","TheIlluminati confirmed","bUrself be yourself!","CookieTime nom nom","imGlitch technical difficulties","This music is fire catJAM","bttvNice","LesbianPride GayPride BisexualPride","SSSsss Minecraft time","PopNemo","Going to bed, good night everyone!","Just got here, what did I miss?",":tf: trollface","ariW wave","BroBalt nice one","AsexualPride IntersexPride GenderFluidPride","This chat is moving so fast!","CandianRage","PunchTrees PunchTrees","CiGrip","ConcernDoge hmm","CruW salute","cvHazmat stay safe","DuckerZ quack","BloodTrail hunting time","CatBag kitty!","c! poggers"],gt=["Local","Tixyel","Urie_s2","itzzcatt","BeniArts","Cupidiko","shy_madeit"],pt=["1000","2000","3000","prime"],ft=["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"],bt=[{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}];var w;(s=>{s.avatars=dt,s.badges=ht,s.css_color_names=W,s.emotes=lt,s.items=mt,s.messages=ut,s.names=gt,s.tiers=pt,s.tts=ft,s.youtube_emotes=bt})(w||(w={}));const yt={findEmotesInText(s,e=w.emotes){const t=[];return e.forEach(a=>{const i=a.name;let n=0,r=0;for(;n<s.length;){const o=s.indexOf(i,r);if(o===-1)break;const c=o>0?s[o-1]:" ",l=o+i.length<s.length?s[o+i.length]:" ";/\s/.test(c)&&/\s/.test(l)&&t.push({...a,start:o,end:o+i.length}),r=o+1}}),t.sort((a,i)=>a.start-i.start)},replaceEmotesWithHTML(s,e){if(!e.length)return s;let t="",a=0;return e.forEach(i=>{t+=s.substring(a,i.start);const r=Array.from({...i.urls,length:5}).slice(1).reverse().filter(Boolean)[0]||i.urls[1];t+=`<img src="${r}" alt="${i.name}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`,a=i.end}),t+=s.substring(a),t},replaceYoutubeEmotesWithHTML(s,e=w.youtube_emotes){return Array.from(s.matchAll(/:(.*?):/gim),a=>a[0]).forEach(a=>{const i=e.find(n=>n.shortcuts.includes(a)||n.searchTerms.includes(a.slice(1,-1)));if(i){const n=i.image.thumbnails.at(-1)?.url,r=i.image.accessibility.accessibilityData.label;n&&(s=s.replace(a,`<img src="${n}" alt="${r}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`))}}),s},async generateBadges(s=[],e){if(!Array.isArray(s)&&typeof s=="string"&&(s=s.split(",").map(r=>r.trim())),!s||!s.length){var t=_.number(1,3);for await(const r of Array.from({length:t},()=>"")){var a=_.array(Object.keys(w.badges))[0];!s.includes(a)&&Array.isArray(s)?s.push(a):s=[a]}}var i;switch(e){case"twitch":{i={keys:Array.from(s).filter(r=>r in w.badges),badges:Array.from(s).slice(0,3).map(r=>w.badges[r]).filter(Boolean)};break}case"youtube":{var n={verified:{isVerified:!0},broadcaster:{isChatOwner:!0},host:{isChatOwner:!0},sponsor:{isChatSponsor:!0},subscriber:{isChatSponsor:!0},moderator:{isChatModerator:!0}};i=Object.entries(s).reduce((r,[o])=>(o in n&&Object.assign(r,n[o]),r),{isVerified:!1,isChatOwner:!1,isChatSponsor:!1,isChatModerator:!1});break}}return i}},wt={parseProvider(s){var e=s.event?.provider||s.event?.service||s.event?.data?.provider||window.client.details.provider;return["kvstore:update","bot:counter","alertService:toggleSound","tip-latest","event:test","event:skip"].some(i=>i===s.listener)&&(e="streamelements"),{provider:e,data:s}}};var u;(s=>{s.sound=at,s.element=Y,s.color=$,s.object=X,s.utils=Q,s.random=_,s.number=K,s.string=ct,s.message=yt,s.event=wt})(u||(u={}));var U;(s=>{s.generate={session:{types:{name:{type:"string",options:w.names.filter(t=>t.length)},tier:{type:"string",options:w.tiers.filter(t=>t.length)},message:{type:"string",options:w.messages.filter(t=>t.length)},item:{type:"array",options:w.items},avatar:{type:"string",options:w.avatars.filter(t=>t.length)}},available(){const t=this.types;return{follower:{latest:{name:t.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:t.name,createdAt:{type:"date",range:400}}}},subscriber:{latest:{name:t.name,amount:{type:"int",min:10,max:30},tier:t.tier,message:t.message},"new-latest":{name:t.name,amount:{type:"int",min:10,max:30},message:t.message},"resub-latest":{name:t.name,amount:{type:"int",min:10,max:30},message:t.message},"gifted-latest":{name:t.name,amount:{type:"int",min:10,max:30},message:t.message,tier:t.tier,sender:t.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:t.name,amount:{type:"int",min:300,max:400}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:10,max:30},tier:t.tier,createdAt:{type:"date",range:400}}}},host:{latest:{name:t.name,amount:{type:"int",min:1,max:10}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:1,max:10},createdAt:{type:"date",range:400}}}},raid:{latest:{name:t.name,amount:{type:"int",min:0,max:100}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:0,max:100},createdAt:{type:"date",range:400}}}},charityCampaignDonation:{latest:{name:t.name,amount:{type:"int",min:50,max:150}},"session-top-donation":{name:t.name,amount:{type:"int",min:50,max:200}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:200,max:500}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:500,max:800}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:800,max:1e3}},"session-top-donator":{name:t.name,amount:{type:"int",min:50,max:200}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:200,max:500}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:500,max:800}},"alltime-top-donator":{name:t.name,amount:{type:"int",min:800,max:1e3}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:50,max:150},createdAt:{type:"date",range:400}}}},cheer:{latest:{name:t.name,amount:{type:"int",min:200,max:800},message:t.message},"session-top-donation":{name:t.name,amount:{type:"int",min:200,max:1e3}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:1e3,max:5e3}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:5e3,max:12e3}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:12e3,max:2e4}},"session-top-donator":{name:t.name,amount:{type:"int",min:200,max:1e3}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:1e3,max:5e3}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:5e3,max:12e3}},"alltime-top-donator":{name:t.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:t.name,amount:{type:"int",min:200,max:800},createdAt:{type:"date",range:400}}}},cheerPurchase:{latest:{name:t.name,amount:{type:"int",min:200,max:400}},"session-top-donation":{name:t.name,amount:{type:"int",min:200,max:400}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:400,max:800}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:800,max:1500}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:1500,max:2e3}},"session-top-donator":{name:t.name,amount:{type:"int",min:200,max:400}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:400,max:800}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:800,max:1500}},"alltime-top-donator":{name:t.name,amount:{type:"int",min:1500,max:2e3}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:200,max:400},createdAt:{type:"date",range:400}}}},superchat:{latest:{name:t.name,amount:{type:"int",min:100,max:400}},"session-top-donation":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:2e3,max:2500}},"session-top-donator":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donator":{name:t.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:t.name,amount:{type:"int",min:100,max:400},createdAt:{type:"date",range:400}}}},hypetrain:{latest:{name:t.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:t.name}}},"channel-points":{latest:{name:t.name,amount:{type:"int",min:0,max:100},message:t.message,redemption:{type:"array",options:["Reward 1","Reward 2","Reward 3"]}}},tip:{latest:{name:t.name,amount:{type:"int",min:100,max:400}},"session-top-donation":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:2e3,max:2500}},"session-top-donator":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donator":{name:t.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:t.name,amount:{type:"int",min:100,max:400},createdAt:{type:"date",range:400}}}},merch:{latest:{name:t.name,amount:{type:"int",min:0,max:100},items:t.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:t.name}}},purchase:{latest:{name:t.name,amount:{type:"int",min:0,max:100},items:t.item,avatar:t.avatar,message:t.message}}}},async get(t){const a=this.available();if(t)return t;const i=r=>{const o=h=>{if(!h||!("amount"in h))return[];const p=[];for(let f=0;f<h.amount;f++)p.push(i(h.value));return p.sort((f,g)=>new Date(g.createdAt).getTime()-new Date(f.createdAt).getTime())},c=h=>{const p={};for(const f in h){const g=f.replace("_type","type");p[g]=i(h[f])}return p},l=h=>{if(!h)return h;switch(h.type){case"int":return u.random.number(h.min,h.max);case"string":return u.random.array(h.options)[0];case"date":return u.random.daysOffset(h.range);case"array":return u.random.array(h.options)[0];case"recent":return o(h);default:return h}};return typeof r!="object"||r===null?r:"type"in r&&typeof r.type=="string"?l(r):c(r)};var n=Object.entries(i(a)).reduce((r,[o,c])=>(Object.entries(c).forEach(([l,h])=>r[`${o}-${l}`]=h),r),{});return n}},event:{async onWidgetLoad(t,a,i="USD"){const n={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:n[i]??n.USD,fieldData:t,recents:[],session:{data:a,settings:{autoReset:!1,calendar:!1,resetOnStart:!1}},overlay:{isEditorMode:!0,muted:!1},emulated:!0}},async onSessionUpdate(t,a){if(t??=await s.generate.session.get(),a){const i=(n,r)=>new Date(r.createdAt).getTime()-new Date(n.createdAt).getTime();switch(a.provider){case"twitch":{const n=a.data;switch(n.listener){case"cheer-latest":{const r=n.event.amount,o=n.event.displayName??n.event.name,c=n.event.message;t["cheer-latest"]={name:o,amount:r,message:c};const l=h=>{if(h==="all"){l("alltime"),l("monthly"),l("weekly"),l("session");return}const p=t[`cheer-${h}-top-donation`];p&&r>p.amount&&(p.amount=r,p.name=o);const f=t[`cheer-${h}-top-donator`],g=t["cheer-recent"].filter(b=>b.name.toLowerCase()===f.name.toLowerCase()).reduce((b,d)=>b+d.amount,0),y=t["cheer-recent"].filter(b=>b.name.toLowerCase()===o.toLowerCase()).reduce((b,d)=>b+d.amount,0);y>g&&(f.amount=y,f.name=o)};l("all"),t["cheer-session"].amount+=r,t["cheer-week"].amount+=r,t["cheer-month"].amount+=r,t["cheer-total"].amount+=r,t["cheer-count"].count+=1,t["cheer-goal"].amount+=r,t["cheer-recent"].unshift({name:o,amount:r,createdAt:new Date().toISOString()}),t["cheer-recent"]=(t["cheer-recent"]||[]).sort(i);break}case"follower-latest":{const r=n.event.displayName??n.event.name;t["follower-latest"].name=r,t["follower-session"].count+=1,t["follower-week"].count+=1,t["follower-month"].count+=1,t["follower-total"].count+=1,t["follower-goal"].amount+=1,t["follower-recent"].unshift({name:r,createdAt:new Date().toISOString()}),t["follower-recent"]=(t["follower-recent"]||[]).sort(i);break}case"subscriber-latest":{const r=n.event.displayName??n.event.name,o=n.event.amount,c=n.event.tier,l=n.event.message;if(t["subscriber-latest"]={name:r,amount:o,tier:c,message:l??""},t["subscriber-recent"].find(h=>h.name.toLowerCase()===r.toLowerCase())?o>1&&(t["subscriber-resub-latest"]={name:r,amount:o,message:l??""},t["subscriber-resub-session"].count+=1):(t["subscriber-new-latest"]={name:r,amount:o,message:l??""},t["subscriber-new-session"].count+=1),!(!n.event.gifted&&!n.event.bulkGifted&&!n.event.isCommunityGift))if(n.event.gifted&&!n.event.bulkGifted&&!n.event.isCommunityGift){const h=n.event.sender;t["subscriber-gifted-latest"]={name:r,amount:o,tier:c,message:l??"",sender:h},t["subscriber-gifted-session"].count+=1,t["subscriber-alltime-gifter"]={name:h,amount:o}}else n.event.gifted&&!n.event.bulkGifted&&n.event.isCommunityGift||!n.event.gifted&&n.event.bulkGifted&&n.event.isCommunityGift;t["subscriber-session"].count+=o,t["subscriber-week"].count+=o,t["subscriber-month"].count+=o,t["subscriber-total"].count+=o,t["subscriber-goal"].amount+=o,t["subscriber-points"].amount+=o,t["subscriber-recent"].unshift({name:r,amount:o,tier:c,createdAt:new Date().toISOString()}),t["subscriber-recent"]=(t["subscriber-recent"]||[]).sort(i);break}case"raid-latest":{const r=n.event.displayName??n.event.name,o=n.event.amount;t["raid-latest"]={name:r,amount:o},t["raid-recent"].unshift({name:r,amount:o,createdAt:new Date().toISOString()}),t["raid-recent"]=(t["raid-recent"]||[]).sort(i);break}}break}case"youtube":{const n=a.data;switch(n.listener){case"superchat-latest":{const r=n.event.displayName??n.event.name,o=n.event.amount;t["superchat-latest"]={name:r.toLowerCase(),displayName:r,amount:o,_id:u.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",providerId:"",avatar:""};const c=l=>{if(l==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const h=t[`superchat-${l}-top-donation`];h&&o>h.amount&&(h.amount=o,h.name=r);const p=t[`superchat-${l}-top-donator`],f=t["superchat-recent"].filter(y=>y.name.toLowerCase()===p.name.toLowerCase()).reduce((y,b)=>y+b.amount,0),g=t["superchat-recent"].filter(y=>y.name.toLowerCase()===r.toLowerCase()).reduce((y,b)=>y+b.amount,0);g>f&&(p.amount=g,p.name=r)};c("all"),t["superchat-session"].amount+=o,t["superchat-week"].amount+=o,t["superchat-month"].amount+=o,t["superchat-total"].amount+=o,t["superchat-count"].count+=1,t["superchat-goal"].amount+=o,t["superchat-recent"].unshift({name:r.toLowerCase(),displayName:r,amount:o,_id:u.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",avatar:"",providerId:""});break}}break}case"streamelements":{const n=a.data;switch(n.listener){case"tip-latest":{const r=n.event.displayName??n.event.name,o=n.event.amount;t["tip-latest"]={name:r,amount:o};const c=l=>{if(l==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const h=t[`tip-${l}-top-donation`];h&&o>h.amount&&(h.amount=o,h.name=r);const p=t[`tip-${l}-top-donator`],f=t["tip-recent"].filter(y=>y.name.toLowerCase()===p.name.toLowerCase()).reduce((y,b)=>y+b.amount,0),g=t["tip-recent"].filter(y=>y.name.toLowerCase()===r.toLowerCase()).reduce((y,b)=>y+b.amount,0);g>f&&(p.amount=g,p.name=r)};c("all"),t["tip-session"].amount+=o,t["tip-week"].amount+=o,t["tip-month"].amount+=o,t["tip-total"].amount+=o,t["tip-count"].count+=1,t["tip-goal"].amount+=o,t["tip-recent"].unshift({name:r,amount:o,createdAt:new Date().toISOString()}),t["tip-recent"]=(t["tip-recent"]||[]).sort(i);break}}break}}}return{session:t,emulated:!0}},async onEventReceived(t="random",a="random",i={}){const n={twitch:["message","follower-latest","cheer-latest","raid-latest","subscriber-latest"],streamelements:["tip-latest"],youtube:["message","superchat-latest","subscriber-latest","sponsor-latest"],kick:[],facebook:[]};switch(t){default:case"random":{var r=u.random.array(Object.keys(n).filter(z=>n[z].length))[0],o=u.random.array(n[r])[0];return this.onEventReceived(r,o)}case"twitch":switch(a){default:case"random":{var o=u.random.array(n[t])[0];return this.onEventReceived(t,o)}case"message":{var c=i?.name??u.random.array(w.names.filter(R=>R.length))[0],l=i?.message??u.random.array(w.messages.filter(R=>R.length))[0],h=await u.message.generateBadges(i?.badges??[],t),p=u.message.findEmotesInText(l),f=u.message.replaceEmotesWithHTML(l,p),g=i?.color??u.random.color("hex"),y=i?.userId??u.random.number(1e7,99999999).toString(),b=i?.msgId??u.random.uuid(),d=i?.time??Date.now(),m=i?.channel??client.details.user.username;return{listener:"message",event:{service:t,data:{time:d,tags:{"badge-info":`${h.keys.map(R=>`${R}/${u.random.number(1,5)}`).join(",")}`,badges:h.keys.join("/1,"),mod:h.keys.includes("moderator")?"1":"0",subscriber:h.keys.includes("subscriber")?"1":"0",turbo:h.keys.includes("turbo")?"1":"0","tmi-sent-ts":d.toString(),"user-id":y,"user-type":"",color:g,"display-name":c,emotes:"","client-nonce":u.random.string(16),flags:"",id:b,"first-msg":"0","returning-chatter":"0"},nick:c.toLowerCase(),displayName:c,displayColor:g,channel:m,text:l,isAction:!1,userId:y,msgId:b,badges:h.badges,emotes:p},renderedText:f},emulated:!0}}case"cheer":case"cheer-latest":{var k=i?.amount??u.random.number(100,1e4),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(S=>S.length))[0],l=i?.message??u.random.array(w.messages.filter(S=>S.length))[0];return{listener:"cheer-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,message:l,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"cheer",originalEventName:"cheer-latest",provider:t},emulated:!0}}case"follower":case"follower-latest":{var v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(S=>S.length))[0];return{listener:"follower-latest",event:{avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"follower",originalEventName:"follower-latest",provider:t},emulated:!0}}case"raid":case"raid-latest":{var k=i?.amount??u.random.number(1,100),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(H=>H.length))[0];return{listener:"raid-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"raid",originalEventName:"raid-latest",provider:t},emulated:!0}}case"subscriber":case"subscriber-latest":{var I=i?.tier??u.random.array(["1000","2000","3000","prime"])[0],k=i?.amount??u.random.number(1,24),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(P=>P.length))[0],j=i?.sender??u.random.array(w.names.filter(P=>P.length&&P!==c))[0],l=i?.message??u.random.array(w.messages.filter(P=>P.length))[0],x={default:{avatar:v,playedAsCommunityGift:!1},gift:{sender:j,gifted:!0},community:{message:l,sender:j,bulkGifted:!0},spam:{sender:j,gifted:!0,isCommunityGift:!0}},T=["default","gift","community","spam"],D=i?.subType??u.random.array(T)[0];return D=T.includes(D)?D:"default",{listener:"subscriber-latest",event:{amount:k,name:c.toLowerCase(),displayName:c,providerId:"",tier:I,...x.default,...x[D],_id:u.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"delete-message":return{listener:"delete-message",event:{msgId:i?.id??u.random.uuid(),provider:t},emulated:!0};case"delete-messages":return{listener:"delete-messages",event:{userId:i?.id??u.random.number(1e7,99999999).toString(),provider:t},emulated:!0}}case"streamelements":switch(a){default:case"random":{var o=u.random.array(n[t])[0];return this.onEventReceived(t,o)}case"tip":case"tip-latest":{var k=i?.amount??u.random.number(100,4e3),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(H=>H.length))[0];return{listener:"tip-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"tip",originalEventName:"tip-latest",provider:t},emulated:!0}}case"kvstore:update":return{listener:"kvstore:update",event:{data:{key:`customWidget.${i?.key??"sampleKey"}`,value:i?.value??"sampleValue"},provider:t},emulated:!0};case"bot:counter":return{listener:"bot:counter",event:{counter:i?.counter??"sampleCounter",value:i?.value??u.random.number(0,100),provider:t},emulated:!0};case"mute":case"unmute":case"alertService:toggleSound":{var Ct=i?.muted??!client.details.overlay.muted;return{listener:"alertService:toggleSound",event:{muted:Ct,provider:t},emulated:!0}}case"skip":case"event:skip":return{listener:"event:skip",event:{provider:t},emulated:!0}}case"youtube":switch(a){default:case"random":{var o=u.random.array(n[t])[0];return this.onEventReceived(t,o)}case"message":{var c=i?.name??u.random.array(w.names.filter(B=>B.length))[0],l=i?.message??u.random.array(w.messages.filter(B=>B.length))[0];const V=await u.message.generateBadges(i?.badges??[],t);var p=u.message.findEmotesInText(l),f=u.message.replaceEmotesWithHTML(l,p),g=i?.color??u.random.color("hex"),y=i?.userId??u.random.number(1e7,99999999).toString(),b=i?.msgId??u.random.uuid(),d=i?.time??Date.now(),v=i?.avatar??u.random.array(w.avatars)[0],m=i?.channel??client.details.user.username;return{listener:"message",event:{service:t,data:{kind:"",etag:"",id:"",snippet:{type:"",liveChatId:"",authorChannelId:m,publishedAt:new Date().toISOString(),hasDisplayContent:!0,displayMessage:l,textMessageDetails:{messageText:l}},authorDetails:{channelId:m,channelUrl:"",displayName:c,profileImageUrl:v,...V},msgId:b,userId:y,nick:c.toLowerCase(),badges:[],displayName:c,isAction:!1,time:d,tags:[],displayColor:g,channel:m,text:l,avatar:v,emotes:[]},renderedText:l},emulated:!0}}case"subscriber":case"subscriber-latest":{var v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(S=>S.length))[0];return{listener:"subscriber-latest",event:{avatar:v,displayName:c,name:c.toLowerCase(),providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"superchat":case"superchat-latest":{var k=i?.amount??u.random.number(100,4e3),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(H=>H.length))[0];return{listener:"superchat-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",provider:t},emulated:!0}}case"sponsor":case"sponsor-latest":{var I=i?.tier??u.random.array(["1000","2000","3000"])[0],k=i?.amount??u.random.number(1,24),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(M=>M.length))[0],j=i?.sender??u.random.array(w.names.filter(M=>M.length&&M!==c))[0],l=i?.message??u.random.array(w.messages.filter(M=>M.length))[0],x={default:{avatar:v,playedAsCommunityGift:!1},gift:{sender:j,gifted:!0},community:{message:l,sender:j,bulkGifted:!0},spam:{sender:j,gifted:!0,isCommunityGift:!0}},T=["default","gift","community","spam"],D=i?.subType??u.random.array(T)[0];return D=T.includes(D)?D:"default",{listener:"sponsor-latest",event:{amount:k,name:c.toLowerCase(),displayName:c,providerId:"",...x.default,...x[D],_id:u.random.uuid(),sessionTop:!1,type:"sponsor",originalEventName:"sponsor-latest",provider:t},emulated:!0}}}}}}},s.emulate={twitch:{message(t={}){s.generate.event.onEventReceived("twitch","message",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})},deleteMessage(t){if(!t||typeof t!="string")return;const a={listener:"delete-message",event:{msgId:t}};s.emulate.send("onEventReceived",a)},deleteMessages(t){if(!t||typeof t!="string")return;const a={listener:"delete-messages",event:{userId:t}};s.emulate.send("onEventReceived",a)},follower(t={}){s.generate.event.onEventReceived("twitch","follower-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})},raid(t={}){s.generate.event.onEventReceived("twitch","raid-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})},cheer(t={}){s.generate.event.onEventReceived("twitch","cheer-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})},subscriber(t={}){s.generate.event.onEventReceived("twitch","subscriber-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})}},streamelements:{tip(t={}){s.generate.event.onEventReceived("streamelements","tip-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})}},youtube:{message(t={}){s.generate.event.onEventReceived("youtube","message",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})},subscriber(t={}){s.generate.event.onEventReceived("youtube","subscriber-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})},superchat(t={}){s.generate.event.onEventReceived("youtube","superchat-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})},sponsor(t={}){s.generate.event.onEventReceived("youtube","sponsor-latest",t).then(a=>{a&&s.emulate.send("onEventReceived",a)})}},kick:{},facebook:{},send(t,a){if(!s.queue){C.warn("Local queue is not initialized."),window.dispatchEvent(new CustomEvent(t,{detail:a}));return}switch(t){case"onEventReceived":{s.queue.enqueue({listener:t,data:a,session:t==="onEventReceived"?!0:void 0});break}case"onSessionUpdate":{s.queue.enqueue({listener:t,data:a});break}case"onWidgetLoad":{s.queue.enqueue({listener:t,data:a});break}}}};async function e(t=["fields.json","cf.json","field.json","customfields.json"],a=["data.json","fielddata.json","fd.json","DATA.json"],i){const n={fields:t.find(o=>{try{return new URL("./"+o,window.location.href),!0}catch{return!1}}),data:a.find(o=>{try{return new URL("./"+o,window.location.href),!0}catch{return!1}})},r=await fetch("./"+(n.data??"data.json"),{cache:"no-store"}).then(o=>o.json()).catch(()=>({}));await fetch("./"+(n.fields??"fields.json"),{cache:"no-store"}).then(o=>o.json()).then(async o=>{const c=Object.entries(o).filter(([h,{value:p}])=>p!=null).reduce((h,[p,{value:f}])=>(r&&r[p]!==void 0&&(f=r[p]),h[p]=f,h),{...r}),l=await s.generate.event.onWidgetLoad(c,await s.generate.session.get(i));window.dispatchEvent(new CustomEvent("onWidgetLoad",{detail:l}))})}s.start=e})(U||(U={}));class tt extends J{constructor(e){if(super(),this.queue=[],this.priorityQueue=[],this.history=[],this.timeouts=[],this.running=!1,this.duration=void 0,this.loaded=!1,!(window.client instanceof E))throw new Error("useQueue can only be instantiated after the Client is initialized.");if(!e.processor||typeof e.processor!="function")throw new Error("A valid processor function must be provided to useQueue.");this.processor=e.processor,e.duration!=="client"&&(this.duration=e.duration??0),window.client.on("load",()=>{e.duration==="client"&&(this.duration=window.client.fields?.widgetDuration??0),this.emit("load"),this.loaded=!0})}enqueue(e,t={}){const a={isoDate:new Date().toISOString(),isLoop:t?.isLoop??!1,isPriority:t?.isPriority??!1,isImmediate:t?.isImmediate??!1,value:e},i=this.hasItems();return a.isPriority&&a.isImmediate?(this.cancel(),this.priorityQueue.unshift(a)):(a.isPriority?this.priorityQueue:this.queue).push(a),this.running===!1&&i===!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(){const 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(a){C.error(`Error during item processing: ${a instanceof Error?a.message:String(a)}`)}this.history.push(e);const 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)}}typeof window!==void 0&&(window.addEventListener("load",()=>{window.client instanceof E&&(U.queue=new tt({duration:"client",processor:async function(e){if(window.dispatchEvent(new CustomEvent(e.listener,{detail:e.data})),e.listener==="onEventReceived"&&e.session){const t=await U.generate.event.onSessionUpdate(client.session,u.event.parseProvider(e.data));window.dispatchEvent(new CustomEvent("onSessionUpdate",{detail:t}))}}}))}),window.addEventListener("onWidgetLoad",async s=>{const{detail:e}=s;if(window.client instanceof E){const t=window.client;if(t.fields=e.fieldData,t.session=e.session.data,t.details={...t.details,user:e.channel,currency:e.currency,overlay:e.overlay},e.channel.id&&!e.emulated?await fetch(`https://api.streamelements.com/kappa/v2/channels/${e.channel.id}/`).then(a=>a.json()).then(a=>{if(a.provider)return t.details.provider=a.provider,a.provider;t.details.provider="local"}).catch(()=>{t.details.provider="local"}):t.details.provider="local",t.emit("load",e),t.debug){C.received("Widget loaded!",s.detail);const a=s.detail.fieldData;Object.keys(a).length&&C.received("Field data:",a)}t.loaded=!0,t.storage.on("load",a=>{if(t.debug&&a?C.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,a):t.debug&&C.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,"No data found."),a){const i=l=>{const h=Date.now(),p={};for(const f in l)if(l.hasOwnProperty(f)){const g=l[f];g.expire&&g.expire>h&&(p[f]=g)}return p},n=i(a.user||{}),r=i(a.avatar||{}),o=i(a.pronoun||{}),c=i(a.emote||{});t.storage.update({user:n,avatar:r,pronoun:o,emote:c})}e.channel.providerId.length&&t.storage.add(`avatar.${e.channel.providerId.toLowerCase()}`,{value:e.channel.avatar,timestamp:Date.now(),expire:Date.now()+t.cache.avatar*60*1e3})})}}),window.addEventListener("onSessionUpdate",s=>{const{detail:e}=s;if(window.client instanceof E){const t=window.client;t.session=e.session,t.emit("session",e.session),t.debug&&C.debug("[Client]","Session updated",e.session)}}),window.addEventListener("onEventReceived",({detail:s})=>{if(window.client instanceof E){const t=u.event.parseProvider(s);switch(t.provider){case"streamelements":{const i=t.data;switch(i.listener){case"tip-latest":{i.event;break}case"event:skip":{i.event;break}case"event:test":{switch(i.event.listener){case"widget-button":{const n=i.event;O.execute(n.field,n.value);break}case"subscriber-latest":{i.event;break}}break}case"kvstore:update":{const n=i.event;if(A.length){var e=A.find(r=>r.id===n.data.key.replace("customWidget.",""));e&&e.update(n.data.value)}break}case"bot:counter":{i.event;break}case"alertService:toggleSound":{const n=i.event;client.details.overlay.muted=!!n.muted;break}}window.client.emit("event","streamelements",t.data);break}case"twitch":{const i=t.data;switch(i.listener){case"delete-message":{i.event;break}case"delete-messages":{i.event;break}case"message":{i.event,N.execute({provider:"twitch",data:i});break}case"follower-latest":{i.event;break}case"cheer-latest":{i.event;break}case"subscriber-latest":{(!i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&i.event.isCommunityGift||!i.event.gifted&&i.event.bulkGifted&&!i.event.isCommunityGift)&&i.event;break}case"raid-latest":{i.event;break}}window.client.emit("event","twitch",t.data);break}case"youtube":{const i=t.data;switch(i.listener){case"message":{i.event,N.execute({provider:"youtube",data:i});break}case"subscriber-latest":{i.event;break}case"sponsor-latest":{i.event,(!i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&i.event.isCommunityGift||!i.event.gifted&&i.event.bulkGifted&&!i.event.isCommunityGift)&&i.event;break}case"superchat-latest":{i.event;break}}window.client.emit("event","youtube",t.data);break}case"kick":{t.data,window.client.emit("event","kick",t.data);break}case"facebook":{t.data,window.client.emit("event","facebook",t.data);break}}const a=["bot:counter","alertService:toggleSound","event","event:skip","event:test","kvstore:update"];client.debug&&!a.some(i=>i===t.data.listener)&&C.received("[Client]",`Event ${t.data.listener} received from ${t.provider}`,t.data.event)}}));const q={getOverlayStatus:()=>({isEditorMode:!1,muted:!1}),resumeQueue:()=>{},responses:{},sendMessage(s,e){},counters:{get(s){return null}},sanitize(s){return s},cheerFilter(s){return s},setField(s,e,t){},store:{set:function(s,e){this.list[s]=e,localStorage.setItem("SE_API-STORE",JSON.stringify(q.store.list))},get:async function(s){return this.list[s]?this.list[s]:null},list:{}}};async function vt(){let s=localStorage.getItem("SE_API-STORE")??"",e=s?JSON.parse(s):{};return q.store.list=e,q}var G;(s=>{let e;(i=>{(n=>{n.hehim="He/Him",n.sheher="She/Her",n.theythem="They/Them",n.shethem="She/They",n.hethem="He/They",n.heshe="He/She",n.xexem="Xe/Xem",n.faefaer="Fae/Faer",n.vever="Ve/Ver",n.aeaer="Ae/Aer",n.ziehir="Zie/Hir",n.perper="Per/Per",n.eem="E/Em",n.itits="It/Its"})(i.map||(i.map={}))})(e=s.Pronouns||(s.Pronouns={}));async function t(){try{const i=await fetch("https://pronouns.alejo.io/api/pronouns").then(n=>n.json());if(Array.isArray(i)&&i.length){const n=Object.fromEntries(i.map(({name:r,display:o})=>[r,o]));return{...e.map,...n}}}catch{}return{...e.map}}s.list=t;async function a(i){if(!i)throw new Error("Username is required to fetch Alejo data.");if(i=i.toLowerCase(),i in client.storage.data.pronoun&&client.storage.data.pronoun[i].expire>Date.now())return client.storage.data.pronoun[i].value;try{const n=await fetch(`https://pronouns.alejo.io/api/users/${i}`).then(r=>r.json()).then(([r])=>r);if(n)return client.storage.add(`pronoun.${i}`,{value:n.pronoun_id,timestamp:Date.now(),expire:Date.now()+client.cache.pronoun*60*1e3}),client.storage.data.pronoun[i].value??n.pronoun_id}catch(n){throw new Error(`Failed to fetch pronoun data for user "${i}": ${n instanceof Error?n.message:n}`)}}s.get=a})(G||(G={}));class kt extends J{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(a=>{this.instance=a,this.emit("load",a),this.connect()}).catch(a=>{C.error("useComfyJs: Failed to load ComfyJS",a)})}load(){return typeof window.ComfyJS>"u"||!window.ComfyJS?new Promise((e,t)=>{if(this.emulate&&!client)return t(new Error("useComfyJs: Cannot emulate chat messages without a Client instance."));const a=document.createElement("script");a.src="https://cdn.jsdelivr.net/npm/comfy.js@1.1.29/dist/comfy.min.js",a.type="text/javascript",a.async=!0,a.onload=()=>e(window.ComfyJS),a.onerror=i=>t(i),document.head.appendChild(a)}):Promise.resolve(window.ComfyJS)}connect(){this.instance.onError=e=>{this.emit("error",e),client.debug&&C.error("[Client]","ComfyJS Error:",e)},this.instance.onCommand=(e,t,a,i,n)=>{if(this.emit("command",e,t,a,i,n),client.debug&&C.debug("[Client]",`ComfyJS Command: !${t} ${a} (User: ${e})`),this.emulate){const r={...i,broadcaster:i.broadcaster,moderator:i.mod,vip:i.vip,subscriber:i.subscriber,founder:i.founder},o={name:e,message:`!${t} ${a}`,badges:Object.entries(r).map(([c,l])=>l?c:null).filter(Boolean),color:n.userColor,time:new Date(n.timestamp).getTime(),userId:n.userId,msgId:n.id,channel:n.channel};U.emulate.twitch.message(o)}},this.instance.onChat=(e,t,a,i,n)=>{if(this.emit("chat",e,t,a,i,n),client.debug&&C.debug("[Client]",`ComfyJS Chat: ${t} (User: ${e})`),this.emulate){const r={...a,...n.userBadges,broadcaster:a.broadcaster,moderator:a.mod,vip:a.vip,subscriber:a.subscriber,founder:a.founder};U.emulate.twitch.message({name:e,message:t,badges:Object.entries(r).map(([o,c])=>c?o:null).filter(Boolean),color:n.userColor,time:new Date(n.timestamp).getTime(),userId:n.userId,msgId:n.id,channel:n.channel})}},this.instance.onWhisper=(e,t,a,i,n)=>{this.emit("whisper",e,t,a,i,n),client.debug&&C.debug("[Client]",`ComfyJS Whisper: ${t} (User: ${e})`)},this.instance.onMessageDeleted=(e,t)=>{this.emit("messageDeleted",e,t),client.debug&&C.debug("[Client]",`ComfyJS Message Deleted: ${e}`),this.emulate&&U.emulate.twitch.deleteMessage(e)},this.instance.onJoin=(e,t,a)=>{this.emit("join",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Join: ${e}`)},this.instance.onPart=(e,t,a)=>{this.emit("part",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Part: ${e}`)},this.instance.onHosted=(e,t,a,i)=>{this.emit("hosted",e,t,a,i),client.debug&&C.debug("[Client]",`ComfyJS Hosted: ${e} (${t} viewers)`)},this.instance.onRaid=(e,t,a)=>{this.emit("raid",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Raid: ${e} (${t} viewers)`),this.emulate&&U.emulate.twitch.raid({name:e,amount:t})},this.instance.onSub=(e,t,a,i)=>{if(this.emit("sub",e,t,a,i),client.debug&&C.debug("[Client]",`ComfyJS Sub: ${e} (${a.plan})`),this.emulate){const n=a.plan==="Prime"?"prime":a.plan;U.emulate.twitch.subscriber({name:e,message:t,tier:n,subType:"default"})}},this.instance.onResub=(e,t,a,i,n,r)=>{if(this.emit("resub",e,t,a,i,n,r),client.debug&&C.debug("[Client]",`ComfyJS Resub: ${e} (${i} months)`),this.emulate){const o=n.plan==="Prime"?"prime":n.plan;U.emulate.twitch.subscriber({name:e,message:t,tier:o,amount:i,subType:"default"})}},this.instance.onSubGift=(e,t,a,i,n,r)=>{if(this.emit("subGift",e,t,a,i,n,r),client.debug&&C.debug("[Client]",`ComfyJS Sub Gift: ${e} gifted ${i} subs`),this.emulate){const o=n.plan==="Prime"?"prime":n.plan;U.emulate.twitch.subscriber({name:a,message:"",sender:e,tier:o,amount:i,subType:"gift"})}},this.instance.onSubMysteryGift=(e,t,a,i,n)=>{if(this.emit("subMysteryGift",e,t,a,i,n),client.debug&&C.debug("[Client]",`ComfyJS Sub Mystery Gift: ${e} gifted ${t} subs`),this.emulate){const r=i.plan==="Prime"?"prime":i.plan;U.emulate.twitch.subscriber({name:e,message:"",amount:t,tier:r,subType:"community"})}},this.instance.onGiftSubContinue=(e,t,a)=>{this.emit("giftSubContinue",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Gift Sub Continue: ${e} continued their gifted sub from ${t}`),this.emulate&&U.emulate.twitch.subscriber({name:e,message:"",sender:t,tier:"1000",subType:"gift"})},this.instance.onCheer=(e,t,a,i,n)=>{this.emit("cheer",e,t,a,i,n),client.debug&&C.debug("[Client]",`ComfyJS Cheer: ${e} cheered ${a} bits - ${t}`),this.emulate&&U.emulate.twitch.cheer({name:e,message:t,amount:a})},this.instance.onChatMode=(e,t)=>{this.emit("chatMode",e,t),client.debug&&C.debug("[Client]",`ComfyJS Chat Mode Changed on ${t}`)},this.instance.onReward=(e,t,a,i,n)=>{this.emit("reward",e,t,a,i,n),client.debug&&C.debug("[Client]",`ComfyJS Reward: ${e} redeemed ${t} for ${a} - ${i}`)},this.instance.onConnected=(e,t,a)=>{this.emit("connected",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Connected: ${e}:${t} (First Connect: ${a})`)},this.instance.onReconnect=e=>{this.emit("reconnect",e),client.debug&&C.debug("[Client]",`ComfyJS Reconnect: Attempt #${e}`)},this.init&&this.instance.Init(this.username,this.password,this.channels,this.isDebug)}}class et{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){const t=this.style(e),a=e.icon?`${e.icon} `:"";return(...i)=>{if(!this.enabled||typeof console>"u")return;let n="";typeof this.prefix=="function"?n=this.prefix():typeof this.prefix=="string"&&(n=this.prefix);const r=[],o=[];if(i.forEach(c=>{typeof c=="string"||typeof c=="number"||typeof c=="boolean"?r.push(c):o.push(c)}),r.length>0){const c=r.join(" ");console.log(`%c${n.endsWith(" ")?n:n.trim()+" "}${a}${c}`,t,...o)}else o.length>0&&console.log(`%c${n.endsWith(" ")?n:n.trim()+" "}${a}`,t,...o)}}style(e){const 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)}}const it=typeof SE_API<"u"?Promise.resolve(SE_API):Promise.resolve(vt()),C=new et,F={SeAPI:it,Client:E,Helper:u,Local:U,Data:w,logger:C,modules:{EventProvider:J,useStorage:L,useQueue:tt,useLogger:et},actions:{Button:O,Command:N},multistream:{useComfyJs:kt},data:{usedStorages:A},pronouns:{Alejo:G}};return typeof window<"u"?window.Tixyel=F:globalThis.Tixyel=F,F}));
|
|
1
|
+
(function(J,A){typeof exports=="object"&&typeof module<"u"?module.exports=A():typeof define=="function"&&define.amd?define(A):(J=typeof globalThis<"u"?globalThis:J||self,J["@tixyel/streamelements"]=A())})(this,(function(){"use strict";class J{constructor(){this.registeredEvents={}}emit(e,...t){return(this.registeredEvents[e]||[]).map(i=>i.apply(this,t))}on(e,t){if(typeof t!="function")throw new TypeError("Callback must be a function");return this.registeredEvents[e]||(this.registeredEvents[e]=[]),this.registeredEvents[e].push(t),this}off(e,t){const a=this.registeredEvents[e]||[];return t?(this.registeredEvents[e]=a.filter(i=>i!==t),this):(this.registeredEvents[e]=[],this)}once(e,t){const a=(...i)=>{this.off(e,a),t.apply(this,i)};return this.on(e,a),this}removeAllListeners(e){return this.registeredEvents[e]=[],this}}var A=[];class L extends J{constructor(e){super(),this.id="default",this.loaded=!1,this.SE_API=null,this.id=e.id||this.id,this.data=e.data??{},A.push(this),this.start()}start(){it?.then(e=>{this.SE_API=e,e.store.get(this.id).then(t=>{this.data=t??this.data,this.loaded=!0,this.emit("load",this.data),JSON.stringify(this.data)!==JSON.stringify(t)&&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)){const t={...this.data,...e};this.save(t)}}add(e,t){this.loaded&&(L.setByPath(this.data,e,t),this.save(this.data))}clear(){this.loaded&&(this.data={},this.save(this.data))}static setByPath(e,t,a){const i=t.split(".");let s=e;for(let r=0;r<i.length-1;r++)(typeof s[i[r]]!="object"||s[i[r]]==null)&&(s[i[r]]={}),s=s[i[r]];return s[i[i.length-1]]=a,s}on(e,t){return e==="load"&&this.loaded?(t.apply(this,[this.data]),this):(super.on(e,t),this)}}class E extends J{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 L({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)}}class N{constructor(e){this.prefix="!",this.arguments=!1,this.test=`${this.prefix}${this.name} arg1 arg2`,this.aliases=[],this.permissions=void 0,this.admins=[],window.client instanceof E&&(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,window.client.actions.commands.push(this),window.client.emit("action",this,"created"))}run(e,t){}verify(e,t,a){return this.arguments===!0&&(!a||!a.length)?!1:!!(this.admins.some(i=>e.toLocaleLowerCase()===i.toLocaleLowerCase())||this.permissions===!0||typeof this.permissions>"u"||Array.isArray(this.permissions)&&!this.permissions.length||Array.isArray(this.permissions)&&(this.permissions.some(i=>e.toLowerCase()===i.toLowerCase()||t.map(s=>s.toLowerCase()).includes(i.toLowerCase()))||this.permissions.includes("*")))}parse(e,t){if(!(window.client instanceof E))return!1;const a=e.replace(this.prefix,"").split(" ").slice(1).map(c=>c.trim());var i="",s=[];const r={bits:"cheer",premium:"prime"};switch(t.provider){case"twitch":{const c=t.data;i=c.event.data.nick||c.event.data.displayName,c.event.data.tags?.badges&&(s=c.event.data.tags.badges.toString().replace(/\/\d+/g,"").split(",").map(h=>h in r?r[h]:h));break}case"youtube":{const c=t.data,l={isVerified:"verified",isChatOwner:"owner",isChatSponsor:"sponsor",isChatModerator:"moderator"};i=c.event.data.nick||c.event.data.displayName,s=Object.entries(c.event.data.authorDetails).filter(([h,p])=>h.startsWith("is")&&p).map(([h])=>l[h]).filter(Boolean),s.includes("sponsor")&&(s.push("premium"),s.push("prime")),s.includes("owner")&&(s.push("moderator"),s.push("broadcaster"));break}case"kick":return!1}const o=this.verify(i,s,a);return o===!0&&this.run.apply(window.client,[a,t]),o}remove(){if(!(window.client instanceof E))return;const e=window.client.actions.commands.indexOf(this);e>-1&&(window.client.actions.commands.splice(e,1),window.client.emit("action",this,"removed"))}static execute(e){if(!(window.client instanceof E))return!1;const t=e.data;try{if(window.client.actions.commands.length&&window.client.actions.commands.some(a=>t.event.data.text.startsWith(a.prefix))){const a=window.client.actions.commands.filter(i=>{var s=[i.name,...i.aliases??[]],r=t.event.data.text.replace(i.prefix,"").split(" ")[0];return s.includes(r)});if(a.length&&a.every(i=>i instanceof N))return a.forEach(i=>{i.parse(t.event.data.text,e),window.client.emit("action",i,"executed"),C.received(`Command executed: ${t.event.data.text} by ${t.event.data.nick||t.event.data.displayName}`,t)}),!0}}catch{return!1}finally{return!1}}}const q={delay(n,e){return new Promise(t=>setTimeout(()=>{if(e){const a=e();t(a??null)}else t(null)},n))},typedEntries(n){return Object.entries(n)},typedValues(n){return Object.values(n)},typedKeys(n){return Object.keys(n)},probability(n){const e=Object.values(n).reduce((s,r)=>s+r,0),t=q.typedEntries(n).sort((s,r)=>r[1]-s[1]),a=Math.random()*e;let i=0;for(const[s,r]of t)if(i+=r,a<i)return s}},Y={translate(n,e="cardinal"){const t={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"]},a={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"],s=["","thousand","million","billion","trillion","quadrillion","quintillion"],r=s.map(g=>g?`${g}th`:"");if(n=Math.abs(Math.floor(n)),e==="suffix"){const g=n%100;if(g>=11&&g<=13)return`${n}th`;const y=n%10;return`${n}${i[y]}`}function o(g,y){if(g<10)return y==="ordinal"?a.single[g]:t.single[g];if(g<20)return y==="ordinal"?a.tens[g-10]:t.tens[g-10];const b=Math.floor(g/10),d=g%10;if(d===0)return y==="ordinal"?a.decades[b-2]:t.decades[b-2];const m=t.decades[b-2],k=y==="ordinal"?a.single[d]:t.single[d];return`${m}-${k}`}function c(g,y){if(g===0)return y==="ordinal"?a.single[0]:t.single[0];const b=Math.floor(g/100),d=g%100,m=[];return b>0&&(y==="ordinal"&&d===0?m.push(`${t.single[b]} hundredth`):m.push(`${t.single[b]} hundred`)),d>0&&m.push(o(d,y)),m.join(" ")}if(n<1e3)return c(n,e);const l=[];let h=n;for(;h>0;)l.push(h%1e3),h=Math.floor(h/1e3);let p=-1;for(let g=0;g<l.length;g++)l[g]!==0&&(p=g);const f=[];for(let g=l.length-1;g>=0;g--){const y=l[g];if(y===0)continue;const b=s[g];if(e==="cardinal"){let d=c(y,"cardinal");b&&(d+=` ${b}`),f.push(d)}else if(g===p)if(g>0){const m=c(y,"cardinal"),k=r[g];f.push(m?`${m} ${k}`:k)}else{const m=c(y,"ordinal");f.push(m)}else{let m=c(y,"cardinal");b&&(m+=` ${b}`),f.push(m)}}return f.join(", ")},balance(n,e=0,t=100){return Math.min(Math.max(n,e),t)},round(n,e=2){const t=Math.pow(10,e);return Math.round(n*t)/t}},X={mergeSpanStyles(n,e,t){const a=e.match(/^<span(?: class="[^"]*")? style="([^"]*)">(.*)<\/span>$/s);if(a){const i=a[1],s=a[2],r=a[0].match(/class="([^"]*)"/)?.[1]||"";let o=[i,n].filter(c=>c.length).map(c=>c.endsWith(";")?c.slice(0,-1):c).join("; ").replace(/\s*;\s*/g,"; ").trim();return o.endsWith(";")||(o+=";"),`<span${r?` class="${r} ${t??""}"`:""}${o?` style="${o}"`:""}>${s}</span>`}else return n&&n.length&&!n.endsWith(";")&&(n+=";"),`<span${t?` class="${t}"`:""}${n?` style="${n}"`:""}>${e}</span>`},scale(n,e=0,t=1,a){const{return:i=!1,parent:s,base:r}=a||{},o=s||n.parentElement||document.body;if(!o)throw new Error("No parent element found for scaling");const c=o.getBoundingClientRect(),l=n.offsetWidth,h=n.offsetHeight;if(l===0||h===0)throw new Error("Element has zero width or height, cannot scale");const p=c.width*t/l,f=c.height*t/h;let g=r==="width"?p:r==="height"?f:Math.min(p,f);if(e>0){const b=c.width*e/l,d=c.height*e/h,m=Math.max(b,d);g=Math.max(m,g)}const y={width:l*g,height:h*g,scale:g};return i||(n.style.transform=`scale(${g})`,n.style.transformOrigin="center center"),y},scalev2(n,e={}){const{parent:t=n.parentElement,prefer:a="auto",min:i=0,max:s=1,apply:r=()=>{}}=e;if(!t)throw new Error("No parent element found for scaling");const o=t.getBoundingClientRect(),c=n.getBoundingClientRect(),l=o.width,h=o.height,p=c.width,f=c.height;let g=l*i/p,y=h*i/f,b=l*s/p,d=h*s/f,m=Math.min(b,d);const k=Math.max(g,y);m=Math.max(m,k);const v=p*m,I=f*m;return a==="width"?m=Math.max(g,Math.min(b,l/p)):a==="height"?m=Math.max(y,Math.min(d,h/f)):v>l?m=Math.max(g,Math.min(b,l/p)):I>h&&(m=Math.max(y,Math.min(d,h/f))),r.apply(n,[m,n]),m},fitText(n,e=1,t={}){const a=parseFloat(getComputedStyle(n).getPropertyValue("font-size")),i={minFontSize:t?.minFontSize??0,maxFontSize:t?.maxFontSize??a},s=t?.parent||n.parentElement;if(!s)throw new Error("No parent element found for fitting text");const r=s.clientWidth*e,o=n.offsetWidth,c=r/o,l=a*c,h=Y.balance(l,i.minFontSize,i.maxFontSize);return n.style.fontSize=h+"px",n},splitTextToChars(n,e=0){const a=new DOMParser().parseFromString(n,"text/html");let i=e;function s(l){if(l.nodeType===Node.TEXT_NODE){const p=(l.textContent||"").split("").map((g,y)=>{const b=document.createElement("span");return b.classList.add("char"),b.dataset.index=String(i),b.dataset.exclusivityIndex=String(i),b.style.setProperty("--char-index",String(i)),b.style.setProperty("--exclusivity-index",String(i)),(g===" "||g===`
|
|
2
|
+
`||g===" ")&&(b.style.whiteSpace="pre-wrap"),b.textContent=g,i++,b}),f=document.createDocumentFragment();return p.forEach(g=>f.appendChild(g)),f}else if(l.nodeType===Node.ELEMENT_NODE){const h=l.cloneNode(!1);return h.classList.add("container"),h.dataset.index=String(i),h.style.setProperty("--char-index",String(i)),l.childNodes.forEach(p=>{const f=s(p);(f instanceof DocumentFragment||f instanceof Node)&&h.appendChild(f)}),h}return l.cloneNode(!0)}const r=a.body,o=document.createElement("div");r.childNodes.forEach(l=>{if(l.nodeType===Node.TEXT_NODE&&!l.textContent?.trim())return;const h=s(l);(h instanceof DocumentFragment||h instanceof Node)&&o.appendChild(h)});let c="";return Array.from(o.childNodes).forEach(l=>{l.nodeType===Node.TEXT_NODE?c+=l.textContent:c+=l.outerHTML}),c}},Q={flatten(n,e=!0,t=""){const a={};for(const i in n){if(!Object.prototype.hasOwnProperty.call(n,i))continue;const s=n[i],r=t?`${t}.${i}`:i;if(s==null){a[r]=String(s);continue}if(typeof s=="number"&&isNaN(s)){a[r]="NaN";continue}if(typeof s=="number"&&!isNaN(s)){a[r]=e?String(s):s;continue}if(s instanceof Date){a[r]=s.toISOString();continue}if(s instanceof Map){s.forEach((o,c)=>{a[`${r}.${c}`]=JSON.stringify(o)});continue}if(Array.isArray(s)){s.forEach((o,c)=>{const l=`${r}:${c}`;typeof o=="object"?Object.assign(a,this.flatten(o,e,l)):a[l]=e?String(o):o});continue}if(typeof s=="object"){Object.assign(a,this.flatten(s,e,r));continue}a[r]=String(s)}return a}},at={playing:!1,audio:null,play(n,e=100,t=!1){if(!n||!n.length)throw new Error("No sound URL provided");try{t&&this.playing&&this.audio&&this.audio.state!=="closed"&&this.audio.close();let a=new AudioContext,i=a.createGain();i.connect(a.destination),t&&(this.audio=a,this.playing=!0),fetch(n).then(s=>s.arrayBuffer()).then(s=>a.decodeAudioData(s)).then(s=>{if(a.state!=="closed"){const r=a.createBufferSource();r.buffer=s,r.connect(i),i.gain.value=e/100,r.start(a.currentTime)}})}catch(a){throw new Error(`Error playing sound: ${a}`)}}},O=["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"];function st(n,e){if(!e)return null;switch(e){case"hex":{const t=n.replace("#","");let a=0,i=0,s=0,r=1;return t.length===3?(a=parseInt(t[0]+t[0],16),i=parseInt(t[1]+t[1],16),s=parseInt(t[2]+t[2],16)):t.length===6?(a=parseInt(t.slice(0,2),16),i=parseInt(t.slice(2,4),16),s=parseInt(t.slice(4,6),16)):t.length===4?(a=parseInt(t[0]+t[0],16),i=parseInt(t[1]+t[1],16),s=parseInt(t[2]+t[2],16),r=parseInt(t[3]+t[3],16)/255):t.length===8&&(a=parseInt(t.slice(0,2),16),i=parseInt(t.slice(2,4),16),s=parseInt(t.slice(4,6),16),r=parseInt(t.slice(6,8),16)/255),{r:a,g:i,b:s,a:r}}case"rgb":case"rgba":{const t=n.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":{const t=n.match(/hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%(?:\s*,\s*([\d.]+))?\s*\)/);if(!t)return null;const a=parseInt(t[1]),i=parseInt(t[2]),s=parseInt(t[3]),r=t[4]?parseFloat(t[4]):1;return{...rt(a,i,s),a:r}}case"css-color-name":{const t=document.createElement("canvas");t.width=t.height=1;const a=t.getContext("2d");if(!a)return null;a.fillStyle=n,a.fillRect(0,0,1,1);const[i,s,r]=a.getImageData(0,0,1,1).data;return{r:i,g:s,b:r,a:1}}default:return null}}function nt(n,e=!0){const t=i=>Math.round(i).toString(16).padStart(2,"0");let a=`#${t(n.r)}${t(n.g)}${t(n.b)}`;return e&&n.a<1&&(a+=t(n.a*255)),a}function Z(n,e,t){n/=255,e/=255,t/=255;const a=Math.max(n,e,t),i=Math.min(n,e,t),s=a-i;let r=0,o=0;const c=(a+i)/2;if(s!==0)switch(o=c>.5?s/(2-a-i):s/(a+i),a){case n:r=((e-t)/s+(e<t?6:0))/6;break;case e:r=((t-n)/s+2)/6;break;case t:r=((n-e)/s+4)/6;break}return{h:Math.round(r*360),s:Math.round(o*100),l:Math.round(c*100)}}function rt(n,e,t){n/=360,e/=100,t/=100;let a,i,s;if(e===0)a=i=s=t;else{const r=(l,h,p)=>(p<0&&(p+=1),p>1&&(p-=1),p<.16666666666666666?l+(h-l)*6*p:p<.5?h:p<.6666666666666666?l+(h-l)*(.6666666666666666-p)*6:l),o=t<.5?t*(1+e):t+e-t*e,c=2*t-o;a=r(c,o,n+1/3),i=r(c,o,n),s=r(c,o,n-1/3)}return{r:Math.round(a*255),g:Math.round(i*255),b:Math.round(s*255)}}async function ot(n,e,t){const a=O;let i=a[0],s=1/0;for await(const r of a){const o=document.createElement("canvas");o.width=o.height=1;const c=o.getContext("2d");if(!c)continue;c.fillStyle=r,c.fillRect(0,0,1,1);const[l,h,p]=c.getImageData(0,0,1,1).data,f=Math.sqrt(Math.pow(n-l,2)+Math.pow(e-h,2)+Math.pow(t-p,2));if(f<s&&(s=f,i=r),f===0)break}return i}const W={color(n="hex"){switch(n){default:case"hex":return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`;case"hexa":{const t=`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`,a=Math.floor(Math.random()*256).toString(16).padStart(2,"0");return t+a}case"rgb":{const t=Math.floor(Math.random()*256),a=Math.floor(Math.random()*256),i=Math.floor(Math.random()*256);return`rgb(${t}, ${a}, ${i})`}case"rgba":{const t=Math.floor(Math.random()*256),a=Math.floor(Math.random()*256),i=Math.floor(Math.random()*256),s=Math.random().toFixed(2);return`rgba(${t}, ${a}, ${i}, ${s})`}case"hsl":{const t=Math.floor(Math.random()*361),a=Math.floor(Math.random()*101),i=Math.floor(Math.random()*101);return`hsl(${t}, ${a}%, ${i}%)`}case"hsla":{const t=Math.floor(Math.random()*361),a=Math.floor(Math.random()*101),i=Math.floor(Math.random()*101),s=Math.random().toFixed(2);return`hsla(${t}, ${a}%, ${i}%, ${s})`}case"css-color-name":{var e=O;return this.array(e)[0]}}},number(n,e,t=0){n>e&&([n,e]=[e,n]);const a=Math.random()*(e-n)+n;return t?Number(a.toFixed(t)):Math.round(a)},boolean(n=.5){return Math.random()>n},string(n,e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"){let t="";for(let a=0;a<n;a++)t+=e.charAt(Math.floor(Math.random()*e.length));return t},array(n){const e=this.number(0,n.length-1);return[n[e],e]},date(n=new Date(2e3,0,1),e=new Date){return new Date(this.number(n.getTime(),e.getTime()))},daysOffset(n){const t=Date.now()-this.number(0,n*24*60*60*1e3);return new Date(t).toISOString()},uuid(){return crypto.randomUUID()}},$={opacity(n=100,e=""){e=e.length>7?e?.substring(0,6):e,n=n>1?n/100:n;let t=Math.round(Math.min(Math.max(n,0),1)*255).toString(16).toLowerCase().padStart(2,"0");return e+t},extract(n){if(!n.startsWith("#")||n.length<=7)return{color:n,opacity:100};var a=n.slice(-2),e=parseInt(a,16)/255,t=Math.round(e*100),a=n.length>7?n.slice(0,7):n;return{color:a,opacity:t}},validate(n){if(typeof n!="string"||!String(n).trim().length)return!1;const e=n.trim();return/^#([A-Fa-f0-9]{3}){1,2}$/.test(e)||/^#([A-Fa-f0-9]{4}|[A-Fa-f0-9]{8})$/.test(e)?"hex":/^rgb\(\s*(?:\d{1,3}\s*,\s*){2}\d{1,3}\s*\)$/.test(e)?"rgb":/^rgba\(\s*(?:\d{1,3}\s*,\s*){3}(?:0|1|0?\.\d+)\s*\)$/.test(e)?"rgba":/^hsl\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*\)$/.test(e)?"hsl":/^hsla\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*,\s*(?:0|1|0?\.\d+)\s*\)$/.test(e)?"hsla":O.includes(e.toLowerCase())?"css-color-name":!1},async convert(n,e){const t=this.validate(n);if(!t)throw new Error(`Invalid color format: ${n}`);if(t===e)throw new Error(`Color is already in the desired format: ${e}`);const a=st(n.trim(),t);if(!a)throw new Error(`Failed to parse color: ${n}`);switch(e){case"hex":return nt(a,!1);case"rgb":return`rgb(${a.r}, ${a.g}, ${a.b})`;case"rgba":return`rgba(${a.r}, ${a.g}, ${a.b}, ${a.a})`;case"hsl":{const i=Z(a.r,a.g,a.b);return`hsl(${i.h}, ${i.s}%, ${i.l}%)`}case"hsla":{const i=Z(a.r,a.g,a.b);return`hsla(${i.h}, ${i.s}%, ${i.l}%, ${a.a})`}case"css-color-name":return await ot(a.r,a.g,a.b);default:return null}},random:W.color},ct={async replace(n,e,t){const a=[];n.replace(e,(s,...r)=>{const o=typeof t=="function"?t(s,...r):s;return a.push(Promise.resolve(o)),s});const i=await Promise.all(a);return n.replace(e,()=>i.shift()??"")},capitalize(n){return n.charAt(0).toUpperCase()+n.slice(1)},compose(n,e={},t={method:"index",html:!1,modifiers:{},aliases:{}}){const{mergeSpanStyles:a}=X,i=(d,m,k)=>t.html?a(d,m,k):m;e.skip="<br/>",e.newline="<br/>";const s=Object.entries(Q.flatten(e)).reduce((d,[m,k])=>{if(d[m]=String(k),["username","name","nick","nickname","sender"].some(v=>m===v)){const v=d?.username||d?.name||d?.nick||d?.nickname||d?.sender;d.username=d.username||v,d.usernameAt=`@${d.username}`,d.name=d.name||v,d.nick=d.nick||v,d.nickname=d.nickname||v,d.sender=d.sender||v,d.senderAt=`@${d.sender}`}return["amount","count"].some(v=>m===v)&&(d.amount=String(d?.amount||d.count||k),d.count=String(d?.count||d?.amount||k)),d.currency=d.currency||window?.client?.details.currency.symbol||"$",d.currencyCode=d.currencyCode||window?.client?.details.currency.code||"USD",d},{}),r={PLACEHOLDERS:/{([^}]+)}/g,MODIFIERS:/\[(\w+)(:[^=]+)?=([^\]]+)\]/g};var o=parseFloat(s?.amount??s?.count??0);const c={COLOR:(d,m)=>i(m&&$.validate(m)?`color: ${m}`:"",d,"color"),WEIGHT:(d,m)=>i(m&&!isNaN(parseInt(m))?`font-weight: ${m}`:"",d,"weight"),BOLD:d=>i("font-weight: bold",d,"bold"),LIGHT:d=>i("font-weight: lighter",d,"light"),STRONG:d=>i("font-weight: bolder",d,"strong"),ITALIC:d=>i("font-style: italic",d,"italic"),UNDERLINE:d=>i("text-decoration: underline",d,"underline"),STRIKETHROUGH:d=>i("text-decoration: line-through",d,"strikethrough"),SUB:d=>i("vertical-align: sub",d,"sub"),SUP:d=>i("vertical-align: super",d,"sup"),LARGER:d=>i("font-size: larger",d,"larger"),SMALL:d=>i("font-size: smaller",d,"small"),SHADOW:(d,m)=>i(`text-shadow: ${m}`,d,"shadow"),SIZE:(d,m)=>i(m?`font-size: ${m}`:"",d,"size")},h={...{BT1:d=>o>1?d:"",BT0:d=>o>0?d:"",ST1:d=>o<1?d:"",ST0:d=>o<0?d:"",UPC:d=>d.toUpperCase(),LOW:d=>d.toLowerCase(),REV:d=>d.split("").reverse().join(""),CAP:d=>d.charAt(0).toUpperCase()+d.slice(1).toLowerCase(),FALLBACK:(d,m)=>d.length?d:m??d},...t?.html?c:{},...t.modifiers??{}},p={UPC:["UPPERCASE","UPPER","UPP"],LOW:["LOWERCASE","LOWER","LWC"],REV:["REVERSE","RVS"],CAP:["CAPITALIZE","CAPITAL"],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"],...t.aliases??{}};function f(d,m,k){const v=Object.entries(p).find(([j,x])=>x.some(T=>T.toUpperCase()===m.toUpperCase())?!0:j.toUpperCase()===m.toUpperCase()),I=v?v[0]:m.toUpperCase();try{return h[I]?h[I](d,typeof k=="string"?k.trim():null,s):t?.html?i("",d,I.toLowerCase()):d}catch{return d}}function g(d){let m=d,k;for(;(k=r.MODIFIERS.exec(m))!==null;){const[v,I,j,x]=k,T=f(g(x),I,j);m=m.replace(v,T??""),r.MODIFIERS.lastIndex=0}return m}function y(d){let m=0;const k=d.length;function v(j){let x="";for(;m<k;)if(d[m]==="\\")m+1<k?(x+=d[m+1],m+=2):m++;else if(d[m]==="["&&(!j||j!=="["))x+=I();else if(j&&d[m]===j){m++;break}else x+=d[m++];return x}function I(){m++;let j="";for(;m<k&&/[A-Za-z0-9]/.test(d[m]);)j+=d[m++];let x=null;if(d[m]===":"){m++;const D=m;for(;m<k&&d[m]!=="=";)m++;x=d.slice(D,m)}d[m]==="="&&m++;const T=v("]");return f(T,j,x)}return v()}let b=n.replace(r.PLACEHOLDERS,(d,m)=>typeof s[m]=="string"||typeof s[m]=="number"?String(s[m]):m??m);return b=t.method==="loop"?g(b):y(b),b}},dt=["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"],ht={"100 bits":{type:"100 bits",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/09d93036-e7ce-431c-9a9e-7044297133f2/3",description:"100 bits badge"},"no audio":{type:"no audio",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/aef2cd08-f29b-45a1-8c12-d44d7fd5e6f0/3",description:"Individuals with unreliable or no sound can select this badge"},"no video":{type:"no video",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/199a0dba-58f3-494e-a7fc-1fa0a1001fb8/3",description:"Individuals with unreliable or no video can select this badge"},bot:{type:"bot",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/df9095f6-a8a0-4cc2-bb33-d908c0adffb8/3",description:"Twitch bot"},"twitch staff":{type:"twitch staff",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/d97c37bd-a6f5-4c38-8f57-4e4bef88af34/3",description:"Twitch Staff"},admins:{type:"admins",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/9ef7e029-4cdf-4d4d-a0d5-e2b3fb2583fe/3",description:"Admins"},artist:{type:"artist",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/3",description:"Artist"},"game developer":{type:"game developer",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/85856a4a-eb7d-4e26-a43e-d204a977ade4/3",description:"Game Developer"},prime:{type:"prime",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/a1dd5073-19c3-4911-8cb4-c464a7bc1510/3",description:"Prime"},turbo:{type:"turbo",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/bd444ec6-8f34-4bf9-91f4-af1e3428d80f/3",description:"Turbo"},subscriber:{type:"subscriber",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",description:"Subscriber"},broadcaster:{type:"broadcaster",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",description:"Broadcaster"},verified:{type:"verified",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/3",description:"Verified"},moderator:{type:"moderator",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3",description:"Moderator"},vip:{type:"vip",version:"1",url:"https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3",description:"VIP"}},lt=Object.values([{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:0,end:13},{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:14,end:23},{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:24,end:32},{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:33,end:40},{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:41,end:46},{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:47,end:53},{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:54,end:65},{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:66,end:76},{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:77,end:83},{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:84,end:91},{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:92,end:102},{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:103,end:113},{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:114,end:124},{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:125,end:131},{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:132,end:137},{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:138,end:151},{type:"twitch",name:"<3",id:"9",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/3.0"},start:152,end:154},{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:155,end:159},{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:160,end:165},{type:"twitch",name:"IronmouseLuv",id:"emotesv2_54c53ae67ad746d2bc866b6fc779183c",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_54c53ae67ad746d2bc866b6fc779183c/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_54c53ae67ad746d2bc866b6fc779183c/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_54c53ae67ad746d2bc866b6fc779183c/static/dark/3.0"},start:166,end:178},{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:0,end:5},{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:7,end:16},{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:18,end:26},{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:28,end:35},{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:37,end:47},{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:49,end:65},{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:66,end:80},{type:"twitch",name:"NonbinaryPride",id:"307827356",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/static/dark/3.0"},start:81,end:95},{type:"twitch",name:"LesbianPride",id:"307827340",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/static/dark/3.0"},start:96,end:108},{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:109,end:122},{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:123,end:139},{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:140,end:148},{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:149,end:162},{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:163,end:175},{type:"twitch",name:"PogChamp",id:"305954156",gif:!1,animated:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/static/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/static/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/static/dark/3.0"},start:176,end:184},{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:185,end:194},{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:195,end:206},{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:207,end:214},{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:215,end:222},{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:223,end:231},{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:232,end:235},{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:236,end:244},{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:245,end:252},{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:253,end:261},{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:262,end:273},{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:274,end:280},{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:281,end:287},{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:288,end:294},{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:295,end:301},{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:302,end:311},{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:46,end:55},{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:56,end:63},{type:"twitch",name:"TransgenderPride",id:"307827377",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827377/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827377/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827377/default/dark/3.0"},start:0,end:15},{type:"twitch",name:"PansexualPride",id:"307827370",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827370/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827370/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827370/default/dark/3.0"},start:17,end:30},{type:"twitch",name:"NonbinaryPride",id:"307827356",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827356/default/dark/3.0"},start:32,end:45},{type:"twitch",name:"LesbianPride",id:"307827340",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827340/default/dark/3.0"},start:47,end:58},{type:"twitch",name:"IntersexPride",id:"307827332",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827332/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827332/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827332/default/dark/3.0"},start:60,end:72},{type:"twitch",name:"GenderFluidPride",id:"307827326",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827326/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827326/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827326/default/dark/3.0"},start:74,end:89},{type:"twitch",name:"GayPride",id:"307827321",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827321/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827321/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827321/default/dark/3.0"},start:91,end:98},{type:"twitch",name:"BisexualPride",id:"307827313",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827313/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827313/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827313/default/dark/3.0"},start:100,end:112},{type:"twitch",name:"AsexualPride",id:"307827267",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/307827267/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/307827267/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/307827267/default/dark/3.0"},start:114,end:125},{type:"twitch",name:"PogChamp",id:"305954156",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/305954156/default/dark/3.0"},start:127,end:134},{type:"twitch",name:"GlitchCat",id:"304486301",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/304486301/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/304486301/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/304486301/default/dark/3.0"},start:136,end:144},{type:"twitch",name:"DarkMode",id:"461298",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/461298/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/461298/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/461298/default/dark/3.0"},start:146,end:153},{type:"twitch",name:"LUL",id:"425618",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/425618/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/425618/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/425618/default/dark/3.0"},start:155,end:157},{type:"twitch",name:"TheIlluminati",id:"145315",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/145315/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/145315/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/145315/default/dark/3.0"},start:159,end:171},{type:"twitch",name:"imGlitch",id:"112290",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/112290/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/112290/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/112290/default/dark/3.0"},start:173,end:180},{type:"twitch",name:"DoritosChip",id:"102242",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/102242/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/102242/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/102242/default/dark/3.0"},start:182,end:192},{type:"twitch",name:"SSSsss",id:"46",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/46/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/46/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/46/default/dark/3.0"},start:194,end:199},{type:"twitch",name:"PunchTrees",id:"47",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/47/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/47/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/47/default/dark/3.0"},start:201,end:210},{type:"twitch",name:"BloodTrail",id:"69",gif:!1,urls:{1:"https://static-cdn.jtvnw.net/emoticons/v2/69/default/dark/1.0",2:"https://static-cdn.jtvnw.net/emoticons/v2/69/default/dark/2.0",4:"https://static-cdn.jtvnw.net/emoticons/v2/69/default/dark/3.0"},start:223,end:232},{type:"7tv",name:"CookieTime",id:"635b0184ea9ce7391cbf77d6",gif:!0,animated:!0,urls:{1:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/1x.webp",2:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/2x.webp",3:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/3x.webp",4:"https://cdn.7tv.app/emote/635b0184ea9ce7391cbf77d6/4x.webp"},start:0,end:10,coords:{x:0,y:0}},{type:"bttv",name:"catJAM",id:"5f1b0186cf6d2144653d2970",gif:!0,animated:!0,urls:{1:"https://cdn.betterttv.net/emote/5f1b0186cf6d2144653d2970/1x",2:"https://cdn.betterttv.net/emote/5f1b0186cf6d2144653d2970/2x",4:"https://cdn.betterttv.net/emote/5f1b0186cf6d2144653d2970/3x"},start:0,end:6,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:":tf:",id:"54fa8f1401e468494b85b537",gif:!1,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"},start:7,end:11,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"AngelThump",id:"566ca1a365dbbdab32ec055b",gif:!1,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"},start:12,end:22,coords:{x:0,y:0,width:334,height:112}},{type:"bttv",name:"ariW",id:"56fa09f18eff3b595e93ac26",gif:!1,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"},start:23,end:27,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"BroBalt",id:"54fbf00a01abde735115de5c",gif:!1,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"},start:28,end:35,coords:{x:0,y:0,width:184,height:120}},{type:"bttv",name:"bttvNice",id:"54fab7d2633595ca4c713abf",gif:!1,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"},start:36,end:44,coords:{x:0,y:0,width:168,height:112}},{type:"bttv",name:"bUrself",id:"566c9f3b65dbbdab32ec052e",gif:!1,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"},start:45,end:52,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"c!",id:"6468f7acaee1f7f47567708e",gif:!1,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"},start:53,end:55,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"CandianRage",id:"54fbf09c01abde735115de61",gif:!1,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"},start:56,end:67,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"CiGrip",id:"54fa8fce01e468494b85b53c",gif:!1,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"},start:68,end:74,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"ConcernDoge",id:"566c9f6365dbbdab32ec0532",gif:!1,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"},start:75,end:86,coords:{x:0,y:0,width:101,height:112}},{type:"bttv",name:"CruW",id:"55471c2789d53f2d12781713",gif:!1,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"},start:87,end:91,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"cvHazmat",id:"5e76d338d6581c3724c0f0b2",gif:!1,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"},start:92,end:100,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"D:",id:"55028cd2135896936880fdd7",gif:!1,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"},start:101,end:103,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"haHAA",id:"555981336ba1901877765555",gif:!1,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"},start:104,end:109,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"LuL",id:"567b00c61ddbe1786688a633",gif:!1,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"},start:110,end:113,coords:{x:0,y:0,width:112,height:112}},{type:"bttv",name:"DuckerZ",id:"573d38b50ffbf6cc5cc38dc9",gif:!1,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"},start:114,end:121,coords:{x:0,y:0,width:149,height:112}},{type:"ffz",name:"CatBag",id:"25927",gif:!1,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"},start:122,end:128,coords:{x:0,y:0,width:143,height:128}}]).reduce((n,e)=>(n.some(t=>t.name===e.name)||n.push({...e,start:0,end:0}),n),[]),mt=[],ut=["Hello everyone!","PogChamp","This stream is amazing!","catJAM catJAM catJAM","LUL that was funny","GG!","First time here, loving it!","DinoDance","Can we get some hype in chat?","TransgenderPride PansexualPride NonbinaryPride","POGGERS","I just followed! PogChamp","Great gameplay btw","LUL LUL LUL","This is so wholesome AngelThump","catJAM vibing","haHAA","Wait what just happened? D:","GlitchCat GlitchCat","Best stream on Twitch right now!","DarkMode gang where you at?","PogChamp PogChamp PogChamp PogChamp","Anyone else eating? DoritosChip","I love this community!","TheIlluminati confirmed","bUrself be yourself!","CookieTime nom nom","imGlitch technical difficulties","This music is fire catJAM","bttvNice","LesbianPride GayPride BisexualPride","SSSsss Minecraft time","PopNemo","Going to bed, good night everyone!","Just got here, what did I miss?",":tf: trollface","ariW wave","BroBalt nice one","AsexualPride IntersexPride GenderFluidPride","This chat is moving so fast!","CandianRage","PunchTrees PunchTrees","CiGrip","ConcernDoge hmm","CruW salute","cvHazmat stay safe","DuckerZ quack","BloodTrail hunting time","CatBag kitty!","c! poggers"],gt=["Local","Tixyel","Urie_s2","itzzcatt","BeniArts","Cupidiko","shy_madeit"],pt=["1000","2000","3000","prime"],ft=["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"],bt=[{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}];var w;(n=>{n.avatars=dt,n.badges=ht,n.css_color_names=O,n.emotes=lt,n.items=mt,n.messages=ut,n.names=gt,n.tiers=pt,n.tts=ft,n.youtube_emotes=bt})(w||(w={}));const yt={findEmotesInText(n,e=w.emotes){const t=[];return e.forEach(a=>{const i=a.name;let s=0,r=0;for(;s<n.length;){const o=n.indexOf(i,r);if(o===-1)break;const c=o>0?n[o-1]:" ",l=o+i.length<n.length?n[o+i.length]:" ";/\s/.test(c)&&/\s/.test(l)&&t.push({...a,start:o,end:o+i.length}),r=o+1}}),t.sort((a,i)=>a.start-i.start)},replaceEmotesWithHTML(n,e){if(!e.length)return n;let t="",a=0;return e.forEach(i=>{t+=n.substring(a,i.start);const r=Array.from({...i.urls,length:5}).slice(1).reverse().filter(Boolean)[0]||i.urls[1];t+=`<img src="${r}" alt="${i.name}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`,a=i.end}),t+=n.substring(a),t},replaceYoutubeEmotesWithHTML(n,e=w.youtube_emotes){return Array.from(n.matchAll(/:(.*?):/gim),a=>a[0]).forEach(a=>{const i=e.find(s=>s.shortcuts.includes(a)||s.searchTerms.includes(a.slice(1,-1)));if(i){const s=i.image.thumbnails.at(-1)?.url,r=i.image.accessibility.accessibilityData.label;s&&(n=n.replace(a,`<img src="${s}" alt="${r}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`))}}),n},async generateBadges(n=[],e){if(!Array.isArray(n)&&typeof n=="string"&&(n=n.split(",").map(r=>r.trim())),!n||!n.length){var t=W.number(1,3);for await(const r of Array.from({length:t},()=>"")){var a=W.array(Object.keys(w.badges))[0];!n.includes(a)&&Array.isArray(n)?n.push(a):n=[a]}}var i;switch(e){case"twitch":{i={keys:Array.from(n).filter(r=>r in w.badges),badges:Array.from(n).slice(0,3).map(r=>w.badges[r]).filter(Boolean)};break}case"youtube":{var s={verified:{isVerified:!0},broadcaster:{isChatOwner:!0},host:{isChatOwner:!0},sponsor:{isChatSponsor:!0},subscriber:{isChatSponsor:!0},moderator:{isChatModerator:!0}};i=Object.entries(n).reduce((r,[o])=>(o in s&&Object.assign(r,s[o]),r),{isVerified:!1,isChatOwner:!1,isChatSponsor:!1,isChatModerator:!1});break}}return i}},wt={parseProvider(n){var e=n.event?.provider||n.event?.service||n.event?.data?.provider||window.client.details.provider;return["kvstore:update","bot:counter","alertService:toggleSound","tip-latest","event:test","event:skip"].some(i=>i===n.listener)&&(e="streamelements"),{provider:e,data:n}}};var u;(n=>{n.sound=at,n.element=X,n.color=$,n.object=Q,n.utils=q,n.random=W,n.number=Y,n.string=ct,n.message=yt,n.event=wt})(u||(u={}));class _{constructor(e){this.field="button",this.template="button",this.name="Button",this.value="",window.client instanceof E&&(this.field=e.field??this.field,this.template=e.template??this.template,this.name=e.name??this.name,this.value=e.value??this.value,this.run=e.run,window.client.actions.buttons.push(this),window.client.emit("action",this,"created"))}generate(e){return q.typedValues(e).reduce((a,i,s)=>{const r=u.string.compose(this.template,{index:s,...i},{html:!1}),o=u.string.compose(this.name,{index:s,...i},{html:!1});a[r]={type:"button",label:o};let c=u.string.compose(String(this.value),{index:s,...i},{html:!1});return isNaN(Number(c))?c.toLowerCase()==="true"?c=!0:c.toLowerCase()==="false"&&(c=!1):c=Number(c),typeof c<"u"&&c&&(typeof c!="string"||c.length)&&(a[r].value=c),a},{})}parse(e,t){var a=e.replace(typeof this.field=="string"?this.field:this.template.replace(/\{[^}]*\}/g,"")??"","").trim();try{this.run.apply(window.client,[a.length?a:e??e,t])}catch(i){throw new Error(`Error running button "${this.field}": ${i instanceof Error?i.message:i}`)}return this}remove(){if(!(window.client instanceof E))return;const e=window.client.actions.buttons.indexOf(this);e>-1&&(window.client.actions.buttons.splice(e,1),window.client.emit("action",this,"removed"))}static execute(e,t){try{if(!(window.client instanceof E))return!1;if(window.client.actions.buttons.length){const a=window.client.actions.buttons.filter(i=>typeof i.field=="string"?i.field===e:typeof i.field=="function"?i.field(e,t):!1);if(a.length&&a.every(i=>i instanceof _))return a.forEach(i=>{try{i.parse(e,t),window.client.emit("action",i,"executed"),C.received(`Button executed: ${e}${t?` with value: ${t}`:""}`)}catch(s){C.error(`Error executing button "${e}": ${s instanceof Error?s.message:s}`)}}),!0}}catch{return!1}finally{return!1}}}var U;(n=>{n.generate={session:{types:{name:{type:"string",options:w.names.filter(t=>t.length)},tier:{type:"string",options:w.tiers.filter(t=>t.length)},message:{type:"string",options:w.messages.filter(t=>t.length)},item:{type:"array",options:w.items},avatar:{type:"string",options:w.avatars.filter(t=>t.length)}},available(){const t=this.types;return{follower:{latest:{name:t.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:t.name,createdAt:{type:"date",range:400}}}},subscriber:{latest:{name:t.name,amount:{type:"int",min:10,max:30},tier:t.tier,message:t.message},"new-latest":{name:t.name,amount:{type:"int",min:10,max:30},message:t.message},"resub-latest":{name:t.name,amount:{type:"int",min:10,max:30},message:t.message},"gifted-latest":{name:t.name,amount:{type:"int",min:10,max:30},message:t.message,tier:t.tier,sender:t.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:t.name,amount:{type:"int",min:300,max:400}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:10,max:30},tier:t.tier,createdAt:{type:"date",range:400}}}},host:{latest:{name:t.name,amount:{type:"int",min:1,max:10}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:1,max:10},createdAt:{type:"date",range:400}}}},raid:{latest:{name:t.name,amount:{type:"int",min:0,max:100}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:0,max:100},createdAt:{type:"date",range:400}}}},charityCampaignDonation:{latest:{name:t.name,amount:{type:"int",min:50,max:150}},"session-top-donation":{name:t.name,amount:{type:"int",min:50,max:200}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:200,max:500}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:500,max:800}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:800,max:1e3}},"session-top-donator":{name:t.name,amount:{type:"int",min:50,max:200}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:200,max:500}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:500,max:800}},"alltime-top-donator":{name:t.name,amount:{type:"int",min:800,max:1e3}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:50,max:150},createdAt:{type:"date",range:400}}}},cheer:{latest:{name:t.name,amount:{type:"int",min:200,max:800},message:t.message},"session-top-donation":{name:t.name,amount:{type:"int",min:200,max:1e3}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:1e3,max:5e3}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:5e3,max:12e3}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:12e3,max:2e4}},"session-top-donator":{name:t.name,amount:{type:"int",min:200,max:1e3}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:1e3,max:5e3}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:5e3,max:12e3}},"alltime-top-donator":{name:t.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:t.name,amount:{type:"int",min:200,max:800},createdAt:{type:"date",range:400}}}},cheerPurchase:{latest:{name:t.name,amount:{type:"int",min:200,max:400}},"session-top-donation":{name:t.name,amount:{type:"int",min:200,max:400}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:400,max:800}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:800,max:1500}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:1500,max:2e3}},"session-top-donator":{name:t.name,amount:{type:"int",min:200,max:400}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:400,max:800}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:800,max:1500}},"alltime-top-donator":{name:t.name,amount:{type:"int",min:1500,max:2e3}},recent:{type:"recent",amount:25,value:{name:t.name,amount:{type:"int",min:200,max:400},createdAt:{type:"date",range:400}}}},superchat:{latest:{name:t.name,amount:{type:"int",min:100,max:400}},"session-top-donation":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:2e3,max:2500}},"session-top-donator":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donator":{name:t.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:t.name,amount:{type:"int",min:100,max:400},createdAt:{type:"date",range:400}}}},hypetrain:{latest:{name:t.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:t.name}}},"channel-points":{latest:{name:t.name,amount:{type:"int",min:0,max:100},message:t.message,redemption:{type:"array",options:["Reward 1","Reward 2","Reward 3"]}}},tip:{latest:{name:t.name,amount:{type:"int",min:100,max:400}},"session-top-donation":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donation":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donation":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donation":{name:t.name,amount:{type:"int",min:2e3,max:2500}},"session-top-donator":{name:t.name,amount:{type:"int",min:100,max:500}},"weekly-top-donator":{name:t.name,amount:{type:"int",min:500,max:1e3}},"monthly-top-donator":{name:t.name,amount:{type:"int",min:1e3,max:2e3}},"alltime-top-donator":{name:t.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:t.name,amount:{type:"int",min:100,max:400},createdAt:{type:"date",range:400}}}},merch:{latest:{name:t.name,amount:{type:"int",min:0,max:100},items:t.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:t.name}}},purchase:{latest:{name:t.name,amount:{type:"int",min:0,max:100},items:t.item,avatar:t.avatar,message:t.message}}}},async get(t){const a=this.available();if(t)return t;const i=r=>{const o=h=>{if(!h||!("amount"in h))return[];const p=[];for(let f=0;f<h.amount;f++)p.push(i(h.value));return p.sort((f,g)=>new Date(g.createdAt).getTime()-new Date(f.createdAt).getTime())},c=h=>{const p={};for(const f in h){const g=f.replace("_type","type");p[g]=i(h[f])}return p},l=h=>{if(!h)return h;switch(h.type){case"int":return u.random.number(h.min,h.max);case"string":return u.random.array(h.options)[0];case"date":return u.random.daysOffset(h.range);case"array":return u.random.array(h.options)[0];case"recent":return o(h);default:return h}};return typeof r!="object"||r===null?r:"type"in r&&typeof r.type=="string"?l(r):c(r)};var s=Object.entries(i(a)).reduce((r,[o,c])=>(Object.entries(c).forEach(([l,h])=>r[`${o}-${l}`]=h),r),{});return s}},event:{async onWidgetLoad(t,a,i="USD"){const s={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:s[i]??s.USD,fieldData:t,recents:[],session:{data:a,settings:{autoReset:!1,calendar:!1,resetOnStart:!1}},overlay:{isEditorMode:!0,muted:!1},emulated:!0}},async onSessionUpdate(t,a){if(t??=await n.generate.session.get(),a){const i=(s,r)=>new Date(r.createdAt).getTime()-new Date(s.createdAt).getTime();switch(a.provider){case"twitch":{const s=a.data;switch(s.listener){case"cheer-latest":{const r=s.event.amount,o=s.event.displayName??s.event.name,c=s.event.message;t["cheer-latest"]={name:o,amount:r,message:c};const l=h=>{if(h==="all"){l("alltime"),l("monthly"),l("weekly"),l("session");return}const p=t[`cheer-${h}-top-donation`];p&&r>p.amount&&(p.amount=r,p.name=o);const f=t[`cheer-${h}-top-donator`],g=t["cheer-recent"].filter(b=>b.name.toLowerCase()===f.name.toLowerCase()).reduce((b,d)=>b+d.amount,0),y=t["cheer-recent"].filter(b=>b.name.toLowerCase()===o.toLowerCase()).reduce((b,d)=>b+d.amount,0);y>g&&(f.amount=y,f.name=o)};l("all"),t["cheer-session"].amount+=r,t["cheer-week"].amount+=r,t["cheer-month"].amount+=r,t["cheer-total"].amount+=r,t["cheer-count"].count+=1,t["cheer-goal"].amount+=r,t["cheer-recent"].unshift({name:o,amount:r,createdAt:new Date().toISOString()}),t["cheer-recent"]=(t["cheer-recent"]||[]).sort(i);break}case"follower-latest":{const r=s.event.displayName??s.event.name;t["follower-latest"].name=r,t["follower-session"].count+=1,t["follower-week"].count+=1,t["follower-month"].count+=1,t["follower-total"].count+=1,t["follower-goal"].amount+=1,t["follower-recent"].unshift({name:r,createdAt:new Date().toISOString()}),t["follower-recent"]=(t["follower-recent"]||[]).sort(i);break}case"subscriber-latest":{const r=s.event.displayName??s.event.name,o=s.event.amount,c=s.event.tier,l=s.event.message;if(t["subscriber-latest"]={name:r,amount:o,tier:c,message:l??""},t["subscriber-recent"].find(h=>h.name.toLowerCase()===r.toLowerCase())?o>1&&(t["subscriber-resub-latest"]={name:r,amount:o,message:l??""},t["subscriber-resub-session"].count+=1):(t["subscriber-new-latest"]={name:r,amount:o,message:l??""},t["subscriber-new-session"].count+=1),!(!s.event.gifted&&!s.event.bulkGifted&&!s.event.isCommunityGift))if(s.event.gifted&&!s.event.bulkGifted&&!s.event.isCommunityGift){const h=s.event.sender;t["subscriber-gifted-latest"]={name:r,amount:o,tier:c,message:l??"",sender:h},t["subscriber-gifted-session"].count+=1,t["subscriber-alltime-gifter"]={name:h,amount:o}}else s.event.gifted&&!s.event.bulkGifted&&s.event.isCommunityGift||!s.event.gifted&&s.event.bulkGifted&&s.event.isCommunityGift;t["subscriber-session"].count+=o,t["subscriber-week"].count+=o,t["subscriber-month"].count+=o,t["subscriber-total"].count+=o,t["subscriber-goal"].amount+=o,t["subscriber-points"].amount+=o,t["subscriber-recent"].unshift({name:r,amount:o,tier:c,createdAt:new Date().toISOString()}),t["subscriber-recent"]=(t["subscriber-recent"]||[]).sort(i);break}case"raid-latest":{const r=s.event.displayName??s.event.name,o=s.event.amount;t["raid-latest"]={name:r,amount:o},t["raid-recent"].unshift({name:r,amount:o,createdAt:new Date().toISOString()}),t["raid-recent"]=(t["raid-recent"]||[]).sort(i);break}}break}case"youtube":{const s=a.data;switch(s.listener){case"superchat-latest":{const r=s.event.displayName??s.event.name,o=s.event.amount;t["superchat-latest"]={name:r.toLowerCase(),displayName:r,amount:o,_id:u.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",providerId:"",avatar:""};const c=l=>{if(l==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const h=t[`superchat-${l}-top-donation`];h&&o>h.amount&&(h.amount=o,h.name=r);const p=t[`superchat-${l}-top-donator`],f=t["superchat-recent"].filter(y=>y.name.toLowerCase()===p.name.toLowerCase()).reduce((y,b)=>y+b.amount,0),g=t["superchat-recent"].filter(y=>y.name.toLowerCase()===r.toLowerCase()).reduce((y,b)=>y+b.amount,0);g>f&&(p.amount=g,p.name=r)};c("all"),t["superchat-session"].amount+=o,t["superchat-week"].amount+=o,t["superchat-month"].amount+=o,t["superchat-total"].amount+=o,t["superchat-count"].count+=1,t["superchat-goal"].amount+=o,t["superchat-recent"].unshift({name:r.toLowerCase(),displayName:r,amount:o,_id:u.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",avatar:"",providerId:""});break}}break}case"streamelements":{const s=a.data;switch(s.listener){case"tip-latest":{const r=s.event.displayName??s.event.name,o=s.event.amount;t["tip-latest"]={name:r,amount:o};const c=l=>{if(l==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const h=t[`tip-${l}-top-donation`];h&&o>h.amount&&(h.amount=o,h.name=r);const p=t[`tip-${l}-top-donator`],f=t["tip-recent"].filter(y=>y.name.toLowerCase()===p.name.toLowerCase()).reduce((y,b)=>y+b.amount,0),g=t["tip-recent"].filter(y=>y.name.toLowerCase()===r.toLowerCase()).reduce((y,b)=>y+b.amount,0);g>f&&(p.amount=g,p.name=r)};c("all"),t["tip-session"].amount+=o,t["tip-week"].amount+=o,t["tip-month"].amount+=o,t["tip-total"].amount+=o,t["tip-count"].count+=1,t["tip-goal"].amount+=o,t["tip-recent"].unshift({name:r,amount:o,createdAt:new Date().toISOString()}),t["tip-recent"]=(t["tip-recent"]||[]).sort(i);break}}break}}}return{session:t,emulated:!0}},async onEventReceived(t="random",a="random",i={}){const s={twitch:["message","follower-latest","cheer-latest","raid-latest","subscriber-latest"],streamelements:["tip-latest"],youtube:["message","superchat-latest","subscriber-latest","sponsor-latest"],kick:[],facebook:[]};switch(t){default:case"random":{var r=u.random.array(Object.keys(s).filter(z=>s[z].length))[0],o=u.random.array(s[r])[0];return this.onEventReceived(r,o)}case"twitch":switch(a){default:case"random":{var o=u.random.array(s[t])[0];return this.onEventReceived(t,o)}case"message":{var c=i?.name??u.random.array(w.names.filter(R=>R.length))[0],l=i?.message??u.random.array(w.messages.filter(R=>R.length))[0],h=await u.message.generateBadges(i?.badges??[],t),p=u.message.findEmotesInText(l),f=u.message.replaceEmotesWithHTML(l,p),g=i?.color??u.random.color("hex"),y=i?.userId??u.random.number(1e7,99999999).toString(),b=i?.msgId??u.random.uuid(),d=i?.time??Date.now(),m=i?.channel??client.details.user.username;return{listener:"message",event:{service:t,data:{time:d,tags:{"badge-info":`${h.keys.map(R=>`${R}/${u.random.number(1,5)}`).join(",")}`,badges:h.keys.join("/1,"),mod:h.keys.includes("moderator")?"1":"0",subscriber:h.keys.includes("subscriber")?"1":"0",turbo:h.keys.includes("turbo")?"1":"0","tmi-sent-ts":d.toString(),"user-id":y,"user-type":"",color:g,"display-name":c,emotes:"","client-nonce":u.random.string(16),flags:"",id:b,"first-msg":"0","returning-chatter":"0"},nick:c.toLowerCase(),displayName:c,displayColor:g,channel:m,text:l,isAction:!1,userId:y,msgId:b,badges:h.badges,emotes:p},renderedText:f},emulated:!0}}case"cheer":case"cheer-latest":{var k=i?.amount??u.random.number(100,1e4),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(S=>S.length))[0],l=i?.message??u.random.array(w.messages.filter(S=>S.length))[0];return{listener:"cheer-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,message:l,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"cheer",originalEventName:"cheer-latest",provider:t},emulated:!0}}case"follower":case"follower-latest":{var v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(S=>S.length))[0];return{listener:"follower-latest",event:{avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"follower",originalEventName:"follower-latest",provider:t},emulated:!0}}case"raid":case"raid-latest":{var k=i?.amount??u.random.number(1,100),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(H=>H.length))[0];return{listener:"raid-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"raid",originalEventName:"raid-latest",provider:t},emulated:!0}}case"subscriber":case"subscriber-latest":{var I=i?.tier??u.random.array(["1000","2000","3000","prime"])[0],k=i?.amount??u.random.number(1,24),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(P=>P.length))[0],j=i?.sender??u.random.array(w.names.filter(P=>P.length&&P!==c))[0],l=i?.message??u.random.array(w.messages.filter(P=>P.length))[0],x={default:{avatar:v,playedAsCommunityGift:!1},gift:{sender:j,gifted:!0},community:{message:l,sender:j,bulkGifted:!0},spam:{sender:j,gifted:!0,isCommunityGift:!0}},T=["default","gift","community","spam"],D=i?.subType??u.random.array(T)[0];return D=T.includes(D)?D:"default",{listener:"subscriber-latest",event:{amount:k,name:c.toLowerCase(),displayName:c,providerId:"",tier:I,...x.default,...x[D],_id:u.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"delete-message":return{listener:"delete-message",event:{msgId:i?.id??u.random.uuid(),provider:t},emulated:!0};case"delete-messages":return{listener:"delete-messages",event:{userId:i?.id??u.random.number(1e7,99999999).toString(),provider:t},emulated:!0}}case"streamelements":switch(a){default:case"random":{var o=u.random.array(s[t])[0];return this.onEventReceived(t,o)}case"tip":case"tip-latest":{var k=i?.amount??u.random.number(100,4e3),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(H=>H.length))[0];return{listener:"tip-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"tip",originalEventName:"tip-latest",provider:t},emulated:!0}}case"kvstore:update":return{listener:"kvstore:update",event:{data:{key:`customWidget.${i?.key??"sampleKey"}`,value:i?.value??"sampleValue"},provider:t},emulated:!0};case"bot:counter":return{listener:"bot:counter",event:{counter:i?.counter??"sampleCounter",value:i?.value??u.random.number(0,100),provider:t},emulated:!0};case"mute":case"unmute":case"alertService:toggleSound":{var Ct=i?.muted??!client.details.overlay.muted;return{listener:"alertService:toggleSound",event:{muted:Ct,provider:t},emulated:!0}}case"skip":case"event:skip":return{listener:"event:skip",event:{provider:t},emulated:!0}}case"youtube":switch(a){default:case"random":{var o=u.random.array(s[t])[0];return this.onEventReceived(t,o)}case"message":{var c=i?.name??u.random.array(w.names.filter(K=>K.length))[0],l=i?.message??u.random.array(w.messages.filter(K=>K.length))[0];const V=await u.message.generateBadges(i?.badges??[],t);var p=u.message.findEmotesInText(l),f=u.message.replaceEmotesWithHTML(l,p),g=i?.color??u.random.color("hex"),y=i?.userId??u.random.number(1e7,99999999).toString(),b=i?.msgId??u.random.uuid(),d=i?.time??Date.now(),v=i?.avatar??u.random.array(w.avatars)[0],m=i?.channel??client.details.user.username;return{listener:"message",event:{service:t,data:{kind:"",etag:"",id:"",snippet:{type:"",liveChatId:"",authorChannelId:m,publishedAt:new Date().toISOString(),hasDisplayContent:!0,displayMessage:l,textMessageDetails:{messageText:l}},authorDetails:{channelId:m,channelUrl:"",displayName:c,profileImageUrl:v,...V},msgId:b,userId:y,nick:c.toLowerCase(),badges:[],displayName:c,isAction:!1,time:d,tags:[],displayColor:g,channel:m,text:l,avatar:v,emotes:[]},renderedText:l},emulated:!0}}case"subscriber":case"subscriber-latest":{var v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(S=>S.length))[0];return{listener:"subscriber-latest",event:{avatar:v,displayName:c,name:c.toLowerCase(),providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"superchat":case"superchat-latest":{var k=i?.amount??u.random.number(100,4e3),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(H=>H.length))[0];return{listener:"superchat-latest",event:{amount:k,avatar:v,name:c.toLowerCase(),displayName:c,providerId:"",_id:u.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",provider:t},emulated:!0}}case"sponsor":case"sponsor-latest":{var I=i?.tier??u.random.array(["1000","2000","3000"])[0],k=i?.amount??u.random.number(1,24),v=i?.avatar??u.random.array(w.avatars)[0],c=i?.name??u.random.array(w.names.filter(M=>M.length))[0],j=i?.sender??u.random.array(w.names.filter(M=>M.length&&M!==c))[0],l=i?.message??u.random.array(w.messages.filter(M=>M.length))[0],x={default:{avatar:v,playedAsCommunityGift:!1},gift:{sender:j,gifted:!0},community:{message:l,sender:j,bulkGifted:!0},spam:{sender:j,gifted:!0,isCommunityGift:!0}},T=["default","gift","community","spam"],D=i?.subType??u.random.array(T)[0];return D=T.includes(D)?D:"default",{listener:"sponsor-latest",event:{amount:k,name:c.toLowerCase(),displayName:c,providerId:"",...x.default,...x[D],_id:u.random.uuid(),sessionTop:!1,type:"sponsor",originalEventName:"sponsor-latest",provider:t},emulated:!0}}}}}}},n.emulate={twitch:{message(t={}){n.generate.event.onEventReceived("twitch","message",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})},deleteMessage(t){if(!t||typeof t!="string")return;const a={listener:"delete-message",event:{msgId:t}};n.emulate.send("onEventReceived",a)},deleteMessages(t){if(!t||typeof t!="string")return;const a={listener:"delete-messages",event:{userId:t}};n.emulate.send("onEventReceived",a)},follower(t={}){n.generate.event.onEventReceived("twitch","follower-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})},raid(t={}){n.generate.event.onEventReceived("twitch","raid-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})},cheer(t={}){n.generate.event.onEventReceived("twitch","cheer-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})},subscriber(t={}){n.generate.event.onEventReceived("twitch","subscriber-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})}},streamelements:{tip(t={}){n.generate.event.onEventReceived("streamelements","tip-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})}},youtube:{message(t={}){n.generate.event.onEventReceived("youtube","message",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})},subscriber(t={}){n.generate.event.onEventReceived("youtube","subscriber-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})},superchat(t={}){n.generate.event.onEventReceived("youtube","superchat-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})},sponsor(t={}){n.generate.event.onEventReceived("youtube","sponsor-latest",t).then(a=>{a&&n.emulate.send("onEventReceived",a)})}},kick:{},facebook:{},send(t,a){if(!n.queue){C.warn("Local queue is not initialized."),window.dispatchEvent(new CustomEvent(t,{detail:a}));return}switch(t){case"onEventReceived":{n.queue.enqueue({listener:t,data:a,session:t==="onEventReceived"?!0:void 0});break}case"onSessionUpdate":{n.queue.enqueue({listener:t,data:a});break}case"onWidgetLoad":{n.queue.enqueue({listener:t,data:a});break}}}};async function e(t=["fields.json","cf.json","field.json","customfields.json"],a=["data.json","fielddata.json","fd.json","DATA.json"],i){const s={fields:t.find(o=>{try{return new URL("./"+o,window.location.href),!0}catch{return!1}}),data:a.find(o=>{try{return new URL("./"+o,window.location.href),!0}catch{return!1}})},r=await fetch("./"+(s.data??"data.json"),{cache:"no-store"}).then(o=>o.json()).catch(()=>({}));await fetch("./"+(s.fields??"fields.json"),{cache:"no-store"}).then(o=>o.json()).then(async o=>{const c=Object.entries(o).filter(([h,{value:p}])=>p!=null).reduce((h,[p,{value:f}])=>(r&&r[p]!==void 0&&(f=r[p]),h[p]=f,h),{...r}),l=await n.generate.event.onWidgetLoad(c,await n.generate.session.get(i));window.dispatchEvent(new CustomEvent("onWidgetLoad",{detail:l}))})}n.start=e})(U||(U={}));class tt extends J{constructor(e){if(super(),this.queue=[],this.priorityQueue=[],this.history=[],this.timeouts=[],this.running=!1,this.duration=void 0,this.loaded=!1,!(window.client instanceof E))throw new Error("useQueue can only be instantiated after the Client is initialized.");if(!e.processor||typeof e.processor!="function")throw new Error("A valid processor function must be provided to useQueue.");this.processor=e.processor,e.duration!=="client"&&(this.duration=e.duration??0),window.client.on("load",()=>{e.duration==="client"&&(this.duration=window.client.fields?.widgetDuration??0),this.emit("load"),this.loaded=!0})}enqueue(e,t={}){const a={isoDate:new Date().toISOString(),isLoop:t?.isLoop??!1,isPriority:t?.isPriority??!1,isImmediate:t?.isImmediate??!1,value:e},i=this.hasItems();return a.isPriority&&a.isImmediate?(this.cancel(),this.priorityQueue.unshift(a)):(a.isPriority?this.priorityQueue:this.queue).push(a),this.running===!1&&i===!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(){const 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(a){C.error(`Error during item processing: ${a instanceof Error?a.message:String(a)}`)}this.history.push(e);const 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)}}typeof window!==void 0&&(window.addEventListener("load",()=>{window.client instanceof E&&(U.queue=new tt({duration:"client",processor:async function(e){if(window.dispatchEvent(new CustomEvent(e.listener,{detail:e.data})),e.listener==="onEventReceived"&&e.session){const t=await U.generate.event.onSessionUpdate(client.session,u.event.parseProvider(e.data));window.dispatchEvent(new CustomEvent("onSessionUpdate",{detail:t}))}}}))}),window.addEventListener("onWidgetLoad",async n=>{const{detail:e}=n;if(window.client instanceof E){const t=window.client;if(t.fields=e.fieldData,t.session=e.session.data,t.details={...t.details,user:e.channel,currency:e.currency,overlay:e.overlay},e.channel.id&&!e.emulated?await fetch(`https://api.streamelements.com/kappa/v2/channels/${e.channel.id}/`).then(a=>a.json()).then(a=>{if(a.provider)return t.details.provider=a.provider,a.provider;t.details.provider="local"}).catch(()=>{t.details.provider="local"}):t.details.provider="local",t.emit("load",e),t.debug){C.received("Widget loaded!",n.detail);const a=n.detail.fieldData;Object.keys(a).length&&C.received("Field data:",a)}t.loaded=!0,t.storage.on("load",a=>{if(t.debug&&a?C.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,a):t.debug&&C.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,"No data found."),a){const i=l=>{const h=Date.now(),p={};for(const f in l)if(l.hasOwnProperty(f)){const g=l[f];g.expire&&g.expire>h&&(p[f]=g)}return p},s=i(a.user||{}),r=i(a.avatar||{}),o=i(a.pronoun||{}),c=i(a.emote||{});t.storage.update({user:s,avatar:r,pronoun:o,emote:c})}e.channel.providerId.length&&t.storage.add(`avatar.${e.channel.providerId.toLowerCase()}`,{value:e.channel.avatar,timestamp:Date.now(),expire:Date.now()+t.cache.avatar*60*1e3})})}}),window.addEventListener("onSessionUpdate",n=>{const{detail:e}=n;if(window.client instanceof E){const t=window.client;t.session=e.session,t.emit("session",e.session),t.debug&&C.debug("[Client]","Session updated",e.session)}}),window.addEventListener("onEventReceived",({detail:n})=>{if(window.client instanceof E){const t=u.event.parseProvider(n);switch(t.provider){case"streamelements":{const i=t.data;switch(i.listener){case"tip-latest":{i.event;break}case"event:skip":{i.event;break}case"event:test":{switch(i.event.listener){case"widget-button":{const s=i.event;_.execute(s.field,s.value);break}case"subscriber-latest":{i.event;break}}break}case"kvstore:update":{const s=i.event;if(A.length){var e=A.find(r=>r.id===s.data.key.replace("customWidget.",""));e&&e.update(s.data.value)}break}case"bot:counter":{i.event;break}case"alertService:toggleSound":{const s=i.event;client.details.overlay.muted=!!s.muted;break}}window.client.emit("event","streamelements",t.data);break}case"twitch":{const i=t.data;switch(i.listener){case"delete-message":{i.event;break}case"delete-messages":{i.event;break}case"message":{i.event,N.execute({provider:"twitch",data:i});break}case"follower-latest":{i.event;break}case"cheer-latest":{i.event;break}case"subscriber-latest":{(!i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&i.event.isCommunityGift||!i.event.gifted&&i.event.bulkGifted&&!i.event.isCommunityGift)&&i.event;break}case"raid-latest":{i.event;break}}window.client.emit("event","twitch",t.data);break}case"youtube":{const i=t.data;switch(i.listener){case"message":{i.event,N.execute({provider:"youtube",data:i});break}case"subscriber-latest":{i.event;break}case"sponsor-latest":{i.event,(!i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&!i.event.isCommunityGift||i.event.gifted&&!i.event.bulkGifted&&i.event.isCommunityGift||!i.event.gifted&&i.event.bulkGifted&&!i.event.isCommunityGift)&&i.event;break}case"superchat-latest":{i.event;break}}window.client.emit("event","youtube",t.data);break}case"kick":{t.data,window.client.emit("event","kick",t.data);break}case"facebook":{t.data,window.client.emit("event","facebook",t.data);break}}const a=["bot:counter","alertService:toggleSound","event","event:skip","event:test","kvstore:update"];client.debug&&!a.some(i=>i===t.data.listener)&&C.received("[Client]",`Event ${t.data.listener} received from ${t.provider}`,t.data.event)}}));const G={getOverlayStatus:()=>({isEditorMode:!1,muted:!1}),resumeQueue:()=>{},responses:{},sendMessage(n,e){},counters:{get(n){return null}},sanitize(n){return n},cheerFilter(n){return n},setField(n,e,t){},store:{set:function(n,e){this.list[n]=e,localStorage.setItem("SE_API-STORE",JSON.stringify(G.store.list))},get:async function(n){return this.list[n]?this.list[n]:null},list:{}}};async function vt(){let n=localStorage.getItem("SE_API-STORE")??"",e=n?JSON.parse(n):{};return G.store.list=e,G}var F;(n=>{let e;(i=>{(s=>{s.hehim="He/Him",s.sheher="She/Her",s.theythem="They/Them",s.shethem="She/They",s.hethem="He/They",s.heshe="He/She",s.xexem="Xe/Xem",s.faefaer="Fae/Faer",s.vever="Ve/Ver",s.aeaer="Ae/Aer",s.ziehir="Zie/Hir",s.perper="Per/Per",s.eem="E/Em",s.itits="It/Its"})(i.map||(i.map={}))})(e=n.Pronouns||(n.Pronouns={}));async function t(){try{const i=await fetch("https://pronouns.alejo.io/api/pronouns").then(s=>s.json());if(Array.isArray(i)&&i.length){const s=Object.fromEntries(i.map(({name:r,display:o})=>[r,o]));return{...e.map,...s}}}catch{}return{...e.map}}n.list=t;async function a(i){if(!i)throw new Error("Username is required to fetch Alejo data.");if(i=i.toLowerCase(),i in client.storage.data.pronoun&&client.storage.data.pronoun[i].expire>Date.now())return client.storage.data.pronoun[i].value;try{const s=await fetch(`https://pronouns.alejo.io/api/users/${i}`).then(r=>r.json()).then(([r])=>r);if(s)return client.storage.add(`pronoun.${i}`,{value:s.pronoun_id,timestamp:Date.now(),expire:Date.now()+client.cache.pronoun*60*1e3}),client.storage.data.pronoun[i].value??s.pronoun_id}catch(s){throw new Error(`Failed to fetch pronoun data for user "${i}": ${s instanceof Error?s.message:s}`)}}n.get=a})(F||(F={}));class kt extends J{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(a=>{this.instance=a,this.emit("load",a),this.connect()}).catch(a=>{C.error("useComfyJs: Failed to load ComfyJS",a)})}load(){return typeof window.ComfyJS>"u"||!window.ComfyJS?new Promise((e,t)=>{if(this.emulate&&!client)return t(new Error("useComfyJs: Cannot emulate chat messages without a Client instance."));const a=document.createElement("script");a.src="https://cdn.jsdelivr.net/npm/comfy.js@1.1.29/dist/comfy.min.js",a.type="text/javascript",a.async=!0,a.onload=()=>e(window.ComfyJS),a.onerror=i=>t(i),document.head.appendChild(a)}):Promise.resolve(window.ComfyJS)}connect(){this.instance.onError=e=>{this.emit("error",e),client.debug&&C.error("[Client]","ComfyJS Error:",e)},this.instance.onCommand=(e,t,a,i,s)=>{if(this.emit("command",e,t,a,i,s),client.debug&&C.debug("[Client]",`ComfyJS Command: !${t} ${a} (User: ${e})`),this.emulate){const r={...i,broadcaster:i.broadcaster,moderator:i.mod,vip:i.vip,subscriber:i.subscriber,founder:i.founder},o={name:e,message:`!${t} ${a}`,badges:Object.entries(r).map(([c,l])=>l?c:null).filter(Boolean),color:s.userColor,time:new Date(s.timestamp).getTime(),userId:s.userId,msgId:s.id,channel:s.channel};U.emulate.twitch.message(o)}},this.instance.onChat=(e,t,a,i,s)=>{if(this.emit("chat",e,t,a,i,s),client.debug&&C.debug("[Client]",`ComfyJS Chat: ${t} (User: ${e})`),this.emulate){const r={...a,...s.userBadges,broadcaster:a.broadcaster,moderator:a.mod,vip:a.vip,subscriber:a.subscriber,founder:a.founder};U.emulate.twitch.message({name:e,message:t,badges:Object.entries(r).map(([o,c])=>c?o:null).filter(Boolean),color:s.userColor,time:new Date(s.timestamp).getTime(),userId:s.userId,msgId:s.id,channel:s.channel})}},this.instance.onWhisper=(e,t,a,i,s)=>{this.emit("whisper",e,t,a,i,s),client.debug&&C.debug("[Client]",`ComfyJS Whisper: ${t} (User: ${e})`)},this.instance.onMessageDeleted=(e,t)=>{this.emit("messageDeleted",e,t),client.debug&&C.debug("[Client]",`ComfyJS Message Deleted: ${e}`),this.emulate&&U.emulate.twitch.deleteMessage(e)},this.instance.onJoin=(e,t,a)=>{this.emit("join",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Join: ${e}`)},this.instance.onPart=(e,t,a)=>{this.emit("part",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Part: ${e}`)},this.instance.onHosted=(e,t,a,i)=>{this.emit("hosted",e,t,a,i),client.debug&&C.debug("[Client]",`ComfyJS Hosted: ${e} (${t} viewers)`)},this.instance.onRaid=(e,t,a)=>{this.emit("raid",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Raid: ${e} (${t} viewers)`),this.emulate&&U.emulate.twitch.raid({name:e,amount:t})},this.instance.onSub=(e,t,a,i)=>{if(this.emit("sub",e,t,a,i),client.debug&&C.debug("[Client]",`ComfyJS Sub: ${e} (${a.plan})`),this.emulate){const s=a.plan==="Prime"?"prime":a.plan;U.emulate.twitch.subscriber({name:e,message:t,tier:s,subType:"default"})}},this.instance.onResub=(e,t,a,i,s,r)=>{if(this.emit("resub",e,t,a,i,s,r),client.debug&&C.debug("[Client]",`ComfyJS Resub: ${e} (${i} months)`),this.emulate){const o=s.plan==="Prime"?"prime":s.plan;U.emulate.twitch.subscriber({name:e,message:t,tier:o,amount:i,subType:"default"})}},this.instance.onSubGift=(e,t,a,i,s,r)=>{if(this.emit("subGift",e,t,a,i,s,r),client.debug&&C.debug("[Client]",`ComfyJS Sub Gift: ${e} gifted ${i} subs`),this.emulate){const o=s.plan==="Prime"?"prime":s.plan;U.emulate.twitch.subscriber({name:a,message:"",sender:e,tier:o,amount:i,subType:"gift"})}},this.instance.onSubMysteryGift=(e,t,a,i,s)=>{if(this.emit("subMysteryGift",e,t,a,i,s),client.debug&&C.debug("[Client]",`ComfyJS Sub Mystery Gift: ${e} gifted ${t} subs`),this.emulate){const r=i.plan==="Prime"?"prime":i.plan;U.emulate.twitch.subscriber({name:e,message:"",amount:t,tier:r,subType:"community"})}},this.instance.onGiftSubContinue=(e,t,a)=>{this.emit("giftSubContinue",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Gift Sub Continue: ${e} continued their gifted sub from ${t}`),this.emulate&&U.emulate.twitch.subscriber({name:e,message:"",sender:t,tier:"1000",subType:"gift"})},this.instance.onCheer=(e,t,a,i,s)=>{this.emit("cheer",e,t,a,i,s),client.debug&&C.debug("[Client]",`ComfyJS Cheer: ${e} cheered ${a} bits - ${t}`),this.emulate&&U.emulate.twitch.cheer({name:e,message:t,amount:a})},this.instance.onChatMode=(e,t)=>{this.emit("chatMode",e,t),client.debug&&C.debug("[Client]",`ComfyJS Chat Mode Changed on ${t}`)},this.instance.onReward=(e,t,a,i,s)=>{this.emit("reward",e,t,a,i,s),client.debug&&C.debug("[Client]",`ComfyJS Reward: ${e} redeemed ${t} for ${a} - ${i}`)},this.instance.onConnected=(e,t,a)=>{this.emit("connected",e,t,a),client.debug&&C.debug("[Client]",`ComfyJS Connected: ${e}:${t} (First Connect: ${a})`)},this.instance.onReconnect=e=>{this.emit("reconnect",e),client.debug&&C.debug("[Client]",`ComfyJS Reconnect: Attempt #${e}`)},this.init&&this.instance.Init(this.username,this.password,this.channels,this.isDebug)}}class et{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){const t=this.style(e),a=e.icon?`${e.icon} `:"";return(...i)=>{if(!this.enabled||typeof console>"u")return;let s="";typeof this.prefix=="function"?s=this.prefix():typeof this.prefix=="string"&&(s=this.prefix);const r=[],o=[];if(i.forEach(c=>{typeof c=="string"||typeof c=="number"||typeof c=="boolean"?r.push(c):o.push(c)}),r.length>0){const c=r.join(" ");console.log(`%c${s.endsWith(" ")?s:s.trim()+" "}${a}${c}`,t,...o)}else o.length>0&&console.log(`%c${s.endsWith(" ")?s:s.trim()+" "}${a}`,t,...o)}}style(e){const 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)}}const it=typeof SE_API<"u"?Promise.resolve(SE_API):Promise.resolve(vt()),C=new et,B={SeAPI:it,Client:E,Helper:u,Local:U,Data:w,logger:C,modules:{EventProvider:J,useStorage:L,useQueue:tt,useLogger:et},actions:{Button:_,Command:N},multistream:{useComfyJs:kt},data:{usedStorages:A},pronouns:{Alejo:F}};return typeof window<"u"?window.Tixyel=B:globalThis.Tixyel=B,B}));
|
|
3
3
|
//# sourceMappingURL=index.umd.js.map
|