@tixyel/streamelements 6.4.2 → 6.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -1,3 +1,3 @@
1
- (function(F,Q){typeof exports=="object"&&typeof module<"u"?module.exports=Q():typeof define=="function"&&define.amd?define(Q):(F=typeof globalThis<"u"?globalThis:F||self,F["@tixyel/streamelements"]=Q())})(this,(function(){"use strict";class F{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}}const Q=[];class tt extends F{constructor(e){super(),this.SE_API=null,this.id="default",this.loaded=!1,this.id=e.id||this.id,this.data=e.data??{},Q.push(this),rt?.then(t=>{this.SE_API=t,t.store.get(this.id).then(a=>{this.data=a??this.data,this.loaded=!0,this.emit("load",this.data),JSON.stringify(this.data)!==JSON.stringify(a)&&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&&(tt.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 n=0;n<i.length-1;n++)(typeof s[i[n]]!="object"||s[i[n]]==null)&&(s[i[n]]={}),s=s[i[n]];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 q extends F{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 tt({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 Z{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 q&&(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 q))return!1;const a=e.replace(this.prefix,"").split(" ").slice(1).map(c=>c.trim());var i="",s=[];const n={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(p=>p in n?n[p]:p));break}case"youtube":{const c=t.data,b={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(([p,o])=>p.startsWith("is")&&o).map(([p])=>b[p]).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 m=this.verify(i,s,a);return m===!0&&this.run.apply(window.client,[a,t]),m}remove(){if(!(window.client instanceof q))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 q))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??[]],n=t.event.data.text.replace(i.prefix,"").split(" ")[0];return s.includes(n)});if(a.length&&a.every(i=>i instanceof Z))return a.forEach(i=>{i.parse(t.event.data.text,e),window.client.emit("action",i,"executed"),N.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 ht=["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 ft(l,e){if(!e)return null;switch(e){case"hex":{const t=l.replace("#","");let a=0,i=0,s=0,n=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),n=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),n=parseInt(t.slice(6,8),16)/255),{r:a,g:i,b:s,a:n}}case"rgb":case"rgba":{const t=l.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=l.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]),n=t[4]?parseFloat(t[4]):1;return{...yt(a,i,s),a:n}}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=l,a.fillRect(0,0,1,1);const[i,s,n]=a.getImageData(0,0,1,1).data;return{r:i,g:s,b:n,a:1}}default:return null}}function bt(l,e=!0){const t=i=>Math.round(i).toString(16).padStart(2,"0");let a=`#${t(l.r)}${t(l.g)}${t(l.b)}`;return e&&l.a<1&&(a+=t(l.a*255)),a}function lt(l,e,t){l/=255,e/=255,t/=255;const a=Math.max(l,e,t),i=Math.min(l,e,t),s=a-i;let n=0,m=0;const c=(a+i)/2;if(s!==0)switch(m=c>.5?s/(2-a-i):s/(a+i),a){case l:n=((e-t)/s+(e<t?6:0))/6;break;case e:n=((t-l)/s+2)/6;break;case t:n=((l-e)/s+4)/6;break}return{h:Math.round(n*360),s:Math.round(m*100),l:Math.round(c*100)}}function yt(l,e,t){l/=360,e/=100,t/=100;let a,i,s;if(e===0)a=i=s=t;else{const n=(b,p,o)=>(o<0&&(o+=1),o>1&&(o-=1),o<.16666666666666666?b+(p-b)*6*o:o<.5?p:o<.6666666666666666?b+(p-b)*(.6666666666666666-o)*6:b),m=t<.5?t*(1+e):t+e-t*e,c=2*t-m;a=n(c,m,l+1/3),i=n(c,m,l),s=n(c,m,l-1/3)}return{r:Math.round(a*255),g:Math.round(i*255),b:Math.round(s*255)}}async function wt(l,e,t){const a=ht;let i=a[0],s=1/0;for await(const n of a){const m=document.createElement("canvas");m.width=m.height=1;const c=m.getContext("2d");if(!c)continue;c.fillStyle=n,c.fillRect(0,0,1,1);const[b,p,o]=c.getImageData(0,0,1,1).data,h=Math.sqrt(Math.pow(l-b,2)+Math.pow(e-p,2)+Math.pow(t-o,2));if(h<s&&(s=h,i=n),h===0)break}return i}const vt=["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"],kt={"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"}},Ct=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((l,e)=>(l.some(t=>t.name===e.name)||l.push({...e,start:0,end:0}),l),[]),jt=[],xt=["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"],Ut=["Local","Tixyel","Urie_s2","itzzcatt","BeniArts","Cupidiko","shy_madeit"],Et=["1000","2000","3000","prime"],It=["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"],Tt=[{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 A;(l=>{l.avatars=vt,l.badges=kt,l.css_color_names=ht,l.emotes=Ct,l.items=jt,l.messages=xt,l.names=Ut,l.tiers=Et,l.tts=It,l.youtube_emotes=Tt})(A||(A={}));var w;(l=>{let e;(n=>{function m(o,h="cardinal"){const f={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"]},d={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"]},g=["th","st","nd","rd","th","th","th","th","th","th"],y=["","thousand","million","billion","trillion","quadrillion","quintillion"],v=y.map(j=>j?`${j}th`:"");if(o=Math.abs(Math.floor(o)),h==="suffix"){const j=o%100;if(j>=11&&j<=13)return`${o}th`;const J=o%10;return`${o}${g[J]}`}function C(j,J){if(j<10)return J==="ordinal"?d.single[j]:f.single[j];if(j<20)return J==="ordinal"?d.tens[j-10]:f.tens[j-10];const R=Math.floor(j/10),H=j%10;if(H===0)return J==="ordinal"?d.decades[R-2]:f.decades[R-2];const W=f.decades[R-2],O=J==="ordinal"?d.single[H]:f.single[H];return`${W}-${O}`}function x(j,J){if(j===0)return J==="ordinal"?d.single[0]:f.single[0];const R=Math.floor(j/100),H=j%100,W=[];return R>0&&(J==="ordinal"&&H===0?W.push(`${f.single[R]} hundredth`):W.push(`${f.single[R]} hundred`)),H>0&&W.push(C(H,J)),W.join(" ")}if(o<1e3)return x(o,h);const S=[];let D=o;for(;D>0;)S.push(D%1e3),D=Math.floor(D/1e3);let M=-1;for(let j=0;j<S.length;j++)S[j]!==0&&(M=j);const _=[];for(let j=S.length-1;j>=0;j--){const J=S[j];if(J===0)continue;const R=y[j];if(h==="cardinal"){let H=x(J,"cardinal");R&&(H+=` ${R}`),_.push(H)}else if(j===M)if(j>0){const W=x(J,"cardinal"),O=v[j];_.push(W?`${W} ${O}`:O)}else{const W=x(J,"ordinal");_.push(W)}else{let W=x(J,"cardinal");R&&(W+=` ${R}`),_.push(W)}}return _.join(", ")}n.translate=m;function c(o,h=0,f=100,d=0){const g=Math.min(Math.max(o,h),f);return b(g,d)}n.balance=c;function b(o,h=2){const f=Math.pow(10,h);return Math.round(o*f)/f}n.round=b;function p(o,h,f=0){o>h&&([o,h]=[h,o]);const d=Math.random()*(h-o)+o;return f?Number(d.toFixed(f)):Math.round(d)}n.number=p})(e=l.number||(l.number={}));let t;(n=>{function m(h,f,d){const g=f.match(/^<span(?: class="[^"]*")? style="([^"]*)">(.*)<\/span>$/s);if(g){const y=g[1],v=g[2],C=g[0].match(/class="([^"]*)"/)?.[1]||"";let x=[y,h].filter(S=>S.length).map(S=>S.endsWith(";")?S.slice(0,-1):S).join("; ").replace(/\s*;\s*/g,"; ").trim();return x.endsWith(";")||(x+=";"),`<span${C?` class="${C} ${d??""}"`:""}${x?` style="${x}"`:""}>${v}</span>`}else return h&&h.length&&!h.endsWith(";")&&(h+=";"),`<span${d?` class="${d}"`:""}${h?` style="${h}"`:""}>${f}</span>`}n.mergeSpanStyles=m;function c(h,f=0,d=1,g){const{return:y=!1,parent:v,base:C}=g||{},x=v||h.parentElement||document.body;if(!x)throw new Error("No parent element found for scaling");const S=x.getBoundingClientRect(),D=h.offsetWidth,M=h.offsetHeight;if(D===0||M===0)throw new Error("Element has zero width or height, cannot scale");const _=S.width*d/D,j=S.height*d/M;let J=C==="width"?_:C==="height"?j:Math.min(_,j);if(f>0){const H=S.width*f/D,W=S.height*f/M,O=Math.max(H,W);J=Math.max(O,J)}const R={width:D*J,height:M*J,scale:J};return y||(h.style.transform=`scale(${J})`,h.style.transformOrigin="center center"),R}n.scale=c;function b(h,f={}){const{parent:d=h.parentElement,prefer:g="auto",min:y=0,max:v=1,apply:C=()=>{}}=f;if(!d)throw new Error("No parent element found for scaling");const x=d.getBoundingClientRect(),S=h.getBoundingClientRect(),D=x.width,M=x.height,_=S.width,j=S.height;let J=D*y/_,R=M*y/j,H=D*v/_,W=M*v/j,O=Math.min(H,W);const B=Math.max(J,R);O=Math.max(O,B);const K=_*O,ct=j*O;return g==="width"?O=Math.max(J,Math.min(H,D/_)):g==="height"?O=Math.max(R,Math.min(W,M/j)):K>D?O=Math.max(J,Math.min(H,D/_)):ct>M&&(O=Math.max(R,Math.min(W,M/j))),C.apply(h,[O,h]),O}n.scalev2=b;function p(h,f=1,d={}){const g=parseFloat(getComputedStyle(h).getPropertyValue("font-size")),y={minFontSize:d?.minFontSize??0,maxFontSize:d?.maxFontSize??g},v=d?.parent||h.parentElement;if(!v)throw new Error("No parent element found for fitting text");const C=v.clientWidth*f,x=h.offsetWidth,S=C/x,D=g*S,M=e.balance(D,y.minFontSize,y.maxFontSize);return h.style.fontSize=M+"px",h}n.fitText=p;function o(h,f=0){const g=new DOMParser().parseFromString(h,"text/html");let y=f;function v(D){if(D.nodeType===Node.TEXT_NODE){const _=(D.textContent||"").split("").map((J,R)=>{const H=document.createElement("span");return H.classList.add("char"),H.dataset.index=String(y),H.dataset.exclusivityIndex=String(y),H.style.setProperty("--char-index",String(y)),H.style.setProperty("--exclusivity-index",String(y)),(J===" "||J===`
2
- `||J===" ")&&(H.style.whiteSpace="pre-wrap"),H.textContent=J,y++,H}),j=document.createDocumentFragment();return _.forEach(J=>j.appendChild(J)),j}else if(D.nodeType===Node.ELEMENT_NODE){const M=D.cloneNode(!1);return M.classList.add("container"),M.dataset.index=String(y),M.style.setProperty("--char-index",String(y)),D.childNodes.forEach(_=>{const j=v(_);(j instanceof DocumentFragment||j instanceof Node)&&M.appendChild(j)}),M}return D.cloneNode(!0)}const C=g.body,x=document.createElement("div");C.childNodes.forEach(D=>{if(D.nodeType===Node.TEXT_NODE&&!D.textContent?.trim())return;const M=v(D);(M instanceof DocumentFragment||M instanceof Node)&&x.appendChild(M)});let S="";return Array.from(x.childNodes).forEach(D=>{D.nodeType===Node.TEXT_NODE?S+=D.textContent:S+=D.outerHTML}),S}n.splitTextToChars=o})(t=l.element||(l.element={}));let a;(n=>{function m(o,h=!0,f=""){const d={};for(const g in o){if(!Object.prototype.hasOwnProperty.call(o,g))continue;const y=o[g],v=f?`${f}.${g}`:g;if(y==null){d[v]=String(y);continue}if(typeof y=="number"&&isNaN(y)){d[v]="NaN";continue}if(typeof y=="number"&&!isNaN(y)){d[v]=h?String(y):y;continue}if(y instanceof Date){d[v]=y.toISOString();continue}if(y instanceof Map){y.forEach((C,x)=>{d[`${v}.${x}`]=JSON.stringify(C)});continue}if(Array.isArray(y)){y.forEach((C,x)=>{const S=`${v}:${x}`;typeof C=="object"?Object.assign(d,m(C,h,S)):d[S]=h?String(C):C});continue}if(typeof y=="object"){Object.assign(d,m(y,h,v));continue}d[v]=String(y)}return d}n.flatten=m;function c(o){return Object.entries(o)}n.entries=c;function b(o){return Object.values(o)}n.values=b;function p(o){return Object.keys(o)}n.keys=p})(a=l.object||(l.object={})),(n=>{function m(o,h=A.emotes){const f=[];return h.forEach(d=>{const g=d.name;let y=0,v=0;for(;y<o.length;){const C=o.indexOf(g,v);if(C===-1)break;const x=C>0?o[C-1]:" ",S=C+g.length<o.length?o[C+g.length]:" ";/\s/.test(x)&&/\s/.test(S)&&f.push({...d,start:C,end:C+g.length}),v=C+1}}),f.sort((d,g)=>d.start-g.start)}n.findEmotesInText=m;function c(o,h){if(!h.length)return o;let f="",d=0;return h.forEach(g=>{f+=o.substring(d,g.start);const v=Array.from({...g.urls,length:5}).slice(1).reverse().filter(Boolean)[0]||g.urls[1];f+=`<img src="${v}" alt="${g.name}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`,d=g.end}),f+=o.substring(d),f}n.replaceEmotesWithHTML=c;function b(o,h=A.youtube_emotes){return Array.from(o.matchAll(/:(.*?):/gim),d=>d[0]).forEach(d=>{const g=h.find(y=>y.shortcuts.includes(d)||y.searchTerms.includes(d.slice(1,-1)));if(g){const y=g.image.thumbnails.at(-1)?.url,v=g.image.accessibility.accessibilityData.label;y&&(o=o.replace(d,`<img src="${y}" alt="${v}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`))}}),o}n.replaceYoutubeEmotesWithHTML=b;async function p(o=[],h){if(!Array.isArray(o)&&typeof o=="string"&&(o=o.split(",").map(v=>v.trim())),!o||!o.length){var f=s.number(1,3);for await(const v of Array.from({length:f},()=>"")){var d=s.array(Object.keys(A.badges))[0];!o.includes(d)&&Array.isArray(o)?o.push(d):o=[d]}}var g;switch(h){case"twitch":{g={keys:Array.from(o).filter(v=>v in A.badges),badges:Array.from(o).slice(0,3).map(v=>A.badges[v]).filter(Boolean)};break}case"youtube":{var y={verified:{isVerified:!0},broadcaster:{isChatOwner:!0},host:{isChatOwner:!0},sponsor:{isChatSponsor:!0},subscriber:{isChatSponsor:!0},moderator:{isChatModerator:!0}};g=Object.entries(o).reduce((v,[C])=>(C in y&&Object.assign(v,y[C]),v),{isVerified:!1,isChatOwner:!1,isChatSponsor:!1,isChatModerator:!1});break}}return g}n.generateBadges=p})(l.message||(l.message={})),(n=>{function m(c){var b=c.event?.provider||c.event?.service||c.event?.data?.provider||window.client.details.provider;return["kvstore:update","bot:counter","alertService:toggleSound","tip-latest","event:test","event:skip"].some(h=>h===c.listener)&&(b="streamelements"),{provider:b,data:c}}n.parseProvider=m})(l.event||(l.event={})),(n=>{n.PRESETS={};async function m(p,o,h){const f=[];p.replace(o,(g,...y)=>{const v=typeof h=="function"?h(g,...y):g;return f.push(Promise.resolve(v)),g});const d=await Promise.all(f);return p.replace(o,()=>d.shift()??"")}n.replace=m;function c(p){return p.charAt(0).toUpperCase()+p.slice(1)}n.capitalize=c;function b(p,o={},h={method:"index",html:!1,debug:!1,modifiers:{},aliases:{}}){const{mergeSpanStyles:f}=t,d=(r,u,k)=>h.html?f(r,u,k):u,g={skip:"<br/>",newline:"<br/>",...o};let y="$",v="USD";if(typeof window<"u")try{const u=window?.client?.details?.currency;u?.symbol&&(y=String(u.symbol)),u?.code&&(v=String(u.code))}catch{}const C=Object.entries(a.flatten(g)).reduce((r,[u,k])=>{if(r[u]=String(k),["username","name","nick","nickname","sender"].some(U=>u===U)){const U=r?.username||r?.name||r?.nick||r?.nickname||r?.sender;r.username=r.username||U,r.usernameAt=`@${r.username}`,r.name=r.name||U,r.nick=r.nick||U,r.nickname=r.nickname||U,r.sender=r.sender||U,r.senderAt=`@${r.sender}`}return["amount","count"].some(U=>u===U)&&(r.amount=String(r?.amount||r.count||k),r.count=String(r?.count||r?.amount||k)),r.currency=r.currency||y,r.currencyCode=r.currencyCode||v,r},{}),x={PLACEHOLDERS:/{([^}]+)}/g,MODIFIERS:/\[([^\]=]+)=([^\]]+)\]/g};var S=parseFloat(C?.amount??C?.count??0);function D(r,u){const k=r?.trim?.()??"";if(!k.length)return null;const U=u[k],I=parseFloat(String(U!==void 0?U:k).replace(/\s/g,""));return isNaN(I)?null:I}function M(r,u,k){const U=isNaN(Number(u))?0:Math.max(0,parseInt(String(u))),L=D(r,k);if(L===null)return r;try{return L.toLocaleString(void 0,{minimumFractionDigits:U,maximumFractionDigits:U})}catch{return L.toFixed(U)}}function _(r,u=new Date){const k=u.getTime()-r.getTime(),U=k>=0,L=Math.abs(k),I=Math.floor(L/1e3),T=Math.floor(I/60),P=Math.floor(T/60),E=Math.floor(P/24),z=Math.floor(E/30),V=Math.floor(E/365),X=U?"ago":"from now";return V>0?`${V}y ${X}`:z>0?`${z}mo ${X}`:E>0?`${E}d ${X}`:P>0?`${P}h ${X}`:T>0?`${T}m ${X}`:`${Math.max(I,0)}s ${X}`}function j(r,u,k){const U=r?.trim?.()??"";if(!U.length)return r;const L=k[U]??U,I=new Date(L);if(isNaN(I.getTime()))return r;const T=(u??"date").toString().toLowerCase();try{switch(T){case"time":return I.toLocaleTimeString();case"datetime":case"full":return I.toLocaleString();case"relative":case"ago":return _(I);case"iso":return I.toISOString();default:return I.toLocaleDateString()}}catch{return r}}function J(r,u,k){const U=r??"",[L,I=L]=U.split("|",2),T=u?.trim();let P;T&&k[T]!==void 0?P=k[T]:P=k.amount??k.count;const E=parseFloat(String(P));return isNaN(E)?L:Math.abs(E)!==1?I:L}function R(r,u,k){const U=u?.trim()??"",L=U&&k[U]!==void 0?k[U]:"",I=String(L),T=(r??"").split("|").map(E=>E.trim()).filter(E=>E.length);let P;for(const E of T){const z=E.indexOf(":");if(z===-1)continue;const V=E.slice(0,z).trim(),X=E.slice(z+1);if(V.length){if(V.toLowerCase()==="default"){P=X;continue}if(I===V)return X}}return P??""}function H(r){return r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;")}function W(r,u){let k=r.trim();if(!k.length)return;const U=k[0],L=k[k.length-1];if(U==='"'&&L==='"'||U==="'"&&L==="'")return k.slice(1,-1);const I=k.toLowerCase();if(I==="true")return!0;if(I==="false")return!1;if(/^-?\d+(\.\d+)?$/.test(k))return parseFloat(k);const T=u?.[k];if(T===void 0)return k;const P=String(T).trim(),E=P.toLowerCase();return E==="true"?!0:E==="false"?!1:/^-?\d+(\.\d+)?$/.test(P)?parseFloat(P):T}function O(r){if(typeof r=="boolean")return r;if(r==null)return!1;const u=String(r).trim().toLowerCase();return!(!u.length||["false","0","no","off","null","undefined","nan"].includes(u))}function B(r,u){let k=r.trim();if(!k.length)return!1;let U=!1;for(;k.startsWith("!");)U=!U,k=k.slice(1).trim();const L=["===","!==","==","!=",">=","<=",">","<"];let I=null,T=k,P="";for(const z of L){const V=k.indexOf(z);if(V!==-1){I=z,T=k.slice(0,V),P=k.slice(V+z.length);break}}let E;if(I){const z=W(T,u),V=W(P,u);switch(I){case"===":E=z===V;break;case"!==":E=z!==V;break;case"==":E=z==V;break;case"!=":E=z!=V;break;case">=":E=z>=V;break;case"<=":E=z<=V;break;case">":E=z>V;break;case"<":E=z<V;break;default:E=!1;break}}else{const z=W(T,u);E=O(z)}return U?!E:E}function K(r,u){let k=r.trim();if(!k.length)return!1;let U=!1;for(;k.startsWith("!");)U=!U,k=k.slice(1).trim();const L=k.split("||").map(T=>T.trim()).filter(T=>T.length);if(!L.length)return!!U;let I=!1;for(const T of L){const P=T.split("&&").map(z=>z.trim()).filter(z=>z.length);if(!P.length)continue;let E=!0;for(const z of P){const V=B(z,u);if(E=E&&V,!E)break}if(I=I||E,I)break}return U?!I:I}const ct={COLOR:(r,u)=>d(u&&i.validate(u)?`color: ${u}`:"",r,"color"),WEIGHT:(r,u)=>d(u&&!isNaN(parseInt(u))?`font-weight: ${u}`:"",r,"weight"),SEMIBOLD:r=>d("font-weight: 600",r,"semibold"),BOLD:r=>d("font-weight: bold",r,"bold"),BLACK:r=>d("font-weight: 900",r,"black"),LIGHT:r=>d("font-weight: lighter",r,"light"),STRONG:r=>d("font-weight: bolder",r,"strong"),ITALIC:r=>d("font-style: italic",r,"italic"),UNDERLINE:r=>d("text-decoration: underline",r,"underline"),STRIKETHROUGH:r=>d("text-decoration: line-through",r,"strikethrough"),SUB:r=>d("vertical-align: sub",r,"sub"),SUP:r=>d("vertical-align: super",r,"sup"),LARGER:r=>d("font-size: larger",r,"larger"),SMALL:r=>d("font-size: smaller",r,"small"),SHADOW:(r,u)=>d(`text-shadow: ${u}`,r,"shadow"),SIZE:(r,u)=>d(u?`font-size: ${u}`:"",r,"size")},gt={...{BT1:r=>S>1?r:"",BT0:r=>S>0?r:"",ST1:r=>S<1?r:"",ST0:r=>S<0?r:"",UPC:r=>r.toUpperCase(),LOW:r=>r.toLowerCase(),REV:r=>r.split("").reverse().join(""),CAP:r=>r.charAt(0).toUpperCase()+r.slice(1).toLowerCase(),NUMBER:(r,u,k)=>M(r,u,k),PLURAL:(r,u,k)=>J(r,u,k),DATE:(r,u,k)=>j(r,u,k),MAP:(r,u,k)=>R(r,u,k),ESCAPE:r=>H(r),IF:(r,u,k)=>{const U=r??"",[L,I]=U.split("?",2);if(!I)return U;const[T,P=""]=I.split("|",2);return K(L,k)?T:P},PRESET:(r,u)=>{const k=u?.trim()??"";if(!k.length)return r;const U=n.PRESETS[k];if(!U||!U.length)return r;const L=U.split(",").map(T=>T.trim()).filter(T=>T.length).map(T=>{const[P,E]=T.split(":");return{name:P.trim(),param:E?.trim()??null}});let I=r;for(const{name:T,param:P}of L)I=Y(I,T,P);return I},FALLBACK:(r,u)=>r.length?r:u??r},...h?.html?ct:{},...h.modifiers??{}},pt={UPC:["UPPERCASE","UPPER","UPP"],LOW:["LOWERCASE","LOWER","LWC"],REV:["REVERSE","RVS"],CAP:["CAPITALIZE","CAPITAL"],NUMBER:["NUMBER","NUM","FORMAT_NUMBER","FMT_NUM"],PLURAL:["PLURAL","PL","PLR"],DATE:["DATE","DATETIME","TIME","DT"],MAP:["MAP","SWITCH"],ESCAPE:["ESCAPE","ESC","ESC_HTML","ESCAPE_HTML"],PRESET:["PRESET","STYLE","THEME"],BT1:["BIGGER_THAN_1","GREATER_THAN_1","GT1"],BT0:["BIGGER_THAN_0","GREATER_THAN_0","GT0"],ST1:["SMALLER_THAN_1","LESS_THAN_1","LT1"],ST0:["SMALLER_THAN_0","LESS_THAN_0","LT0"],COLOR:["COLOUR","CLR","HIGHLIGHT"],BOLD:["BOLDEN","B"],STRONG:["STRONGEN","STRONG"],ITALIC:["ITALICIZE","ITALIC","I"],UNDERLINE:["U","INS","INSET","I"],STRIKETHROUGH:["STRIKE","S","DELETE","D"],SUB:["SUBSCRIPT","SUBS"],SUP:["SUPERSCRIPT","SUPS"],LARGER:["LARGER","LG"],SMALL:["SMALLER","SM"],SHADOW:["SHADOW","SHD"],FALLBACK:["FALLBACK","FB"],IF:["IF","COND","CONDITION"],...h.aliases??{}};function Y(r,u,k){const U=Object.entries(pt).find(([I,T])=>T.some(P=>P.toUpperCase()===u.toUpperCase())?!0:I.toUpperCase()===u.toUpperCase()),L=U?U[0]:u.toUpperCase();try{return gt[L]?gt[L](r,typeof k=="string"?k.trim():null,C):h?.html?d("",r,L.toLowerCase()):r}catch(I){return h?.debug&&typeof console<"u"&&typeof console.error=="function"&&console.error("[Helper.string.compose] Modifier error",{name:u,param:k,error:I}),r}}function dt(r){let u=r,k;for(;(k=x.MODIFIERS.exec(u))!==null;){const[U,L,I]=k,T=L.split(",").map(E=>E.trim()).filter(E=>E.length).map(E=>{const[z,V]=E.split(":");return{name:z.trim(),param:V?.trim()??null}});let P=dt(I);for(const{name:E,param:z}of T)P=Y(P,E,z);u=u.replace(U,P??""),x.MODIFIERS.lastIndex=0}return u}function $(r){let u=0;const k=r.length;function U(I){let T="";for(;u<k;)if(r[u]==="\\")u+1<k?(T+=r[u+1],u+=2):u++;else if(r[u]==="["&&(!I||I!=="["))T+=L();else if(I&&r[u]===I){u++;break}else T+=r[u++];return T}function L(){u++;const I=[];for(;u<k&&r[u]!=="=";){if(r[u]===","){u++;continue}let P="";for(;u<k&&/[A-Za-z0-9]/.test(r[u]);)P+=r[u++];let E=null;if(r[u]===":"){u++;const z=u;for(;u<k&&r[u]!==","&&r[u]!=="=";)u++;E=r.slice(z,u)}P.length&&I.push({name:P,param:E}),r[u]===","&&u++}r[u]==="="&&u++;const T=U("]");return I.reduce((P,{name:E,param:z})=>Y(P,E,z),T)}return U()}let at=p.replace(x.PLACEHOLDERS,(r,u)=>typeof C[u]=="string"||typeof C[u]=="number"?String(C[u]):u??u);return at=h.method==="loop"?dt(at):$(at),at}n.compose=b})(l.string||(l.string={})),(n=>{n.playing=!1;function m(c,b=100,p=!1){if(!c||!c.length)throw new Error("No sound URL provided");try{p&&n.playing&&n.audio&&n.audio.state!=="closed"&&n.audio.close();let o=new AudioContext,h=o.createGain();h.connect(o.destination),p&&(n.audio=o,n.playing=!0),fetch(c).then(f=>f.arrayBuffer()).then(f=>o.decodeAudioData(f)).then(f=>{if(o.state!=="closed"){const d=o.createBufferSource();d.buffer=f,d.connect(h),h.gain.value=b/100,d.start(o.currentTime)}})}catch(o){throw new Error(`Error playing sound: ${o}`)}}n.play=m})(l.sound||(l.sound={}));let i;(n=>{function m(o=100,h=""){h=h.length>7?h?.substring(0,6):h,o=o>1?o/100:o;let f=Math.round(Math.min(Math.max(o,0),1)*255).toString(16).toLowerCase().padStart(2,"0");return h+f}n.opacity=m;function c(o){if(!o.startsWith("#")||o.length<=7)return{color:o,opacity:100};var d=o.slice(-2),h=parseInt(d,16)/255,f=Math.round(h*100),d=o.length>7?o.slice(0,7):o;return{color:d,opacity:f}}n.extract=c;function b(o){if(typeof o!="string"||!String(o).trim().length)return!1;const h=o.trim();return/^#([A-Fa-f0-9]{3}){1,2}$/.test(h)||/^#([A-Fa-f0-9]{4}|[A-Fa-f0-9]{8})$/.test(h)?"hex":/^rgb\(\s*(?:\d{1,3}\s*,\s*){2}\d{1,3}\s*\)$/.test(h)?"rgb":/^rgba\(\s*(?:\d{1,3}\s*,\s*){3}(?:0|1|0?\.\d+)\s*\)$/.test(h)?"rgba":/^hsl\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*\)$/.test(h)?"hsl":/^hsla\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*,\s*(?:0|1|0?\.\d+)\s*\)$/.test(h)?"hsla":A.css_color_names.includes(h.toLowerCase())?"css-color-name":!1}n.validate=b;async function p(o,h){const f=b(o);if(!f)throw new Error(`Invalid color format: ${o}`);if(f===h)throw new Error(`Color is already in the desired format: ${h}`);const d=ft(o.trim(),f);if(!d)throw new Error(`Failed to parse color: ${o}`);switch(h){case"hex":return bt(d,!1);case"rgb":return`rgb(${d.r}, ${d.g}, ${d.b})`;case"rgba":return`rgba(${d.r}, ${d.g}, ${d.b}, ${d.a})`;case"hsl":{const g=lt(d.r,d.g,d.b);return`hsl(${g.h}, ${g.s}%, ${g.l}%)`}case"hsla":{const g=lt(d.r,d.g,d.b);return`hsla(${g.h}, ${g.s}%, ${g.l}%, ${d.a})`}case"css-color-name":return await wt(d.r,d.g,d.b);default:return null}}n.convert=p})(i=l.color||(l.color={}));let s;(n=>{function m(g="hex"){switch(g){default:case"hex":return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`;case"hexa":{const v=`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`,C=Math.floor(Math.random()*256).toString(16).padStart(2,"0");return v+C}case"rgb":{const v=Math.floor(Math.random()*256),C=Math.floor(Math.random()*256),x=Math.floor(Math.random()*256);return`rgb(${v}, ${C}, ${x})`}case"rgba":{const v=Math.floor(Math.random()*256),C=Math.floor(Math.random()*256),x=Math.floor(Math.random()*256),S=Math.random().toFixed(2);return`rgba(${v}, ${C}, ${x}, ${S})`}case"hsl":{const v=Math.floor(Math.random()*361),C=Math.floor(Math.random()*101),x=Math.floor(Math.random()*101);return`hsl(${v}, ${C}%, ${x}%)`}case"hsla":{const v=Math.floor(Math.random()*361),C=Math.floor(Math.random()*101),x=Math.floor(Math.random()*101),S=Math.random().toFixed(2);return`hsla(${v}, ${C}%, ${x}%, ${S})`}case"css-color-name":{var y=A.css_color_names;return o(y)[0]}}}n.color=m;function c(g,y,v=0){g>y&&([g,y]=[y,g]);const C=Math.random()*(y-g)+g;return v?Number(C.toFixed(v)):Math.round(C)}n.number=c;function b(g=.5){return Math.random()>g}n.boolean=b;function p(g,y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"){let v="";for(let C=0;C<g;C++)v+=y.charAt(Math.floor(Math.random()*y.length));return v}n.string=p;function o(g){const y=c(0,g.length-1);return[g[y],y]}n.array=o;function h(g=new Date(2e3,0,1),y=new Date){return new Date(c(g.getTime(),y.getTime()))}n.date=h;function f(g){const v=Date.now()-c(0,g*24*60*60*1e3);return new Date(v).toISOString()}n.daysOffset=f;function d(){return crypto.randomUUID()}n.uuid=d})(s=l.random||(l.random={})),(n=>{function m(b,p,o){return b.apply(p,o)}n.apply=m;function c(b,p,...o){return b.call(p,...o)}n.call=c})(l.fn||(l.fn={})),(n=>{function m(h,f){return new Promise(d=>setTimeout(()=>{if(f){const g=f();d(g??null)}else d(null)},h))}n.delay=m;function c(h){return Object.entries(h)}n.typedEntries=c;function b(h){return Object.values(h)}n.typedValues=b;function p(h){return Object.keys(h)}n.typedKeys=p;function o(h){const f=Object.values(h).reduce((v,C)=>v+C,0),d=c(h).sort((v,C)=>C[1]-v[1]),g=Math.random()*f;let y=0;for(const[v,C]of d)if(y+=C,g<y)return v}n.probability=o})(l.utils||(l.utils={}))})(w||(w={}));class et{constructor(e){this.field="button",this.template="button",this.name="Button",this.value="",window.client instanceof q&&(this.field=e.field??this.field,this.template=e.template??(typeof this.field=="string"?this.field:this.template),this.name=e.name??this.name,this.value=e.value??this.value,this.run=e.run,window.client.actions.buttons.push(this),window.client.emit("action",this,"created"))}generate(e){return w.utils.typedValues(e).reduce((a,i,s)=>{const n=w.string.compose(this.template,{index:s,...i},{html:!1}),m=w.string.compose(this.name,{index:s,...i},{html:!1});a[n]={type:"button",label:m};let c=w.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[n].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 q))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 q))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 et))return a.forEach(i=>{try{i.parse(e,t),window.client.emit("action",i,"executed"),N.received(`Button executed: ${e}${t?` with value: ${t}`:""}`)}catch(s){N.error(`Error executing button "${e}": ${s instanceof Error?s.message:s}`)}}),!0}}catch{return!1}finally{return!1}}}const it=[];class St extends F{constructor(e={}){super(),this.SE_API=null,this.id="widget communications",this.loaded=!1,this.history=[],this.detected=new Set,this.id=e.id||this.id,it.push(this),rt?.then(async t=>{this.loaded=!0,this.SE_API=t,Promise.all([async()=>{const a=await t.store.get(this.id);a&&(this.history=a.slice(-10))},async()=>{const a=await t.store.get(this.id+"_detected");a&&(this.detected=new Set(a))}])})}async send(e,t){if(this.SE_API){const a={nonce:Math.random().toString(36).substring(2),key:e,value:t,timestamp:new Date().toISOString()};this.history.push(a),this.SE_API.store.set(this.id,this.history),this.SE_API.store.set(this.id+"_detected",Array.from(this.detected))}}update(e){if(!e.length)return;this.history=e,e.filter(a=>!this.detected.has(a.nonce)).forEach(a=>{this.detected.add(a.nonce),this.emit("message",a.key,a.value)})}on(e,t){return e==="load"&&this.loaded?(t.apply(this),this):(super.on(e,t),this)}}typeof window!==void 0&&(window.addEventListener("onWidgetLoad",async l=>{const{detail:e}=l;if(window.client instanceof q&&client instanceof q&&client){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){N.received("Widget loaded!",l.detail);const a=l.detail.fieldData;Object.keys(a).length&&N.received("Field data:",a)}t.loaded=!0,t.storage.on("load",a=>{if(t.debug&&a?N.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,a):t.debug&&N.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,"No data found."),a){const i=b=>{const p=Date.now(),o={};for(const h in b)if(b.hasOwnProperty(h)){const f=b[h];f.expire&&f.expire>p&&(o[h]=f)}return o},s=i(a.user||{}),n=i(a.avatar||{}),m=i(a.pronoun||{}),c=i(a.emote||{});t.storage.update({user:s,avatar:n,pronoun:m,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",l=>{const{detail:e}=l;if(window.client instanceof q&&client instanceof q&&client){const t=window.client;t.session=e.session,t.emit("session",e.session),t.debug&&N.debug("[Client]","Session updated",e.session)}}),window.addEventListener("onEventReceived",({detail:l})=>{if(window.client instanceof q&&client instanceof q&&client){const t=w.event.parseProvider(l);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;et.execute(s.field,s.value);break}case"subscriber-latest":{i.event;break}}break}case"kvstore:update":{const s=i.event;if(Q.length){var e=Q.find(n=>n.id===s.data.key.replace("customWidget.","")||n.id===s.data.key);e&&e.update(s.data.value)}if(it.length){const n=it.find(m=>m.id===s.data.key.replace("customWidget.","")||m.id===s.data.key);n&&n.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,Z.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,Z.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)&&N.received("[Client]",`Event ${t.data.listener} received from ${t.provider}`,t.data.event)}}));class mt extends F{constructor(e){if(super(),this.queue=[],this.priorityQueue=[],this.history=[],this.timeouts=[],this.running=!1,this.duration=void 0,this.loaded=!1,this.clientWaitRetryDelay=50,!e.processor||typeof e.processor!="function")throw new Error("A valid processor function must be provided to useQueue.");this.processor=e.processor,e.duration!=="client"&&(this.duration=e.duration??0),this.waitForClientAndBindLoad(e.duration)}waitForClientAndBindLoad(e=this.duration,t){if(!(window?.client instanceof q)){setTimeout(()=>this.waitForClientAndBindLoad(e,t),this.clientWaitRetryDelay);return}window.client.on("load",()=>{e==="client"&&(this.duration=window.client.fields?.widgetDuration??0),this.emit("load"),this.loaded=!0,t&&t()})}enqueue(e,t={}){const a=this.hasItems(),i=Array.isArray(e)?e.map(s=>({value:s.value,options:s.options??{}})):[{value:e,options:t}];for(const s of i){const n={isoDate:new Date().toISOString(),isLoop:s.options?.isLoop??!1,isPriority:s.options?.isPriority??!1,isImmediate:s.options?.isImmediate??!1,value:s.value};n.isPriority&&n.isImmediate?(this.cancel(),this.priorityQueue.unshift(n)):(n.isPriority?this.priorityQueue:this.queue).push(n)}return this.running===!1&&a===!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){N.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)}}var G;(l=>{l.queue=new mt({duration:"client",processor:async function(a){if(window.dispatchEvent(new CustomEvent(a.listener,{detail:a.data})),a.listener==="onEventReceived"&&a.session&&client instanceof q&&window?.client&&window?.client?.session){const i=await l.generate.event.onSessionUpdate(window?.client?.session,w.event.parseProvider(a.data));window.dispatchEvent(new CustomEvent("onSessionUpdate",{detail:i}))}}}),l.generate={session:{types:{name:{type:"string",options:A.names.filter(t=>t.length)},tier:{type:"string",options:A.tiers.filter(t=>t.length)},message:{type:"string",options:A.messages.filter(t=>t.length)},item:{type:"array",options:A.items},avatar:{type:"string",options:A.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=n=>{const m=p=>{if(!p||!("amount"in p))return[];const o=[];for(let h=0;h<p.amount;h++)o.push(i(p.value));return o.sort((h,f)=>new Date(f.createdAt).getTime()-new Date(h.createdAt).getTime())},c=p=>{const o={};for(const h in p){const f=h.replace("_type","type");o[f]=i(p[h])}return o},b=p=>{if(!p)return p;switch(p.type){case"int":return w.random.number(p.min,p.max);case"string":return w.random.array(p.options)[0];case"date":return w.random.daysOffset(p.range);case"array":return w.random.array(p.options)[0];case"recent":return m(p);default:return p}};return typeof n!="object"||n===null?n:"type"in n&&typeof n.type=="string"?b(n):c(n)};var s=Object.entries(i(a)).reduce((n,[m,c])=>(Object.entries(c).forEach(([b,p])=>n[`${m}-${b}`]=p),n),{});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 l.generate.session.get(),a){const i=(s,n)=>new Date(n.createdAt).getTime()-new Date(s.createdAt).getTime();switch(a.provider){case"twitch":{const s=a.data;switch(s.listener){case"cheer-latest":{const n=s.event.amount,m=s.event.displayName??s.event.name,c=s.event.message;t["cheer-latest"]={name:m,amount:n,message:c};const b=p=>{if(p==="all"){b("alltime"),b("monthly"),b("weekly"),b("session");return}const o=t[`cheer-${p}-top-donation`];o&&n>o.amount&&(o.amount=n,o.name=m);const h=t[`cheer-${p}-top-donator`],f=t["cheer-recent"].filter(g=>g.name.toLowerCase()===h.name.toLowerCase()).reduce((g,y)=>g+y.amount,0),d=t["cheer-recent"].filter(g=>g.name.toLowerCase()===m.toLowerCase()).reduce((g,y)=>g+y.amount,0);d>f&&(h.amount=d,h.name=m)};b("all"),t["cheer-session"].amount+=n,t["cheer-week"].amount+=n,t["cheer-month"].amount+=n,t["cheer-total"].amount+=n,t["cheer-count"].count+=1,t["cheer-goal"].amount+=n,t["cheer-recent"].unshift({name:m,amount:n,createdAt:new Date().toISOString()}),t["cheer-recent"]=(t["cheer-recent"]||[]).sort(i);break}case"follower-latest":{const n=s.event.displayName??s.event.name;t["follower-latest"].name=n,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:n,createdAt:new Date().toISOString()}),t["follower-recent"]=(t["follower-recent"]||[]).sort(i);break}case"subscriber-latest":{const n=s.event.displayName??s.event.name,m=s.event.amount,c=s.event.tier,b=s.event.message;if(t["subscriber-latest"]={name:n,amount:m,tier:c,message:b??""},t["subscriber-recent"].find(p=>p.name.toLowerCase()===n.toLowerCase())?m>1&&(t["subscriber-resub-latest"]={name:n,amount:m,message:b??""},t["subscriber-resub-session"].count+=1):(t["subscriber-new-latest"]={name:n,amount:m,message:b??""},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 p=s.event.sender;t["subscriber-gifted-latest"]={name:n,amount:m,tier:c,message:b??"",sender:p},t["subscriber-gifted-session"].count+=1,t["subscriber-alltime-gifter"]={name:p,amount:m}}else s.event.gifted&&!s.event.bulkGifted&&s.event.isCommunityGift||!s.event.gifted&&s.event.bulkGifted&&s.event.isCommunityGift;t["subscriber-session"].count+=m,t["subscriber-week"].count+=m,t["subscriber-month"].count+=m,t["subscriber-total"].count+=m,t["subscriber-goal"].amount+=m,t["subscriber-points"].amount+=m,t["subscriber-recent"].unshift({name:n,amount:m,tier:c,createdAt:new Date().toISOString()}),t["subscriber-recent"]=(t["subscriber-recent"]||[]).sort(i);break}case"raid-latest":{const n=s.event.displayName??s.event.name,m=s.event.amount;t["raid-latest"]={name:n,amount:m},t["raid-recent"].unshift({name:n,amount:m,createdAt:new Date().toISOString()}),t["raid-recent"]=(t["raid-recent"]||[]).sort(i);break}}break}case"youtube":{const s=a.data;if(s.listener==="superchat-latest"){const n=s.event.displayName??s.event.name,m=s.event.amount;t["superchat-latest"]={name:n.toLowerCase(),displayName:n,amount:m,_id:w.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",providerId:"",avatar:""};const c=b=>{if(b==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const p=t[`superchat-${b}-top-donation`];p&&m>p.amount&&(p.amount=m,p.name=n);const o=t[`superchat-${b}-top-donator`],h=t["superchat-recent"].filter(d=>d.name.toLowerCase()===o.name.toLowerCase()).reduce((d,g)=>d+g.amount,0),f=t["superchat-recent"].filter(d=>d.name.toLowerCase()===n.toLowerCase()).reduce((d,g)=>d+g.amount,0);f>h&&(o.amount=f,o.name=n)};c("all"),t["superchat-session"].amount+=m,t["superchat-week"].amount+=m,t["superchat-month"].amount+=m,t["superchat-total"].amount+=m,t["superchat-count"].count+=1,t["superchat-goal"].amount+=m,t["superchat-recent"].unshift({name:n.toLowerCase(),displayName:n,amount:m,_id:w.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",avatar:"",providerId:""})}break}case"streamelements":{const s=a.data;if(s.listener==="tip-latest"){const n=s.event.displayName??s.event.name,m=s.event.amount;t["tip-latest"]={name:n,amount:m};const c=b=>{if(b==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const p=t[`tip-${b}-top-donation`];p&&m>p.amount&&(p.amount=m,p.name=n);const o=t[`tip-${b}-top-donator`],h=t["tip-recent"].filter(d=>d.name.toLowerCase()===o.name.toLowerCase()).reduce((d,g)=>d+g.amount,0),f=t["tip-recent"].filter(d=>d.name.toLowerCase()===n.toLowerCase()).reduce((d,g)=>d+g.amount,0);f>h&&(o.amount=f,o.name=n)};c("all"),t["tip-session"].amount+=m,t["tip-week"].amount+=m,t["tip-month"].amount+=m,t["tip-total"].amount+=m,t["tip-count"].count+=1,t["tip-goal"].amount+=m,t["tip-recent"].unshift({name:n,amount:m,createdAt:new Date().toISOString()}),t["tip-recent"]=(t["tip-recent"]||[]).sort(i)}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 n=w.random.array(Object.keys(s).filter(R=>s[R].length))[0],m=w.random.array(s[n])[0];return this.onEventReceived(n,m)}case"twitch":switch(a){default:case"random":{var m=w.random.array(s[t])[0];return this.onEventReceived(t,m)}case"message":{var c=i?.name??w.random.array(A.names.filter(H=>H.length))[0],b=i?.message??w.random.array(A.messages.filter(H=>H.length))[0],p=await w.message.generateBadges(i?.badges??[],t),o=w.message.findEmotesInText(b),h=w.message.replaceEmotesWithHTML(b,o),f=i?.color??w.random.color("hex"),d=i?.userId??w.random.number(1e7,99999999).toString(),g=i?.msgId??w.random.uuid(),y=i?.time??Date.now(),v=i?.channel??window?.client?.details?.user?.username??"local";return{listener:"message",event:{service:t,data:{time:y,tags:{"badge-info":`${p.keys.map(H=>`${H}/${w.random.number(1,5)}`).join(",")}`,badges:p.keys.join("/1,"),mod:p.keys.includes("moderator")?"1":"0",subscriber:p.keys.includes("subscriber")?"1":"0",turbo:p.keys.includes("turbo")?"1":"0","tmi-sent-ts":y.toString(),"user-id":d,"user-type":"",color:f,"display-name":c,emotes:"","client-nonce":w.random.string(16),flags:"",id:g,"first-msg":"0","returning-chatter":"0"},nick:c.toLowerCase(),displayName:c,displayColor:f,channel:v,text:b,isAction:!1,userId:d,msgId:g,badges:p.badges,emotes:o},renderedText:h},emulated:!0}}case"cheer":case"cheer-latest":{var C=i?.amount??w.random.number(100,1e4),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(O=>O.length))[0],b=i?.message??w.random.array(A.messages.filter(O=>O.length))[0];return{listener:"cheer-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,message:b,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"cheer",originalEventName:"cheer-latest",provider:t},emulated:!0}}case"follower":case"follower-latest":{var x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(O=>O.length))[0];return{listener:"follower-latest",event:{avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"follower",originalEventName:"follower-latest",provider:t},emulated:!0}}case"raid":case"raid-latest":{var C=i?.amount??w.random.number(1,100),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(B=>B.length))[0];return{listener:"raid-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"raid",originalEventName:"raid-latest",provider:t},emulated:!0}}case"subscriber":case"subscriber-latest":{var S=i?.tier??w.random.array(["1000","2000","3000","prime"])[0],C=i?.amount??w.random.number(1,24),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(K=>K.length))[0],D=i?.sender??w.random.array(A.names.filter(K=>K.length&&K!==c))[0],b=i?.message??w.random.array(A.messages.filter(K=>K.length))[0],M={default:{avatar:x,playedAsCommunityGift:!1},gift:{sender:D,gifted:!0},community:{message:b,sender:D,bulkGifted:!0},spam:{sender:D,gifted:!0,isCommunityGift:!0}},_=["default","gift","community","spam"],j=i?.subType??w.random.array(_)[0];return j=_.includes(j)?j:"default",{listener:"subscriber-latest",event:{amount:C,name:c.toLowerCase(),displayName:c,providerId:"",tier:S,...M.default,...M[j],_id:w.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"delete-message":return{listener:"delete-message",event:{msgId:i?.id??w.random.uuid(),provider:t},emulated:!0};case"delete-messages":return{listener:"delete-messages",event:{userId:i?.id??w.random.number(1e7,99999999).toString(),provider:t},emulated:!0}}case"streamelements":switch(a){default:case"random":{var m=w.random.array(s[t])[0];return this.onEventReceived(t,m)}case"tip":case"tip-latest":{var C=i?.amount??w.random.number(100,4e3),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(B=>B.length))[0];return{listener:"tip-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.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??w.random.number(0,100),provider:t},emulated:!0};case"mute":case"unmute":case"alertService:toggleSound":{var J=i?.muted??window?.client?.details?.overlay?.muted??!1;return{listener:"alertService:toggleSound",event:{muted:J,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 m=w.random.array(s[t])[0];return this.onEventReceived(t,m)}case"message":{var c=i?.name??w.random.array(A.names.filter($=>$.length))[0],b=i?.message??w.random.array(A.messages.filter($=>$.length))[0];const W=await w.message.generateBadges(i?.badges??[],t);var o=w.message.findEmotesInText(b),h=w.message.replaceEmotesWithHTML(b,o),f=i?.color??w.random.color("hex"),d=i?.userId??w.random.number(1e7,99999999).toString(),g=i?.msgId??w.random.uuid(),y=i?.time??Date.now(),x=i?.avatar??w.random.array(A.avatars)[0],v=i?.channel??window?.client?.details?.user?.username??"local";return{listener:"message",event:{service:t,data:{kind:"",etag:"",id:"",snippet:{type:"",liveChatId:"",authorChannelId:v,publishedAt:new Date().toISOString(),hasDisplayContent:!0,displayMessage:b,textMessageDetails:{messageText:b}},authorDetails:{channelId:v,channelUrl:"",displayName:c,profileImageUrl:x,...W},msgId:g,userId:d,nick:c.toLowerCase(),badges:[],displayName:c,isAction:!1,time:y,tags:[],displayColor:f,channel:v,text:b,avatar:x,emotes:[]},renderedText:b},emulated:!0}}case"subscriber":case"subscriber-latest":{var x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(O=>O.length))[0];return{listener:"subscriber-latest",event:{avatar:x,displayName:c,name:c.toLowerCase(),providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"superchat":case"superchat-latest":{var C=i?.amount??w.random.number(100,4e3),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(B=>B.length))[0];return{listener:"superchat-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",provider:t},emulated:!0}}case"sponsor":case"sponsor-latest":{var S=i?.tier??w.random.array(["1000","2000","3000"])[0],C=i?.amount??w.random.number(1,24),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(Y=>Y.length))[0],D=i?.sender??w.random.array(A.names.filter(Y=>Y.length&&Y!==c))[0],b=i?.message??w.random.array(A.messages.filter(Y=>Y.length))[0],M={default:{avatar:x,playedAsCommunityGift:!1},gift:{sender:D,gifted:!0},community:{message:b,sender:D,bulkGifted:!0},spam:{sender:D,gifted:!0,isCommunityGift:!0}},_=["default","gift","community","spam"],j=i?.subType??w.random.array(_)[0];return j=_.includes(j)?j:"default",{listener:"sponsor-latest",event:{amount:C,name:c.toLowerCase(),displayName:c,providerId:"",...M.default,...M[j],_id:w.random.uuid(),sessionTop:!1,type:"sponsor",originalEventName:"sponsor-latest",provider:t},emulated:!0}}}}}}},l.emulate={twitch:{message(t={}){l.generate.event.onEventReceived("twitch","message",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},deleteMessage(t){if(!t||typeof t!="string")return;const a={listener:"delete-message",event:{msgId:t}};l.emulate.send("onEventReceived",a)},deleteMessages(t){if(!t||typeof t!="string")return;const a={listener:"delete-messages",event:{userId:t}};l.emulate.send("onEventReceived",a)},follower(t={}){l.generate.event.onEventReceived("twitch","follower-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},raid(t={}){l.generate.event.onEventReceived("twitch","raid-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},cheer(t={}){l.generate.event.onEventReceived("twitch","cheer-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},subscriber(t={}){l.generate.event.onEventReceived("twitch","subscriber-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})}},streamelements:{tip(t={}){l.generate.event.onEventReceived("streamelements","tip-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})}},youtube:{message(t={}){l.generate.event.onEventReceived("youtube","message",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},subscriber(t={}){l.generate.event.onEventReceived("youtube","subscriber-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},superchat(t={}){l.generate.event.onEventReceived("youtube","superchat-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},sponsor(t={}){l.generate.event.onEventReceived("youtube","sponsor-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})}},kick:{},facebook:{},send(t,a){if(!l.queue){N.warn("Local queue is not initialized."),window.dispatchEvent(new CustomEvent(t,{detail:a}));return}switch(t){case"onEventReceived":{l.queue.enqueue({listener:t,data:a,session:t==="onEventReceived"?!0:void 0});break}case"onSessionUpdate":{l.queue.enqueue({listener:t,data:a});break}case"onWidgetLoad":{l.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(m=>{try{return new URL("./"+m,window.location.href),!0}catch{return!1}}),data:a.find(m=>{try{return new URL("./"+m,window.location.href),!0}catch{return!1}})},n=await fetch("./"+(s.data??"data.json"),{cache:"no-store"}).then(m=>m.json()).catch(()=>({}));await fetch("./"+(s.fields??"fields.json"),{cache:"no-store"}).then(m=>m.json()).then(async m=>{const c=Object.entries(m).filter(([p,{value:o}])=>o!=null).reduce((p,[o,{value:h}])=>(n&&n[o]!==void 0&&(h=n[o]),p[o]=h,p),{...n}),b=await l.generate.event.onWidgetLoad(c,await l.generate.session.get(i));window.dispatchEvent(new CustomEvent("onWidgetLoad",{detail:b}))})}l.start=e})(G||(G={}));const st={getOverlayStatus:()=>({isEditorMode:!1,muted:!1}),resumeQueue:()=>{},responses:{},sendMessage(l,e){},counters:{get(l){return null}},sanitize(l){return l},cheerFilter(l){return l},setField(l,e,t){},store:{set:function(l,e){this.list[l]=e,localStorage.setItem("SE_API-STORE",JSON.stringify(st.store.list))},get:async function(l){return this.list[l]?this.list[l]:null},list:{}}};async function Dt(){let l=localStorage.getItem("SE_API-STORE")??"",e=l?JSON.parse(l):{};return st.store.list=e,st}var nt;(l=>{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=l.Pronouns||(l.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:n,display:m})=>[n,m]));return{...e.map,...s}}}catch{}return{...e.map}}l.list=t;async function a(i){if(!i)throw new Error("Username is required to fetch Alejo data.");if(i=i.toLowerCase(),!window?.client){try{const s=await fetch(`https://pronouns.alejo.io/api/users/${i}`).then(n=>n.json()).then(([n])=>n);if(s)return s.pronoun_id}catch(s){throw new Error(`Failed to fetch pronoun data for user "${i}": ${s instanceof Error?s.message:s}`)}return}if(i in window?.client?.storage.data.pronoun&&window?.client?.storage.data.pronoun[i].expire>Date.now())return window?.client?.storage.data.pronoun[i].value;try{const s=await fetch(`https://pronouns.alejo.io/api/users/${i}`).then(n=>n.json()).then(([n])=>n);if(s)return window?.client?.storage.add(`pronoun.${i}`,{value:s.pronoun_id,timestamp:Date.now(),expire:Date.now()+window?.client?.cache.pronoun*60*1e3}),window?.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}`)}}l.get=a})(nt||(nt={}));class At extends F{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=>{N.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&&N.error("[Client]","ComfyJS Error:",e)},this.instance.onCommand=(e,t,a,i,s)=>{if(this.emit("command",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Command: !${t} ${a} (User: ${e})`),this.emulate){const n={...i,broadcaster:i.broadcaster,moderator:i.mod,vip:i.vip,subscriber:i.subscriber,founder:i.founder},m={name:e,message:`!${t} ${a}`,badges:Object.entries(n).map(([c,b])=>b?c:null).filter(Boolean),color:s.userColor,time:new Date(s.timestamp).getTime(),userId:s.userId,msgId:s.id,channel:s.channel};G.emulate.twitch.message(m)}},this.instance.onChat=(e,t,a,i,s)=>{if(this.emit("chat",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Chat: ${t} (User: ${e})`),this.emulate){const n={...a,...s.userBadges,broadcaster:a.broadcaster,moderator:a.mod,vip:a.vip,subscriber:a.subscriber,founder:a.founder};G.emulate.twitch.message({name:e,message:t,badges:Object.entries(n).map(([m,c])=>c?m: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&&N.debug("[Client]",`ComfyJS Whisper: ${t} (User: ${e})`)},this.instance.onMessageDeleted=(e,t)=>{this.emit("messageDeleted",e,t),client?.debug&&N.debug("[Client]",`ComfyJS Message Deleted: ${e}`),this.emulate&&G.emulate.twitch.deleteMessage(e)},this.instance.onJoin=(e,t,a)=>{this.emit("join",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Join: ${e}`)},this.instance.onPart=(e,t,a)=>{this.emit("part",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Part: ${e}`)},this.instance.onHosted=(e,t,a,i)=>{this.emit("hosted",e,t,a,i),client?.debug&&N.debug("[Client]",`ComfyJS Hosted: ${e} (${t} viewers)`)},this.instance.onRaid=(e,t,a)=>{this.emit("raid",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Raid: ${e} (${t} viewers)`),this.emulate&&G.emulate.twitch.raid({name:e,amount:t})},this.instance.onSub=(e,t,a,i)=>{if(this.emit("sub",e,t,a,i),client?.debug&&N.debug("[Client]",`ComfyJS Sub: ${e} (${a.plan})`),this.emulate){const s=a.plan==="Prime"?"prime":a.plan;G.emulate.twitch.subscriber({name:e,message:t,tier:s,subType:"default"})}},this.instance.onResub=(e,t,a,i,s,n)=>{if(this.emit("resub",e,t,a,i,s,n),client?.debug&&N.debug("[Client]",`ComfyJS Resub: ${e} (${i} months)`),this.emulate){const m=s.plan==="Prime"?"prime":s.plan;G.emulate.twitch.subscriber({name:e,message:t,tier:m,amount:i,subType:"default"})}},this.instance.onSubGift=(e,t,a,i,s,n)=>{if(this.emit("subGift",e,t,a,i,s,n),client?.debug&&N.debug("[Client]",`ComfyJS Sub Gift: ${e} gifted ${i} subs`),this.emulate){const m=s.plan==="Prime"?"prime":s.plan;G.emulate.twitch.subscriber({name:a,message:"",sender:e,tier:m,amount:i,subType:"gift"})}},this.instance.onSubMysteryGift=(e,t,a,i,s)=>{if(this.emit("subMysteryGift",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Sub Mystery Gift: ${e} gifted ${t} subs`),this.emulate){const n=i.plan==="Prime"?"prime":i.plan;G.emulate.twitch.subscriber({name:e,message:"",amount:t,tier:n,subType:"community"})}},this.instance.onGiftSubContinue=(e,t,a)=>{this.emit("giftSubContinue",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Gift Sub Continue: ${e} continued their gifted sub from ${t}`),this.emulate&&G.emulate.twitch.subscriber({name:e,message:"",sender:t,tier:"1000",subType:"gift"})},this.instance.onCheer=(e,t,a,i,s)=>{this.emit("cheer",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Cheer: ${e} cheered ${a} bits - ${t}`),this.emulate&&G.emulate.twitch.cheer({name:e,message:t,amount:a})},this.instance.onChatMode=(e,t)=>{this.emit("chatMode",e,t),client?.debug&&N.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&&N.debug("[Client]",`ComfyJS Reward: ${e} redeemed ${t} for ${a} - ${i}`)},this.instance.onConnected=(e,t,a)=>{this.emit("connected",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Connected: ${e}:${t} (First Connect: ${a})`)},this.instance.onReconnect=e=>{this.emit("reconnect",e),client?.debug&&N.debug("[Client]",`ComfyJS Reconnect: Attempt #${e}`)},this.init&&this.instance.Init(this.username,this.password,this.channels,this.isDebug)}}class ut{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 n=[],m=[];if(i.forEach(c=>{typeof c=="string"||typeof c=="number"||typeof c=="boolean"?n.push(c):m.push(c)}),n.length>0){const c=n.join(" ");console.log(`%c${s.endsWith(" ")?s:s.trim()+" "}${a}${c}`,t,...m)}else m.length>0&&console.log(`%c${s.endsWith(" ")?s:s.trim()+" "}${a}`,t,...m)}}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 rt=typeof SE_API<"u"?Promise.resolve(SE_API):Promise.resolve(Dt()),N=new ut,ot={SeAPI:rt,Client:q,Helper:w,Local:G,Data:A,logger:N,modules:{EventProvider:F,useStorage:tt,useQueue:mt,useLogger:ut,useComms:St},actions:{Button:et,Command:Z},multistream:{useComfyJs:At},data:{usedStorages:Q,usedComms:it},pronouns:{Alejo:nt}};return typeof window<"u"?window.Tixyel=ot:globalThis.Tixyel=ot,ot}));
1
+ (function(F,Q){typeof exports=="object"&&typeof module<"u"?module.exports=Q():typeof define=="function"&&define.amd?define(Q):(F=typeof globalThis<"u"?globalThis:F||self,F["@tixyel/streamelements"]=Q())})(this,(function(){"use strict";class F{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}}const Q=[];class tt extends F{constructor(e){super(),this.SE_API=null,this.id="default",this.loaded=!1,this.id=e.id||this.id,this.data=e.data??{},Q.push(this),rt?.then(t=>{this.SE_API=t,t.store.get(this.id).then(a=>{this.data=a??this.data,this.loaded=!0,this.emit("load",this.data),JSON.stringify(this.data)!==JSON.stringify(a)&&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&&(tt.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 n=0;n<i.length-1;n++)(typeof s[i[n]]!="object"||s[i[n]]==null)&&(s[i[n]]={}),s=s[i[n]];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 q extends F{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 tt({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 Z{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 q&&(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 q))return!1;const a=e.replace(this.prefix,"").split(" ").slice(1).map(c=>c.trim());var i="",s=[];const n={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(p=>p in n?n[p]:p));break}case"youtube":{const c=t.data,b={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(([p,o])=>p.startsWith("is")&&o).map(([p])=>b[p]).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 m=this.verify(i,s,a);return m===!0&&this.run.apply(window.client,[a,t]),m}remove(){if(!(window.client instanceof q))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 q))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??[]],n=t.event.data.text.replace(i.prefix,"").split(" ")[0];return s.includes(n)});if(a.length&&a.every(i=>i instanceof Z))return a.forEach(i=>{i.parse(t.event.data.text,e),window?.client?.emit("action",i,"executed"),N.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 ht=["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 ft(l,e){if(!e)return null;switch(e){case"hex":{const t=l.replace("#","");let a=0,i=0,s=0,n=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),n=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),n=parseInt(t.slice(6,8),16)/255),{r:a,g:i,b:s,a:n}}case"rgb":case"rgba":{const t=l.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=l.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]),n=t[4]?parseFloat(t[4]):1;return{...yt(a,i,s),a:n}}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=l,a.fillRect(0,0,1,1);const[i,s,n]=a.getImageData(0,0,1,1).data;return{r:i,g:s,b:n,a:1}}default:return null}}function bt(l,e=!0){const t=i=>Math.round(i).toString(16).padStart(2,"0");let a=`#${t(l.r)}${t(l.g)}${t(l.b)}`;return e&&l.a<1&&(a+=t(l.a*255)),a}function lt(l,e,t){l/=255,e/=255,t/=255;const a=Math.max(l,e,t),i=Math.min(l,e,t),s=a-i;let n=0,m=0;const c=(a+i)/2;if(s!==0)switch(m=c>.5?s/(2-a-i):s/(a+i),a){case l:n=((e-t)/s+(e<t?6:0))/6;break;case e:n=((t-l)/s+2)/6;break;case t:n=((l-e)/s+4)/6;break}return{h:Math.round(n*360),s:Math.round(m*100),l:Math.round(c*100)}}function yt(l,e,t){l/=360,e/=100,t/=100;let a,i,s;if(e===0)a=i=s=t;else{const n=(b,p,o)=>(o<0&&(o+=1),o>1&&(o-=1),o<.16666666666666666?b+(p-b)*6*o:o<.5?p:o<.6666666666666666?b+(p-b)*(.6666666666666666-o)*6:b),m=t<.5?t*(1+e):t+e-t*e,c=2*t-m;a=n(c,m,l+1/3),i=n(c,m,l),s=n(c,m,l-1/3)}return{r:Math.round(a*255),g:Math.round(i*255),b:Math.round(s*255)}}async function wt(l,e,t){const a=ht;let i=a[0],s=1/0;for await(const n of a){const m=document.createElement("canvas");m.width=m.height=1;const c=m.getContext("2d");if(!c)continue;c.fillStyle=n,c.fillRect(0,0,1,1);const[b,p,o]=c.getImageData(0,0,1,1).data,h=Math.sqrt(Math.pow(l-b,2)+Math.pow(e-p,2)+Math.pow(t-o,2));if(h<s&&(s=h,i=n),h===0)break}return i}const vt=["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"],kt={"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"}},Ct=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((l,e)=>(l.some(t=>t.name===e.name)||l.push({...e,start:0,end:0}),l),[]),jt=[],xt=["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"],Ut=["Local","Tixyel","Urie_s2","itzzcatt","BeniArts","Cupidiko","shy_madeit"],Et=["1000","2000","3000","prime"],It=["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"],Tt=[{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 A;(l=>{l.avatars=vt,l.badges=kt,l.css_color_names=ht,l.emotes=Ct,l.items=jt,l.messages=xt,l.names=Ut,l.tiers=Et,l.tts=It,l.youtube_emotes=Tt})(A||(A={}));var w;(l=>{let e;(n=>{function m(o,h="cardinal"){const f={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"]},d={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"]},g=["th","st","nd","rd","th","th","th","th","th","th"],y=["","thousand","million","billion","trillion","quadrillion","quintillion"],v=y.map(j=>j?`${j}th`:"");if(o=Math.abs(Math.floor(o)),h==="suffix"){const j=o%100;if(j>=11&&j<=13)return`${o}th`;const J=o%10;return`${o}${g[J]}`}function C(j,J){if(j<10)return J==="ordinal"?d.single[j]:f.single[j];if(j<20)return J==="ordinal"?d.tens[j-10]:f.tens[j-10];const R=Math.floor(j/10),H=j%10;if(H===0)return J==="ordinal"?d.decades[R-2]:f.decades[R-2];const W=f.decades[R-2],O=J==="ordinal"?d.single[H]:f.single[H];return`${W}-${O}`}function x(j,J){if(j===0)return J==="ordinal"?d.single[0]:f.single[0];const R=Math.floor(j/100),H=j%100,W=[];return R>0&&(J==="ordinal"&&H===0?W.push(`${f.single[R]} hundredth`):W.push(`${f.single[R]} hundred`)),H>0&&W.push(C(H,J)),W.join(" ")}if(o<1e3)return x(o,h);const S=[];let D=o;for(;D>0;)S.push(D%1e3),D=Math.floor(D/1e3);let M=-1;for(let j=0;j<S.length;j++)S[j]!==0&&(M=j);const _=[];for(let j=S.length-1;j>=0;j--){const J=S[j];if(J===0)continue;const R=y[j];if(h==="cardinal"){let H=x(J,"cardinal");R&&(H+=` ${R}`),_.push(H)}else if(j===M)if(j>0){const W=x(J,"cardinal"),O=v[j];_.push(W?`${W} ${O}`:O)}else{const W=x(J,"ordinal");_.push(W)}else{let W=x(J,"cardinal");R&&(W+=` ${R}`),_.push(W)}}return _.join(", ")}n.translate=m;function c(o,h=0,f=100,d=0){const g=Math.min(Math.max(o,h),f);return b(g,d)}n.balance=c;function b(o,h=2){const f=Math.pow(10,h);return Math.round(o*f)/f}n.round=b;function p(o,h,f=0){o>h&&([o,h]=[h,o]);const d=Math.random()*(h-o)+o;return f?Number(d.toFixed(f)):Math.round(d)}n.number=p})(e=l.number||(l.number={}));let t;(n=>{function m(h,f,d){const g=f.match(/^<span(?: class="[^"]*")? style="([^"]*)">(.*)<\/span>$/s);if(g){const y=g[1],v=g[2],C=g[0].match(/class="([^"]*)"/)?.[1]||"";let x=[y,h].filter(S=>S.length).map(S=>S.endsWith(";")?S.slice(0,-1):S).join("; ").replace(/\s*;\s*/g,"; ").trim();return x.endsWith(";")||(x+=";"),`<span${C?` class="${C} ${d??""}"`:""}${x?` style="${x}"`:""}>${v}</span>`}else return h&&h.length&&!h.endsWith(";")&&(h+=";"),`<span${d?` class="${d}"`:""}${h?` style="${h}"`:""}>${f}</span>`}n.mergeSpanStyles=m;function c(h,f=0,d=1,g){const{return:y=!1,parent:v,base:C}=g||{},x=v||h.parentElement||document.body;if(!x)throw new Error("No parent element found for scaling");const S=x.getBoundingClientRect(),D=h.offsetWidth,M=h.offsetHeight;if(D===0||M===0)throw new Error("Element has zero width or height, cannot scale");const _=S.width*d/D,j=S.height*d/M;let J=C==="width"?_:C==="height"?j:Math.min(_,j);if(f>0){const H=S.width*f/D,W=S.height*f/M,O=Math.max(H,W);J=Math.max(O,J)}const R={width:D*J,height:M*J,scale:J};return y||(h.style.transform=`scale(${J})`,h.style.transformOrigin="center center"),R}n.scale=c;function b(h,f={}){const{parent:d=h.parentElement,prefer:g="auto",min:y=0,max:v=1,apply:C=()=>{}}=f;if(!d)throw new Error("No parent element found for scaling");const x=d.getBoundingClientRect(),S=h.getBoundingClientRect(),D=x.width,M=x.height,_=S.width,j=S.height;let J=D*y/_,R=M*y/j,H=D*v/_,W=M*v/j,O=Math.min(H,W);const B=Math.max(J,R);O=Math.max(O,B);const K=_*O,ct=j*O;return g==="width"?O=Math.max(J,Math.min(H,D/_)):g==="height"?O=Math.max(R,Math.min(W,M/j)):K>D?O=Math.max(J,Math.min(H,D/_)):ct>M&&(O=Math.max(R,Math.min(W,M/j))),C.apply(h,[O,h]),O}n.scalev2=b;function p(h,f=1,d={}){const g=parseFloat(getComputedStyle(h).getPropertyValue("font-size")),y={minFontSize:d?.minFontSize??0,maxFontSize:d?.maxFontSize??g},v=d?.parent||h.parentElement;if(!v)throw new Error("No parent element found for fitting text");const C=v.clientWidth*f,x=h.offsetWidth,S=C/x,D=g*S,M=e.balance(D,y.minFontSize,y.maxFontSize);return h.style.fontSize=M+"px",h}n.fitText=p;function o(h,f=0){const g=new DOMParser().parseFromString(h,"text/html");let y=f;function v(D){if(D.nodeType===Node.TEXT_NODE){const _=(D.textContent||"").split("").map((J,R)=>{const H=document.createElement("span");return H.classList.add("char"),H.dataset.index=String(y),H.dataset.exclusivityIndex=String(y),H.style.setProperty("--char-index",String(y)),H.style.setProperty("--exclusivity-index",String(y)),(J===" "||J===`
2
+ `||J===" ")&&(H.style.whiteSpace="pre-wrap"),H.textContent=J,y++,H}),j=document.createDocumentFragment();return _.forEach(J=>j.appendChild(J)),j}else if(D.nodeType===Node.ELEMENT_NODE){const M=D.cloneNode(!1);return M.classList.add("container"),M.dataset.index=String(y),M.style.setProperty("--char-index",String(y)),D.childNodes.forEach(_=>{const j=v(_);(j instanceof DocumentFragment||j instanceof Node)&&M.appendChild(j)}),M}return D.cloneNode(!0)}const C=g.body,x=document.createElement("div");C.childNodes.forEach(D=>{if(D.nodeType===Node.TEXT_NODE&&!D.textContent?.trim())return;const M=v(D);(M instanceof DocumentFragment||M instanceof Node)&&x.appendChild(M)});let S="";return Array.from(x.childNodes).forEach(D=>{D.nodeType===Node.TEXT_NODE?S+=D.textContent:S+=D.outerHTML}),S}n.splitTextToChars=o})(t=l.element||(l.element={}));let a;(n=>{function m(o,h=!0,f=""){const d={};for(const g in o){if(!Object.prototype.hasOwnProperty.call(o,g))continue;const y=o[g],v=f?`${f}.${g}`:g;if(y==null){d[v]=String(y);continue}if(typeof y=="number"&&isNaN(y)){d[v]="NaN";continue}if(typeof y=="number"&&!isNaN(y)){d[v]=h?String(y):y;continue}if(y instanceof Date){d[v]=y.toISOString();continue}if(y instanceof Map){y.forEach((C,x)=>{d[`${v}.${x}`]=JSON.stringify(C)});continue}if(Array.isArray(y)){y.forEach((C,x)=>{const S=`${v}:${x}`;typeof C=="object"?Object.assign(d,m(C,h,S)):d[S]=h?String(C):C});continue}if(typeof y=="object"){Object.assign(d,m(y,h,v));continue}d[v]=String(y)}return d}n.flatten=m;function c(o){return Object.entries(o)}n.entries=c;function b(o){return Object.values(o)}n.values=b;function p(o){return Object.keys(o)}n.keys=p})(a=l.object||(l.object={})),(n=>{function m(o,h=A.emotes){const f=[];return h.forEach(d=>{const g=d.name;let y=0,v=0;for(;y<o.length;){const C=o.indexOf(g,v);if(C===-1)break;const x=C>0?o[C-1]:" ",S=C+g.length<o.length?o[C+g.length]:" ";/\s/.test(x)&&/\s/.test(S)&&f.push({...d,start:C,end:C+g.length}),v=C+1}}),f.sort((d,g)=>d.start-g.start)}n.findEmotesInText=m;function c(o,h){if(!h.length)return o;let f="",d=0;return h.forEach(g=>{f+=o.substring(d,g.start);const v=Array.from({...g.urls,length:5}).slice(1).reverse().filter(Boolean)[0]||g.urls[1];f+=`<img src="${v}" alt="${g.name}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`,d=g.end}),f+=o.substring(d),f}n.replaceEmotesWithHTML=c;function b(o,h=A.youtube_emotes){return Array.from(o.matchAll(/:(.*?):/gim),d=>d[0]).forEach(d=>{const g=h.find(y=>y.shortcuts.includes(d)||y.searchTerms.includes(d.slice(1,-1)));if(g){const y=g.image.thumbnails.at(-1)?.url,v=g.image.accessibility.accessibilityData.label;y&&(o=o.replace(d,`<img src="${y}" alt="${v}" class="emote" style="width: auto; height: 1em; vertical-align: middle;" />`))}}),o}n.replaceYoutubeEmotesWithHTML=b;async function p(o=[],h){if(!Array.isArray(o)&&typeof o=="string"&&(o=o.split(",").map(v=>v.trim())),!o||!o.length){var f=s.number(1,3);for await(const v of Array.from({length:f},()=>"")){var d=s.array(Object.keys(A.badges))[0];!o.includes(d)&&Array.isArray(o)?o.push(d):o=[d]}}var g;switch(h){case"twitch":{g={keys:Array.from(o).filter(v=>v in A.badges),badges:Array.from(o).slice(0,3).map(v=>A.badges[v]).filter(Boolean)};break}case"youtube":{var y={verified:{isVerified:!0},broadcaster:{isChatOwner:!0},host:{isChatOwner:!0},sponsor:{isChatSponsor:!0},subscriber:{isChatSponsor:!0},moderator:{isChatModerator:!0}};g=Object.entries(o).reduce((v,[C])=>(C in y&&Object.assign(v,y[C]),v),{isVerified:!1,isChatOwner:!1,isChatSponsor:!1,isChatModerator:!1});break}}return g}n.generateBadges=p})(l.message||(l.message={})),(n=>{function m(c){var b=c.event?.provider||c.event?.service||c.event?.data?.provider||window.client.details.provider;return["kvstore:update","bot:counter","alertService:toggleSound","tip-latest","event:test","event:skip"].some(h=>h===c.listener)&&(b="streamelements"),{provider:b,data:c}}n.parseProvider=m})(l.event||(l.event={})),(n=>{n.PRESETS={};async function m(p,o,h){const f=[];p.replace(o,(g,...y)=>{const v=typeof h=="function"?h(g,...y):g;return f.push(Promise.resolve(v)),g});const d=await Promise.all(f);return p.replace(o,()=>d.shift()??"")}n.replace=m;function c(p){return p.charAt(0).toUpperCase()+p.slice(1)}n.capitalize=c;function b(p,o={},h={method:"index",html:!1,debug:!1,modifiers:{},aliases:{}}){const{mergeSpanStyles:f}=t,d=(r,u,k)=>h.html?f(r,u,k):u,g={skip:"<br/>",newline:"<br/>",...o};let y="$",v="USD";if(typeof window<"u")try{const u=window?.client?.details?.currency;u?.symbol&&(y=String(u.symbol)),u?.code&&(v=String(u.code))}catch{}const C=Object.entries(a.flatten(g)).reduce((r,[u,k])=>{if(r[u]=String(k),["username","name","nick","nickname","sender"].some(U=>u===U)){const U=r?.username||r?.name||r?.nick||r?.nickname||r?.sender;r.username=r.username||U,r.usernameAt=`@${r.username}`,r.name=r.name||U,r.nick=r.nick||U,r.nickname=r.nickname||U,r.sender=r.sender||U,r.senderAt=`@${r.sender}`}return["amount","count"].some(U=>u===U)&&(r.amount=String(r?.amount||r.count||k),r.count=String(r?.count||r?.amount||k)),r.currency=r.currency||y,r.currencyCode=r.currencyCode||v,r},{}),x={PLACEHOLDERS:/{([^}]+)}/g,MODIFIERS:/\[([^\]=]+)=([^\]]+)\]/g};var S=parseFloat(C?.amount??C?.count??0);function D(r,u){const k=r?.trim?.()??"";if(!k.length)return null;const U=u[k],I=parseFloat(String(U!==void 0?U:k).replace(/\s/g,""));return isNaN(I)?null:I}function M(r,u,k){const U=isNaN(Number(u))?0:Math.max(0,parseInt(String(u))),L=D(r,k);if(L===null)return r;try{return L.toLocaleString(void 0,{minimumFractionDigits:U,maximumFractionDigits:U})}catch{return L.toFixed(U)}}function _(r,u=new Date){const k=u.getTime()-r.getTime(),U=k>=0,L=Math.abs(k),I=Math.floor(L/1e3),T=Math.floor(I/60),P=Math.floor(T/60),E=Math.floor(P/24),z=Math.floor(E/30),V=Math.floor(E/365),X=U?"ago":"from now";return V>0?`${V}y ${X}`:z>0?`${z}mo ${X}`:E>0?`${E}d ${X}`:P>0?`${P}h ${X}`:T>0?`${T}m ${X}`:`${Math.max(I,0)}s ${X}`}function j(r,u,k){const U=r?.trim?.()??"";if(!U.length)return r;const L=k[U]??U,I=new Date(L);if(isNaN(I.getTime()))return r;const T=(u??"date").toString().toLowerCase();try{switch(T){case"time":return I.toLocaleTimeString();case"datetime":case"full":return I.toLocaleString();case"relative":case"ago":return _(I);case"iso":return I.toISOString();default:return I.toLocaleDateString()}}catch{return r}}function J(r,u,k){const U=r??"",[L,I=L]=U.split("|",2),T=u?.trim();let P;T&&k[T]!==void 0?P=k[T]:P=k.amount??k.count;const E=parseFloat(String(P));return isNaN(E)?L:Math.abs(E)!==1?I:L}function R(r,u,k){const U=u?.trim()??"",L=U&&k[U]!==void 0?k[U]:"",I=String(L),T=(r??"").split("|").map(E=>E.trim()).filter(E=>E.length);let P;for(const E of T){const z=E.indexOf(":");if(z===-1)continue;const V=E.slice(0,z).trim(),X=E.slice(z+1);if(V.length){if(V.toLowerCase()==="default"){P=X;continue}if(I===V)return X}}return P??""}function H(r){return r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;")}function W(r,u){let k=r.trim();if(!k.length)return;const U=k[0],L=k[k.length-1];if(U==='"'&&L==='"'||U==="'"&&L==="'")return k.slice(1,-1);const I=k.toLowerCase();if(I==="true")return!0;if(I==="false")return!1;if(/^-?\d+(\.\d+)?$/.test(k))return parseFloat(k);const T=u?.[k];if(T===void 0)return k;const P=String(T).trim(),E=P.toLowerCase();return E==="true"?!0:E==="false"?!1:/^-?\d+(\.\d+)?$/.test(P)?parseFloat(P):T}function O(r){if(typeof r=="boolean")return r;if(r==null)return!1;const u=String(r).trim().toLowerCase();return!(!u.length||["false","0","no","off","null","undefined","nan"].includes(u))}function B(r,u){let k=r.trim();if(!k.length)return!1;let U=!1;for(;k.startsWith("!");)U=!U,k=k.slice(1).trim();const L=["===","!==","==","!=",">=","<=",">","<"];let I=null,T=k,P="";for(const z of L){const V=k.indexOf(z);if(V!==-1){I=z,T=k.slice(0,V),P=k.slice(V+z.length);break}}let E;if(I){const z=W(T,u),V=W(P,u);switch(I){case"===":E=z===V;break;case"!==":E=z!==V;break;case"==":E=z==V;break;case"!=":E=z!=V;break;case">=":E=z>=V;break;case"<=":E=z<=V;break;case">":E=z>V;break;case"<":E=z<V;break;default:E=!1;break}}else{const z=W(T,u);E=O(z)}return U?!E:E}function K(r,u){let k=r.trim();if(!k.length)return!1;let U=!1;for(;k.startsWith("!");)U=!U,k=k.slice(1).trim();const L=k.split("||").map(T=>T.trim()).filter(T=>T.length);if(!L.length)return!!U;let I=!1;for(const T of L){const P=T.split("&&").map(z=>z.trim()).filter(z=>z.length);if(!P.length)continue;let E=!0;for(const z of P){const V=B(z,u);if(E=E&&V,!E)break}if(I=I||E,I)break}return U?!I:I}const ct={COLOR:(r,u)=>d(u&&i.validate(u)?`color: ${u}`:"",r,"color"),WEIGHT:(r,u)=>d(u&&!isNaN(parseInt(u))?`font-weight: ${u}`:"",r,"weight"),SEMIBOLD:r=>d("font-weight: 600",r,"semibold"),BOLD:r=>d("font-weight: bold",r,"bold"),BLACK:r=>d("font-weight: 900",r,"black"),LIGHT:r=>d("font-weight: lighter",r,"light"),STRONG:r=>d("font-weight: bolder",r,"strong"),ITALIC:r=>d("font-style: italic",r,"italic"),UNDERLINE:r=>d("text-decoration: underline",r,"underline"),STRIKETHROUGH:r=>d("text-decoration: line-through",r,"strikethrough"),SUB:r=>d("vertical-align: sub",r,"sub"),SUP:r=>d("vertical-align: super",r,"sup"),LARGER:r=>d("font-size: larger",r,"larger"),SMALL:r=>d("font-size: smaller",r,"small"),SHADOW:(r,u)=>d(`text-shadow: ${u}`,r,"shadow"),SIZE:(r,u)=>d(u?`font-size: ${u}`:"",r,"size")},gt={...{BT1:r=>S>1?r:"",BT0:r=>S>0?r:"",ST1:r=>S<1?r:"",ST0:r=>S<0?r:"",UPC:r=>r.toUpperCase(),LOW:r=>r.toLowerCase(),REV:r=>r.split("").reverse().join(""),CAP:r=>r.charAt(0).toUpperCase()+r.slice(1).toLowerCase(),NUMBER:(r,u,k)=>M(r,u,k),PLURAL:(r,u,k)=>J(r,u,k),DATE:(r,u,k)=>j(r,u,k),MAP:(r,u,k)=>R(r,u,k),ESCAPE:r=>H(r),IF:(r,u,k)=>{const U=r??"",[L,I]=U.split("?",2);if(!I)return U;const[T,P=""]=I.split("|",2);return K(L,k)?T:P},PRESET:(r,u)=>{const k=u?.trim()??"";if(!k.length)return r;const U=n.PRESETS[k];if(!U||!U.length)return r;const L=U.split(",").map(T=>T.trim()).filter(T=>T.length).map(T=>{const[P,E]=T.split(":");return{name:P.trim(),param:E?.trim()??null}});let I=r;for(const{name:T,param:P}of L)I=Y(I,T,P);return I},FALLBACK:(r,u)=>r.length?r:u??r},...h?.html?ct:{},...h.modifiers??{}},pt={UPC:["UPPERCASE","UPPER","UPP"],LOW:["LOWERCASE","LOWER","LWC"],REV:["REVERSE","RVS"],CAP:["CAPITALIZE","CAPITAL"],NUMBER:["NUMBER","NUM","FORMAT_NUMBER","FMT_NUM"],PLURAL:["PLURAL","PL","PLR"],DATE:["DATE","DATETIME","TIME","DT"],MAP:["MAP","SWITCH"],ESCAPE:["ESCAPE","ESC","ESC_HTML","ESCAPE_HTML"],PRESET:["PRESET","STYLE","THEME"],BT1:["BIGGER_THAN_1","GREATER_THAN_1","GT1"],BT0:["BIGGER_THAN_0","GREATER_THAN_0","GT0"],ST1:["SMALLER_THAN_1","LESS_THAN_1","LT1"],ST0:["SMALLER_THAN_0","LESS_THAN_0","LT0"],COLOR:["COLOUR","CLR","HIGHLIGHT"],BOLD:["BOLDEN","B"],STRONG:["STRONGEN","STRONG"],ITALIC:["ITALICIZE","ITALIC","I"],UNDERLINE:["U","INS","INSET","I"],STRIKETHROUGH:["STRIKE","S","DELETE","D"],SUB:["SUBSCRIPT","SUBS"],SUP:["SUPERSCRIPT","SUPS"],LARGER:["LARGER","LG"],SMALL:["SMALLER","SM"],SHADOW:["SHADOW","SHD"],FALLBACK:["FALLBACK","FB"],IF:["IF","COND","CONDITION"],...h.aliases??{}};function Y(r,u,k){const U=Object.entries(pt).find(([I,T])=>T.some(P=>P.toUpperCase()===u.toUpperCase())?!0:I.toUpperCase()===u.toUpperCase()),L=U?U[0]:u.toUpperCase();try{return gt[L]?gt[L](r,typeof k=="string"?k.trim():null,C):h?.html?d("",r,L.toLowerCase()):r}catch(I){return h?.debug&&typeof console<"u"&&typeof console.error=="function"&&console.error("[Helper.string.compose] Modifier error",{name:u,param:k,error:I}),r}}function dt(r){let u=r,k;for(;(k=x.MODIFIERS.exec(u))!==null;){const[U,L,I]=k,T=L.split(",").map(E=>E.trim()).filter(E=>E.length).map(E=>{const[z,V]=E.split(":");return{name:z.trim(),param:V?.trim()??null}});let P=dt(I);for(const{name:E,param:z}of T)P=Y(P,E,z);u=u.replace(U,P??""),x.MODIFIERS.lastIndex=0}return u}function $(r){let u=0;const k=r.length;function U(I){let T="";for(;u<k;)if(r[u]==="\\")u+1<k?(T+=r[u+1],u+=2):u++;else if(r[u]==="["&&(!I||I!=="["))T+=L();else if(I&&r[u]===I){u++;break}else T+=r[u++];return T}function L(){u++;const I=[];for(;u<k&&r[u]!=="=";){if(r[u]===","){u++;continue}let P="";for(;u<k&&/[A-Za-z0-9]/.test(r[u]);)P+=r[u++];let E=null;if(r[u]===":"){u++;const z=u;for(;u<k&&r[u]!==","&&r[u]!=="=";)u++;E=r.slice(z,u)}P.length&&I.push({name:P,param:E}),r[u]===","&&u++}r[u]==="="&&u++;const T=U("]");return I.reduce((P,{name:E,param:z})=>Y(P,E,z),T)}return U()}let at=p.replace(x.PLACEHOLDERS,(r,u)=>typeof C[u]=="string"||typeof C[u]=="number"?String(C[u]):u??u);return at=h.method==="loop"?dt(at):$(at),at}n.compose=b})(l.string||(l.string={})),(n=>{n.playing=!1;function m(c,b=100,p=!1){if(!c||!c.length)throw new Error("No sound URL provided");try{p&&n.playing&&n.audio&&n.audio.state!=="closed"&&n.audio.close();let o=new AudioContext,h=o.createGain();h.connect(o.destination),p&&(n.audio=o,n.playing=!0),fetch(c).then(f=>f.arrayBuffer()).then(f=>o.decodeAudioData(f)).then(f=>{if(o.state!=="closed"){const d=o.createBufferSource();d.buffer=f,d.connect(h),h.gain.value=b/100,d.start(o.currentTime)}})}catch(o){throw new Error(`Error playing sound: ${o}`)}}n.play=m})(l.sound||(l.sound={}));let i;(n=>{function m(o=100,h=""){h=h.length>7?h?.substring(0,6):h,o=o>1?o/100:o;let f=Math.round(Math.min(Math.max(o,0),1)*255).toString(16).toLowerCase().padStart(2,"0");return h+f}n.opacity=m;function c(o){if(!o.startsWith("#")||o.length<=7)return{color:o,opacity:100};var d=o.slice(-2),h=parseInt(d,16)/255,f=Math.round(h*100),d=o.length>7?o.slice(0,7):o;return{color:d,opacity:f}}n.extract=c;function b(o){if(typeof o!="string"||!String(o).trim().length)return!1;const h=o.trim();return/^#([A-Fa-f0-9]{3}){1,2}$/.test(h)||/^#([A-Fa-f0-9]{4}|[A-Fa-f0-9]{8})$/.test(h)?"hex":/^rgb\(\s*(?:\d{1,3}\s*,\s*){2}\d{1,3}\s*\)$/.test(h)?"rgb":/^rgba\(\s*(?:\d{1,3}\s*,\s*){3}(?:0|1|0?\.\d+)\s*\)$/.test(h)?"rgba":/^hsl\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*\)$/.test(h)?"hsl":/^hsla\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*,\s*(?:0|1|0?\.\d+)\s*\)$/.test(h)?"hsla":A.css_color_names.includes(h.toLowerCase())?"css-color-name":!1}n.validate=b;async function p(o,h){const f=b(o);if(!f)throw new Error(`Invalid color format: ${o}`);if(f===h)throw new Error(`Color is already in the desired format: ${h}`);const d=ft(o.trim(),f);if(!d)throw new Error(`Failed to parse color: ${o}`);switch(h){case"hex":return bt(d,!1);case"rgb":return`rgb(${d.r}, ${d.g}, ${d.b})`;case"rgba":return`rgba(${d.r}, ${d.g}, ${d.b}, ${d.a})`;case"hsl":{const g=lt(d.r,d.g,d.b);return`hsl(${g.h}, ${g.s}%, ${g.l}%)`}case"hsla":{const g=lt(d.r,d.g,d.b);return`hsla(${g.h}, ${g.s}%, ${g.l}%, ${d.a})`}case"css-color-name":return await wt(d.r,d.g,d.b);default:return null}}n.convert=p})(i=l.color||(l.color={}));let s;(n=>{function m(g="hex"){switch(g){default:case"hex":return`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`;case"hexa":{const v=`#${Math.floor(Math.random()*16777215).toString(16).padStart(6,"0")}`,C=Math.floor(Math.random()*256).toString(16).padStart(2,"0");return v+C}case"rgb":{const v=Math.floor(Math.random()*256),C=Math.floor(Math.random()*256),x=Math.floor(Math.random()*256);return`rgb(${v}, ${C}, ${x})`}case"rgba":{const v=Math.floor(Math.random()*256),C=Math.floor(Math.random()*256),x=Math.floor(Math.random()*256),S=Math.random().toFixed(2);return`rgba(${v}, ${C}, ${x}, ${S})`}case"hsl":{const v=Math.floor(Math.random()*361),C=Math.floor(Math.random()*101),x=Math.floor(Math.random()*101);return`hsl(${v}, ${C}%, ${x}%)`}case"hsla":{const v=Math.floor(Math.random()*361),C=Math.floor(Math.random()*101),x=Math.floor(Math.random()*101),S=Math.random().toFixed(2);return`hsla(${v}, ${C}%, ${x}%, ${S})`}case"css-color-name":{var y=A.css_color_names;return o(y)[0]}}}n.color=m;function c(g,y,v=0){g>y&&([g,y]=[y,g]);const C=Math.random()*(y-g)+g;return v?Number(C.toFixed(v)):Math.round(C)}n.number=c;function b(g=.5){return Math.random()>g}n.boolean=b;function p(g,y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"){let v="";for(let C=0;C<g;C++)v+=y.charAt(Math.floor(Math.random()*y.length));return v}n.string=p;function o(g){const y=c(0,g.length-1);return[g[y],y]}n.array=o;function h(g=new Date(2e3,0,1),y=new Date){return new Date(c(g.getTime(),y.getTime()))}n.date=h;function f(g){const v=Date.now()-c(0,g*24*60*60*1e3);return new Date(v).toISOString()}n.daysOffset=f;function d(){return crypto.randomUUID()}n.uuid=d})(s=l.random||(l.random={})),(n=>{function m(b,p,o){return b.apply(p,o)}n.apply=m;function c(b,p,...o){return b.call(p,...o)}n.call=c})(l.fn||(l.fn={})),(n=>{function m(h,f){return new Promise(d=>setTimeout(()=>{if(f){const g=f();d(g??null)}else d(null)},h))}n.delay=m;function c(h){return Object.entries(h)}n.typedEntries=c;function b(h){return Object.values(h)}n.typedValues=b;function p(h){return Object.keys(h)}n.typedKeys=p;function o(h){const f=Object.values(h).reduce((v,C)=>v+C,0),d=c(h).sort((v,C)=>C[1]-v[1]),g=Math.random()*f;let y=0;for(const[v,C]of d)if(y+=C,g<y)return v}n.probability=o})(l.utils||(l.utils={}))})(w||(w={}));class et{constructor(e){this.field="button",this.template="button",this.name="Button",this.value="",window.client instanceof q&&(this.field=e.field??this.field,this.template=e.template??(typeof this.field=="string"?this.field:this.template),this.name=e.name??this.name,this.value=e.value??this.value,this.run=e.run,window.client.actions.buttons.push(this),window.client.emit("action",this,"created"))}generate(e){return w.utils.typedValues(e).reduce((a,i,s)=>{const n=w.string.compose(this.template,{index:s,...i},{html:!1}),m=w.string.compose(this.name,{index:s,...i},{html:!1});a[n]={type:"button",label:m};let c=w.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[n].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 q))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 q))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 et))return a.forEach(i=>{try{i.parse(e,t),window?.client?.emit("action",i,"executed"),N.received(`Button executed: ${e}${t?` with value: ${t}`:""}`)}catch(s){N.error(`Error executing button "${e}": ${s instanceof Error?s.message:s}`)}}),!0}}catch{return!1}finally{return!1}}}const it=[];class St extends F{constructor(e={}){super(),this.SE_API=null,this.id="widget communications",this.loaded=!1,this.history=[],this.detected=new Set,this.id=e.id||this.id,it.push(this),rt?.then(async t=>{this.loaded=!0,this.SE_API=t,Promise.all([async()=>{const a=await t.store.get(this.id);a&&(this.history=a.slice(-10))},async()=>{const a=await t.store.get(this.id+"_detected");a&&(this.detected=new Set(a))}])})}async send(e,t){if(this.SE_API){const a={nonce:Math.random().toString(36).substring(2),key:e,value:t,timestamp:new Date().toISOString()};this.history.push(a),this.SE_API.store.set(this.id,this.history),this.SE_API.store.set(this.id+"_detected",Array.from(this.detected))}}update(e){if(!e.length)return;this.history=e,e.filter(a=>!this.detected.has(a.nonce)).forEach(a=>{this.detected.add(a.nonce),this.emit("message",a.key,a.value)})}on(e,t){return e==="load"&&this.loaded?(t.apply(this),this):(super.on(e,t),this)}}typeof window!==void 0&&(window.addEventListener("onWidgetLoad",async l=>{const{detail:e}=l;if(window.client instanceof q&&client instanceof q&&client){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){N.received("Widget loaded!",l.detail);const a=l.detail.fieldData;Object.keys(a).length&&N.received("Field data:",a)}t.loaded=!0,t.storage.on("load",a=>{if(t.debug&&a?N.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,a):t.debug&&N.debug("[Client]","Storage loaded for client",`"${t.id}";`,`Provider: "${t.details.provider}";`,"No data found."),a){const i=b=>{const p=Date.now(),o={};for(const h in b)if(b.hasOwnProperty(h)){const f=b[h];f.expire&&f.expire>p&&(o[h]=f)}return o},s=i(a.user||{}),n=i(a.avatar||{}),m=i(a.pronoun||{}),c=i(a.emote||{});t.storage.update({user:s,avatar:n,pronoun:m,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",l=>{const{detail:e}=l;if(window.client instanceof q&&client instanceof q&&client){const t=window.client;t.session=e.session,t.emit("session",e.session),t.debug&&N.debug("[Client]","Session updated",e.session)}}),window.addEventListener("onEventReceived",({detail:l})=>{if(window.client instanceof q&&client instanceof q&&client){const t=w.event.parseProvider(l);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;et.execute(s.field,s.value);break}case"subscriber-latest":{i.event;break}}break}case"kvstore:update":{const s=i.event;if(Q.length){var e=Q.find(n=>n.id===s.data.key.replace("customWidget.","")||n.id===s.data.key);e&&e.update(s.data.value)}if(it.length){const n=it.find(m=>m.id===s.data.key.replace("customWidget.","")||m.id===s.data.key);n&&n.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,Z.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,Z.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)&&N.received("[Client]",`Event ${t.data.listener} received from ${t.provider}`,t.data.event)}}));class mt extends F{constructor(e){if(super(),this.queue=[],this.priorityQueue=[],this.history=[],this.timeouts=[],this.running=!1,this.duration=void 0,this.loaded=!1,this.clientWaitRetryDelay=50,!e.processor||typeof e.processor!="function")throw new Error("A valid processor function must be provided to useQueue.");this.processor=e.processor,e.duration!=="client"&&(this.duration=e.duration??0),this.waitForClientAndBindLoad(e.duration)}waitForClientAndBindLoad(e=this.duration,t){if(!(window?.client instanceof q)){setTimeout(()=>this.waitForClientAndBindLoad(e,t),this.clientWaitRetryDelay);return}window.client.on("load",()=>{e==="client"&&(this.duration=window?.client?.fields?.widgetDuration??0),this.emit("load"),this.loaded=!0,t&&t()})}enqueue(e,t={}){const a=this.hasItems(),i=Array.isArray(e)?e.map(s=>({value:s.value,options:s.options??{}})):[{value:e,options:t}];for(const s of i){const n={isoDate:new Date().toISOString(),isLoop:s.options?.isLoop??!1,isPriority:s.options?.isPriority??!1,isImmediate:s.options?.isImmediate??!1,value:s.value};n.isPriority&&n.isImmediate?(this.cancel(),this.priorityQueue.unshift(n)):(n.isPriority?this.priorityQueue:this.queue).push(n)}return this.running===!1&&a===!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){N.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)}}var G;(l=>{l.queue=new mt({duration:"client",processor:async function(a){if(window.dispatchEvent(new CustomEvent(a.listener,{detail:a.data})),a.listener==="onEventReceived"&&a.session){const i=await l.generate.event.onSessionUpdate(window?.client&&window?.client instanceof q?window.client.session:void 0,w.event.parseProvider(a.data));window.dispatchEvent(new CustomEvent("onSessionUpdate",{detail:i}))}}}),l.generate={session:{types:{name:{type:"string",options:A.names.filter(t=>t.length)},tier:{type:"string",options:A.tiers.filter(t=>t.length)},message:{type:"string",options:A.messages.filter(t=>t.length)},item:{type:"array",options:A.items},avatar:{type:"string",options:A.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=n=>{const m=p=>{if(!p||!("amount"in p))return[];const o=[];for(let h=0;h<p.amount;h++)o.push(i(p.value));return o.sort((h,f)=>new Date(f.createdAt).getTime()-new Date(h.createdAt).getTime())},c=p=>{const o={};for(const h in p){const f=h.replace("_type","type");o[f]=i(p[h])}return o},b=p=>{if(!p)return p;switch(p.type){case"int":return w.random.number(p.min,p.max);case"string":return w.random.array(p.options)[0];case"date":return w.random.daysOffset(p.range);case"array":return w.random.array(p.options)[0];case"recent":return m(p);default:return p}};return typeof n!="object"||n===null?n:"type"in n&&typeof n.type=="string"?b(n):c(n)};var s=Object.entries(i(a)).reduce((n,[m,c])=>(Object.entries(c).forEach(([b,p])=>n[`${m}-${b}`]=p),n),{});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 l.generate.session.get(),a){const i=(s,n)=>new Date(n.createdAt).getTime()-new Date(s.createdAt).getTime();switch(a.provider){case"twitch":{const s=a.data;switch(s.listener){case"cheer-latest":{const n=s.event.amount,m=s.event.displayName??s.event.name,c=s.event.message;t["cheer-latest"]={name:m,amount:n,message:c};const b=p=>{if(p==="all"){b("alltime"),b("monthly"),b("weekly"),b("session");return}const o=t[`cheer-${p}-top-donation`];o&&n>o.amount&&(o.amount=n,o.name=m);const h=t[`cheer-${p}-top-donator`],f=t["cheer-recent"].filter(g=>g.name.toLowerCase()===h.name.toLowerCase()).reduce((g,y)=>g+y.amount,0),d=t["cheer-recent"].filter(g=>g.name.toLowerCase()===m.toLowerCase()).reduce((g,y)=>g+y.amount,0);d>f&&(h.amount=d,h.name=m)};b("all"),t["cheer-session"].amount+=n,t["cheer-week"].amount+=n,t["cheer-month"].amount+=n,t["cheer-total"].amount+=n,t["cheer-count"].count+=1,t["cheer-goal"].amount+=n,t["cheer-recent"].unshift({name:m,amount:n,createdAt:new Date().toISOString()}),t["cheer-recent"]=(t["cheer-recent"]||[]).sort(i);break}case"follower-latest":{const n=s.event.displayName??s.event.name;t["follower-latest"].name=n,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:n,createdAt:new Date().toISOString()}),t["follower-recent"]=(t["follower-recent"]||[]).sort(i);break}case"subscriber-latest":{const n=s.event.displayName??s.event.name,m=s.event.amount,c=s.event.tier,b=s.event.message;if(t["subscriber-latest"]={name:n,amount:m,tier:c,message:b??""},t["subscriber-recent"].find(p=>p.name.toLowerCase()===n.toLowerCase())?m>1&&(t["subscriber-resub-latest"]={name:n,amount:m,message:b??""},t["subscriber-resub-session"].count+=1):(t["subscriber-new-latest"]={name:n,amount:m,message:b??""},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 p=s.event.sender;t["subscriber-gifted-latest"]={name:n,amount:m,tier:c,message:b??"",sender:p},t["subscriber-gifted-session"].count+=1,t["subscriber-alltime-gifter"]={name:p,amount:m}}else s.event.gifted&&!s.event.bulkGifted&&s.event.isCommunityGift||!s.event.gifted&&s.event.bulkGifted&&s.event.isCommunityGift;t["subscriber-session"].count+=m,t["subscriber-week"].count+=m,t["subscriber-month"].count+=m,t["subscriber-total"].count+=m,t["subscriber-goal"].amount+=m,t["subscriber-points"].amount+=m,t["subscriber-recent"].unshift({name:n,amount:m,tier:c,createdAt:new Date().toISOString()}),t["subscriber-recent"]=(t["subscriber-recent"]||[]).sort(i);break}case"raid-latest":{const n=s.event.displayName??s.event.name,m=s.event.amount;t["raid-latest"]={name:n,amount:m},t["raid-recent"].unshift({name:n,amount:m,createdAt:new Date().toISOString()}),t["raid-recent"]=(t["raid-recent"]||[]).sort(i);break}}break}case"youtube":{const s=a.data;if(s.listener==="superchat-latest"){const n=s.event.displayName??s.event.name,m=s.event.amount;t["superchat-latest"]={name:n.toLowerCase(),displayName:n,amount:m,_id:w.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",providerId:"",avatar:""};const c=b=>{if(b==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const p=t[`superchat-${b}-top-donation`];p&&m>p.amount&&(p.amount=m,p.name=n);const o=t[`superchat-${b}-top-donator`],h=t["superchat-recent"].filter(d=>d.name.toLowerCase()===o.name.toLowerCase()).reduce((d,g)=>d+g.amount,0),f=t["superchat-recent"].filter(d=>d.name.toLowerCase()===n.toLowerCase()).reduce((d,g)=>d+g.amount,0);f>h&&(o.amount=f,o.name=n)};c("all"),t["superchat-session"].amount+=m,t["superchat-week"].amount+=m,t["superchat-month"].amount+=m,t["superchat-total"].amount+=m,t["superchat-count"].count+=1,t["superchat-goal"].amount+=m,t["superchat-recent"].unshift({name:n.toLowerCase(),displayName:n,amount:m,_id:w.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",avatar:"",providerId:""})}break}case"streamelements":{const s=a.data;if(s.listener==="tip-latest"){const n=s.event.displayName??s.event.name,m=s.event.amount;t["tip-latest"]={name:n,amount:m};const c=b=>{if(b==="all"){c("alltime"),c("monthly"),c("weekly"),c("session");return}const p=t[`tip-${b}-top-donation`];p&&m>p.amount&&(p.amount=m,p.name=n);const o=t[`tip-${b}-top-donator`],h=t["tip-recent"].filter(d=>d.name.toLowerCase()===o.name.toLowerCase()).reduce((d,g)=>d+g.amount,0),f=t["tip-recent"].filter(d=>d.name.toLowerCase()===n.toLowerCase()).reduce((d,g)=>d+g.amount,0);f>h&&(o.amount=f,o.name=n)};c("all"),t["tip-session"].amount+=m,t["tip-week"].amount+=m,t["tip-month"].amount+=m,t["tip-total"].amount+=m,t["tip-count"].count+=1,t["tip-goal"].amount+=m,t["tip-recent"].unshift({name:n,amount:m,createdAt:new Date().toISOString()}),t["tip-recent"]=(t["tip-recent"]||[]).sort(i)}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 n=w.random.array(Object.keys(s).filter(R=>s[R].length))[0],m=w.random.array(s[n])[0];return this.onEventReceived(n,m)}case"twitch":switch(a){default:case"random":{var m=w.random.array(s[t])[0];return this.onEventReceived(t,m)}case"message":{var c=i?.name??w.random.array(A.names.filter(H=>H.length))[0],b=i?.message??w.random.array(A.messages.filter(H=>H.length))[0],p=await w.message.generateBadges(i?.badges??[],t),o=w.message.findEmotesInText(b),h=w.message.replaceEmotesWithHTML(b,o),f=i?.color??w.random.color("hex"),d=i?.userId??w.random.number(1e7,99999999).toString(),g=i?.msgId??w.random.uuid(),y=i?.time??Date.now(),v=i?.channel??window?.client?.details?.user?.username??"local";return{listener:"message",event:{service:t,data:{time:y,tags:{"badge-info":`${p.keys.map(H=>`${H}/${w.random.number(1,5)}`).join(",")}`,badges:p.keys.join("/1,"),mod:p.keys.includes("moderator")?"1":"0",subscriber:p.keys.includes("subscriber")?"1":"0",turbo:p.keys.includes("turbo")?"1":"0","tmi-sent-ts":y.toString(),"user-id":d,"user-type":"",color:f,"display-name":c,emotes:"","client-nonce":w.random.string(16),flags:"",id:g,"first-msg":"0","returning-chatter":"0"},nick:c.toLowerCase(),displayName:c,displayColor:f,channel:v,text:b,isAction:!1,userId:d,msgId:g,badges:p.badges,emotes:o},renderedText:h},emulated:!0}}case"cheer":case"cheer-latest":{var C=i?.amount??w.random.number(100,1e4),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(O=>O.length))[0],b=i?.message??w.random.array(A.messages.filter(O=>O.length))[0];return{listener:"cheer-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,message:b,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"cheer",originalEventName:"cheer-latest",provider:t},emulated:!0}}case"follower":case"follower-latest":{var x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(O=>O.length))[0];return{listener:"follower-latest",event:{avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"follower",originalEventName:"follower-latest",provider:t},emulated:!0}}case"raid":case"raid-latest":{var C=i?.amount??w.random.number(1,100),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(B=>B.length))[0];return{listener:"raid-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"raid",originalEventName:"raid-latest",provider:t},emulated:!0}}case"subscriber":case"subscriber-latest":{var S=i?.tier??w.random.array(["1000","2000","3000","prime"])[0],C=i?.amount??w.random.number(1,24),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(K=>K.length))[0],D=i?.sender??w.random.array(A.names.filter(K=>K.length&&K!==c))[0],b=i?.message??w.random.array(A.messages.filter(K=>K.length))[0],M={default:{avatar:x,playedAsCommunityGift:!1},gift:{sender:D,gifted:!0},community:{message:b,sender:D,bulkGifted:!0},spam:{sender:D,gifted:!0,isCommunityGift:!0}},_=["default","gift","community","spam"],j=i?.subType??w.random.array(_)[0];return j=_.includes(j)?j:"default",{listener:"subscriber-latest",event:{amount:C,name:c.toLowerCase(),displayName:c,providerId:"",tier:S,...M.default,...M[j],_id:w.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"delete-message":return{listener:"delete-message",event:{msgId:i?.id??w.random.uuid(),provider:t},emulated:!0};case"delete-messages":return{listener:"delete-messages",event:{userId:i?.id??w.random.number(1e7,99999999).toString(),provider:t},emulated:!0}}case"streamelements":switch(a){default:case"random":{var m=w.random.array(s[t])[0];return this.onEventReceived(t,m)}case"tip":case"tip-latest":{var C=i?.amount??w.random.number(100,4e3),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(B=>B.length))[0];return{listener:"tip-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.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??w.random.number(0,100),provider:t},emulated:!0};case"mute":case"unmute":case"alertService:toggleSound":{var J=i?.muted??window?.client?.details?.overlay?.muted??!1;return{listener:"alertService:toggleSound",event:{muted:J,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 m=w.random.array(s[t])[0];return this.onEventReceived(t,m)}case"message":{var c=i?.name??w.random.array(A.names.filter($=>$.length))[0],b=i?.message??w.random.array(A.messages.filter($=>$.length))[0];const W=await w.message.generateBadges(i?.badges??[],t);var o=w.message.findEmotesInText(b),h=w.message.replaceEmotesWithHTML(b,o),f=i?.color??w.random.color("hex"),d=i?.userId??w.random.number(1e7,99999999).toString(),g=i?.msgId??w.random.uuid(),y=i?.time??Date.now(),x=i?.avatar??w.random.array(A.avatars)[0],v=i?.channel??window?.client?.details?.user?.username??"local";return{listener:"message",event:{service:t,data:{kind:"",etag:"",id:"",snippet:{type:"",liveChatId:"",authorChannelId:v,publishedAt:new Date().toISOString(),hasDisplayContent:!0,displayMessage:b,textMessageDetails:{messageText:b}},authorDetails:{channelId:v,channelUrl:"",displayName:c,profileImageUrl:x,...W},msgId:g,userId:d,nick:c.toLowerCase(),badges:[],displayName:c,isAction:!1,time:y,tags:[],displayColor:f,channel:v,text:b,avatar:x,emotes:[]},renderedText:b},emulated:!0}}case"subscriber":case"subscriber-latest":{var x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(O=>O.length))[0];return{listener:"subscriber-latest",event:{avatar:x,displayName:c,name:c.toLowerCase(),providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"subscriber",originalEventName:"subscriber-latest",provider:t},emulated:!0}}case"superchat":case"superchat-latest":{var C=i?.amount??w.random.number(100,4e3),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(B=>B.length))[0];return{listener:"superchat-latest",event:{amount:C,avatar:x,name:c.toLowerCase(),displayName:c,providerId:"",_id:w.random.uuid(),sessionTop:!1,type:"superchat",originalEventName:"superchat-latest",provider:t},emulated:!0}}case"sponsor":case"sponsor-latest":{var S=i?.tier??w.random.array(["1000","2000","3000"])[0],C=i?.amount??w.random.number(1,24),x=i?.avatar??w.random.array(A.avatars)[0],c=i?.name??w.random.array(A.names.filter(Y=>Y.length))[0],D=i?.sender??w.random.array(A.names.filter(Y=>Y.length&&Y!==c))[0],b=i?.message??w.random.array(A.messages.filter(Y=>Y.length))[0],M={default:{avatar:x,playedAsCommunityGift:!1},gift:{sender:D,gifted:!0},community:{message:b,sender:D,bulkGifted:!0},spam:{sender:D,gifted:!0,isCommunityGift:!0}},_=["default","gift","community","spam"],j=i?.subType??w.random.array(_)[0];return j=_.includes(j)?j:"default",{listener:"sponsor-latest",event:{amount:C,name:c.toLowerCase(),displayName:c,providerId:"",...M.default,...M[j],_id:w.random.uuid(),sessionTop:!1,type:"sponsor",originalEventName:"sponsor-latest",provider:t},emulated:!0}}}}}}},l.emulate={twitch:{message(t={}){l.generate.event.onEventReceived("twitch","message",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},deleteMessage(t){if(!t||typeof t!="string")return;const a={listener:"delete-message",event:{msgId:t}};l.emulate.send("onEventReceived",a)},deleteMessages(t){if(!t||typeof t!="string")return;const a={listener:"delete-messages",event:{userId:t}};l.emulate.send("onEventReceived",a)},follower(t={}){l.generate.event.onEventReceived("twitch","follower-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},raid(t={}){l.generate.event.onEventReceived("twitch","raid-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},cheer(t={}){l.generate.event.onEventReceived("twitch","cheer-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},subscriber(t={}){l.generate.event.onEventReceived("twitch","subscriber-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})}},streamelements:{tip(t={}){l.generate.event.onEventReceived("streamelements","tip-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})}},youtube:{message(t={}){l.generate.event.onEventReceived("youtube","message",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},subscriber(t={}){l.generate.event.onEventReceived("youtube","subscriber-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},superchat(t={}){l.generate.event.onEventReceived("youtube","superchat-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})},sponsor(t={}){l.generate.event.onEventReceived("youtube","sponsor-latest",t).then(a=>{a&&l.emulate.send("onEventReceived",a)})}},kick:{},facebook:{},send(t,a){if(!l.queue){N.warn("Local queue is not initialized."),window.dispatchEvent(new CustomEvent(t,{detail:a}));return}switch(t){case"onEventReceived":{l.queue.enqueue({listener:t,data:a,session:t==="onEventReceived"?!0:void 0});break}case"onSessionUpdate":{l.queue.enqueue({listener:t,data:a});break}case"onWidgetLoad":{l.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(m=>{try{return new URL("./"+m,window.location.href),!0}catch{return!1}}),data:a.find(m=>{try{return new URL("./"+m,window.location.href),!0}catch{return!1}})},n=await fetch("./"+(s.data??"data.json"),{cache:"no-store"}).then(m=>m.json()).catch(()=>({}));await fetch("./"+(s.fields??"fields.json"),{cache:"no-store"}).then(m=>m.json()).then(async m=>{const c=Object.entries(m).filter(([p,{value:o}])=>o!=null).reduce((p,[o,{value:h}])=>(n&&n[o]!==void 0&&(h=n[o]),p[o]=h,p),{...n}),b=await l.generate.event.onWidgetLoad(c,await l.generate.session.get(i));window.dispatchEvent(new CustomEvent("onWidgetLoad",{detail:b}))})}l.start=e})(G||(G={}));const st={getOverlayStatus:()=>({isEditorMode:!1,muted:!1}),resumeQueue:()=>{},responses:{},sendMessage(l,e){},counters:{get(l){return null}},sanitize(l){return l},cheerFilter(l){return l},setField(l,e,t){},store:{set:function(l,e){this.list[l]=e,localStorage.setItem("SE_API-STORE",JSON.stringify(st.store.list))},get:async function(l){return this.list[l]?this.list[l]:null},list:{}}};async function Dt(){let l=localStorage.getItem("SE_API-STORE")??"",e=l?JSON.parse(l):{};return st.store.list=e,st}var nt;(l=>{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=l.Pronouns||(l.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:n,display:m})=>[n,m]));return{...e.map,...s}}}catch{}return{...e.map}}l.list=t;async function a(i){if(!i)throw new Error("Username is required to fetch Alejo data.");if(i=i.toLowerCase(),!window?.client){try{const s=await fetch(`https://pronouns.alejo.io/api/users/${i}`).then(n=>n.json()).then(([n])=>n);if(s)return s.pronoun_id}catch(s){throw new Error(`Failed to fetch pronoun data for user "${i}": ${s instanceof Error?s.message:s}`)}return}if(i in window?.client?.storage.data.pronoun&&window?.client?.storage.data.pronoun[i].expire>Date.now())return window?.client?.storage.data.pronoun[i].value;try{const s=await fetch(`https://pronouns.alejo.io/api/users/${i}`).then(n=>n.json()).then(([n])=>n);if(s)return window?.client?.storage.add(`pronoun.${i}`,{value:s.pronoun_id,timestamp:Date.now(),expire:Date.now()+window?.client?.cache.pronoun*60*1e3}),window?.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}`)}}l.get=a})(nt||(nt={}));class At extends F{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=>{N.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&&N.error("[Client]","ComfyJS Error:",e)},this.instance.onCommand=(e,t,a,i,s)=>{if(this.emit("command",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Command: !${t} ${a} (User: ${e})`),this.emulate){const n={...i,broadcaster:i.broadcaster,moderator:i.mod,vip:i.vip,subscriber:i.subscriber,founder:i.founder},m={name:e,message:`!${t} ${a}`,badges:Object.entries(n).map(([c,b])=>b?c:null).filter(Boolean),color:s.userColor,time:new Date(s.timestamp).getTime(),userId:s.userId,msgId:s.id,channel:s.channel};G.emulate.twitch.message(m)}},this.instance.onChat=(e,t,a,i,s)=>{if(this.emit("chat",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Chat: ${t} (User: ${e})`),this.emulate){const n={...a,...s.userBadges,broadcaster:a.broadcaster,moderator:a.mod,vip:a.vip,subscriber:a.subscriber,founder:a.founder};G.emulate.twitch.message({name:e,message:t,badges:Object.entries(n).map(([m,c])=>c?m: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&&N.debug("[Client]",`ComfyJS Whisper: ${t} (User: ${e})`)},this.instance.onMessageDeleted=(e,t)=>{this.emit("messageDeleted",e,t),client?.debug&&N.debug("[Client]",`ComfyJS Message Deleted: ${e}`),this.emulate&&G.emulate.twitch.deleteMessage(e)},this.instance.onJoin=(e,t,a)=>{this.emit("join",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Join: ${e}`)},this.instance.onPart=(e,t,a)=>{this.emit("part",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Part: ${e}`)},this.instance.onHosted=(e,t,a,i)=>{this.emit("hosted",e,t,a,i),client?.debug&&N.debug("[Client]",`ComfyJS Hosted: ${e} (${t} viewers)`)},this.instance.onRaid=(e,t,a)=>{this.emit("raid",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Raid: ${e} (${t} viewers)`),this.emulate&&G.emulate.twitch.raid({name:e,amount:t})},this.instance.onSub=(e,t,a,i)=>{if(this.emit("sub",e,t,a,i),client?.debug&&N.debug("[Client]",`ComfyJS Sub: ${e} (${a.plan})`),this.emulate){const s=a.plan==="Prime"?"prime":a.plan;G.emulate.twitch.subscriber({name:e,message:t,tier:s,subType:"default"})}},this.instance.onResub=(e,t,a,i,s,n)=>{if(this.emit("resub",e,t,a,i,s,n),client?.debug&&N.debug("[Client]",`ComfyJS Resub: ${e} (${i} months)`),this.emulate){const m=s.plan==="Prime"?"prime":s.plan;G.emulate.twitch.subscriber({name:e,message:t,tier:m,amount:i,subType:"default"})}},this.instance.onSubGift=(e,t,a,i,s,n)=>{if(this.emit("subGift",e,t,a,i,s,n),client?.debug&&N.debug("[Client]",`ComfyJS Sub Gift: ${e} gifted ${i} subs`),this.emulate){const m=s.plan==="Prime"?"prime":s.plan;G.emulate.twitch.subscriber({name:a,message:"",sender:e,tier:m,amount:i,subType:"gift"})}},this.instance.onSubMysteryGift=(e,t,a,i,s)=>{if(this.emit("subMysteryGift",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Sub Mystery Gift: ${e} gifted ${t} subs`),this.emulate){const n=i.plan==="Prime"?"prime":i.plan;G.emulate.twitch.subscriber({name:e,message:"",amount:t,tier:n,subType:"community"})}},this.instance.onGiftSubContinue=(e,t,a)=>{this.emit("giftSubContinue",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Gift Sub Continue: ${e} continued their gifted sub from ${t}`),this.emulate&&G.emulate.twitch.subscriber({name:e,message:"",sender:t,tier:"1000",subType:"gift"})},this.instance.onCheer=(e,t,a,i,s)=>{this.emit("cheer",e,t,a,i,s),client?.debug&&N.debug("[Client]",`ComfyJS Cheer: ${e} cheered ${a} bits - ${t}`),this.emulate&&G.emulate.twitch.cheer({name:e,message:t,amount:a})},this.instance.onChatMode=(e,t)=>{this.emit("chatMode",e,t),client?.debug&&N.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&&N.debug("[Client]",`ComfyJS Reward: ${e} redeemed ${t} for ${a} - ${i}`)},this.instance.onConnected=(e,t,a)=>{this.emit("connected",e,t,a),client?.debug&&N.debug("[Client]",`ComfyJS Connected: ${e}:${t} (First Connect: ${a})`)},this.instance.onReconnect=e=>{this.emit("reconnect",e),client?.debug&&N.debug("[Client]",`ComfyJS Reconnect: Attempt #${e}`)},this.init&&this.instance.Init(this.username,this.password,this.channels,this.isDebug)}}class ut{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 n=[],m=[];if(i.forEach(c=>{typeof c=="string"||typeof c=="number"||typeof c=="boolean"?n.push(c):m.push(c)}),n.length>0){const c=n.join(" ");console.log(`%c${s.endsWith(" ")?s:s.trim()+" "}${a}${c}`,t,...m)}else m.length>0&&console.log(`%c${s.endsWith(" ")?s:s.trim()+" "}${a}`,t,...m)}}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 rt=typeof SE_API<"u"?Promise.resolve(SE_API):Promise.resolve(Dt()),N=new ut,ot={SeAPI:rt,Client:q,Helper:w,Local:G,Data:A,logger:N,modules:{EventProvider:F,useStorage:tt,useQueue:mt,useLogger:ut,useComms:St},actions:{Button:et,Command:Z},multistream:{useComfyJs:At},data:{usedStorages:Q,usedComms:it},pronouns:{Alejo:nt}};return typeof window<"u"?window.Tixyel=ot:globalThis.Tixyel=ot,ot}));
3
3
  //# sourceMappingURL=index.umd.js.map