diff --git a/Plugins/BDFDB.js b/Plugins/BDFDB.js index 6b749984a1..c7b487b1db 100644 --- a/Plugins/BDFDB.js +++ b/Plugins/BDFDB.js @@ -26,7 +26,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB var url = typeof plugin.getRawUrl == "function" && typeof plugin.getRawUrl() == "string" ? plugin.getRawUrl() : `https://mwittrien.github.io/BetterDiscordAddons/Plugins/${plugin.name}/${plugin.name}.plugin.js`; BDFDB.PluginUtils.checkUpdate(plugin.name, url); - if (typeof plugin.initConstructor === "function") BDFDB.TimeUtils.suppress(plugin.initConstructor, "Could not initiate constructor!", plugin.name); + if (typeof plugin.initConstructor === "function") BDFDB.TimeUtils.suppress(plugin.initConstructor.bind(plugin), "Could not initiate constructor!", plugin.name); if (typeof plugin.css === "string") BDFDB.DOMUtils.appendLocalStyle(plugin.name, plugin.css); diff --git a/Plugins/BDFDB.min.js b/Plugins/BDFDB.min.js index 80f1d05082..25b3411031 100644 --- a/Plugins/BDFDB.min.js +++ b/Plugins/BDFDB.min.js @@ -1 +1 @@ -if(window['BDFDB']&&BDFDB['ListenerUtils']&&typeof BDFDB['ListenerUtils']['remove']=='function')BDFDB['ListenerUtils']['remove'](BDFDB);if(window['BDFDB']&&BDFDB['ObserverUtils']&&typeof BDFDB['ObserverUtils']['disconnect']=='function')BDFDB['ObserverUtils']['disconnect'](BDFDB);if(window['BDFDB']&&BDFDB['ModuleUtils']&&typeof BDFDB['ModuleUtils']['unpatch']=='function')BDFDB['ModuleUtils']['unpatch'](BDFDB);var BDFDB={'myPlugins':BDFDB&&BDFDB['myPlugins']||{},'cleanUps':BDFDB&&BDFDB['cleanUps']||{},'BDv2Api':BDFDB&&BDFDB['BDv2Api']||undefined,'creationTime':performance['now'](),'pressedKeys':[],'mousePosition':{'pageX':0x0,'pageY':0x0},'name':'$BDFDB'};(c=>{var d=Math['round'](Math['random']()*0x2386f26fc10000),e={};BDFDB['id']=d;console['log']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','loading\x20library.');BDFDB['isLibraryOutdated']=function(){return performance['now']()-BDFDB['creationTime']>0x927c0;};BDFDB['PluginUtils']={};BDFDB['PluginUtils']['init']=function(f){f['name']=f['name']||(typeof f['getName']=='function'?f['getName']():null);f['version']=f['version']||(typeof f['getVersion']=='function'?f['getVersion']():null);f['author']=f['author']||(typeof f['getAuthor']=='function'?f['getAuthor']():null);f['description']=f['description']||(typeof f['getDescription']=='function'?f['getDescription']():null);e['clearStartTimeout'](f);var g=BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_started','v'+f['version']);console['log']('%c['+f['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',g);if(!BDFDB['BDUtils']['getSettings']('fork-ps-2'))BDFDB['NotificationUtils']['toast'](f['name']+'\x20'+g,{'nopointer':!![],'selector':'plugin-started-toast'});var h=typeof f['getRawUrl']=='function'&&typeof f['getRawUrl']()=='string'?f['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+f['name']+'/'+f['name']+'.plugin.js';BDFDB['PluginUtils']['checkUpdate'](f['name'],h);if(typeof f['initConstructor']==='function')BDFDB['TimeUtils']['suppress'](f['initConstructor'],'Could\x20not\x20initiate\x20constructor!',f['name']);if(typeof f['css']==='string')BDFDB['DOMUtils']['appendLocalStyle'](f['name'],f['css']);e['patchPlugin'](f);e['addOnSettingsClosedListener'](f);e['addOnSwitchListener'](f);e['addContextListeners'](f);BDFDB['PluginUtils']['translate'](f);BDFDB['PluginUtils']['checkChangeLog'](f);if(!window['PluginUpdates']||typeof window['PluginUpdates']!=='object')window['PluginUpdates']={'plugins':{}};window['PluginUpdates']['plugins'][h]={'name':f['name'],'raw':h,'version':f['version']};if(typeof window['PluginUpdates']['interval']==='undefined')window['PluginUpdates']['interval']=BDFDB['TimeUtils']['interval'](c=>{BDFDB['PluginUtils']['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);f['started']=!![];delete f['stopping'];for(let j in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][j]['started']&&typeof BDFDB['myPlugins'][j]['initialize']=='function'){try{BDFDB['myPlugins'][j]['initialize']();}catch(k){console['error']('%c['+j+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20initiate\x20plugin!\x20'+k);}};};BDFDB['PluginUtils']['clear']=function(l){e['clearStartTimeout'](l);delete BDFDB['myPlugins'][l['name']];var m=BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_stopped','v'+l['version']);console['log']('%c['+l['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',m);if(!BDFDB['BDUtils']['getSettings']('fork-ps-2'))BDFDB['NotificationUtils']['toast'](l['name']+'\x20'+m,{'nopointer':!![],'selector':'plugin-stopped-toast'});var n=typeof l['getRawUrl']=='function'&&typeof l['getRawUrl']()=='string'?l['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+l['name']+'/'+l['name']+'.plugin.js';if(typeof l['css']==='string')BDFDB['DOMUtils']['removeLocalStyle'](l['name']);BDFDB['ListenerUtils']['remove'](l);BDFDB['ObserverUtils']['disconnect'](l);e['removeOnSwitchListener'](l);for(let o of document['querySelectorAll']('.'+l['name']+'-modal,\x20.'+l['name']['toLowerCase']()+'-modal,\x20.'+l['name']+'-settingsmodal,\x20.'+l['name']['toLowerCase']()+'-settingsmodal')){let p=o['querySelector'](BDFDB['dotCN']['modalclose']);if(p)p['click']();}delete window['PluginUpdates']['plugins'][n];if(BDFDB['ObjectUtils']['isEmpty'](window['PluginUpdates']['plugins']))BDFDB['DOMUtils']['remove']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete l['started'];BDFDB['cleanUps'][l['name']]=BDFDB['TimeUtils']['timeout'](()=>{BDFDB['ModuleUtils']['unpatch'](l);delete l['stopping'];});};BDFDB['PluginUtils']['translate']=function(q){q['labels']={};if(typeof q['setLabelsByLanguage']==='function'||typeof q['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])t();else{var r=BDFDB['TimeUtils']['interval'](c=>{if(document['querySelector']('html')['lang']){clearInterval(r);t();}},0x64);}function t(){var u=BDFDB['LanguageUtils']['getLanguage']();if(typeof q['setLabelsByLanguage']==='function')q['labels']=q['setLabelsByLanguage'](u['id']);if(typeof q['changeLanguageStrings']==='function')q['changeLanguageStrings']();console['log']('%c['+q['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_translated',u['ownlang']));}}};BDFDB['PluginUtils']['checkUpdate']=function(v,w){if(BDFDB['BDUtils']['isBDv2']()||!v||!w)return;gO['request'](w,(x,y,z)=>{if(x)return;var A=z['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!A)return;if(BDFDB['NumberUtils']['getVersionDifference'](A[0x0],window['PluginUpdates']['plugins'][w]['version'])>0.2){BDFDB['NotificationUtils']['toast'](v+'\x20will\x20be\x20force\x20updated,\x20because\x20your\x20version\x20is\x20heavily\x20outdated.',{'type':'warn','nopointer':!![],'selector':'plugin-forceupdate-toast'});BDFDB['PluginUtils']['downloadUpdate'](v,w);}else if(BDFDB['NumberUtils']['compareVersions'](A[0x0],window['PluginUpdates']['plugins'][w]['version']))BDFDB['PluginUtils']['showUpdateNotice'](v,w);else BDFDB['PluginUtils']['removeUpdateNotice'](v);});};BDFDB['PluginUtils']['checkAllUpdates']=function(){for(let B in window['PluginUpdates']['plugins']){var C=window['PluginUpdates']['plugins'][B];BDFDB['PluginUtils']['checkUpdate'](C['name'],C['raw']);}};BDFDB['PluginUtils']['showUpdateNotice']=function(D,E){if(!D||!E)return;var F=document['querySelector']('#pluginNotice');if(!F){F=BDFDB['NotificationUtils']['notice']('The\x20following\x20plugins\x20need\x20to\x20be\x20updated:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['BDUtils']['isAutoLoadEnabled']()?'Reload':'','customicon':''});F['style']['setProperty']('display','block','important');F['style']['setProperty']('visibility','visible','important');F['style']['setProperty']('opacity','1','important');F['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{BDFDB['DOMUtils']['remove']('.update-clickme-tooltip');});var H=F['querySelector'](BDFDB['dotCN']['noticebutton']);if(H){BDFDB['DOMUtils']['toggle'](H,!![]);H['addEventListener']('click',c=>{window['location']['reload'](![]);});H['addEventListener']('mouseenter',c=>{if(window['PluginUpdates']['downloaded'])BDFDB['TooltipUtils']['create'](H,window['PluginUpdates']['downloaded']['join'](',\x20'),{'type':'bottom','selector':'update-notice-tooltip','style':'max-width:\x20420px'});});}}if(F){var K=F['querySelector']('#outdatedPlugins');if(K&&!K['querySelector']('#'+D+'-notice')){if(K['querySelector']('span'))K['appendChild'](BDFDB['DOMUtils']['create'](',\x20'));var L=BDFDB['DOMUtils']['create'](''+D+'');L['addEventListener']('click',c=>{BDFDB['PluginUtils']['downloadUpdate'](D,E);});K['appendChild'](L);if(!document['querySelector']('.update-clickme-tooltip'))BDFDB['TooltipUtils']['create'](K,'Click\x20us!',{'type':'bottom','selector':'update-clickme-tooltip','delay':0x1f4});}}};BDFDB['PluginUtils']['removeUpdateNotice']=function(N,O=document['querySelector']('#pluginNotice')){if(!N||!O)return;var P=O['querySelector']('#outdatedPlugins');if(P){var Q=P['querySelector']('#'+N+'-notice');if(Q){var R=Q['nextSibling'];var S=Q['prevSibling'];if(R&&BDFDB['DOMUtils']['containsClass'](R,'separator'))R['remove']();else if(S&&BDFDB['DOMUtils']['containsClass'](S,'separator'))S['remove']();Q['remove']();}if(!P['querySelector']('span')){var T=O['querySelector'](BDFDB['dotCN']['noticebutton']);if(T){O['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['DOMUtils']['toggle'](T,![]);}else O['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['PluginUtils']['downloadUpdate']=function(U,V){if(!U||!V)return;gO['request'](V,(W,X,Y)=>{if(W)return console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','Unable\x20to\x20get\x20update\x20for\x20'+U);BDFDB['creationTime']=0x0;var Z=Y['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);Z=Z['toString']()['replace'](/['"]/g,'');gO['fs']['writeFileSync'](gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),V['split']('/')['slice'](-0x1)[0x0]),Y);BDFDB['NotificationUtils']['toast'](U+'\x20v'+window['PluginUpdates']['plugins'][V]['version']+'\x20has\x20been\x20replaced\x20by\x20'+U+'\x20v'+Z+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});var a0=document['querySelector']('#pluginNotice');if(a0){if(a0['querySelector'](BDFDB['dotCN']['noticebutton'])){window['PluginUpdates']['plugins'][V]['version']=Z;if(!window['PluginUpdates']['downloaded'])window['PluginUpdates']['downloaded']=[];if(!window['PluginUpdates']['downloaded']['includes'](U))window['PluginUpdates']['downloaded']['push'](U);}BDFDB['PluginUtils']['removeUpdateNotice'](U,a0);}});};BDFDB['PluginUtils']['checkChangeLog']=function(a1){if(!BDFDB['ObjectUtils']['is'](a1)||!a1['changelog'])return;var a2=BDFDB['DataUtils']['load'](a1,'changelog');if(!a2['currentversion']||BDFDB['NumberUtils']['compareVersions'](a1['version'],a2['currentversion'])){a2['currentversion']=a1['version'];BDFDB['DataUtils']['save'](a2,a1,'changelog');BDFDB['PluginUtils']['openChangeLog'](a1);}};BDFDB['PluginUtils']['openChangeLog']=function(a3){if(!BDFDB['ObjectUtils']['is'](a3)||!a3['changelog'])return;var a4='',a5=![],a6={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let a7 in a3['changelog']){a7=a7['toLowerCase']();var a8=BDFDB['disCN']['changelog'+a7];if(a8){a5=!![];a4+=''+a6[a7]+'
    ';for(let a9 of a3['changelog'][a7])a4+='
  • '+a9[0x0]+''+(a9[0x1]?':\x20'+a9[0x1]+'.':'')+'
  • ';a4+='
';}}a4+='';if(a5)BDFDB['ModalUtils']['open'](a3,{'header':BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],'children':BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](a4)),'selector':'BDFDB-changelogmodal'});};BDFDB['PluginUtils']['createSettingsPanel']=function(aa,ab){if(!BDFDB['ObjectUtils']['is'](aa)||!ab||!BDFDB['ReactUtils']['isValidElement'](ab)&&!BDFDB['ArrayUtils']['is'](ab)||BDFDB['ArrayUtils']['is'](ab)&&!ab['length'])return;var ac=BDFDB['DOMUtils']['create']('');BDFDB['ReactUtils']['render'](BDFDB['ReactUtils']['createElement'](wm['SettingsPanel'],{'title':aa['name'],'children':ab}),ac);return ac;};e['clearStartTimeout']=function(ad){if(!BDFDB['ObjectUtils']['is'](ad))return;clearTimeout(ad['startTimeout']);delete ad['startTimeout'];clearTimeout(ad['libLoadTimeout']);delete ad['libLoadTimeout'];clearImmediate(BDFDB['cleanUps'][ad['name']]);delete BDFDB['cleanUps'][ad['name']];};e['addOnSettingsClosedListener']=function(ae){if(BDFDB['ObjectUtils']['is'](ae)&&typeof ae['onSettingsClosed']==='function'){let af=BDFDB['ModuleUtils']['findByName']('StandardSidebarView');if(af)BDFDB['ModuleUtils']['patch'](ae,af['prototype'],'componentWillUnmount',{'after':ag=>{ae['onSettingsClosed']();}});}};e['addOnSwitchListener']=function(ah){if(BDFDB['ObjectUtils']['is'](ah)&&typeof ah['onSwitch']==='function'){e['removeOnSwitchListener'](ah);var ai=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20~\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(ai){var aj=new MutationObserver(ak=>{ak['forEach'](al=>{if(al['target']&&BDFDB['DOMUtils']['containsClass'](al['target'],BDFDB['disCN']['nochannel']))ah['onSwitch']();});});var am=ai['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(am)aj['observe'](am,{'attributes':!![]});ah['onSwitchFix']=new MutationObserver(an=>{an['forEach'](ao=>{if(ao['addedNodes']){ao['addedNodes']['forEach'](ap=>{if(BDFDB['DOMUtils']['containsClass'](ap,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))aj['observe'](ap,{'attributes':!![]});});}});});ah['onSwitchFix']['observe'](ai,{'childList':!![]});}}};e['removeOnSwitchListener']=function(aq){if(BDFDB['ObjectUtils']['is'](aq)&&typeof aq['onSwitch']==='function'&&BDFDB['ObjectUtils']['is'](aq['onSwitchFix'])){aq['onSwitchFix']['disconnect']();delete aq['onSwitchFix'];}};BDFDB['ObserverUtils']={};BDFDB['ObserverUtils']['connect']=function(ar,as,at,au={'childList':!![]}){if(!BDFDB['ObjectUtils']['is'](ar)||!as||!at)return;if(BDFDB['ObjectUtils']['isEmpty'](ar['observers']))ar['observers']={};if(!BDFDB['ArrayUtils']['is'](ar['observers'][at['name']]))ar['observers'][at['name']]=[];if(!at['multi'])for(let av of ar['observers'][at['name']])av['disconnect']();if(at['instance'])ar['observers'][at['name']]['push'](at['instance']);var aw=ar['observers'][at['name']][ar['observers'][at['name']]['length']-0x1];if(aw){var ax=Node['prototype']['isPrototypeOf'](as)?as:typeof as==='string'?document['querySelector'](as):null;if(ax)aw['observe'](ax,au);}};BDFDB['ObserverUtils']['disconnect']=function(ay,az){if(BDFDB['ObjectUtils']['is'](ay)&&!BDFDB['ObjectUtils']['isEmpty'](ay['observers'])){let aA=typeof az=='string'?az:BDFDB['ObjectUtils']['is'](az)?az['name']:null;if(!aA){for(let az in ay['observers'])for(let aC of ay['observers'][az])aC['disconnect']();delete ay['observers'];}else if(!BDFDB['ArrayUtils']['is'](ay['observers'][aA])){for(let aD of ay['observers'][aA])aD['disconnect']();delete ay['observers'][aA];}}};BDFDB['ListenerUtils']={};BDFDB['ListenerUtils']['add']=function(aE,aF,aG,aH,aI){if(!BDFDB['ObjectUtils']['is'](aE)||!Node['prototype']['isPrototypeOf'](aF)&&aF!==window||!aG)return;var aJ=typeof aH=='function';var aK=aJ?undefined:aH;var aL=aJ?aH:aI;if(typeof aL!='function')return;BDFDB['ListenerUtils']['remove'](aE,aF,aG,aK);for(var aM of aG['split']('\x20')){aM=aM['split']('.');var aN=aM['shift']()['toLowerCase']();if(!aN)return;var aO=aN;aN=aN=='mouseenter'||aN=='mouseleave'?'mouseover':aN;var aP=(aM['join']('.')||'')+aE['name'];if(!BDFDB['ArrayUtils']['is'](aE['listeners']))aE['listeners']=[];var aQ=null;if(aK){if(aO=='mouseenter'||aO=='mouseleave'){aQ=aR=>{for(let aS of aR['path'])if(typeof aS['matches']=='function'&&aS['matches'](aK)&&!aS[aP+'BDFDB'+aO]){aS[aP+'BDFDB'+aO]=!![];if(aO=='mouseenter')aL(BDFDB['ListenerUtils']['copyEvent'](aR,aS));let aT=aU=>{if(aU['target']['contains'](aS)||aU['target']==aS||!aS['contains'](aU['target'])){if(aO=='mouseleave')aL(BDFDB['ListenerUtils']['copyEvent'](aR,aS));delete aS[aP+'BDFDB'+aO];document['removeEventListener']('mouseout',aT);}};document['addEventListener']('mouseout',aT);break;}};}else{aQ=aV=>{for(let aW of aV['path'])if(typeof aW['matches']=='function'&&aW['matches'](aK)){aL(BDFDB['ListenerUtils']['copyEvent'](aV,aW));break;}};}}else aQ=aX=>{aL(BDFDB['ListenerUtils']['copyEvent'](aX,aF));};aE['listeners']['push']({'ele':aF,'eventname':aN,'origeventname':aO,'namespace':aP,'selector':aK,'eventcallback':aQ});aF['addEventListener'](aN,aQ,!![]);}};BDFDB['ListenerUtils']['remove']=function(aY,aZ,b0='',b1){if(!BDFDB['ObjectUtils']['is'](aY)||!BDFDB['ArrayUtils']['is'](aY['listeners']))return;if(Node['prototype']['isPrototypeOf'](aZ)||aZ===window){for(var b2 of b0['split']('\x20')){b2=b2['split']('.');var b3=b2['shift']()['toLowerCase']();var b4=(b2['join']('.')||'')+aY['name'];for(let b5 of aY['listeners']){let b6=[];if(b5['ele']==aZ&&(!b3||b5['origeventname']==b3)&&b5['namespace']==b4&&(b1===undefined||b5['selector']==b1)){aZ['removeEventListener'](b5['eventname'],b5['eventcallback'],!![]);b6['push'](b5);}if(b6['length'])aY['listeners']=aY['listeners']['filter'](b5=>{return b6['indexOf'](b5)<0x0;});}}}else if(!aZ){for(let b8 of aY['listeners'])b8['ele']['removeEventListener'](b8['eventname'],b8['eventcallback'],!![]);aY['listeners']=[];}};BDFDB['ListenerUtils']['multiAdd']=function(b9,ba,bb){if(!Node['prototype']['isPrototypeOf'](b9)||!ba||typeof bb!='function')return;for(var bc of ba['trim']()['split']('\x20')['filter'](bd=>bd))b9['addEventListener'](bc,bb,!![]);};BDFDB['ListenerUtils']['multiRemove']=function(be,bf,bg){if(!Node['prototype']['isPrototypeOf'](be)||!bf||typeof bg!='function')return;for(var bh of bf['trim']()['split']('\x20')['filter'](bi=>bi))be['removeEventListener'](bh,bg,!![]);};BDFDB['ListenerUtils']['addToChildren']=function(bj,bk,bl,bm){if(!Node['prototype']['isPrototypeOf'](bj)||!bk||!bl||!bl['trim']()||typeof bm!='function')return;for(var bn of bk['trim']()['split']('\x20')['filter'](bo=>bo)){var bp=bm;if(bn=='mouseenter'||bn=='mouseleave')bp=bq=>{if(bq['target']['matches'](bl))bm(bq);};bj['querySelectorAll'](bl['trim']())['forEach'](br=>{br['addEventListener'](bn,bp,!![]);});}};BDFDB['ListenerUtils']['copyEvent']=function(bs,bt){if(!bs||!bs['constructor']||!bs['type'])return bs;var bu=new bs['constructor'](bs['type'],bs);Object['defineProperty'](bu,'originalEvent',{'value':bs});Object['defineProperty'](bu,'which',{'value':bs['which']});Object['defineProperty'](bu,'keyCode',{'value':bs['keyCode']});Object['defineProperty'](bu,'path',{'value':bs['path']});Object['defineProperty'](bu,'relatedTarget',{'value':bs['relatedTarget']});Object['defineProperty'](bu,'srcElement',{'value':bs['srcElement']});Object['defineProperty'](bu,'target',{'value':bs['target']});Object['defineProperty'](bu,'toElement',{'value':bs['toElement']});if(bt)Object['defineProperty'](bu,'currentTarget',{'value':bt});return bu;};BDFDB['ListenerUtils']['stopEvent']=function(bv){if(BDFDB['ObjectUtils']['is'](bv)){if(typeof bv['preventDefault']=='function')bv['preventDefault']();if(typeof bv['stopPropagation']=='function')bv['stopPropagation']();if(typeof bv['stopImmediatePropagation']=='function')bv['stopImmediatePropagation']();if(BDFDB['ObjectUtils']['is'](bv['originalEvent'])){if(typeof bv['originalEvent']['preventDefault']=='function')bv['originalEvent']['preventDefault']();if(typeof bv['originalEvent']['stopPropagation']=='function')bv['originalEvent']['stopPropagation']();if(typeof bv['originalEvent']['stopImmediatePropagation']=='function')bv['originalEvent']['stopImmediatePropagation']();}}};var bw=[],bx={'queue':[],'running':![]};BDFDB['NotificationUtils']={};BDFDB['NotificationUtils']['toast']=function(by,bz={}){var bA=document['querySelector']('.toasts,\x20.bd-toasts');if(!bA){var bB=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bC=bB?BDFDB['DOMUtils']['getRects'](bB):null;var bD=bB?bB['querySelector'](BDFDB['dotCN']['memberswrap']):null;var bE=bC?bC['left']:0x136;var bF=bC?bD?bC['width']-BDFDB['DOMUtils']['getRects'](bD)['width']:bC['width']:window['outerWidth']-0x0;var bG=bB?bB['querySelector']('form'):null;var bH=bG?BDFDB['DOMUtils']['getRects'](bG)['height']:0x50;bA=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](bA);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![],color=''}=bz;var bI=BDFDB['DOMUtils']['create'](''+(html===!![]?by:BDFDB['StringUtils']['htmlEscape'](by))+'');if(type){BDFDB['DOMUtils']['addClass'](bI,'toast-'+type);if(icon)BDFDB['DOMUtils']['addClass'](bI,'icon');}else if(color){var bJ=BDFDB['ColorUtils']['convert'](color,'RGB');if(bJ)bI['style']['setProperty']('background-color',bJ);}BDFDB['DOMUtils']['addClass'](bI,selector);bA['appendChild'](bI);bI['close']=c=>{if(document['contains'](bI)){BDFDB['DOMUtils']['addClass'](bI,'closing');bI['style']['setProperty']('pointer-events','none','important');BDFDB['TimeUtils']['timeout'](c=>{bI['remove']();if(!bA['querySelectorAll']('.toast,\x20.bd-toast')['length'])bA['remove']();},0xbb8);}};if(nopointer)bI['style']['setProperty']('pointer-events','none','important');else bI['addEventListener']('click',bI['close']);BDFDB['TimeUtils']['timeout'](c=>{bI['close']();},timeout>0x0?timeout:0x927c0);return bI;};BDFDB['NotificationUtils']['desktop']=function(bN,bO={}){var bP=c=>{bx['queue']['push']({'parsedcontent':bN,'parsedoptions':bO});bR();};var bR=c=>{if(!bx['running']){var bT=bx['queue']['shift']();if(bT)bU(bT['parsedcontent'],bT['parsedoptions']);}};var bU=(bV,bW)=>{bx['running']=!![];var bX=bW['silent'];bW['silent']=bW['silent']||bW['sound']?!![]:![];var bY=new Notification(bV,bW);var bZ=new Audio();var c0=BDFDB['TimeUtils']['timeout'](c=>{c3();},bW['timeout']?bW['timeout']:0xbb8);if(typeof bW['click']=='function')bY['onclick']=c=>{clearTimeout(c0);c3();bW['click']();};if(!bX&&bW['sound']){bZ['src']=bW['sound'];bZ['play']();}var c3=c=>{bZ['pause']();bY['close']();bx['running']=![];BDFDB['TimeUtils']['timeout'](c=>{bR();},0x3e8);};};if(!('Notification'in window)){}else if(Notification['permission']==='granted')bP();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(c6){if(c6==='granted')bP();});};BDFDB['NotificationUtils']['notice']=function(c7,c8={}){if(!c7)return;var c9=document['querySelector'](BDFDB['dotCN']['layers']);if(!c9)return;var d=BDFDB['NumberUtils']['generateId'](bw);var cb=BDFDB['DOMUtils']['create']('');c9['parentElement']['insertBefore'](cb,c9);var cc=cb['querySelector']('.notice-message');if(c8['platform'])for(let cd of c8['platform']['split']('\x20'))if(vV['noticeicon'+cd]){let ce=BDFDB['DOMUtils']['create']('');BDFDB['DOMUtils']['addClass'](ce,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](ce,BDFDB['disCN']['noticeicon']);cb['insertBefore'](ce,cc);}if(c8['customicon']){let cf=BDFDB['DOMUtils']['create'](c8['customicon']);let ce=BDFDB['DOMUtils']['create']('');if(cf['tagName']=='span'&&!cf['firstElementChild'])ce['style']['setProperty']('background','url('+c8['customicon']+')\x20center/cover\x20no-repeat');else ce['appendChild'](cf);BDFDB['DOMUtils']['addClass'](ce,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](ce,BDFDB['disCN']['noticeicon']);cb['insertBefore'](ce,cc);}if(c8['btn']||c8['button'])cb['appendChild'](BDFDB['DOMUtils']['create'](''+(c8['btn']||c8['button'])+''));if(c8['id'])cb['id']=c8['id']['split']('\x20')['join']('');if(c8['selector'])BDFDB['DOMUtils']['addClass'](cb,c8['selector']);if(c8['css'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbar'+d,c8['css']);if(c8['style'])cb['style']=c8['style'];if(c8['html']===!![])cc['innerHTML']=c7;else{var ch=document['createElement']('a');var ci=[];for(let cj of c7['split']('\x20')){var ck=BDFDB['StringUtils']['htmlEscape'](cj);ch['href']=cj;ci['push'](ch['host']&&ch['host']!==window['location']['host']?''+ck+'':ck);}cc['innerHTML']=ci['join']('\x20');}var cl=null;if(c8['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(cl=BDFDB['disCN']['notice'+c8['type']])BDFDB['DOMUtils']['addClass'](cb,cl);if(c8['type']=='premium'){var cm=cb['querySelector'](BDFDB['dotCN']['noticebutton']);if(cm)BDFDB['DOMUtils']['addClass'](cm,BDFDB['disCN']['noticepremiumaction']);BDFDB['DOMUtils']['addClass'](cc,BDFDB['disCN']['noticepremiumtext']);cb['insertBefore'](BDFDB['DOMUtils']['create'](''),cc);}}if(!cl){var cn=BDFDB['ColorUtils']['convert'](c8['color'],'RGBCOMP');if(cn){var co=cn[0x0]>0xb4&&cn[0x1]>0xb4&&cn[0x2]>0xb4?'#000':'#FFF';var cp=BDFDB['ColorUtils']['convert'](cn,'HEX');var cq=cn[0x0]>0xb4&&cn[0x1]>0xb4&&cn[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d,'.BDFDB-notice.notice-'+d+'{background-color:'+cp+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20.notice-message\x20{color:'+co+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:'+co+'\x20!important;border-color:'+BDFDB['ColorUtils']['setAlpha'](co,0.25,'RGBA')+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:'+cp+'\x20!important;background-color:'+co+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:'+cq+'\x20!important;}');}else BDFDB['DOMUtils']['addClass'](cb,BDFDB['disCN']['noticedefault']);}cb['style']['setProperty']('height','36px','important');cb['style']['setProperty']('min-width','70vw','important');cb['style']['setProperty']('left','unset','important');cb['style']['setProperty']('right','unset','important');let cr=(BDFDB['DOMUtils']['getWidth'](document['body']['firstElementChild'])-BDFDB['DOMUtils']['getWidth'](cb))/0x2;cb['style']['setProperty']('left',cr+'px','important');cb['style']['setProperty']('right',cr+'px','important');cb['style']['setProperty']('min-width','unset','important');cb['style']['setProperty']('width','unset','important');cb['style']['setProperty']('max-width','calc(100vw\x20-\x20'+cr*0x2+'px)','important');cb['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{cb['style']['setProperty']('overflow','hidden','important');cb['style']['setProperty']('height','0px','important');BDFDB['TimeUtils']['timeout'](c=>{BDFDB['ArrayUtils']['remove'](bw,d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbar'+d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d);cb['remove']();},0x1f4);});return cb;};BDFDB['NotificationUtils']['alert']=function(cu,cv){if(typeof cu=='string'&&typeof cu=='string'&&window['BdApi']&&typeof BdApi['alert']=='function')BdApi['alert'](cu,cv);};var cw=[];BDFDB['TooltipUtils']={};BDFDB['TooltipUtils']['create']=function(cx,cy,cz={}){var cA=document['querySelector'](BDFDB['dotCN']['itemlayercontainer']);if(!cA||typeof cy!='string'||!Node['prototype']['isPrototypeOf'](cx)||!document['contains'](cx))return null;var cB=document['querySelector']('.BDFDB-itemlayercontainer');if(!cB){cB=cA['cloneNode']();BDFDB['DOMUtils']['addClass'](cB,'BDFDB-itemlayercontainer');cA['parentElement']['insertBefore'](cB,cA['nextSibling']);}var d=BDFDB['NumberUtils']['generateId'](cw);var cD=BDFDB['DOMUtils']['create']('');cB['appendChild'](cD);var cE=cD['firstElementChild'];if(cz['id'])cE['id']=cz['id']['split']('\x20')['join']('');if(cz['selector'])BDFDB['DOMUtils']['addClass'](cE,cz['selector']);if(cz['style'])cE['style']=cz['style'];if(cz['html']===!![])cE['innerHTML']=cy;else cE['innerText']=cy;if(!cz['type']||!BDFDB['disCN']['tooltip'+cz['type']['toLowerCase']()])cz['type']='top';BDFDB['DOMUtils']['addClass'](cE,BDFDB['disCN']['tooltip'+cz['type']['toLowerCase']()]);cE['position']=cz['type']['toLowerCase']();cE['appendChild'](BDFDB['DOMUtils']['create'](''));if(cE['style']['getPropertyValue']('border-color')&&(cE['style']['getPropertyValue']('background-color')||cE['style']['getPropertyValue']('background-image')))BDFDB['DOMUtils']['addClass'](cE,'tooltip-customcolor');else if(cz['color']&&BDFDB['disCN']['tooltip'+cz['color']['toLowerCase']()])BDFDB['DOMUtils']['addClass'](cE,BDFDB['disCN']['tooltip'+cz['color']['toLowerCase']()]);else BDFDB['DOMUtils']['addClass'](cE,BDFDB['disCN']['tooltipblack']);cE['anker']=cx;if(cz['hide'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBhideOtherTooltips'+d,'#app-mount\x20'+BDFDB['dotCN']['tooltip']+':not(.BDFDB-tooltip-'+d+')\x20{display:\x20none\x20!important;}',cB);var cF=c=>{BDFDB['DOMUtils']['remove'](cD);};cx['addEventListener']('mouseleave',cF);var cH=new MutationObserver(cI=>{cI['forEach'](cJ=>{var cK=Array['from'](cJ['removedNodes']);var cL=cK['indexOf'](cD)>-0x1;var cM=cK['indexOf'](cx)>-0x1;var cN=cK['some'](cO=>cO['contains'](cx));if(cL||cM||cN){BDFDB['ArrayUtils']['remove'](cw,d);cH['disconnect']();BDFDB['DOMUtils']['remove'](cD);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBhideOtherTooltips'+d,cB);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomTooltips'+d,cB);if(!cB['firstElementChild'])BDFDB['DOMUtils']['remove'](cB);cx['removeEventListener']('mouseleave',cF);}});});cH['observe'](document['body'],{'subtree':!![],'childList':!![]});BDFDB['TooltipUtils']['update'](cE);if(cz['delay']){BDFDB['DOMUtils']['toggle'](cD);BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['toggle'](cD);},cz['delay']);}return cD;};BDFDB['TooltipUtils']['update']=function(cQ){if(!Node['prototype']['isPrototypeOf'](cQ))return;let cR=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['itemlayer'],cQ);if(!Node['prototype']['isPrototypeOf'](cR))return;cQ=cR['querySelector'](BDFDB['dotCN']['tooltip']);if(!Node['prototype']['isPrototypeOf'](cQ)||!Node['prototype']['isPrototypeOf'](cQ['anker'])||!cQ['position'])return;var cS=cQ['querySelector'](BDFDB['dotCN']['tooltippointer']);var cT,cU,cV=BDFDB['DOMUtils']['getRects'](cQ['anker']),cW=BDFDB['DOMUtils']['getRects'](cR),cX=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),cY={'height':0xa,'width':0xa};switch(cQ['position']){case'top':cU=cV['top']-cW['height']-cY['height']+0x2;cT=cV['left']+(cV['width']-cW['width'])/0x2;break;case'bottom':cU=cV['top']+cV['height']+cY['height']-0x2;cT=cV['left']+(cV['width']-cW['width'])/0x2;break;case'left':cU=cV['top']+(cV['height']-cW['height'])/0x2;cT=cV['left']-cW['width']-cY['width']+0x2;break;case'right':cU=cV['top']+(cV['height']-cW['height'])/0x2;cT=cV['left']+cV['width']+cY['width']-0x2;break;}cR['style']['setProperty']('top',cU+'px');cR['style']['setProperty']('left',cT+'px');cS['style']['removeProperty']('margin-left');cS['style']['removeProperty']('margin-top');if(cQ['position']=='top'||cQ['position']=='bottom'){if(cT<0x0){cR['style']['setProperty']('left','5px');cS['style']['setProperty']('margin-left',cT-0xa+'px');}else{var cZ=cX['width']-(cT+cW['width']);if(cZ<0x0){cR['style']['setProperty']('left',cX['width']-cW['width']-0x5+'px');cS['style']['setProperty']('margin-left',-0x1*cZ+'px');}}}else if(cQ['position']=='left'||cQ['position']=='right'){if(cU<0x0){cR['style']['setProperty']('top','5px');cS['style']['setProperty']('margin-top',cU-0xa+'px');}else{var d0=cX['height']-(cU+cW['height']);if(d0<0x0){cR['style']['setProperty']('top',cX['height']-cW['height']-0x5+'px');cS['style']['setProperty']('margin-top',-0x1*d0+'px');}}}};BDFDB['ObjectUtils']={};BDFDB['ObjectUtils']['is']=function(d1){return d1&&Object['prototype']['isPrototypeOf'](d1)&&!Array['prototype']['isPrototypeOf'](d1);};BDFDB['ObjectUtils']['extract']=function(d2,...d3){let d4={};if(BDFDB['ObjectUtils']['is'](d2))for(let d5 of d3['flat']())if(d2[d5])d4=d2[d5];return d4;};BDFDB['ObjectUtils']['delete']=function(d6,...d7){if(BDFDB['ObjectUtils']['is'](d6))for(let d8 of d7['flat']())delete d6[d8];};BDFDB['ObjectUtils']['sort']=function(d9,da,db){if(!BDFDB['ObjectUtils']['is'](d9))return{};var dc={};if(da===undefined||!da)for(let dd of Object['keys'](d9)['sort']())dc[dd]=d9[dd];else{let de=[];for(let dd in d9)de['push'](d9[dd]);de=BDFDB['ArrayUtils']['keySort'](de,da,db);for(let dg of de)for(let dd in d9)if(BDFDB['equals'](dg,d9[dd])){dc[dd]=dg;break;}}return dc;};BDFDB['ObjectUtils']['reverse']=function(di,dj){if(!BDFDB['ObjectUtils']['is'](di))return{};var dk={};for(let dl of dj===undefined||!dj?Object['keys'](di)['reverse']():Object['keys'](di)['sort']()['reverse']())dk[dl]=di[dl];return dk;};BDFDB['ObjectUtils']['filter']=function(dm,dn,dp=![]){if(!BDFDB['ObjectUtils']['is'](dm))return{};if(typeof dn!='function')return dm;return Object['keys'](dm)['filter'](dq=>dn(dp?dq:dm[dq]))['reduce']((dr,ds)=>(dr[ds]=dm[ds],dr),{});};BDFDB['ObjectUtils']['push']=function(dt,du){if(BDFDB['ObjectUtils']['is'](dt))dt[Object['keys'](dt)['length']]=du;};BDFDB['ObjectUtils']['pop']=function(dv,dw){if(BDFDB['ObjectUtils']['is'](dv)){let dx=Object['keys'](dv);if(!dx['length'])return;let dw=dv[dx[dx['length']-0x1]];delete dv[dx[dx['length']-0x1]];return dw;}};BDFDB['ObjectUtils']['map']=function(dz,dA){if(!BDFDB['ObjectUtils']['is'](dz))return{};if(typeof dA!='string'&&typeof dA!='function')return dz;var dB={};for(let dC in dz)if(BDFDB['ObjectUtils']['is'](dz[dC]))dB[dC]=typeof dA=='string'?dz[dC][dA]:dA(dz[dC],dC);return dB;};BDFDB['ObjectUtils']['toArray']=function(dD){if(!BDFDB['ObjectUtils']['is'](dD))return[];return Object['entries'](dD)['map'](dE=>dE[0x1]);};BDFDB['ObjectUtils']['deepAssign']=function(dF,...dG){if(!dG['length'])return dF;var dH=dG['shift']();if(BDFDB['ObjectUtils']['is'](dF)&&BDFDB['ObjectUtils']['is'](dH)){for(var dI in dH){if(BDFDB['ObjectUtils']['is'](dH[dI])){if(!dF[dI])Object['assign'](dF,{[dI]:{}});BDFDB['ObjectUtils']['deepAssign'](dF[dI],dH[dI]);}else Object['assign'](dF,{[dI]:dH[dI]});}}return BDFDB['ObjectUtils']['deepAssign'](dF,...dG);};BDFDB['ObjectUtils']['isEmpty']=function(dJ){return!BDFDB['ObjectUtils']['is'](dJ)||Object['getOwnPropertyNames'](dJ)['length']==0x0;};BDFDB['ArrayUtils']={};BDFDB['ArrayUtils']['is']=function(dK){return dK&&Array['isArray'](dK);};BDFDB['ArrayUtils']['keySort']=function(dL,dM,dN){if(!BDFDB['ArrayUtils']['is'](dL))return[];if(dM==null)return dL;if(dN===undefined)dN=null;return dL['sort'](function(dO,dP){var dQ=dO[dM],dR=dP[dM];if(dQ!==dN)return dQdR?0x1:0x0;});};BDFDB['ArrayUtils']['numSort']=function(dS){return dS['sort'](function(dT,dU){return dTdU?0x1:0x0;});};BDFDB['ArrayUtils']['remove']=function(dV,dW,dX=![]){if(!BDFDB['ArrayUtils']['is'](dV))return[];if(!dV['includes'](dW))return dV;if(!dX)dV['splice'](dV['indexOf'](dW),0x1);else while(dV['indexOf'](dW)>-0x1)dV['splice'](dV['indexOf'](dW),0x1);return dV;};BDFDB['ArrayUtils']['getAllIndexes']=function(dY,dZ){if(!BDFDB['ArrayUtils']['is'](dY))return[];var e0=[],e1=-0x1;while((e1=dY['indexOf'](dZ,e1+0x1))!==-0x1)e0['push'](e1);return e0;};BDFDB['ArrayUtils']['removeCopies']=function(e2){if(!BDFDB['ArrayUtils']['is'](e2))return[];return[...new Set(e2)];};BDFDB['ModuleUtils']={};BDFDB['ModuleUtils']['cached']={};BDFDB['ModuleUtils']['find']=function(e3){var e4=e['getWebModuleReq']();for(let e5 in e4['c'])if(e4['c']['hasOwnProperty'](e5)){var e6=e4['c'][e5]['exports'];if(e6&&(typeof e6=='object'||typeof e6=='function')&&e3(e6))return e6;if(e6&&e6['__esModule'])for(let e7 in e6)if(e6[e7]&&(typeof e6[e7]=='object'||typeof e6[e7]=='function')&&e3(e6[e7]))return e6[e7];}};BDFDB['ModuleUtils']['findByProperties']=function(e8){e8=BDFDB['ArrayUtils']['is'](e8)?e8:Array['from'](arguments);var e9=JSON['stringify'](e8);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['prop']))BDFDB['ModuleUtils']['cached']['prop']={};if(BDFDB['ModuleUtils']['cached']['prop'][e9])return BDFDB['ModuleUtils']['cached']['prop'][e9];else{var ea=BDFDB['ModuleUtils']['find'](ea=>e8['every'](ec=>ea[ec]!==undefined));if(ea){BDFDB['ModuleUtils']['cached']['prop'][e9]=ea;return ea;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',e9+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByName']=function(ed){var ee=JSON['stringify'](ed);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['name']))BDFDB['ModuleUtils']['cached']['name']={};if(BDFDB['ModuleUtils']['cached']['name'][ee])return BDFDB['ModuleUtils']['cached']['name'][ee];else{var ef=BDFDB['ModuleUtils']['find'](ef=>ef['displayName']===ed);if(ef){BDFDB['ModuleUtils']['cached']['name'][ee]=ef;return ef;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ee+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByString']=function(eh){eh=BDFDB['ArrayUtils']['is'](eh)?eh:Array['from'](arguments);var ei=JSON['stringify'](eh);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['string']))BDFDB['ModuleUtils']['cached']['string']={};if(BDFDB['ModuleUtils']['cached']['string'][ei])return BDFDB['ModuleUtils']['cached']['string'][ei];else{var ej=BDFDB['ModuleUtils']['find'](ej=>eh['every'](el=>typeof ej=='function'&&ej['toString']()['indexOf'](el)>-0x1));if(ej){BDFDB['ModuleUtils']['cached']['string'][ei]=ej;return ej;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ei+'\x20[string]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByPrototypes']=function(em){em=BDFDB['ArrayUtils']['is'](em)?em:Array['from'](arguments);var en=JSON['stringify'](em);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['proto']))BDFDB['ModuleUtils']['cached']['proto']={};if(BDFDB['ModuleUtils']['cached']['proto'][en])return BDFDB['ModuleUtils']['cached']['proto'][en];else{var eo=BDFDB['ModuleUtils']['find'](eo=>eo['prototype']&&em['every'](eq=>eo['prototype'][eq]!==undefined));if(eo){BDFDB['ModuleUtils']['cached']['proto'][en]=eo;return eo;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',en+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};e['getWebModuleReq']=function(){if(!e['getWebModuleReq']['req']){const d='BDFDB-WebModules';const es=typeof window['webpackJsonp']=='function'?window['webpackJsonp']([],{[d]:(et,eu,es)=>eu['default']=es},[d])['default']:window['webpackJsonp']['push']([[],{[d]:(ew,ex,es)=>ew['exports']=es},[[d]]]);delete es['m'][d];delete es['c'][d];e['getWebModuleReq']['req']=es;}return e['getWebModuleReq']['req'];};var ez=['before','instead','after'];var eA={'BannedCard':'BannedUser','InvitationCard':'InviteRow','InviteCard':'InviteRow','PopoutContainer':'Popout','MemberCard':'Member','MessageDeveloperModeGroup':'FluxContainer(MessageDeveloperModeGroup)','WebhookCard':'Webhook'};var eB={'Account':'accountinfo','AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','ChannelMember':'member','EmojiPicker':'emojipicker','FriendRow':'friendsrow','Guild':'guildouter','InstantInviteModal':'invitemodalwrapper','InvitationCard':'invitemodalinviterow','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','NameTag':'nametag','Note':'usernote','SearchResults':'searchresultswrap','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['ModuleUtils']['patch']=function(eC,eD,eE,eF){if(!eC||!eD||!eE||!Object['keys'](eF)['some'](eG=>ez['includes'](eG)))return null;const eH=(typeof eC==='string'?eC:eC['name'])['toLowerCase']();if(!eD['BDFDBpatch'])eD['BDFDBpatch']={};eE=BDFDB['ArrayUtils']['is'](eE)?eE:Array['of'](eE);for(let eI of eE){if(!eD[eI])eD[eI]=c=>{};const eK=eD[eI];if(!eD['BDFDBpatch'][eI]){eD['BDFDBpatch'][eI]={};for(let eL of ez)eD['BDFDBpatch'][eI][eL]={};eD['BDFDBpatch'][eI]['originalMethod']=eK;eD[eI]=function(){const eM={'thisObject':this,'methodArguments':arguments,'originalMethod':eK,'originalMethodName':eI,'callOriginalMethod':c=>eM['returnValue']=eM['originalMethod']['apply'](eM['thisObject'],eM['methodArguments'])};if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']&&eD['BDFDBpatch'][eI]){if(!BDFDB['ObjectUtils']['isEmpty'](eD['BDFDBpatch'][eI]['before']))for(let d in BDFDB['ObjectUtils']['sort'](eD['BDFDBpatch'][eI]['before'])){BDFDB['TimeUtils']['suppress'](eD['BDFDBpatch'][eI]['before'][d],'\x22before\x22\x20callback\x20of\x20'+eI+'\x20in\x20'+(eD['constructor']?eD['constructor']['displayName']||eD['constructor']['name']:'module'))(eM);}if(BDFDB['ObjectUtils']['isEmpty'](eD['BDFDBpatch'][eI]['instead']))eM['callOriginalMethod']();else for(let d in BDFDB['ObjectUtils']['sort'](eD['BDFDBpatch'][eI]['instead'])){const eQ=BDFDB['TimeUtils']['suppress'](eD['BDFDBpatch'][eI]['instead'][d],'\x22instead\x22\x20callback\x20of\x20'+eI+'\x20in\x20'+(eD['constructor']?eD['constructor']['displayName']||eD['constructor']['name']:'module'))(eM);if(eQ!==undefined)eM['returnValue']=eQ;}if(!BDFDB['ObjectUtils']['isEmpty'](eD['BDFDBpatch'][eI]['after']))for(let d in BDFDB['ObjectUtils']['sort'](eD['BDFDBpatch'][eI]['after'])){const eQ=BDFDB['TimeUtils']['suppress'](eD['BDFDBpatch'][eI]['after'][d],'\x22after\x22\x20callback\x20of\x20'+eI+'\x20in\x20'+(eD['constructor']?eD['constructor']['displayName']||eD['constructor']['name']:'module'))(eM);if(eQ!==undefined)eM['returnValue']=eQ;}}else eM['callOriginalMethod']();return eM['returnValue'];};}for(let eT of ez)if(typeof eF[eT]=='function')eD['BDFDBpatch'][eI][eT][eH]=eF[eT];}const eU=c=>{BDFDB['ModuleUtils']['unpatch'](eC,eD,eE);};if(eC&&typeof eC=='object'){if(!BDFDB['ArrayUtils']['is'](eC['patchCancels']))eC['patchCancels']=[];eC['patchCancels']['push'](eU);}return eU;};BDFDB['ModuleUtils']['unpatch']=function(eW,eX,eY){if(!eX&&!eY){if(BDFDB['ObjectUtils']['is'](eW)&&BDFDB['ArrayUtils']['is'](eW['patchCancels'])){for(let eZ of eW['patchCancels'])eZ();eW['patchCancels']=[];}}else{if(!BDFDB['ObjectUtils']['is'](eX)||!eX['BDFDBpatch'])return;const f0=!eW?null:(typeof eW==='string'?eW:eW['name'])['toLowerCase']();if(eY){for(let f1 of BDFDB['ArrayUtils']['is'](eY)?eY:Array['of'](eY))if(eX[f1]&&eX['BDFDBpatch'][f1])f3(f1,f0);}else{for(let f2 of eX['BDFDBpatch'])f3(f2,f0);}}function f3(f4,f5){for(let f6 of ez){if(f5)delete eX['BDFDBpatch'][f4][f6][f5];else delete eX['BDFDBpatch'][f4][f6];}var f7=!![];for(let f6 of ez)if(!BDFDB['ObjectUtils']['isEmpty'](eX['BDFDBpatch'][f4][f6]))f7=![];if(f7){eX[f4]=eX['BDFDBpatch'][f4]['originalMethod'];delete eX['BDFDBpatch'][f4];if(BDFDB['ObjectUtils']['isEmpty'](eX['BDFDBpatch']))delete eX['BDFDBpatch'];}}};BDFDB['ModuleUtils']['forceAllUpdates']=function(f9,fa){fa=fa&&eA[fa]?eA[fa]+'\x20_\x20_\x20'+fa:fa;if(BDFDB['ObjectUtils']['is'](f9)&&BDFDB['ObjectUtils']['is'](f9['patchModules'])&&(!fa||f9['patchModules'][fa])){const fb=document['querySelector'](BDFDB['dotCN']['app']);const fc=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fb){var fd=[];for(let fe in f9['patchModules']){var ff=BDFDB['ArrayUtils']['is'](f9['patchModules'][fe])?f9['patchModules'][fe]:Array['of'](f9['patchModules'][fe]);if(ff['includes']('componentDidMount')||ff['includes']('componentDidUpdate')||ff['includes']('render'))fd['push'](fe);}fd=fa?fd['filter'](fg=>fg==fa):fd;if(fd['length']){try{const fh=BDFDB['ReactUtils']['findOwner'](fb,{'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fh)for(let fj in fh[fe])e['forceInitiateProcess'](f9,fh[fe][fj],fe);if(fc){const fk=BDFDB['ReactUtils']['findOwner'](fc,{'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fk)for(let fj in fk[fe])e['forceInitiateProcess'](f9,fk[fe][fj],fe);}}catch(fn){console['error']('%c['+f9['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20force\x20update\x20components!\x20'+fn);}}}}};e['forceInitiateProcess']=function(fo,fp,fq){if(!fo||!fp||!fq)return;let fr=BDFDB['ArrayUtils']['is'](fo['patchModules'][fq])?fo['patchModules'][fq]:Array['of'](fo['patchModules'][fq]);if(fr['includes']('componentDidMount'))e['initiateProcess'](fo,fq,{'instance':fp,'methodname':'componentDidMount'});if(fr['includes']('render'))BDFDB['ReactUtils']['forceUpdate'](fp);else if(fr['includes']('componentDidUpdate'))e['initiateProcess'](fo,fq,{'instance':fp,'methodname':'componentDidUpdate'});};e['initiateProcess']=function(fs,ft,fu){if(BDFDB['ObjectUtils']['is'](fs)&&fu['instance']){if(fs['name']=='$BDFDB')fs=yt;ft=(ft['split']('\x20_\x20_\x20')[0x1]||ft)['replace'](/[^A-z0-9]|_/g,'');ft=ft['charAt'](0x0)['toUpperCase']()+ft['slice'](0x1);if(typeof fs['process'+ft]=='function'){let fv=(fs['process'+ft]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(fv){if(fu['methodname']=='render'){if(fu['returnvalue'])fs['process'+ft](fu['instance'],null,fu['returnvalue'],[fu['methodname']]);}else{let fw=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fw)fs['process'+ft](fu['instance'],fw,fu['returnvalue'],[fu['methodname']]);else BDFDB['TimeUtils']['timeout'](c=>{fw=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fw)fs['process'+ft](fu['instance'],fw,fu['returnvalue'],[fu['methodname']]);});}}else{if(fu['methodname']=='render'){if(fu['returnvalue'])fs['process'+ft](fu);}else{fu['node']=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fu['node'])fs['process'+ft](fu);else BDFDB['TimeUtils']['timeout'](c=>{fu['node']=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fu['node'])fs['process'+ft](fu);});}}}}};e['patchPlugin']=function(fz){if(BDFDB['ObjectUtils']['is'](fz)&&BDFDB['ObjectUtils']['is'](fz['patchModules'])){BDFDB['ModuleUtils']['unpatch'](fz);for(let fA in fz['patchModules']){var fB=eA[fA];var fC=eB[fA['split']('\x20_\x20_\x20')[0x1]||fA];var fD=fB?fB+'\x20_\x20_\x20'+fA:fA;if(fB){fz['patchModules'][fD]=fz['patchModules'][fA];delete fz['patchModules'][fA];}if(!fC)fE(BDFDB['ModuleUtils']['findByName'](fD['split']('\x20_\x20_\x20')[0x0]),fD);else if(vV[fC])fJ(fC,fD);}function fE(fF,fA){if(fF){var fH=fA['split']('\x20_\x20_\x20')[0x0];fF=fF['_reactInternalFiber']&&fF['_reactInternalFiber']['type']?fF['_reactInternalFiber']['type']:fF;fF=fF['displayName']==fH||fF['name']==fH?fF:BDFDB['ReactUtils']['findOwner'](fF,{'name':fH,'up':!![]});if(fF){fF=fF['_reactInternalFiber']&&fF['_reactInternalFiber']['type']?fF['_reactInternalFiber']['type']:fF;BDFDB['ModuleUtils']['patch'](fz,fF['prototype'],fz['patchModules'][fA],{'after':fI=>{if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])e['initiateProcess'](fz,fA,{'instance':fI['thisObject'],'returnvalue':fI['returnValue'],'methodname':fI['originalMethodName']});}});}}}function fJ(fC,fA){const fM=document['querySelector'](BDFDB['dotCN']['app']),fN=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);var fO=![];if(fM){var fP=BDFDB['ReactUtils']['findOwner'](fM,{'name':fA,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(fP){fO=!![];fE(fP,fA);}}if(!fO&&fN){var fQ=BDFDB['ReactUtils']['findOwner'](fN,{'name':fA,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(fQ){fO=!![];fE(fQ,fA);}}if(!fO){var fR=![],fS=new MutationObserver(fT=>{fT['forEach'](fU=>{fU['addedNodes']['forEach'](fV=>{if(fR||!fV||!fV['tagName'])return;var fW=null;if((fW=BDFDB['DOMUtils']['containsClass'](fV,BDFDB['disCN'][fC])?fV:fV['querySelector'](BDFDB['dotCN'][fC]))!=null){var fX=BDFDB['ReactUtils']['getInstance'](fW);if(fY(fX,fA)){fR=!![];fS['disconnect']();fE(fX,fA);BDFDB['ModuleUtils']['forceAllUpdates'](fz,fA);}}});});});BDFDB['ObserverUtils']['connect'](fz,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fS,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fY(fZ,g0){if(!fZ)return![];fZ=fZ['_reactInternalFiber']&&fZ['_reactInternalFiber']['type']?fZ['_reactInternalFiber']['type']:fZ;fZ=fZ['displayName']==g0||fZ['name']==g0?fZ:BDFDB['ReactUtils']['findOwner'](fZ,{'name':g0,'up':!![]});return fZ&&(g0!='V2C_PluginCard'&&g0!='V2C_ThemeCard'||g0=='V2C_PluginCard'&&BDFDB['BDUtils']['checkRepoPage']()=='plugins'||g0=='V2C_ThemeCard'&&BDFDB['BDUtils']['checkRepoPage']()=='themes');}}};var g1=['ChannelContextMenu','DeveloperContextMenu','GuildContextMenu','GuildRoleContextMenu','LfgContextMenu','MessageContextMenu','NativeContextMenu','ScreenshareContextMenu','UserContextMenu','UserSettingsCogContextMenu'];var g2=['MessageOptionPopout'];var g3=['ApplicationContextMenu','GroupDMContextMenu'];var g4={};for(let g5 of g3)g4[g5]={'query':[],'module':null};e['addContextListeners']=g6=>{if(!BDFDB['ObjectUtils']['is'](g6))return;for(let g7 of g1)if(typeof g6['on'+g7]==='function')e['patchContextMenuPlugin'](g6,g7,BDFDB['ModuleUtils']['findByName'](g7));for(let g8 of g2)if(typeof g6['on'+g8]==='function')e['patchPopoutPlugin'](g6,g8,BDFDB['ModuleUtils']['findByName'](g8));for(let g9 of g3)if(typeof g6['on'+g9]==='function'){if(g4[g9]['module'])e['patchContextMenuPlugin'](g6,g9,g4[g9]['module']);else g4[g9]['query']['push'](g6);}};e['patchContextMenuPlugin']=(ga,gb,gc)=>{if(gc&&gc['prototype']){let gd=(ga['on'+gb]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(gd){BDFDB['ModuleUtils']['patch'](ga,gc['prototype'],'render',{'after':ge=>{let gf=ge['thisObject'],gg=BDFDB['ReactUtils']['findDOMNode'](ge['thisObject']),gh=ge['returnValue'];if(gf&&gg&&gh&&typeof ga['on'+gb]==='function'){ga['on'+gb](gf,gg,gh);}}});}else{BDFDB['ModuleUtils']['patch'](ga,gc['prototype'],'render',{'after':gi=>{if(gi['thisObject']&&gi['returnValue']&&typeof ga['on'+gb]==='function')ga['on'+gb]({'instance':gi['thisObject'],'returnvalue':gi['returnValue'],'methodname':'render'});}});}}};e['patchPopoutPlugin']=(gj,gk,gl)=>{if(gl&&gl['prototype']){let gm=(gj['on'+gk]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(gm){BDFDB['ModuleUtils']['patch'](gj,gl['prototype'],'render',{'after':gn=>{let go=gn['thisObject'],gp=BDFDB['ReactUtils']['findDOMNode'](gn['thisObject']),gq=gn['returnValue'];if(go&&gp&&gq&&typeof gj['on'+gk]==='function'){gj['on'+gk](go,gp,gq);if(!go['BDFDBforceUpdateTimeout']&&typeof go['forceUpdate']=='function')BDFDB['ReactUtils']['forceUpdate'](go);}}});}else{BDFDB['ModuleUtils']['patch'](gj,gl['prototype'],'render',{'after':gr=>{if(gr['thisObject']&&gr['returnValue']&&typeof gj['on'+gk]==='function')gj['on'+gk]({'instance':gr['thisObject'],'returnvalue':gr['returnValue'],'methodname':'render'});}});}}};e['patchContextMenuLib']=(gs,gt)=>{if(gs&&gs['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,gs['prototype'],'componentDidMount',{'after':gu=>{if(!gu['thisObject']['BDFDBforceRenderTimeout']&&typeof gu['thisObject']['render']=='function')gu['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,gs['prototype'],'componentDidUpdate',{'after':gv=>{var gw=BDFDB['ReactUtils']['findDOMNode'](gv['thisObject']);if(gw){const gx=BDFDB['ReactUtils']['getValue'](gv,'thisObject._reactInternalFiber.stateNode.props.onHeightUpdate');const gy=BDFDB['DOMUtils']['getRects'](gw),gz=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));if(gx&&gy['top']+gy['height']>gz['height'])gx();}}});BDFDB['ModuleUtils']['patch'](BDFDB,gs['prototype'],'render',{'after':gA=>{if(gA['thisObject']['props']['BDFDBcontextMenu']&&gA['thisObject']['props']['children']&&gA['returnValue']&&gA['returnValue']['props']){gA['returnValue']['props']['children']=gA['thisObject']['props']['children'];delete gA['thisObject']['props']['value'];delete gA['thisObject']['props']['children'];delete gA['thisObject']['props']['BDFDBcontextMenu'];}if(BDFDB['ReactUtils']['findDOMNode'](gA['thisObject'])){gA['thisObject']['BDFDBforceRenderTimeout']=!![];BDFDB['TimeUtils']['timeout'](c=>{delete gA['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(gt){let gC=BDFDB['ReactUtils']['getValue'](gA,'thisObject._reactInternalFiber.child.type');if(gC&&gC['displayName']&&g4[gC['displayName']]&&!g4[gC['displayName']]['module']){g4[gC['displayName']]['module']=gC;e['patchContextMenuLib'](gC,![]);while(g4[gC['displayName']]['query']['length']){e['patchContextMenuPlugin'](g4[gC['displayName']]['query']['pop'](),gC['displayName'],gC);}}}}});}};e['patchPopoutLib']=(gD,gE)=>{if(gD&&gD['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,gD['prototype'],'componentDidMount',{'after':gF=>{if(!gF['thisObject']['BDFDBforceRenderTimeout']&&!gF['thisObject']['BDFDBforceUpdateTimeout']&&typeof gF['thisObject']['render']=='function')gF['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,gD['prototype'],'componentDidUpdate',{'after':gG=>{const gH=BDFDB['ReactUtils']['getValue'](gG,'thisObject._reactInternalFiber.return.return.return.stateNode.updateOffsets');if(gH)gH();gG['thisObject']['BDFDBforceUpdateTimeout']=!![];BDFDB['TimeUtils']['timeout'](c=>{delete gG['thisObject']['BDFDBforceUpdateTimeout'];},0x3e8);}});BDFDB['ModuleUtils']['patch'](BDFDB,gD['prototype'],'render',{'after':gJ=>{if(BDFDB['ReactUtils']['findDOMNode'](gJ['thisObject'])){gJ['thisObject']['BDFDBforceRenderTimeout']=!![];BDFDB['TimeUtils']['timeout'](c=>{delete gJ['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(gJ['thisObject']['props']['message']&&!gJ['thisObject']['props']['target']){const gL=document['querySelector'](BDFDB['dotCN']['messages']);if(gL){var gM=BDFDB['ReactUtils']['findOwner'](gL,{'name':'Message','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let gN in gM)if(gJ['thisObject']['props']['message']['id']==gM[gN]['props']['message']['id']){target=BDFDB['ReactUtils']['findDOMNode'](gM[gN]);if(target)gJ['thisObject']['props']['target']=target;break;}}}}});}};BDFDB['DiscordConstants']=BDFDB['ModuleUtils']['findByProperties']('Permissions','ActivityTypes');var gO={};for(let gP of['child_process','electron','fs','path','process','request']){try{gO[gP]=require(gP);}catch(gQ){}}BDFDB['LibraryRequires']=Object['assign']({},gO);var gR={};gR['AckUtils']=BDFDB['ModuleUtils']['findByProperties']('localAck','bulkAck');gR['APIUtils']=BDFDB['ModuleUtils']['findByProperties']('getAPIBaseURL');gR['AnimationUtils']=BDFDB['ModuleUtils']['findByProperties']('spring','decay');gR['BadgeUtils']=BDFDB['ModuleUtils']['findByProperties']('getBadgeCountString','getBadgeWidthForValue');gR['ChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannel','getChannels');gR['ColorUtils']=BDFDB['ModuleUtils']['findByProperties']('hex2int','hex2rgb');gR['ContextMenuUtils']=BDFDB['ModuleUtils']['findByProperties']('closeContextMenu','openContextMenu');gR['CurrentUserStore']=BDFDB['ModuleUtils']['findByProperties']('getCurrentUser');gR['DirectMessageUtils']=BDFDB['ModuleUtils']['findByProperties']('addRecipient','openPrivateChannel');gR['FriendUtils']=BDFDB['ModuleUtils']['findByProperties']('getFriendIDs','getRelationships');gR['FolderStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildFolderById','getFlattenedGuilds');gR['FolderUtils']=BDFDB['ModuleUtils']['findByProperties']('isFolderExpanded','getExpandedFolders');gR['GuildBoostUtils']=BDFDB['ModuleUtils']['findByProperties']('getTierName','getUserLevel');gR['GuildChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannels','getDefaultChannel');gR['GuildEmojiStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildEmoji','getDisambiguatedEmojiContext');gR['GuildSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateChannelOverrideSettings','updateNotificationSettings');gR['GuildStore']=BDFDB['ModuleUtils']['findByProperties']('getGuild','getGuilds');gR['GuildUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionToGuildSync');gR['HistoryUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionTo','replaceWith','getHistory');;gR['IconUtils']=BDFDB['ModuleUtils']['findByProperties']('getGuildIconURL','getGuildBannerURL');gR['InviteUtils']=BDFDB['ModuleUtils']['findByProperties']('acceptInvite','createInvite');gR['LanguageStore']=BDFDB['ModuleUtils']['findByProperties']('getLanguages','Messages');gR['LastChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedChannelId');gR['LastGuildStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedGuildId');gR['LoginUtils']=BDFDB['ModuleUtils']['findByProperties']('login','logout');gR['MemberStore']=BDFDB['ModuleUtils']['findByProperties']('getMember','getMembers');gR['MentionUtils']=BDFDB['ModuleUtils']['findByProperties']('getMentionCount','getMentionCounts');gR['MessageCreationUtils']=BDFDB['ModuleUtils']['findByProperties']('parse','isMentioned');gR['MessagePinUtils']=BDFDB['ModuleUtils']['findByProperties']('pinMessage','unpinMessage');gR['MessageStore']=BDFDB['ModuleUtils']['findByProperties']('getMessage','getMessages');gR['MessageUtils']=BDFDB['ModuleUtils']['findByProperties']('receiveMessage','editMessage');gR['ModalUtils']=BDFDB['ModuleUtils']['findByProperties']('openModal','registerModalDispatch');gR['MutedUtils']=BDFDB['ModuleUtils']['findByProperties']('isGuildOrCategoryOrChannelMuted');gR['NotificationSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('setDesktopType','setTTSType');gR['NotificationSettingsStore']=BDFDB['ModuleUtils']['findByProperties']('getDesktopType','getTTSType');gR['PermissionUtils']=BDFDB['ModuleUtils']['findByProperties']('getChannelPermissions','canUser');gR['PermissionRoleUtils']=BDFDB['ModuleUtils']['findByProperties']('getHighestRole','can');gR['ReactionUtils']=BDFDB['ModuleUtils']['findByProperties']('addReaction','removeReaction');gR['SearchPageUtils']=BDFDB['ModuleUtils']['findByProperties']('searchNextPage','searchPreviousPage');gR['SelectChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('selectChannel','selectPrivateChannel');gR['SettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateRemoteSettings','updateLocalSettings');gR['SoundUtils']=BDFDB['ModuleUtils']['findByProperties']('playSound','createSound');gR['SpellCheckUtils']=BDFDB['ModuleUtils']['findByProperties']('learnWord','toggleSpellcheck');gR['StatusMetaUtils']=BDFDB['ModuleUtils']['findByProperties']('getApplicationActivity','getStatus');gR['UnreadGuildUtils']=BDFDB['ModuleUtils']['findByProperties']('hasUnread','getUnreadGuilds');gR['UnreadChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('getUnreadCount','getOldestUnreadMessageId');gR['UploadUtils']=BDFDB['ModuleUtils']['findByProperties']('upload','instantBatchUpload');gR['UserStore']=BDFDB['ModuleUtils']['findByProperties']('getUser','getUsers');gR['VoiceUtils']=BDFDB['ModuleUtils']['findByProperties']('getAllVoiceStates','getVoiceStatesForChannel');gR['ZoomUtils']=BDFDB['ModuleUtils']['findByProperties']('setZoom','setFontSize');BDFDB['LibraryModules']=Object['assign']({},gR);gR['React']=BDFDB['ModuleUtils']['findByProperties']('createElement','cloneElement');gR['ReactDOM']=BDFDB['ModuleUtils']['findByProperties']('render','findDOMNode');if(gR['React']&&gR['ReactDOM']){BDFDB['ReactUtils']=Object['assign']({},gR['React'],gR['ReactDOM']);BDFDB['ReactUtils']['createElement']=function(gS,gT){if(gS&&gS['defaultProps'])for(let gU in gS['defaultProps'])if(gT[gU]==null)gT[gU]=gS['defaultProps'][gU];try{return gR['React']['createElement'](gS||'div',gT||{})||null;}catch(gV){console['error']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20create\x20react\x20element!\x20'+gV);}return null;};BDFDB['ReactUtils']['elementToReact']=function(gW){if(BDFDB['ReactUtils']['isValidElement'](gW))return gW;else if(!Node['prototype']['isPrototypeOf'](gW))return null;else if(gW['nodeType']==Node['TEXT_NODE'])return gW['nodeValue'];let gX={},gY={};for(let gZ of gW['attributes'])gX[gZ['name']]=gZ['value'];if(gW['attributes']['style'])gX['style']=BDFDB['ObjectUtils']['filter'](gW['style'],h0=>gW['style'][h0]&&isNaN(parseInt(h0)),!![]);gX['children']=[];if(gW['style']&&gW['style']['cssText'])for(let h1 of gW['style']['cssText']['split'](';'))if(h1['endsWith']('!important')){let h2=h1['split'](':')[0x0];let h3=h2['replace'](/-([a-z]?)/g,(h4,h5)=>h5['toUpperCase']());if(gX['style'][h3]!=null)gY[h2]=gX['style'][h3];}if(Object['keys'](gY)['length'])gX['ref']=h6=>{let h7=BDFDB['ReactUtils']['findDOMNode'](h6);if(h7)for(let h8 in gY)h7['style']['setProperty'](h8,gY[h8],'important');};for(let h9 of gW['childNodes'])gX['children']['push'](BDFDB['ReactUtils']['elementToReact'](h9));return BDFDB['ReactUtils']['createElement'](gW['tagName'],gX);};BDFDB['ReactUtils']['findDOMNode']=function(ha){if(Node['prototype']['isPrototypeOf'](ha))return ha;if(!ha||!ha['updater']||typeof ha['updater']['isMounted']!=='function'||!ha['updater']['isMounted'](ha))return null;var hb=gR['ReactDOM']['findDOMNode'](ha)||BDFDB['ReactUtils']['getValue'](ha,'child.stateNode');return Node['prototype']['isPrototypeOf'](hb)?hb:null;};BDFDB['ReactUtils']['childrenToArray']=function(hc){if(hc&&hc['props']&&hc['props']['children']&&!BDFDB['ArrayUtils']['is'](hc['props']['children'])){var hd=hc['props']['children'];hc['props']['children']=[];hc['props']['children']['push'](hd);}return hc['props']['children'];};BDFDB['ReactUtils']['findChildren']=function(he,hf){if(!he||!BDFDB['ObjectUtils']['is'](hf)||!hf['name']&&!hf['props'])return null;var hg=Node['prototype']['isPrototypeOf'](he)?BDFDB['ReactUtils']['getInstance'](he):he;if(!BDFDB['ObjectUtils']['is'](hg))return null;hf['name']=hf['name']&&!BDFDB['ArrayUtils']['is'](hf['name'])?Array['of'](hf['name']):hf['name'];hf['props']=hf['props']&&!BDFDB['ArrayUtils']['is'](hf['props'])?Array['of'](hf['props']):hf['props'];var hh=hg;var hi=BDFDB['ArrayUtils']['is'](hh);var hj=hh;return hk(hh);function hk(hl){while(hl&&!BDFDB['ArrayUtils']['is'](hl)&&hl['props']&&hl['props']['children']){hj=hl;hl=hl['props']['children'];}if(hl&&!BDFDB['ArrayUtils']['is'](hl)){if(hj){var hm=hl;if(hq(hm)){if(BDFDB['ArrayUtils']['is'](hj)){return[hj,hj['indexOf'](hm)];}else{hj['props']['children']=[];hj['props']['children']['push'](hm);return[hj['props']['children'],0x0];}}else return[hh,-0x1];}else return[hh,-0x1];}else{if(!hi){hh=hl;hi=!![];}var hn=[hh,-0x1];for(let ho in hl)if(hl[ho]){if(hq(hl[ho]))hn=[hl,ho];else if(hl[ho]['props']){hj=hl[ho];hn=hk(hl[ho]['props']['children']);}else if(BDFDB['ArrayUtils']['is'](hl[ho]))for(let hp of hl[ho])if(hp){hj=hl[ho];hn=hk(hp);}if(hn[0x1]>-0x1)break;}return hn;}}function hq(hg){if(!hg)return![];let hs=hg['stateNode']?hg['stateNode']['props']:hg['props'];return hg['type']&&hf['name']&&hf['name']['some'](ht=>(hg['type']['displayName']||hg['type']['name'])===ht)||hs&&hf['props']&&hf['props']['every'](hu=>BDFDB['ArrayUtils']['is'](hu)?BDFDB['ArrayUtils']['is'](hu[0x1])?hu[0x1]['some'](hv=>BDFDB['equals'](hs[hu[0x0]],hv)):BDFDB['equals'](hs[hu[0x0]],hu[0x1]):hs[hu]!==undefined);}};BDFDB['ReactUtils']['findOwner']=function(hw,hx){if(!hw||!BDFDB['ObjectUtils']['is'](hx)||!hx['name']&&!hx['props'])return null;var hy=Node['prototype']['isPrototypeOf'](hw)?BDFDB['ReactUtils']['getInstance'](hw):hw;if(!BDFDB['ObjectUtils']['is'](hy))return null;hx['name']=hx['name']&&!BDFDB['ArrayUtils']['is'](hx['name'])?Array['of'](hx['name']):hx['name'];hx['props']=hx['props']&&!BDFDB['ArrayUtils']['is'](hx['props'])?Array['of'](hx['props']):hx['props'];var hz=-0x1;var hA=hx['depth']===undefined?0xf:hx['depth'];var hB=performance['now']();var hC=hx['time']===undefined?0x96:hx['time'];var hD=hx['up']?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var hE={};var hF=hI(hy);if(hx['all']){for(let hG in hE){if(hx['group'])for(let hy in hE[hG])delete hE[hG][hy]['BDFDBreactSearch'];else delete hE[hG]['BDFDBreactSearch'];}return hE;}else return hF;function hI(hy){hz++;var hK=undefined;if(hy&&!Node['prototype']['isPrototypeOf'](hy)&&!BDFDB['ReactUtils']['getInstance'](hy)&&hz(hy['type']['displayName']||hy['type']['name'])===hM['split']('\x20_\x20_\x20')[0x0])||hL&&hx['props']&&hx['props']['every'](hN=>BDFDB['ArrayUtils']['is'](hN)?BDFDB['ArrayUtils']['is'](hN[0x1])?hN[0x1]['some'](hO=>BDFDB['equals'](hL[hN[0x0]],hO)):BDFDB['equals'](hL[hN[0x0]],hN[0x1]):hL[hN]!==undefined))){if(hx['all']===undefined||!hx['all'])hK=hy['stateNode'];else if(hx['all']){if(hx['noCopies']===undefined||!hx['noCopies']||hx['noCopies']&&!hy['stateNode']['BDFDBreactSearch']){hy['stateNode']['BDFDBreactSearch']=!![];if(hx['group']){if(hx['name']&&hy['type']&&(hy['type']['displayName']||hy['type']['name'])){var hP='Default';for(let hQ of hx['name'])if(hy['type']['displayName']===hQ['split']('\x20_\x20_\x20')[0x0]||hy['type']['name']===hQ['split']('\x20_\x20_\x20')[0x0]){hP=hQ;break;}if(typeof hE[hP]=='undefined')hE[hP]={};BDFDB['ObjectUtils']['push'](hE[hP],hy['stateNode']);}}else BDFDB['ObjectUtils']['push'](hE,hy['stateNode']);}}}if(hK===undefined){let hR=Object['getOwnPropertyNames'](hy);for(let hS=0x0;hK===undefined&&hSii['startsWith']('__reactInternalInstance'))];};BDFDB['ReactUtils']['getValue']=function(ij,ik){if(!ij||!ik)return null;var il=Node['prototype']['isPrototypeOf'](ij)?BDFDB['ReactUtils']['getInstance'](ij):ij;if(!BDFDB['ObjectUtils']['is'](il))return null;var im=il,io=ik['split']('.')['filter'](ip=>ip);for(value of io){if(!im)return null;im=im[value];}return im;};};BDFDB['equals']=function(iq,ir,is){var it=-0x1;if(is===undefined||typeof is!=='boolean')is=![];return iu(iq,ir);function iu(iv,iw){it++;var ix=!![];if(it>0x3e8)ix=null;else{if(typeof iv!==typeof iw)ix=![];else if(typeof iv==='undefined')ix=!![];else if(typeof iv==='symbol')ix=!![];else if(typeof iv==='boolean')ix=iv==iw;else if(typeof iv==='string')ix=iv==iw;else if(typeof iv==='number'){if(isNaN(iv)||isNaN(iw))ix=isNaN(iv)==isNaN(iw);else ix=iv==iw;}else if(!iv&&!iw)ix=!![];else if(!iv||!iw)ix=![];else if(typeof iv==='function'||typeof iv==='object'){var iy=Object['getOwnPropertyNames'](iv);var iz=Object['getOwnPropertyNames'](iw);if(iy['length']!==iz['length'])ix=![];else for(let iA=0x0;ix===!![]&&iA0x0))j5['push'](j6);}return j5;};BDFDB['GuildUtils']['getPinged']=function(j8){var j9=[];for(let ja of j8===undefined||!BDFDB['ArrayUtils']['is'](j8)?BDFDB['GuildUtils']['getAll']():j8){if(!ja)return null;let d=Node['prototype']['isPrototypeOf'](ja)?BDFDB['GuildUtils']['getId'](ja):typeof ja=='object'?ja['id']:ja;d=typeof d=='number'?d['toFixed']():d;if(d&&gR['MentionUtils']['getMentionCount'](d)>0x0)j9['push'](ja);}return j9;};BDFDB['GuildUtils']['getMuted']=function(jc){var jd=[];for(let je of jc===undefined||!BDFDB['ArrayUtils']['is'](jc)?BDFDB['GuildUtils']['getAll']():jc){if(!je)return null;let d=Node['prototype']['isPrototypeOf'](je)?BDFDB['GuildUtils']['getId'](je):typeof je=='object'?je['id']:je;d=typeof d=='number'?d['toFixed']():d;if(d&&gR['MutedUtils']['isGuildOrCategoryOrChannelMuted'](d))jd['push'](je);}return jd;};BDFDB['GuildUtils']['getSelected']=function(){var jg=gR['GuildStore']['getGuild'](gR['LastGuildStore']['getGuildId']());if(jg)return BDFDB['GuildUtils']['getData'](jg['id'])||Object['assign'](new jg['constructor'](jg),{'div':null,'instance':null});else return null;};BDFDB['GuildUtils']['createCopy']=function(jh,ji={'pill':![],'hover':![],'click':![],'menu':![],'size':null}){let d=typeof jh=='object'?jh['id']:jh;let jk=d?gR['GuildStore']['getGuild'](d):null;if(jk){let jl=gR['LastGuildStore']['getGuildId']()==jk['id'];let jm=gR['UnreadGuildUtils']['hasUnread'](jk['id']);let jn=BDFDB['DOMUtils']['create'](''+(jk['icon']?'':'0x5?0xa:jk['acronym']['length']>0x4?0xc:jk['acronym']['length']>0x3?0xe:jk['acronym']['length']>0x1?0x10:0x12)+'px;\x22>'+jk['acronym']+'')+'');let jo=jn['querySelector'](BDFDB['dotCN']['guildcontainer']);let jp=jn['querySelector'](BDFDB['dotCN']['guildpillitem']);BDFDB['DOMUtils']['toggle'](jp['parentElement'],ji['pill']);if(ji['pill']){jp['style']['setProperty']('opacity',jl?0x1:jm?0.7:0x0);jp['style']['setProperty']('height',jl?'40px':'8px');jp['style']['setProperty']('transform','translate3d(0px,\x200px,\x200px)');BDFDB['DOMUtils']['toggleClass'](jn,BDFDB['disCN']['_bdguildselected'],jl);BDFDB['DOMUtils']['toggleClass'](jn,BDFDB['disCN']['_bdguildunread'],jm);BDFDB['DOMUtils']['toggleClass'](jp,BDFDB['disCN']['_bdguildunread'],jm);}if(ji['hover']){let jq=jn['querySelector'](BDFDB['dotCN']['guildiconwrapper']);let jr=jp['style']['getPropertyValue']('opacity')!=0x0;let js=new gR['AnimationUtils']['Value'](0x0);js['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x32,0x1e]})['addListener'](jt=>{jo['style']['setProperty']('border-radius',jt['value']+'%');});let ju=new gR['AnimationUtils']['Value'](0x0);ju['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x8,0x14]})['addListener'](jv=>{jp['style']['setProperty']('height',jv['value']+'px');});let jw=new gR['AnimationUtils']['Value'](0x0);jw['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.7]})['addListener'](jx=>{jp['style']['setProperty']('opacity',''+jx['value']);});let jy=jz=>{gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](js,{'toValue':jz,'duration':0xc8}),gR['AnimationUtils']['spring'](ju,{'toValue':jz,'friction':0x5})])['start']();};let jA=jB=>{gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](jw,{'toValue':jB,'duration':0xc8})])['start']();};jo['addEventListener']('mouseenter',c=>{jr=jp['style']['getPropertyValue']('opacity')!=0x0;if(gR['LastGuildStore']['getGuildId']()!=jk['id']){jy(0x1);if(!jr)jA(0x1);}});jo['addEventListener']('mouseleave',c=>{if(gR['LastGuildStore']['getGuildId']()!=jk['id']){jy(0x0);if(!jr)jA(0x0);}});}if(ji['click'])jo['addEventListener']('click',jE=>{BDFDB['ListenerUtils']['stopEvent'](jE);gR['GuildUtils']['transitionToGuildSync'](jk['id']);if(typeof ji['click']=='function')ji['click']();});if(ji['menu'])jo['addEventListener']('contextmenu',jF=>{BDFDB['GuildUtils']['openMenu'](jk['id'],jF);if(typeof ji['menu']=='function')ji['menu']();});if(ji['size']){jn['style']['setProperty']('margin','0','important');jn['style']['setProperty']('width',ji['size']+'px','important');jn['style']['setProperty']('height',ji['size']+'px','important');}return jn;}else return null;};BDFDB['GuildUtils']['openMenu']=function(jG,jH=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](jG)?BDFDB['GuildUtils']['getId'](jG):typeof jG=='object'?jG['id']:jG;let jJ=gR['GuildStore']['getGuild'](d);if(jJ)gR['ContextMenuUtils']['openContextMenu'](jH,function(jH){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('GuildContextMenu'),Object['assign']({},jH,{'type':BDFDB['DiscordConstants']['ContextMenuTypes']['GUILD_ICON_BAR'],'guild':jJ,'badge':gR['MentionUtils']['getMentionCount'](jJ['id']),'link':BDFDB['DiscordConstants']['Routes']['CHANNEL'](jJ['id'],gR['LastChannelStore']['getChannelId'](jJ['id'])),'selected':jJ['id']==gR['LastGuildStore']['getGuildId']()}));});};BDFDB['GuildUtils']['markAsRead']=function(jL){if(!jL)return;var jM=[];for(let jN of BDFDB['ArrayUtils']['is'](jL)?jL:typeof jL=='string'||typeof jL=='number'?Array['of'](jL):Array['from'](jL)){let d=Node['prototype']['isPrototypeOf'](jN)?BDFDB['GuildUtils']['getId'](jN):jN&&typeof jN=='object'?jN['id']:jN;let jP=d?gR['GuildChannelStore']['getChannels'](d):null;if(jP)for(let jQ in jP)if(BDFDB['ArrayUtils']['is'](jP[jQ]))for(let jR of jP[jQ])jM['push'](jR['channel']['id']);}if(jM['length'])gR['AckUtils']['bulkAck'](jM);};BDFDB['FolderUtils']={};BDFDB['FolderUtils']['getId']=function(jS){if(!Node['prototype']['isPrototypeOf'](jS)||!BDFDB['ReactUtils']['getInstance'](jS))return;jS=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildfolderwrapper'],jS);if(!jS)return;return BDFDB['ReactUtils']['findValue'](jS,'folderId',{'up':!![]});};BDFDB['FolderUtils']['getDiv']=function(jT){if(!jT)return null;let jU=BDFDB['FolderUtils']['getData'](jT);return jU?jU['div']:null;};BDFDB['FolderUtils']['getData']=function(jV){if(!jV)return null;let d=Node['prototype']['isPrototypeOf'](jV)?BDFDB['FolderUtils']['getId'](jV):typeof jV=='object'?jV['id']:jV;d=typeof d=='number'?d['toFixed']():d;for(let jX of BDFDB['FolderUtils']['getAll']())if(jX&&jX['folderId']==d)return jX;return null;};BDFDB['FolderUtils']['getAll']=function(){var jY=[],jZ=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guildswrapper']),{'name':'GuildFolder','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let k0 in jZ)if(jZ[k0]['props']&&jZ[k0]['props']['folderId']){jY['push'](Object['assign']({},jZ[k0]['props'],{'div':BDFDB['ReactUtils']['findDOMNode'](jZ[k0]),'instance':jZ[k0]}));}return jY;};BDFDB['ChannelUtils']={};BDFDB['ChannelUtils']['getId']=function(k1){if(!Node['prototype']['isPrototypeOf'](k1)||!BDFDB['ReactUtils']['getInstance'](k1))return;k1=BDFDB['DOMUtils']['getParent'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],k1);if(!k1)return;var k2=BDFDB['ReactUtils']['findValue'](k1,'channel');return k2?k2['id']['toString']():null;};BDFDB['ChannelUtils']['getDiv']=function(k3){if(!k3)return null;let k4=BDFDB['ChannelUtils']['getData'](k3);return k4?k4['div']:null;};BDFDB['ChannelUtils']['getData']=function(k5){if(!k5)return null;let d=Node['prototype']['isPrototypeOf'](k5)?BDFDB['ChannelUtils']['getId'](k5):typeof k5=='object'?k5['id']:k5;d=typeof d=='number'?d['toFixed']():d;for(let k7 of BDFDB['ChannelUtils']['getAll']())if(k7&&k7['id']==d)return k7;return null;};BDFDB['ChannelUtils']['getAll']=function(){var k8=[],k9=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['channels']),{'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let ka in k9)if(k9[ka]['props']&&!k9[ka]['props']['ispin']&&k9[ka]['props']['channel']&&k9[ka]['_reactInternalFiber']['return']){var kb=BDFDB['ReactUtils']['findDOMNode'](k9[ka]);kb=kb&&BDFDB['DOMUtils']['containsClass'](kb['parentElement'],BDFDB['disCN']['categorycontainerdefault'],BDFDB['disCN']['channelcontainerdefault'],![])?kb['parentElement']:kb;k8['push'](Object['assign'](new k9[ka]['props']['channel']['constructor'](k9[ka]['props']['channel']),{'div':kb,'instance':k9[ka]}));}return k8;};BDFDB['ChannelUtils']['getSelected']=function(){var kc=gR['ChannelStore']['getChannel'](gR['LastChannelStore']['getChannelId']());if(kc)return BDFDB['ChannelUtils']['getData'](kc['id'])||Object['assign'](new kc['constructor'](kc),{'div':null,'instance':null});else return null;};BDFDB['ChannelUtils']['openMenu']=function(kd,ke=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](kd)?BDFDB['ChannelUtils']['getId'](kd):typeof kd=='object'?kd['id']:kd;let kg=gR['ChannelStore']['getChannel'](d);if(kg){let kh=null;for(let ki in BDFDB['DiscordConstants']['ChannelTypes'])if(BDFDB['DiscordConstants']['ChannelTypes'][ki]==kg['type']){kh=BDFDB['DiscordConstants']['ContextMenuTypes'][(ki=='GUILD_CATEGORY'?'CHANNEL_':'CHANNEL_LIST_')+ki['replace']('GUILD_','')];break;}if(kh)gR['ContextMenuUtils']['openContextMenu'](ke,function(ke){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('ChannelContextMenu'),Object['assign']({},ke,{'type':kh,'channel':kg,'guild':gR['GuildStore']['getGuild'](kg['guild_id']),'selected':kg['id']==gR['LastChannelStore']['getChannelId']()}));});}};BDFDB['DMUtils']={};BDFDB['DMUtils']['getIcon']=function(d){var kl=gR['ChannelStore']['getChannel'](d=typeof d=='number'?d['toFixed']():d);if(!kl)return null;if(!kl['icon'])return kl['type']==0x1?BDFDB['UserUtils']['getAvatar'](kl['recipients'][0x0]):kl['type']==0x3?'https://discordapp.com/assets/f046e2247d730629309457e902d5c5b3.svg':null;return gR['IconUtils']['getChannelIconURL'](kl)['split']('?')[0x0];};BDFDB['DMUtils']['getId']=function(km){if(!Node['prototype']['isPrototypeOf'](km)||!BDFDB['ReactUtils']['getInstance'](km))return;let kn=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],km);if(!kn)return;var ko=kn['querySelector'](BDFDB['dotCN']['guildiconwrapper']);var d=ko&&ko['href']?ko['href']['split']('/')['slice'](-0x1)[0x0]:null;return d&&!isNaN(parseInt(d))?d['toString']():null;};BDFDB['DMUtils']['getDiv']=function(kq){if(!kq)return null;if(Node['prototype']['isPrototypeOf'](kq)){var kr=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],kq);return kr?kr['parentElement']:kr;}else{let d=typeof kq=='object'?kq['id']:kq;if(d){var kr=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],document['querySelector'](BDFDB['dotCNS']['guilds']+BDFDB['dotCN']['dmpill']+'\x20+\x20*\x20'+BDFDB['dotCN']['guildiconwrapper']+'[href*=\x22/channels/@me/'+d+'\x22]'));return kr&&BDFDB?kr['parentElement']:kr;}}return null;};BDFDB['DMUtils']['getData']=function(ku){if(!ku)return null;let d=Node['prototype']['isPrototypeOf'](ku)?BDFDB['getDmID'](ku):typeof ku=='object'?ku['id']:ku;d=typeof d=='number'?d['toFixed']():d;for(let kw of BDFDB['DMUtils']['getAll']())if(kw&&kw['id']==d)return kw;return null;};BDFDB['DMUtils']['getAll']=function(){var kx=[],ky=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guilds']),{'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kz in ky)if(ky[kz]['props']&&ky[kz]['props']['channel']&&ky[kz]['_reactInternalFiber']['child'])kx['push'](Object['assign'](new ky[kz]['props']['channel']['constructor'](ky[kz]['props']['channel']),{'div':BDFDB['ReactUtils']['findDOMNode'](ky[kz]),'instance':ky[kz]}));return kx;};BDFDB['DMUtils']['markAsRead']=BDFDB['ChannelUtils']['markAsRead']=function(kA){if(!kA)return;var kB=[];for(let kC of kA=BDFDB['ArrayUtils']['is'](kA)?kA:typeof kA=='string'||typeof kA=='number'?Array['of'](kA):Array['from'](kA)){let d=Node['prototype']['isPrototypeOf'](kC)?BDFDB['ChannelUtils']['getId'](kC)||BDFDB['getDmID'](kC):kC&&typeof kC=='object'?kC['id']:kC;if(d)kB['push'](d);}if(kB['length'])gR['AckUtils']['bulkAck'](kB);};BDFDB['DataUtils']={};BDFDB['DataUtils']['cached']={};BDFDB['DataUtils']['save']=function(kE,kF,kG,d){var kI,kJ;if(!BDFDB['BDUtils']['isBDv2']()){kJ=typeof kF==='string'?kF:kF['name'];kI=gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),kJ+'.config.json');}else{kJ=typeof kF==='string'?kF['toLowerCase']():null;var kK=kJ?BDFDB['Plugins'][kJ]?BDFDB['Plugins'][kJ]['contentPath']:null:kF['contentPath'];if(!kK)return;kI=gO['path']['join'](kK,'settings.json');}var kL=gO['fs']['existsSync'](kI);var kM=!kL?{}:typeof BDFDB['DataUtils']['cached'][kJ]!=='undefined'?BDFDB['DataUtils']['cached'][kJ]:e['readConfig'](kI);if(d===undefined)kM[kG]=BDFDB['ObjectUtils']['is'](kE)?BDFDB['ObjectUtils']['sort'](kE):kE;else{if(!BDFDB['ObjectUtils']['is'](kM[kG]))kM[kG]={};kM[kG][d]=BDFDB['ObjectUtils']['is'](kE)?BDFDB['ObjectUtils']['sort'](kE):kE;}if(BDFDB['ObjectUtils']['isEmpty'](kM[kG]))delete kM[kG];if(BDFDB['ObjectUtils']['isEmpty'](kM)){delete BDFDB['DataUtils']['cached'][kJ];if(kL)gO['fs']['unlinkSync'](kI);}else{kM=BDFDB['ObjectUtils']['sort'](kM);BDFDB['DataUtils']['cached'][kJ]=BDFDB['ObjectUtils']['deepAssign']({},kM);gO['fs']['writeFileSync'](kI,JSON['stringify'](kM,null,'\x09'));}};BDFDB['DataUtils']['load']=function(kN,kO,d){var kQ,kR;if(!BDFDB['BDUtils']['isBDv2']()){kR=typeof kN==='string'?kN:kN['name'];kQ=gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),kR+'.config.json');}else{kR=typeof kN==='string'?kN['toLowerCase']():null;var kS=kR?BDFDB['Plugins'][kR]?BDFDB['Plugins'][kR]['contentPath']:null:kN['contentPath'];if(!kS)return{};kQ=gO['path']['join'](kS,'settings.json');}if(!gO['fs']['existsSync'](kQ)){delete BDFDB['DataUtils']['cached'][kR];return{};}var kT=typeof BDFDB['DataUtils']['cached'][kR]!=='undefined'&&typeof BDFDB['DataUtils']['cached'][kR][kO]!=='undefined'?BDFDB['DataUtils']['cached'][kR]:e['readConfig'](kQ);BDFDB['DataUtils']['cached'][kR]=BDFDB['ObjectUtils']['deepAssign']({},kT);let kU=BDFDB['ObjectUtils']['deepAssign']({},kT&&typeof kT[kO]!=='undefined'?kT[kO]:{});if(d===undefined)return kU;else return kU[d]===undefined?null:kU[d];};BDFDB['DataUtils']['remove']=function(kV,kW,d){var kY,kZ;if(!BDFDB['BDUtils']['isBDv2']()){kZ=typeof kV==='string'?kV:kV['name'];kY=gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),kZ+'.config.json');}else{kZ=typeof kV==='string'?kV['toLowerCase']():null;var l0=kZ?BDFDB['Plugins'][kZ]?BDFDB['Plugins'][kZ]['contentPath']:null:kV['contentPath'];if(!l0)return;kY=gO['path']['join'](l0,'settings.json');}var l1=gO['fs']['existsSync'](kY);var l2=!l1?{}:typeof BDFDB['DataUtils']['cached'][kZ]!=='undefined'?BDFDB['DataUtils']['cached'][kZ]:e['readConfig'](kY);if(d===undefined)delete l2[kW];else if(BDFDB['ObjectUtils']['is'](l2[kW]))delete l2[kW][d];if(BDFDB['ObjectUtils']['isEmpty'](l2[kW]))delete l2[kW];if(BDFDB['ObjectUtils']['isEmpty'](l2)){delete BDFDB['DataUtils']['cached'][kZ];if(l1)gO['fs']['unlinkSync'](kY);}else{l2=BDFDB['ObjectUtils']['sort'](l2);BDFDB['DataUtils']['cached'][kZ]=l2;gO['fs']['writeFileSync'](kY,JSON['stringify'](l2,null,'\x09'));}};BDFDB['DataUtils']['get']=function(l3,l4,d){l3=typeof l3=='string'?BDFDB['BDUtils']['getPlugin'](l3):l3;if(!BDFDB['ObjectUtils']['is'](l3)||!l3['defaults']||!l3['defaults'][l4])return{};var l6=BDFDB['DataUtils']['load'](l3,l4),l7={},l8=![];for(let l9 in l3['defaults'][l4]){if(l6[l9]==null){l7[l9]=BDFDB['ObjectUtils']['is'](l3['defaults'][l4][l9]['value'])?BDFDB['ObjectUtils']['deepAssign']({},l3['defaults'][l4][l9]['value']):l3['defaults'][l4][l9]['value'];l8=!![];}else l7[l9]=l6[l9];}if(l8)BDFDB['DataUtils']['save'](l7,l3,l4);if(d===undefined)return l7;else return l7[d]===undefined?null:l7[d];};e['readConfig']=function(la){try{return JSON['parse'](gO['fs']['readFileSync'](la));}catch(lb){return{};}};BDFDB['ColorUtils']={};BDFDB['ColorUtils']['convert']=function(lc,ld,le){if(lc==null)return null;ld=ld===undefined||!ld?ld='RGBCOMP':ld['toUpperCase']();le=le===undefined||!le||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP','HEX','HEXA','INT']['includes'](le['toUpperCase']())?BDFDB['ColorUtils']['getType'](lc):le['toUpperCase']();if(ld=='RGBCOMP'){switch(le){case'RGBCOMP':if(lc['length']==0x3)return lO(lc);else if(lc['length']==0x4){let lf=lR(lc['pop']());return lO(lc)['concat'](lf);}break;case'RGB':return lO(lc['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':let lg=lc['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');let lf=lR(lg['pop']());return lO(lg)['concat'](lf);case'HSLCOMP':if(lc['length']==0x3)return BDFDB['ColorUtils']['convert']('hsl('+lV(lc)['join'](',')+')','RGBCOMP');else if(lc['length']==0x4){let li=lR(lc['pop']());return BDFDB['ColorUtils']['convert']('hsl('+lV(lc)['join'](',')+')','RGBCOMP')['concat'](li);}break;case'HSL':var lj=lV(lc['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var lk,ll,lm,ln,lo,lp,lq,lr;var ls=lj[0x0]/0x168,lt=parseInt(lj[0x1])/0x64,lu=parseInt(lj[0x2])/0x64;ln=Math['floor'](ls*0x6);lo=ls*0x6-ln;lp=lu*(0x1-lt);lq=lu*(0x1-lo*lt);lr=lu*(0x1-(0x1-lo)*lt);switch(ln%0x6){case 0x0:lk=lu,ll=lr,lm=lp;break;case 0x1:lk=lq,ll=lu,lm=lp;break;case 0x2:lk=lp,ll=lu,lm=lr;break;case 0x3:lk=lp,ll=lq,lm=lu;break;case 0x4:lk=lr,ll=lp,lm=lu;break;case 0x5:lk=lu,ll=lp,lm=lq;break;}return[Math['round'](lk*0xff),Math['round'](ll*0xff),Math['round'](lm*0xff)];case'HSLA':var lj=lc['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');return BDFDB['ColorUtils']['convert']('hsl('+lj['join'](',')+')','RGBCOMP')['concat'](lR(lj['pop']()));case'HEX':var lw=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$|^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['exec'](lc);return[parseInt(lw[0x1]+lw[0x1]||lw[0x4],0x10)['toString'](),parseInt(lw[0x2]+lw[0x2]||lw[0x5],0x10)['toString'](),parseInt(lw[0x3]+lw[0x3]||lw[0x6],0x10)['toString']()];case'HEXA':var lw=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$|^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['exec'](lc);return[parseInt(lw[0x1]+lw[0x1]||lw[0x5],0x10)['toString'](),parseInt(lw[0x2]+lw[0x2]||lw[0x6],0x10)['toString'](),parseInt(lw[0x3]+lw[0x3]||lw[0x7],0x10)['toString'](),Math['floor'](BDFDB['NumberUtils']['mapRange']([0x0,0xff],[0x0,0x64],parseInt(lw[0x4]+lw[0x4]||lw[0x8],0x10)['toString']()))/0x64];case'INT':lc=lZ(lc);return[(lc>>0x10&0xff)['toString'](),(lc>>0x8&0xff)['toString'](),(lc&0xff)['toString']()];default:return null;}}else{var ly=le=='RGBCOMP'?lc:BDFDB['ColorUtils']['convert'](lc,'RGBCOMP',le);if(ly)switch(ld){case'RGB':return'rgb('+lO(ly['slice'](0x0,0x3))['join'](',')+')';case'RGBA':ly=ly['slice'](0x0,0x4);var li=ly['length']==0x4?lR(ly['pop']()):0x1;return'rgba('+lO(ly)['concat'](li)['join'](',')+')';case'HSLCOMP':var li=ly['length']==0x4?lR(ly['pop']()):null;var lj=lV(BDFDB['ColorUtils']['convert'](ly,'HSL')['replace'](/\s/g,'')['split'](','));return li!=null?lj['concat'](li):lj;case'HSL':var lk=lM(ly[0x0]),ll=lM(ly[0x1]),lm=lM(ly[0x2]);var lF=Math['max'](lk,ll,lm),lG=Math['min'](lk,ll,lm),lH=lF-lG,ls,lt=lF===0x0?0x0:lH/lF,lu=lF/0xff;switch(lF){case lG:ls=0x0;break;case lk:ls=ll-lm+lH*(ll0xff?0xff:lo<0x0?0x0:lo;}};function lO(lg){return lg['map'](lo=>{return lM(lo);});};function lR(li){if(li==null){return 0x1;}else{li=li['toString']();li=(li['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(li['replace'](/[^0-9\.\-]/g,''));return isNaN(li)||li>0x1?0x1:li<0x0?0x0:li;}};function lT(lU){if(lU==null){return'100%';}else{lU=parseFloat(lU['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(lU)||lU>0x64?0x64:lU<0x0?0x0:lU)+'%';}};function lV(lg){let ls=parseFloat(lg['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));ls=isNaN(ls)||ls>0x168?0x168:ls<0x0?0x0:ls;return[ls]['concat'](lg['map'](lY=>{return lT(lY);}));};function lZ(lo){if(lo==null){return 0xffffff;}else{lo=parseInt(lo['toString']()['replace'](/[^0-9]/g,''));return isNaN(lo)||lo>0xffffff?0xffffff:lo<0x0?0x0:lo;}};};BDFDB['ColorUtils']['setAlpha']=function(m1,m2,m3){if(BDFDB['ObjectUtils']['is'](m1)){var m4={};for(let m5 in m1)m4[m5]=m6(m1[m5],m2,m3);return m4;}return m6(m1,m2,m3);function m6(m1){var m8=BDFDB['ColorUtils']['convert'](m1,'RGBCOMP');if(m8){m2=m2['toString']();m2=(m2['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(m2['replace'](/[^0-9\.\-]/g,''));m2=isNaN(m2)||m2>0x1?0x1:m2<0x0?0x0:m2;m8[0x3]=m2;m3=(m3||BDFDB['ColorUtils']['getType'](m1))['toUpperCase']();m3=m3=='RGB'||m3=='HSL'||m3=='HEX'?m3+'A':m3;return BDFDB['ColorUtils']['convert'](m8,m3);}return null;}};BDFDB['ColorUtils']['getAlpha']=function(m9){var ma=BDFDB['ColorUtils']['convert'](m9,'RGBCOMP');if(ma){if(ma['length']==0x3)return 0x1;else if(ma['length']==0x4){let mb=ma[0x3]['toString']();mb=(mb['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mb['replace'](/[^0-9\.\-]/g,''));return isNaN(mb)||mb>0x1?0x1:mb<0x0?0x0:mb;}}return null;};BDFDB['ColorUtils']['change']=function(mc,md,me){md=parseFloat(md);if(mc!=null&&typeof md=='number'&&!isNaN(md)){if(BDFDB['ObjectUtils']['is'](mc)){var mf={};for(let mg in mc)mf[mg]=mh(mc[mg],md,me);return mf;}else return mh(mc,md,me);}return null;function mh(mc){var mj=BDFDB['ColorUtils']['convert'](mc,'RGBCOMP');if(mj){if(parseInt(md)!==md){md=md['toString']();md=(md['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(md['replace'](/[^0-9\.\-]/g,''));md=isNaN(md)?0x0:md;return BDFDB['ColorUtils']['convert']([Math['round'](mj[0x0]*(0x1+md)),Math['round'](mj[0x1]*(0x1+md)),Math['round'](mj[0x2]*(0x1+md))],me||BDFDB['ColorUtils']['getType'](mc));}else return BDFDB['ColorUtils']['convert']([Math['round'](mj[0x0]+md),Math['round'](mj[0x1]+md),Math['round'](mj[0x2]+md)],me||BDFDB['ColorUtils']['getType'](mc));}return null;};};BDFDB['ColorUtils']['invert']=function(mk,ml){if(mk!=null){var mm=BDFDB['ColorUtils']['convert'](mk,'RGBCOMP');if(mm)return BDFDB['ColorUtils']['convert']([0xff-mm[0x0],0xff-mm[0x1],0xff-mm[0x2]],ml||BDFDB['ColorUtils']['getType'](mk));}return null;};BDFDB['ColorUtils']['compare']=function(mn,mo){if(mn&&mo){mn=BDFDB['ColorUtils']['convert'](mn,'RGBA');mo=BDFDB['ColorUtils']['convert'](mo,'RGBA');if(mn&&mo)return BDFDB['equals'](mn,mo);}return null;};BDFDB['ColorUtils']['isBright']=function(mp,mq=0xa0){mp=BDFDB['ColorUtils']['convert'](mp,'RGBCOMP');if(!mp)return![];return parseInt(mq)-0x1&&mr<0x1000000)return'INT';}return null;function mt(ms){return ms['slice'](0x0,0x3)['every'](mv=>mv['toString']()['indexOf']('%')==-0x1&&parseFloat(mv)==parseInt(mv));};function mw(ms){return ms['slice'](0x1,0x3)['every'](my=>my['toString']()['indexOf']('%')==my['length']-0x1);};};BDFDB['ColorUtils']['createGradient']=function(mz,mA='to\x20right'){var mB={};var mC='linear-gradient('+mA;for(let mD of Object['keys'](mz)['sort']())mC+=',\x20'+mz[mD]+'\x20'+mD*0x64+'%';return mC+=')';};BDFDB['ColorUtils']['getSwatchColor']=function(mE,mF){if(!Node['prototype']['isPrototypeOf'](mE))return;var mG=mE['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mF+'\x22]');if(!mG)return null;var mH=BDFDB['ReactUtils']['getInstance'](mE['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mF+'\x22]'));if(mH)return BDFDB['ReactUtils']['findValue'](mH,'selectedColor',{'up':!![],'blacklist':{'props':!![]}});else{var mI=mG['querySelector'](''+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']));return mI?mI['gradient']||BDFDB['ColorUtils']['convert'](mI['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;}};BDFDB['ColorUtils']['openPicker']=function(mJ,mK,mL,mM={'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}}){if(!mJ||!mK)return;if(mM['comp']){mM['gradient']=![];mM['alpha']=![];}if(typeof mM['callback']!='function')mM['callback']=c=>{};var mP=mM['alpha']?'HEXA':'HEX';var mQ=mM['alpha']?/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i:/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;var mR=BDFDB['ObjectUtils']['is'](mJ)&&!!mJ['_reactInternalFiber'];var mS=!mR&&BDFDB['DOMUtils']['containsClass'](mJ,'swatches');var mT=mL&&BDFDB['ObjectUtils']['is'](mL);var mU=BDFDB['ColorUtils']['convert'](mT?mL[Object['keys'](mL)[0x0]]:mL,mP)||(mM['alpha']?'#000000FF':'#000000');var [mV,mW,mX]=BDFDB['ColorUtils']['convert'](mU,'HSLCOMP');var mY=BDFDB['ColorUtils']['getAlpha'](mT?mL[Object['keys'](mL)[0x0]]:mL);mY=mY==null?0x1:mY;var mZ=BDFDB['DOMUtils']['getRects'](mK);var n0=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['popouts'])['appendChild'](n0);var n1=n2=>{if(!n0['contains'](n2['target'])){document['removeEventListener']('mousedown',n1);n0['remove']();}};document['addEventListener']('mousedown',n1);var n3=n0['querySelector'](BDFDB['dotCNS']['colorpickerhexinput']+BDFDB['dotCN']['input']);var n4=n0['querySelector']('.saturation-color');var n5=n0['querySelector']('.saturation-cursor');var n6=n0['querySelector']('.hue-horizontal');var n7=n0['querySelector']('.hue-cursor');var n8=n0['querySelector']('.alpha-bar');var n9=n0['querySelector']('.alpha-horizontal');var na=n0['querySelector']('.alpha-cursor');var nb=n0['querySelector']('.gradient-button');var nc=n0['querySelector']('.gradient-bar');var nd=n0['querySelector']('.gradient-horizontal');var ne,nf,ng,nh,ni,nj,nk,nl,nm,nn;o5();if(mT)for(let no in mL)if(no>0x0&&no<0x1)nd['appendChild'](BDFDB['DOMUtils']['create'](''));oa(![]);if(!mM['gradient'])BDFDB['DOMUtils']['remove'](n0['querySelectorAll']('.gradient-button,\x20.gradient-bar'));if(!mM['alpha'])BDFDB['DOMUtils']['remove'](n0['querySelectorAll']('.alpha-bar'));BDFDB['ListenerUtils']['addToChildren'](n0,'mousedown','.move-corner',np=>{var nq=BDFDB['DOMUtils']['getRects'](n0);var nr=getComputedStyle(n0,null)['getPropertyValue']('transform')['replace'](/[^0-9,-]/g,'')['split'](',');var ns=nq['left']-(nr['length']>0x4?parseFloat(nr[0x4]):0x0);var nt=nq['top']-(nr['length']>0x4?parseFloat(nr[0x5]):0x0);var nu=np['pageX'];var nv=np['pageY'];var nw=c=>{BDFDB['DOMUtils']['removeLocalStyle']('disableTextSelection');document['removeEventListener']('mouseup',nw);document['removeEventListener']('mousemove',ny);};var ny=nz=>{ns=ns-(nu-nz['pageX']);nt=nt-(nv-nz['pageY']);nu=nz['pageX'];nv=nz['pageY'];n0['style']['setProperty']('left',ns+'px','important');n0['style']['setProperty']('top',nt+'px','important');o5();};document['addEventListener']('mouseup',nw);document['addEventListener']('mousemove',ny);});n4['addEventListener']('mousedown',nA=>{mW=BDFDB['NumberUtils']['mapRange']([ne,nf],[0x0,0x64],nA['clientX'])+'%';mX=BDFDB['NumberUtils']['mapRange']([ng,nh],[0x64,0x0],nA['clientY'])+'%';oa(!![]);var nB=c=>{document['removeEventListener']('mouseup',nB);document['removeEventListener']('mousemove',nD);};var nD=nE=>{mW=BDFDB['NumberUtils']['mapRange']([ne,nf],[0x0,0x64],nE['clientX'])+'%';mX=BDFDB['NumberUtils']['mapRange']([ng,nh],[0x64,0x0],nE['clientY'])+'%';oa(!![]);};document['addEventListener']('mouseup',nB);document['addEventListener']('mousemove',nD);});n6['addEventListener']('mousedown',nF=>{mV=BDFDB['NumberUtils']['mapRange']([ni,nj],[0x0,0x168],nF['clientX']);oa(!![]);var nG=c=>{document['removeEventListener']('mouseup',nG);document['removeEventListener']('mousemove',nI);};var nI=nJ=>{mV=BDFDB['NumberUtils']['mapRange']([ni,nj],[0x0,0x168],nJ['clientX']);oa(!![]);};document['addEventListener']('mouseup',nG);document['addEventListener']('mousemove',nI);});n9['addEventListener']('mousedown',nK=>{mY=BDFDB['NumberUtils']['mapRange']([nk,nl],[0x0,0x1],nK['clientX']);oa(!![]);var nL=BDFDB['DOMUtils']['create']('');var nM=c=>{nL['remove']();document['removeEventListener']('mouseup',nM);document['removeEventListener']('mousemove',nO);};var nO=nP=>{if(!nL['parentElement'])na['appendChild'](nL);mY=Math['floor'](BDFDB['NumberUtils']['mapRange']([nk,nl],[0x0,0x64],nP['clientX']))/0x64;nL['innerText']=mY;oa(!![]);};document['addEventListener']('mouseup',nM);document['addEventListener']('mousemove',nO);});nd['addEventListener']('mousedown',nQ=>{BDFDB['TimeUtils']['timeout'](c=>{if(BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'gradient-cursor')){if(nQ['which']==0x1){if(!BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'selected')){BDFDB['DOMUtils']['removeClass'](nd['querySelectorAll']('.gradient-cursor.selected'),'selected');BDFDB['DOMUtils']['addClass'](nQ['target']['parentElement'],'selected');[mV,mW,mX]=BDFDB['ColorUtils']['convert'](nQ['target']['style']['getPropertyValue']('background-color'),'HSLCOMP');mY=BDFDB['ColorUtils']['getAlpha'](nQ['target']['style']['getPropertyValue']('background-color'));oa(!![]);}if(!BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'edge')){var nS=c=>{document['removeEventListener']('mouseup',nS);document['removeEventListener']('mousemove',nU);};var nU=nV=>{nQ['target']['parentElement']['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nm,nn],[0x1,0x63],nV['clientX'])+'%');og();};document['addEventListener']('mouseup',nS);document['addEventListener']('mousemove',nU);}}else if(nQ['which']==0x3&&!BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'edge')){BDFDB['DOMUtils']['remove'](nQ['target']['parentElement']);if(BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'selected')){var nW=nd['querySelector']('.gradient-cursor');BDFDB['DOMUtils']['addClass'](nW,'selected');[mV,mW,mX]=BDFDB['ColorUtils']['convert'](nW['firstElementChild']['style']['getPropertyValue']('background-color'),'HSLCOMP');mY=BDFDB['ColorUtils']['getAlpha'](firstElementChild['style']['getPropertyValue']('background-color'));}oa(!![]);}}else if(nd==nQ['target']&&nQ['which']==0x1){BDFDB['DOMUtils']['removeClass'](nd['querySelectorAll']('.gradient-cursor.selected'),'selected');var nX=BDFDB['DOMUtils']['create']('');nd['appendChild'](nX);[mV,mW,mX]=[0x0,'0%','0%'];mY=0x1;oa(!![]);var nS=c=>{document['removeEventListener']('mouseup',nS);document['removeEventListener']('mousemove',nU);};var nU=o1=>{nX['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nm,nn],[0x1,0x63],o1['clientX'])+'%');og();};document['addEventListener']('mouseup',nS);document['addEventListener']('mousemove',nU);}});});n3['addEventListener']('input',o2=>{if(mQ['test'](n3['value'])){[mV,mW,mX,mY]=BDFDB['ColorUtils']['convert'](n3['value'],'HSLCOMP');if(mY==null)mY=0x1;oa(![]);}});nb['addEventListener']('click',o3=>{mT=!mT;BDFDB['DOMUtils']['toggle'](nc,mT);BDFDB['DOMUtils']['toggleClass'](nb,'selected',mT);oa(!![]);});nb['addEventListener']('mouseenter',o4=>{BDFDB['TooltipUtils']['create'](nb,'Color\x20Gradient',{'type':'bottom'});});function o5(){var o6=BDFDB['DOMUtils']['getRects'](n4);ne=o6['left'];nf=ne+o6['width'];ng=o6['top'];nh=ng+o6['height'];var o7=BDFDB['DOMUtils']['getRects'](n6);ni=o7['left'];nj=ni+o7['width'];var o8=BDFDB['DOMUtils']['getRects'](n9);nk=o8['left'];nl=nk+o8['width'];var o9=BDFDB['DOMUtils']['getRects'](nd);nm=o9['left'];nn=nm+o9['width'];}function oa(ob){n4['style']['setProperty']('background',BDFDB['ColorUtils']['convert']([mV,'100%','100%'],'RGB'),'important');n5['style']['setProperty']('left',mW,'important');n5['style']['setProperty']('top',BDFDB['NumberUtils']['mapRange']([0x0,0x64],[0x64,0x0],parseFloat(mX))+'%','important');n7['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([0x0,0x168],[0x0,0x64],mV)+'%','important');n9['style']['setProperty']('background','linear-gradient(to\x20right,\x20'+BDFDB['ColorUtils']['setAlpha']([mV,mW,mX],0x0,'RGBA')+',\x20'+BDFDB['ColorUtils']['setAlpha']([mV,mW,mX],0x1,'RGBA'),'important');na['style']['setProperty']('left',mY*0x64+'%','important');var oc=BDFDB['ColorUtils']['convert']([mV,mW,mX,mY],mP);var od=BDFDB['ColorUtils']['convert'](oc,'RGBA');if(mR){if(mT){nd['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',od);og();}else mJ['setState']({'selectedColor':od,'customColor':od});}else if(mS){tT(mJ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+'.selected'),null,![]);if(mT){nd['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',od);og();}else tT(mJ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),od,!![]);}else{let oe=mJ['querySelector'](BDFDB['dotCN']['input']);if(oe)oe['value']=mM['comp']?BDFDB['ColorUtils']['convert'](oc,'RGBCOMP')['join'](','):od;let of=mJ['querySelector'](BDFDB['dotCN']['colorpickerswatchsingle']);if(of)of['style']['setProperty']('background-color',od,'important');}if(ob)n3['value']=oc;mM['callback'](od);}function og(){nd['style']['removeProperty']('background-color');var oh={};for(let oi of nd['querySelectorAll']('.gradient-cursor'))oh[parseFloat(oi['style']['getPropertyValue']('left'))/0x64]=oi['firstElementChild']['style']['getPropertyValue']('background-color');nd['style']['setProperty']('background-image',BDFDB['ColorUtils']['createGradient'](oh));if(mR)mJ['setState']({'selectedColor':oh,'customColor':oh});else tT(mJ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),oh,!![]);}};BDFDB['DOMUtils']={};BDFDB['DOMUtils']['addClass']=function(oj,...ok){if(!oj||!ok)return;for(let ol of BDFDB['ArrayUtils']['is'](oj)?oj:Array['of'](oj)){if(!ol){}else if(Node['prototype']['isPrototypeOf'](ol))op(ol);else if(NodeList['prototype']['isPrototypeOf'](ol))for(let om of ol)op(om);else if(typeof ol=='string')for(let on of ol['split'](','))if(on&&(on=on['trim']()))for(let oo of document['querySelectorAll'](on))op(oo);}function op(oq){if(oq&&oq['classList'])for(let or of ok)for(let os of BDFDB['ArrayUtils']['is'](or)?or:Array['of'](or))if(typeof os=='string')for(let ot of os['split']('\x20'))if(ot)oq['classList']['add'](ot);}};BDFDB['DOMUtils']['removeClass']=function(ou,...ov){if(!ou||!ov)return;for(let ow of BDFDB['ArrayUtils']['is'](ou)?ou:Array['of'](ou)){if(!ow){}else if(Node['prototype']['isPrototypeOf'](ow))oA(ow);else if(NodeList['prototype']['isPrototypeOf'](ow))for(let ox of ow)oA(ox);else if(typeof ow=='string')for(let oy of ow['split'](','))if(oy&&(oy=oy['trim']()))for(let oz of document['querySelectorAll'](oy))oA(oz);}function oA(oB){if(oB&&oB['classList'])for(let oC of ov)for(let oD of BDFDB['ArrayUtils']['is'](oC)?oC:Array['of'](oC))if(typeof oD=='string')for(let oE of oD['split']('\x20'))if(oE)oB['classList']['remove'](oE);}};BDFDB['DOMUtils']['toggleClass']=function(oF,...oG){if(!oF||!oG)return;var oH=oG['pop']();if(typeof oH!='boolean'){oG['push'](oH);oH=undefined;}if(!oG['length'])return;for(let oI of BDFDB['ArrayUtils']['is'](oF)?oF:Array['of'](oF)){if(!oI){}else if(Node['prototype']['isPrototypeOf'](oI))oM(oI);else if(NodeList['prototype']['isPrototypeOf'](oI))for(let oJ of oI)oM(oJ);else if(typeof oI=='string')for(let oK of oI['split'](','))if(oK&&(oK=oK['trim']()))for(let oL of document['querySelectorAll'](oK))oM(oL);}function oM(oN){if(oN&&oN['classList'])for(let oO of oG)for(let oP of BDFDB['ArrayUtils']['is'](oO)?oO:Array['of'](oO))if(typeof oP=='string')for(let oQ of oP['split']('\x20'))if(oQ)oN['classList']['toggle'](oQ,oH);}};BDFDB['DOMUtils']['containsClass']=function(oR,...oS){if(!oR||!oS)return;var oT=oS['pop']();if(typeof oT!='boolean'){oS['push'](oT);oT=!![];}if(!oS['length'])return;var oU=undefined;for(let oV of BDFDB['ArrayUtils']['is'](oR)?oR:Array['of'](oR)){if(!oV){}else if(Node['prototype']['isPrototypeOf'](oV))oZ(oV);else if(NodeList['prototype']['isPrototypeOf'](oV))for(let oW of oV)oZ(oW);else if(typeof oV=='string')for(let oX of oV['split'](','))if(oX&&(oX=oX['trim']()))for(let oY of document['querySelectorAll'](oX))oZ(oY);}return oU;function oZ(p0){if(p0&&p0['classList'])for(let p1 of oS)if(typeof p1=='string')for(let p2 of p1['split']('\x20'))if(p2){if(oU===undefined)oU=oT;if(oT&&!p0['classList']['contains'](p2))oU=![];if(!oT&&p0['classList']['contains'](p2))oU=!![];}}};BDFDB['DOMUtils']['replaceClass']=function(p3,p4,p5){if(!p3||typeof p4!='string'||typeof p5!='string')return;for(let p6 of BDFDB['ArrayUtils']['is'](p3)?p3:Array['of'](p3)){if(!p6){}else if(Node['prototype']['isPrototypeOf'](p6))pa(p6);else if(NodeList['prototype']['isPrototypeOf'](p6))for(let p7 of p6)pa(p7);else if(typeof p6=='string')for(let p8 of p6['split'](','))if(p8&&(p8=p8['trim']()))for(let p9 of document['querySelectorAll'](p8))pa(p9);}function pa(pb){if(pb&&pb['tagName']&&pb['className'])pb['className']=pb['className']['replace'](new RegExp(p4,'g'),p5)['trim']();}};BDFDB['DOMUtils']['formatClassName']=function(...pc){return pc['flat']()['filter'](pd=>pd)['join']('\x20');};BDFDB['DOMUtils']['removeClassFromDOM']=function(...pe){for(let pf of pe['flat']())if(typeof pf=='string')for(let pg of pf['split'](','))if(pg&&(pg=pg['replace'](/\.|\s/g,'')))BDFDB['DOMUtils']['removeClass'](document['querySelectorAll']('.'+pg),pg);};BDFDB['DOMUtils']['show']=function(...ph){BDFDB['DOMUtils']['toggle'](...ph,!![]);};BDFDB['DOMUtils']['hide']=function(...pi){BDFDB['DOMUtils']['toggle'](...pi,![]);};BDFDB['DOMUtils']['toggle']=function(...pj){if(!pj)return;var pk=pj['pop']();if(typeof pk!='boolean'){pj['push'](pk);pk=undefined;}if(!pj['length'])return;for(let pl of pj['flat']()){if(Node['prototype']['isPrototypeOf'](pl))pp(pl);else if(NodeList['prototype']['isPrototypeOf'](pl))for(let pm of pl)pp(pm);else if(typeof pl=='string')for(let pn of pl['split'](','))if(pn&&(pn=pn['trim']()))for(let pm of document['querySelectorAll'](pn))pp(pm);}function pp(pq){if(!pq||!Node['prototype']['isPrototypeOf'](pq))return;var pr=pk===undefined?!BDFDB['DOMUtils']['isHidden'](pq):!pk;if(pr)pq['style']['setProperty']('display','none','important');else pq['style']['removeProperty']('display');}};BDFDB['DOMUtils']['isHidden']=function(ps){if(Node['prototype']['isPrototypeOf'](ps)&&ps['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(ps,null)['getPropertyValue']('display')=='none';};BDFDB['DOMUtils']['remove']=function(...pt){for(let pu of pt['flat']()){if(Node['prototype']['isPrototypeOf'](pu))pu['remove']();else if(NodeList['prototype']['isPrototypeOf'](pu)){let pv=Array['from'](pu);while(pv['length'])pv['shift']()['remove']();}else if(typeof pu=='string')for(let pw of pu['split'](','))if(pw&&(pw=pw['trim']())){let pv=Array['from'](document['querySelectorAll'](pw));while(pv['length'])pv['shift']()['remove']();}}};BDFDB['DOMUtils']['create']=function(py){if(typeof py!='string'||!py['trim']())return null;let pz=document['createElement']('template');try{pz['innerHTML']=py['replace'](/(?[\t\r\n]+<(?!pre)/g,'><');}catch(pA){pz['innerHTML']=py['replace'](/>[\t\r\n]+<(?!pre)/g,'><');}if(pz['content']['childElementCount']==0x1)return pz['content']['firstElementChild'];else{var pB=document['createElement']('span');var pC=Array['from'](pz['content']['childNodes']);while(pC['length'])pB['appendChild'](pC['shift']());return pB;}};BDFDB['DOMUtils']['getParent']=function(pD,pE){var pF=null;if(Node['prototype']['isPrototypeOf'](pE)&&pD){var pG=NodeList['prototype']['isPrototypeOf'](pD)?pD:typeof pD=='string'?document['querySelectorAll'](pD):null;if(pG)for(let pH of pG)if(pH['contains'](pE)){pF=pH;break;}}return pF;};BDFDB['DOMUtils']['setText']=function(pI,pJ){if(!pI||!Node['prototype']['isPrototypeOf'](pI))return;var pK=pI['nodeType']==Node['TEXT_NODE']?pI:null;if(!pK)for(let pL of pI['childNodes'])if(pL['nodeType']==Node['TEXT_NODE']||BDFDB['DOMUtils']['containsClass'](pL,'BDFDB-textnode')){pK=pL;break;}if(pK){if(Node['prototype']['isPrototypeOf'](pJ)&&pJ['nodeType']!=Node['TEXT_NODE']){BDFDB['DOMUtils']['addClass'](pJ,'BDFDB-textnode');pI['replaceChild'](pJ,pK);}else if(Node['prototype']['isPrototypeOf'](pK)&&pK['nodeType']!=Node['TEXT_NODE'])pI['replaceChild'](document['createTextNode'](pJ),pK);else pK['textContent']=pJ;}else pI['appendChild'](Node['prototype']['isPrototypeOf'](pJ)?pJ:document['createTextNode'](pJ));};BDFDB['DOMUtils']['getText']=function(pM){if(!pM||!Node['prototype']['isPrototypeOf'](pM))return;for(let pN of pM['childNodes'])if(pN['nodeType']==Node['TEXT_NODE'])return pN['textContent'];};BDFDB['DOMUtils']['getRects']=function(pO){var pP={};if(Node['prototype']['isPrototypeOf'](pO)&&pO['nodeType']!=Node['TEXT_NODE']){var pQ=pO;while(pQ){var pR=BDFDB['DOMUtils']['isHidden'](pQ);if(pR){BDFDB['DOMUtils']['toggle'](pQ,!![]);pQ['BDFDBgetRectsHidden']=!![];}pQ=pQ['parentElement'];}pP=pO['getBoundingClientRect']();pQ=pO;while(pQ){if(pQ['BDFDBgetRectsHidden']){BDFDB['DOMUtils']['toggle'](pQ,![]);delete pQ['BDFDBgetRectsHidden'];}pQ=pQ['parentElement'];}}return pP;};BDFDB['DOMUtils']['getHeight']=function(pS){if(Node['prototype']['isPrototypeOf'](pS)&&pS['nodeType']!=Node['TEXT_NODE']){var pT=BDFDB['DOMUtils']['getRects'](pS);var pU=getComputedStyle(pS);return pT['height']+parseInt(pU['marginTop'])+parseInt(pU['marginBottom']);}return 0x0;};BDFDB['DOMUtils']['getWidth']=function(pV){if(Node['prototype']['isPrototypeOf'](pV)&&pV['nodeType']!=Node['TEXT_NODE']){var pW=BDFDB['DOMUtils']['getRects'](pV);var pX=getComputedStyle(pV);return pW['width']+parseInt(pX['marginLeft'])+parseInt(pX['marginRight']);}return 0x0;};BDFDB['DOMUtils']['appendWebScript']=function(pY,pZ){if(!pZ&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));pZ=pZ||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];pZ=Node['prototype']['isPrototypeOf'](pZ)?pZ:document['head'];BDFDB['DOMUtils']['removeWebScript'](pY,pZ);pZ['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebScript']=function(q0,q1){q1=q1||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];q1=Node['prototype']['isPrototypeOf'](q1)?q1:document['head'];BDFDB['DOMUtils']['remove'](q1['querySelectorAll']('script[src=\x22'+q0+'\x22]'));};BDFDB['DOMUtils']['appendWebStyle']=function(q2,q3){if(!q3&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));q3=q3||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];q3=Node['prototype']['isPrototypeOf'](q3)?q3:document['head'];BDFDB['DOMUtils']['removeWebStyle'](q2,q3);q3['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebStyle']=function(q4,q5){q5=q5||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];q5=Node['prototype']['isPrototypeOf'](q5)?q5:document['head'];BDFDB['DOMUtils']['remove'](q5['querySelectorAll']('link[href=\x22'+q4+'\x22]'));};BDFDB['DOMUtils']['appendLocalStyle']=function(d,q7,q8){if(!q8&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));q8=q8||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];q8=Node['prototype']['isPrototypeOf'](q8)?q8:document['head'];BDFDB['DOMUtils']['removeLocalStyle'](d,q8);q8['appendChild'](BDFDB['DOMUtils']['create'](''+q7['replace'](/\t|\r|\n/g,'')+''));};BDFDB['DOMUtils']['removeLocalStyle']=function(d,qa){qa=qa||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qa=Node['prototype']['isPrototypeOf'](qa)?qa:document['head'];BDFDB['DOMUtils']['remove'](qa['querySelectorAll']('style[id=\x22'+d+'CSS\x22]'));};BDFDB['triggerSend']=function(qb){if(!qb)return;BDFDB['TimeUtils']['timeout'](c=>{var qd=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](qd,'keyCode',{'value':0xd});Object['defineProperty'](qd,'which',{'value':0xd});qb['dispatchEvent'](qd);});};BDFDB['initElements']=function(qe,qf){if(!Node['prototype']['isPrototypeOf'](qe))return;var qg=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themelight'];qe['querySelectorAll']('.BDFDB-containertext')['forEach'](qh=>{if(BDFDB['DOMUtils']['containsClass'](qh['nextElementSibling'],'BDFDB-collapsecontainer')){if(BDFDB['DOMUtils']['containsClass'](qh['firstElementChild'],'closed'))BDFDB['DOMUtils']['toggle'](qh['nextElementSibling'],![]);qh['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggle'](qh['nextElementSibling'],BDFDB['DOMUtils']['containsClass'](qh['firstElementChild'],'closed'));BDFDB['DOMUtils']['toggleClass'](qh['firstElementChild'],'closed');};s3(qh,'click',qh['BDFDBupdateElement']);}});qe['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](qj=>{rH(qj,![]);qj['BDFDBupdateElement']=c=>{rH(qj,!![]);};s3(qj,'click',qj['BDFDBupdateElement']);});qe['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](ql=>{rR(ql);ql['BDFDBupdateElement']=c=>{rR(ql);};s3(ql,'click',ql['BDFDBupdateElement']);});qe['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](qn=>{rV(qn);qn['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggleClass'](qn,BDFDB['disCN']['giffavoriteselected']);rV(qn);};s3(qn,'click',qn['BDFDBupdateElement']);var d='FAV_s'+Math['round'](Math['random']()*0x2386f26fc10000);s3(qn,'mouseenter',c=>{BDFDB['DOMUtils']['remove']('#'+d+'_tooltip');BDFDB['TooltipUtils']['create'](qn,BDFDB['LanguageUtils']['LanguageStrings']['GIF_TOOLTIP_'+(BDFDB['DOMUtils']['containsClass'](qn,BDFDB['disCN']['giffavoriteselected'])?'REMOVE_FROM':'ADD_TO')+'_FAVORITES'],{'type':'top','id':d+'_tooltip'});});});qe['querySelectorAll']('.file-navigator')['forEach'](qr=>{qr['BDFDBupdateElement']=c=>{var qt=qr['querySelector']('input[type=\x22file\x22]');if(qt)qt['click']();};s3(qr,'click',qr['BDFDBupdateElement']);});qe['querySelectorAll']('input[type=\x22file\x22]')['forEach'](qu=>{s3(qu,'change',qv=>{var qw=qu['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var qx=qu['files'][0x0];if(qw&&qx)qw['value']=qx['path'];});});qe['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](qy=>{s3(qy,'keydown',qz=>{qz['stopPropagation']();});});qe['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](qA=>{qA['setAttribute']('placeholder',BDFDB['LanguageUtils']['LanguageStrings']['SEARCHING']);s3(qA,'keyup',qB=>{let qC=qA['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon']);BDFDB['DOMUtils']['toggleClass'](qC[0x0],BDFDB['disCN']['searchbarvisible'],qA['value']['length']==0x0);BDFDB['DOMUtils']['toggleClass'](qC[0x1],BDFDB['disCN']['searchbarvisible'],qA['value']['length']);});});qe['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](qD=>{s3(qD,'click',qE=>{if(BDFDB['DOMUtils']['containsClass'](qD,BDFDB['disCN']['searchbarvisible'])){var qF=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['searchbar'],qD)['querySelector'](BDFDB['dotCN']['searchbarinput']);qF['value']='';qF['dispatchEvent'](new Event('change'));qF['dispatchEvent'](new Event('input'));qF['dispatchEvent'](new Event('keydown'));qF['dispatchEvent'](new Event('keyup'));qF['dispatchEvent'](new Event('keypressed'));BDFDB['DOMUtils']['addClass'](qD['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon'])[0x0],BDFDB['disCN']['searchbarvisible']);BDFDB['DOMUtils']['removeClass'](qD,BDFDB['disCN']['searchbarvisible']);}});});qe['querySelectorAll']('.numberinput-button-up')['forEach'](qG=>{s3(qG,'click',qH=>{var qI=qG['parentElement']['parentElement']['querySelector']('input');var qJ=parseInt(qI['getAttribute']('min'));var qK=parseInt(qI['getAttribute']('max'));var qL=parseInt(qI['value'])+0x1;if(isNaN(qK)||!isNaN(qK)&&qL<=qK){BDFDB['DOMUtils']['addClass'](qG['parentElement'],'pressed');clearTimeout(qG['parentElement']['pressedTimeout']);qI['value']=isNaN(qJ)||!isNaN(qJ)&&qL>=qJ?qL:qJ;qI['dispatchEvent'](new Event('change'));qI['dispatchEvent'](new Event('input'));qI['dispatchEvent'](new Event('keydown'));qI['dispatchEvent'](new Event('keyup'));qI['dispatchEvent'](new Event('keypressed'));qG['parentElement']['pressedTimeout']=BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](qG['parentElement'],'pressed');},0xbb8);}});});qe['querySelectorAll']('.numberinput-button-down')['forEach'](qN=>{s3(qN,'click',qO=>{var qP=qN['parentElement']['parentElement']['querySelector']('input');var qQ=parseInt(qP['getAttribute']('min'));var qR=parseInt(qP['getAttribute']('max'));var qS=parseInt(qP['value'])-0x1;if(isNaN(qQ)||!isNaN(qQ)&&qS>=qQ){BDFDB['DOMUtils']['addClass'](qN['parentElement'],'pressed');clearTimeout(qN['parentElement']['pressedTimeout']);qP['value']=isNaN(qR)||!isNaN(qR)&&qS<=qR?qS:qR;qP['dispatchEvent'](new Event('change'));qP['dispatchEvent'](new Event('input'));qP['dispatchEvent'](new Event('keydown'));qP['dispatchEvent'](new Event('keyup'));qP['dispatchEvent'](new Event('keypressed'));qN['parentElement']['pressedTimeout']=BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](qN['parentElement'],'pressed');},0xbb8);}});});qe['querySelectorAll']('.amount-input')['forEach'](qU=>{s3(qU,'input',qV=>{if(BDFDB['ObjectUtils']['is'](qf)){var qW=qU['getAttribute']('option');var qX=parseInt(qU['value']);var qY=parseInt(qU['getAttribute']('min'));var qZ=parseInt(qU['getAttribute']('max'));if(qW&&!isNaN(qX)&&(isNaN(qY)||!isNaN(qY)&&qX>=qY)&&(isNaN(qZ)||!isNaN(qZ)&&qX<=qZ)){BDFDB['DataUtils']['save'](qX,qf,'amounts',qW);qf['SettingsUpdated']=!![];}}});});qe['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](r0=>{s0(r0,r0['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==r0?0x2:0x0);s3(r0,'click',r1=>{BDFDB['DOMUtils']['removeClass'](qe['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen']),BDFDB['disCN']['modaltabcontentopen']);r0['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](r0=>{s0(r0,0x0);});var r3=qe['querySelector'](BDFDB['dotCN']['modaltabcontent']+'[tab=\x22'+r0['getAttribute']('tab')+'\x22]');if(r3)BDFDB['DOMUtils']['addClass'](r3,BDFDB['disCN']['modaltabcontentopen']);s0(r0,0x2);});s3(r0,'mouseenter',r4=>{if(!BDFDB['DOMUtils']['containsClass'](r0,BDFDB['disCN']['settingsitemselected']))s0(r0,0x1);});s3(r0,'mouseleave',r5=>{if(!BDFDB['DOMUtils']['containsClass'](r0,BDFDB['disCN']['settingsitemselected']))s0(r0,0x0);});});qe['querySelectorAll']('.BDFDB-textscrollwrapper')['forEach'](r6=>{var r7=r6['querySelector']('.BDFDB-textscroll');if(r7){if(BDFDB['DOMUtils']['containsClass'](r6['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))r6['style']['setProperty']('margin-right','10px');if(BDFDB['DOMUtils']['getRects'](r6)['width']>0x64)r6['style']['setProperty']('text-overflow','ellipsis','important');r6['style']['setProperty']('position','relative','important');r6['style']['setProperty']('display','block','important');r6['style']['setProperty']('overflow','hidden','important');r7['style']['setProperty']('left','0px','important');r7['style']['setProperty']('position','relative','important');r7['style']['setProperty']('white-space','nowrap','important');r7['style']['setProperty']('display','inline','important');var r8,r9;s3(r6,'mouseenter',ra=>{if(BDFDB['DOMUtils']['getRects'](r6)['width']{if(BDFDB['DOMUtils']['containsClass'](r6,'scrolling')){BDFDB['DOMUtils']['removeClass'](r6,'scrolling');r7['style']['setProperty']('display','inline','important');if(!r9||!r8)rc();r8(0x0);}});function rc(){r9=new gR['AnimationUtils']['Value'](0x0);r9['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](r7)['width']-BDFDB['DOMUtils']['getRects'](r6)['width'])*-0x1]})['addListener'](rd=>{r7['style']['setProperty']('left',rd['value']+'px','important');});r8=re=>{var rf=re+parseFloat(r7['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](r7)['width']-BDFDB['DOMUtils']['getRects'](r6)['width']);rf=isNaN(rf)||!isFinite(rf)?re:rf;rf*=BDFDB['DOMUtils']['getRects'](r7)['width']/(BDFDB['DOMUtils']['getRects'](r6)['width']*0x2);gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](r9,{'toValue':re,'duration':Math['sqrt'](rf**0x2)*0xfa0/(r6['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['DOMUtils']['removeClass'](qe['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);BDFDB['DOMUtils']['addClass'](qe['querySelector'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);qe['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rg=>{rg['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['ADD'];});qe['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rh=>{rh['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['FORM_LABEL_ALL'];});qe['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ri=>{ri['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'];});qe['querySelectorAll']('.btn-done\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rj=>{rj['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DONE'];});qe['querySelectorAll']('.btn-download\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rk=>{rk['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DOWNLOAD'];});qe['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rl=>{rl['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['OKAY'];});qe['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rm=>{rm['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SAVE'];});qe['querySelectorAll']('.btn-send\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rn=>{rn['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SEND'];});qe['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ro=>{ro['innerText']=BDFDB['LanguageUtils']['LibraryStrings']['file_navigator_text'];});if(qg){BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectcontroldark']),BDFDB['disCN']['selectcontroldark'],BDFDB['disCN']['selectcontrollight']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectsingledark']),BDFDB['disCN']['selectsingledark'],BDFDB['disCN']['selectsinglelight']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerdark']),BDFDB['disCN']['selectarrowcontainerdark'],BDFDB['disCN']['selectarrowcontainerlight']);}else{BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectcontrollight']),BDFDB['disCN']['selectcontrollight'],BDFDB['disCN']['selectcontroldark']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectsinglelight']),BDFDB['disCN']['selectsinglelight'],BDFDB['disCN']['selectsingledark']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerlight']),BDFDB['disCN']['selectarrowcontainerlight'],BDFDB['disCN']['selectarrowcontainerdark']);}var rp=c=>{qe['querySelectorAll']('.BDFDB-tableheader')['forEach'](rr=>{var rs=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rr);var rt=rr['getAttribute']('table-id');var ru=rr['querySelector']('.BDFDB-tableheadertext');var rv=rr['querySelectorAll']('.BDFDB-tableheadercolumns\x20.BDFDB-tableheadercolumn');if(rs&&rt&&ru&&rv['length']){let rw=![],rx=BDFDB['ObjectUtils']['is'](rs['BDFDB-tableheader-maxwidth'])?rs['BDFDB-tableheader-maxwidth'][rt]:0x0;if(!rx){for(let ry of rv){let rz=BDFDB['DOMUtils']['getRects'](ry)['width'];rx=rz>rx?rz:rx;}rx+=0x4;}if(rv['length']*rx>0x12c){rw=!![];rx=parseInt(0x122/rv['length']);}else if(rx<0x24){rx=0x24;}rv['forEach']((rA,rB)=>{rA['style']['setProperty']('flex','0\x200\x20'+rx+'px','important');if(rw){if(rB==0x0)rA['style']['setProperty']('margin-left',-0x1*(0xa+rx/0x2)+'px','important');rA['style']['setProperty']('margin-top','0','important');rA['style']['setProperty']('text-align','right','important');rA['style']['setProperty']('writing-mode','vertical-rl','important');}else rA['style']['setProperty']('text-align','center','important');});ru['style']['setProperty']('flex','0\x200\x20'+(0x22c-rv['length']*rx)+'px','important');rv[0x0]['parentElement']['style']['setProperty']('flex','0\x200\x20'+rv['length']*rx+'px','important');if(!BDFDB['ObjectUtils']['is'](rs['BDFDB-tableheader-maxwidth']))rs['BDFDB-tableheader-maxwidth']={};rs['BDFDB-tableheader-maxwidth'][rt]=rx;}});qe['querySelectorAll']('.BDFDB-tablecheckbox')['forEach'](rC=>{var rD=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rC);var rE=rC['getAttribute']('table-id');if(rD&&rE&&BDFDB['ObjectUtils']['is'](rD['BDFDB-tableheader-maxwidth'])&&rD['BDFDB-tableheader-maxwidth'][rE]){var rF=getComputedStyle(rC);rC['style']['setProperty']('flex','0\x200\x20'+(rD['BDFDB-tableheader-maxwidth'][rE]-parseInt(rF['marginLeft'])-parseInt(rF['marginRight']))+'px','important');}});};if(document['contains'](qe))rp();else BDFDB['TimeUtils']['timeout'](c=>{rp();});function rH(rI,rJ){if(!rI)return;var rK=rI['checked'];BDFDB['DOMUtils']['toggleClass'](rI['parentElement'],BDFDB['disCN']['switchvaluechecked'],rK);BDFDB['DOMUtils']['toggleClass'](rI['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!rK);if(rJ&&BDFDB['ObjectUtils']['is'](qf)&&BDFDB['DOMUtils']['containsClass'](rI,'settings-switch')){let rL=rI['getAttribute']('value')['trim']()['split']('\x20')['filter'](rM=>rM);let rN=rL['shift']();if(rN){var rO=BDFDB['DataUtils']['load'](qf,rN);var rP='';for(let rQ of rL)rP+='{\x22'+rQ+'\x22:';rP+=rK+'}'['repeat'](rL['length']);rP=JSON['parse'](rP);if(BDFDB['ObjectUtils']['is'](rP))BDFDB['ObjectUtils']['deepAssign'](rO,rP);else rO=rP;BDFDB['DataUtils']['save'](rO,qf,rN);qf['SettingsUpdated']=!![];}}};function rR(rS){if(!rS)return;var rT=rS['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var rU=rT['querySelector']('polyline');if(rS['checked']){BDFDB['DOMUtils']['addClass'](rT,BDFDB['disCN']['checkboxchecked']);rT['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');rT['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');if(rU)rU['setAttribute']('stroke','#ffffff');}else{BDFDB['DOMUtils']['removeClass'](rT,BDFDB['disCN']['checkboxchecked']);rT['style']['removeProperty']('background-color');rT['style']['removeProperty']('border-color');if(rU)rU['setAttribute']('stroke','transparent');}};function rV(rW){var rX=BDFDB['DOMUtils']['containsClass'](rW,BDFDB['disCN']['giffavoriteselected']);var rY=rW['querySelector'](BDFDB['dotCN']['giffavoriteicon']);if(rY){rY['setAttribute']('name',rX?'FavoriteFilled':'Favorite');rY['innerHTML']=rX?'':'';}if(rX){BDFDB['DOMUtils']['addClass'](rW,BDFDB['disCN']['giffavoriteshowpulse']);BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](rW,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function s0(s1,s2){if(!s1)return;switch(s2){case 0x0:BDFDB['DOMUtils']['removeClass'](s1,BDFDB['disCN']['settingsitemselected']);s1['style']['setProperty']('border-color','transparent');s1['style']['setProperty']('color',qg?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['DOMUtils']['removeClass'](s1,BDFDB['disCN']['settingsitemselected']);s1['style']['setProperty']('border-color',qg?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');s1['style']['setProperty']('color',qg?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['DOMUtils']['addClass'](s1,BDFDB['disCN']['settingsitemselected']);s1['style']['setProperty']('border-color',qg?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');s1['style']['setProperty']('color',qg?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function s3(s4,s5,s6){if(!s4['BDFDBupdateElementsListeners'])s4['BDFDBupdateElementsListeners']={};if(s4['BDFDBupdateElementsListeners'][s5])s4['removeEventListener'](s5,s4['BDFDBupdateElementsListeners'][s5]);s4['BDFDBupdateElementsListeners'][s5]=s6;s4['addEventListener'](s5,s6,!![]);};};BDFDB['appendModal']=function(s7){if(!Node['prototype']['isPrototypeOf'](s7))return;if(!BDFDB['appendModal']['modals']||!document['contains'](BDFDB['appendModal']['modals']))BDFDB['appendModal']['modals']=BDFDB['ReactUtils']['findDOMNode'](BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['app']),{'name':'Modals','depth':0x5f5e0ff,'time':0x5f5e0ff}));if(!BDFDB['appendModal']['modals'])return;var s8=BDFDB['DOMUtils']['containsClass'](s7,BDFDB['disCN']['modal'])?s7:s7['querySelector'](BDFDB['dotCN']['modal']);var s9=s8?s8['previousElementSibling']:null;var sa=new gR['AnimationUtils']['Value'](0x0);sa['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x1]})['addListener'](sb=>{if(s8)s8['style']['setProperty']('opacity',''+sb['value']);});var sc=new gR['AnimationUtils']['Value'](0x0);sc['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.7,0x1]})['addListener'](sd=>{if(s8)s8['style']['setProperty']('transform','scale('+sd['value']+')\x20translateZ(0px)');});var se=new gR['AnimationUtils']['Value'](0x0);se['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.85]})['addListener'](sf=>{if(s9){s9['style']['setProperty']('opacity',''+sf['value']);s9['style']['setProperty']('background-color','rgb(0,\x200,\x200)');s9['style']['setProperty']('z-index','1000');s9['style']['setProperty']('transform','translateZ(0px)');}});var sg=sh=>{gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](sa,{'toValue':sh,'duration':0xfa,'easing':gR['AnimationUtils']['Easing']['inOut'](gR['AnimationUtils']['Easing']['ease'])}),gR['AnimationUtils']['timing'](sc,{'toValue':sh,'duration':0xfa,'easing':gR['AnimationUtils']['Easing']['inOut'](gR['AnimationUtils']['Easing']['ease'])}),gR['AnimationUtils']['timing'](se,{'toValue':sh,'duration':0xc8,'delay':0x32})])['start']();};var si=sj=>{if(!document['contains'](s7))document['removeEventListener']('keydown',si);else if(sj['which']==0x1b&&s9)s9['click']();};document['addEventListener']('keydown',si);BDFDB['ListenerUtils']['addToChildren'](s7,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok,\x20.btn-done',c=>{document['removeEventListener']('keydown',si);sg(0x0);BDFDB['TimeUtils']['timeout'](c=>{s7['remove']();},0x12c);});BDFDB['appendModal']['modals']['appendChild'](s7);BDFDB['initElements'](s7);sg(0x1);};BDFDB['createSearchBar']=function(sm='small'){if(typeof sm!='string'||!['small','medium','large']['includes'](sm['toLowerCase']()))sm='small';var sn=vL['SearchBar'][sm]?'\x20'+BDFDB['disCN']['searchbar'+sm]:'';var so=BDFDB['DOMUtils']['create']('');BDFDB['initElements'](so);return so;};BDFDB['createSelectMenu']=function(sp,sq,sr='',ss=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sp!='string'||typeof sq!='string'&&typeof sq!='number')return BDFDB['DOMUtils']['create']('
');var st=ss?'dark':'light';return''+sp+'';};BDFDB['openDropdownMenu']=function(su,sv,sw,sx,sy=![],sz=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sv!='function'||typeof sw!='function'||!sx||typeof sx!='object')return;let sA=(BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['selectwrap'],su['currentTarget'])||su['currentTarget'])['querySelector'](BDFDB['dotCN']['selectcontrol']);let sB=sA['parentElement'];if(BDFDB['DOMUtils']['containsClass'](sB,BDFDB['disCN']['selectisopen']))return;BDFDB['DOMUtils']['addClass'](sB,BDFDB['disCN']['selectisopen']);var sC=sB['getAttribute']('type');var sD=sB['getAttribute']('value');var sE=sz?'dark':'light';var sF='';for(var sG in sx)sF+=''+sw(sG)+'';sF+='';var sH=BDFDB['DOMUtils']['create'](sF);if(sy){BDFDB['DOMUtils']['addClass'](sH,'above-select');sH['style']['setProperty']('top','unset','important');sH['style']['setProperty']('bottom',BDFDB['DOMUtils']['getRects'](sB)['height']+'px','important');}sB['appendChild'](sH);BDFDB['initElements'](sH);BDFDB['ListenerUtils']['addToChildren'](sH,'mouseenter',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sI=>{if(sz){BDFDB['DOMUtils']['removeClass'](sI['currentTarget'],BDFDB['disCN']['selectoptiondark']);BDFDB['DOMUtils']['addClass'](sI['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);}else{BDFDB['DOMUtils']['removeClass'](sI['currentTarget'],BDFDB['disCN']['selectoptionlight']);BDFDB['DOMUtils']['addClass'](sI['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);}});BDFDB['ListenerUtils']['addToChildren'](sH,'mouseleave',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sJ=>{if(sz){BDFDB['DOMUtils']['removeClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);BDFDB['DOMUtils']['addClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptiondark']);}else{BDFDB['DOMUtils']['removeClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);BDFDB['DOMUtils']['addClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptionlight']);}});BDFDB['ListenerUtils']['addToChildren'](sH,'mousedown',BDFDB['dotCN']['selectoption'],sK=>{if(!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],sK['target'])){var sL=sK['currentTarget']['getAttribute']('value');sB['setAttribute']('value',sL);sv(sB,sC,sL);}});var sM=sN=>{if(sN['target']['parentElement']!=sH&&!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],sN['target'])){document['removeEventListener']('mousedown',sM);sH['remove']();BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](sB,BDFDB['disCN']['selectisopen']);},0x64);}};document['addEventListener']('mousedown',sM);return sH;};BDFDB['ModalUtils']={};BDFDB['ModalUtils']['open']=function(sP,sQ){if(!BDFDB['ObjectUtils']['is'](sP)||!BDFDB['ObjectUtils']['is'](sQ))return;var sR,sS=[],sT=[],sU=[],sV,sW=[],sX=c=>{if(BDFDB['ObjectUtils']['is'](sV)&&typeof sV['onClose']=='function')sV['onClose']();};if(typeof sQ['text']=='string'){sT['push'](BDFDB['ReactUtils']['createElement'](wm['TextElement'],{'color':wm['TextElement']['Colors']['PRIMARY'],'children':sQ['text']}));}if(sQ['children']){let sZ,t0=[];for(let t1 of BDFDB['ArrayUtils']['is'](sQ['children'])?sQ['children']:Array['of'](sQ['children']))if(gR['React']['isValidElement'](t1)){if(t1['type']==wm['ModalComponents']['ModalTabContent']){if(!t0['length'])t1['props']['open']=!![];else delete t1['props']['open'];t0['push'](BDFDB['ReactUtils']['createElement'](wm['TabBar']['Item'],{'className':BDFDB['disCN']['tabbaritem'],'itemType':wm['TabBar']['Types']['TOP'],'id':t1['props']['tab'],'children':t1['props']['tab'],'aria-label':t1['props']['tab']}));}sT['push'](t1);}if(t0['length'])sS['push'](BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['disCN']['tabbarcontainer'],'children':BDFDB['ReactUtils']['createElement'](wm['TabBar'],{'className':BDFDB['disCN']['tabbar'],'type':wm['TabBar']['Types']['TOP'],'selectedItem':t0[0x0]['props']['id'],'children':t0,'onItemSelect':(t2,t3)=>{t3['props']['selectedItem']=t2;BDFDB['ReactUtils']['forceUpdate'](t3);let sR=BDFDB['DOMUtils']['getParent']('.BDFDB-modal',BDFDB['ReactUtils']['findDOMNode'](t3));if(sR)for(let t5 of sR['querySelectorAll'](BDFDB['dotCN']['modaltabcontent'])){let t6=BDFDB['ReactUtils']['getValue'](t5,'return.return.stateNode');if(t6){if(t6['props']['tab']==t2)t6['props']['open']=!![];else delete t6['props']['open'];BDFDB['ReactUtils']['forceUpdate'](t6);}}}}),'style':{'marginBottom':0xa}}));}if(BDFDB['ArrayUtils']['is'](sQ['buttons']))for(let t7 of sQ['buttons']){let t8=typeof t7['contents']=='string'?t7['contents']:null;if(t8){let t9=typeof t7['color']=='string'&&wm['Button']['Colors'][t7['color']['toUpperCase']()];let ta=typeof t7['look']=='string'&&wm['Button']['Looks'][t7['look']['toUpperCase']()];let tb=typeof t7['click']=='function'?t7['click']:c=>{};if(t7['cancel'])sW['push'](tb);sU['push'](BDFDB['ReactUtils']['createElement'](wm['Button'],{'type':'button','look':ta||(t9?wm['Button']['Looks']['FILLED']:wm['Button']['Looks']['LINK']),'color':t9||wm['Button']['Colors']['PRIMARY'],'onClick':c=>{if(t7['close'])sX();if(!(t7['close']&&t7['cancel']))tb(sR);},'children':t8}));}}sT=sT['filter'](te=>te&&BDFDB['ReactUtils']['isValidElement'](te));sS=sS['filter'](tf=>tf&&BDFDB['ReactUtils']['isValidElement'](tf));sU=sU['filter'](tg=>tg&&BDFDB['ReactUtils']['isValidElement'](tg));if(sT['length']){if(typeof sQ['onClose']!='function')sQ['onClose']=c=>{};if(typeof sQ['onOpen']!='function')sQ['onOpen']=c=>{};let tj=sP['name']||(typeof sP['getName']=='function'?sP['getName']():null);tj=typeof tj=='string'?tj:null;let tk=typeof sQ['size']=='string'&&wm['ModalComponents']['ModalSize'][sQ['size']['toUpperCase']()];let tl=0x0;gR['ModalUtils']['openModal'](tm=>{sV=tm;return BDFDB['ReactUtils']['createElement'](class BDFDBModal extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalRoot'],{'className':BDFDB['DOMUtils']['formatClassName']('BDFDB-modal',tj?tj+'-modal':null,sQ['selector']?sQ['selector']:null),'size':tk||wm['ModalComponents']['ModalSize']['SMALL'],'transitionState':tm['transitionState'],'children':[BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalHeader'],{'className':sS['length']?BDFDB['disCN']['modalheaderhassibling']:null,'separator':sQ['headerseparator']||![],'children':[BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'grow':0x1,'shrink':0x1,'children':[BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'tag':wm['FormComponents']['FormTitle']['Tags']['H4'],'children':typeof sQ['header']=='string'?sQ['header']:''}),BDFDB['ReactUtils']['createElement'](wm['TextElement'],{'size':wm['TextElement']['Sizes']['SMALL'],'color':wm['TextElement']['Colors']['PRIMARY'],'children':typeof sQ['subheader']=='string'?sQ['subheader']:tj||''})]}),BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalCloseButton'],{'onClick':sX})]}),sS['length']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'children':sS}):null,BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalContent'],{'children':sT}),sU['length']?BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalFooter'],{'children':sU}):null]});}['componentDidMount'](){sR=BDFDB['ReactUtils']['findDOMNode'](this);sR=sR&&sR['parentElement']?sR['parentElement']['querySelector']('.BDFDB-modal'):null;if(sR&&tm['transitionState']==0x2&&tm['transitionState']>tl)sQ['onOpen'](sR,this);tl=tm['transitionState'];}['componentWillUnmount'](){if(sR&&tm['transitionState']==0x4){for(let tn of sW)tn(sR);sQ['onClose'](sR,this);}}},tm);},{'onCloseRequest':sX});}};BDFDB['ModalUtils']['confirm']=function(to,tp,tq){if(!BDFDB['ObjectUtils']['is'](to)||typeof tp!='string')return;tq=typeof tq=='function'?tq:c=>{};BDFDB['ModalUtils']['open'](to,{'text':tp,'header':'Are\x20you\x20sure?','selector':'BDFDB-confirmmodal','buttons':[{'contents':BDFDB['LanguageUtils']['LanguageStrings']['OKAY'],'close':!![],'color':'RED','click':tq},{'contents':BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'],'close':!![]}]});};BDFDB['ContextMenuUtils']={};BDFDB['ContextMenuUtils']['open']=function(ts,tt,tu){gR['ContextMenuUtils']['openContextMenu'](tt,function(tt){return BDFDB['ReactUtils']['createElement'](wm['ContextMenu'],Object['assign']({},tt,{'BDFDBcontextMenu':!![],'type':BDFDB['DiscordConstants']['ContextMenuTypes']['NATIVE_TEXT'],'value':'','className':BDFDB['disCN']['contextmenu']+'\x20BDFDB-contextMenu\x20'+ts['name']+'-contextMenuItem','children':tu}));});};BDFDB['ContextMenuUtils']['close']=function(tw){if(!BDFDB['ObjectUtils']['is'](tw))return;var tx=BDFDB['ReactUtils']['findOwner'](tw,{'props':'closeContextMenu','up':!![]});if(BDFDB['ObjectUtils']['is'](tx)&&tx['props']&&typeof tx['props']['closeContextMenu']=='function')tx['props']['closeContextMenu']();};BDFDB['createMessageOptionPopout']=function(ty){if(!ty)return;var tz=document['querySelector'](BDFDB['dotCN']['popouts']);if(!tz)return;ty=BDFDB['DOMUtils']['containsClass'](ty,BDFDB['disCN']['optionpopoutbutton'])?ty:ty['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var tA=BDFDB['ReactUtils']['getInstance'](BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['messagebuttoncontainer'],ty));tA=tA&&tA['child']?tA['child']:null;tA=tA&&tA['stateNode']&&typeof tA['stateNode']['renderReactionPopout']=='function'?tA['sibling']:tA;if(tA&&tA['stateNode']&&typeof tA['stateNode']['renderOptionPopout']=='function'){BDFDB['DOMUtils']['addClass'](ty,'popout-open');var tB=BDFDB['DOMUtils']['create']('');tz['appendChild'](tB);var tC=tA['stateNode']['renderOptionPopout'](tA['stateNode']['props']);tC['props']['target']=ty;tC['props']['onClose']=c=>{BDFDB['DOMUtils']['removeClass'](ty,'popout-open');tB['remove']();};BDFDB['ReactUtils']['render'](tC,tB);var tE=BDFDB['DOMUtils']['getRects'](ty);tB['style']['setProperty']('left',tE['left']+tE['width']/0x2+'px');tB['style']['setProperty']('top',tE['top']+tE['height']/0x2+'px');var tF=tG=>{document['removeEventListener']('mousedown',tF);if(!tB['contains'](tG['target']))tC['props']['onClose']();};document['addEventListener']('mousedown',tF);}};BDFDB['createSortPopout']=function(tH,tI,tJ){if(!tH||!tI||typeof tJ!='function'||BDFDB['DOMUtils']['containsClass'](tH,'popout-open'))return;var tK=document['querySelector'](BDFDB['dotCN']['popouts']);var tL=tH['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!tK||!tL)return;BDFDB['DOMUtils']['addClass'](tH,'popout-open');var tM=BDFDB['DOMUtils']['create'](tI);var tN=BDFDB['DOMUtils']['getRects'](tH);tM['style']['setProperty']('left',tN['left']+tN['width']+'px');tM['style']['setProperty']('top',tN['top']+BDFDB['DOMUtils']['getRects'](tL)['height']+'px');BDFDB['DOMUtils']['addClass'](tM['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['DiscordUtils']['getTheme']());BDFDB['ListenerUtils']['addToChildren'](tM,'click',BDFDB['dotCN']['contextmenuitem'],tO=>{tL['innerText']=tO['currentTarget']['innerText'];tL['setAttribute']('option',tO['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',tQ);tM['remove']();BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](tH,'popout-open');},0x12c);tJ();});tK['appendChild'](tM);BDFDB['initElements'](tM);var tQ=tR=>{if(!document['contains'](tM))document['removeEventListener']('mousedown',tQ);else if(!tM['contains'](tR['target'])){document['removeEventListener']('mousedown',tQ);tM['remove']();BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](tH,'popout-open');},0x12c);}};document['addEventListener']('mousedown',tQ);};var tT=(tU,tV,tW)=>{if(!tU)return;else if(tW){BDFDB['DOMUtils']['addClass'](tU,BDFDB['disCN']['colorpickerswatchselected']);var tX=BDFDB['DOMUtils']['containsClass'](tU,BDFDB['disCN']['colorpickerswatchcustom']);var tY=tV&&BDFDB['ObjectUtils']['is'](tV);var tZ=BDFDB['ObjectUtils']['is'](tV)?BDFDB['ColorUtils']['createGradient'](tV):BDFDB['ColorUtils']['convert'](tV,'RGBA');var u0=tZ&&!tY?BDFDB['ColorUtils']['isBright'](tZ):![];if(!tU['querySelector']('svg[name=\x22Checkmark\x22]'))tU['appendChild'](BDFDB['DOMUtils']['create'](''));if(tX){BDFDB['DOMUtils']['removeClass'](tU,BDFDB['disCN']['colorpickerswatchnocolor']);tU['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill',u0?'#000000':'#ffffff');if(tZ){if(tY)tU['gradient']=tV;tU['style']['setProperty'](tY?'background-image':'background-color',tZ,'important');}}}else{delete tU['gradient'];BDFDB['DOMUtils']['removeClass'](tU,'selected');BDFDB['DOMUtils']['remove'](tU['querySelectorAll']('.swatch-checkmark'));if(BDFDB['DOMUtils']['containsClass'](tU,BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['DOMUtils']['addClass'](tU,BDFDB['disCN']['colorpickerswatchnocolor']);tU['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill','#ffffff');tU['style']['removeProperty']('background-color');tU['style']['removeProperty']('background-image');}}};BDFDB['setColorSwatches']=function(u1,u2){if(!Node['prototype']['isPrototypeOf'](u1))return;var u3=u1['querySelector'](BDFDB['dotCN']['colorpickerswatches']+':not([number])');if(!u3)return;u3['setAttribute']('number',parseInt(u1['querySelectorAll'](BDFDB['dotCN']['colorpickerswatches']+'[number]')['length']+0x1));var u4=[null,'rgba(82,233,30,1)','rgba(46,204,113,1)','rgba(26,188,156,1)','rgba(52,152,219,1)','rgba(52,84,219,1)','rgba(134,30,233,1)','rgba(155,89,182,1)','rgba(233,30,99,1)','rgba(233,65,30,1)','rgba(231,76,60,1)','rgba(230,126,34,1)','rgba(241,196,15,1)','rgba(199,204,205,1)','rgba(112,128,136,1)','rgba(99,99,99,1)','rgba(255,255,255,1)','rgba(59,173,20,1)','rgba(31,139,76,1)','rgba(17,128,106,1)','rgba(32,102,148,1)','rgba(32,57,148,1)','rgba(109,20,173,1)','rgba(113,54,138,1)','rgba(173,20,87,1)','rgba(173,32,20,1)','rgba(153,45,34,1)','rgba(168,67,0,1)','rgba(194,124,14,1)','rgba(151,156,159,1)','rgba(93,104,109,1)','rgba(44,44,44,1)'];var u5=[u4['slice'](0x0,parseInt(u4['length']/0x2)),u4['slice'](parseInt(u4['length']/0x2))];u4['shift']();u3['appendChild'](BDFDB['DOMUtils']['create'](''+u5['map'](u6=>''+u6['map'](u7=>'')['join']('')+'')['join']('')+''));if(u2&&!BDFDB['ColorUtils']['compare'](u2,[0x0,0x0,0x0,0x0])){var u8=u4['indexOf'](BDFDB['ColorUtils']['convert'](u2,'RGBA'));tT(u8>-0x1?u3['querySelectorAll'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor'])[u8]:u3['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']),u2,!![]);}else tT(u3['querySelector'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor']),null,!![]);BDFDB['ListenerUtils']['addToChildren'](u3,'click',BDFDB['dotCN']['colorpickerswatch'],u9=>{if(BDFDB['DOMUtils']['containsClass'](u3,'disabled')||BDFDB['DOMUtils']['containsClass'](u9['currentTarget'],BDFDB['disCN']['colorpickerswatchdisabled']))return;else if(BDFDB['DOMUtils']['containsClass'](u9['currentTarget'],BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['ColorUtils']['openPicker'](u3,u9['currentTarget'],u9['currentTarget']['gradient']||u9['currentTarget']['style']['getPropertyValue']('background-color'));}else{tT(u3['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']),null,![]);tT(u9['currentTarget'],u9['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});BDFDB['ListenerUtils']['addToChildren'](u3,'mouseenter',BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'],ua=>{BDFDB['TooltipUtils']['create'](ua['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['CUSTOM_COLOR'],{'type':'bottom'});});BDFDB['ListenerUtils']['addToChildren'](u3,'mouseenter',BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor'],ub=>{BDFDB['TooltipUtils']['create'](ub['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['DEFAULT'],{'type':'bottom'});});};BDFDB['TimeUtils']={};BDFDB['TimeUtils']['interval']=function(uc,ud){if(typeof uc!='function'||typeof ud!='number'||ud<0x1)return;else return setInterval(()=>{BDFDB['TimeUtils']['suppress'](uc,'Interval')();},ud);};BDFDB['TimeUtils']['timeout']=function(ue,uf){if(typeof ue!='function')return;else if(typeof uf!='number'||uf<0x1)return setImmediate(()=>{BDFDB['TimeUtils']['suppress'](ue,'Immediate')();});else return setTimeout(()=>{BDFDB['TimeUtils']['suppress'](ue,'Timeout')();},uf);};BDFDB['TimeUtils']['clear']=function(ug){clearInterval(ug);clearTimeout(ug);clearImmediate(ug);};BDFDB['TimeUtils']['suppress']=function(uh,ui,uj){return function(...uk){try{return uh(...uk);}catch(ul){if(typeof ui!='string')ui='';BDFDB['LogUtils']['error'](ui+'\x20'+ul,uj);}};};BDFDB['LogUtils']={};BDFDB['LogUtils']['log']=function(um,un='BDFDB'){if(typeof um!='string')um='';console['log']('%c['+un+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',um['trim']());};BDFDB['LogUtils']['warn']=function(uo,up='BDFDB'){if(typeof uo!='string')uo='';console['warn']('%c['+up+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',uo['trim']());};BDFDB['LogUtils']['error']=function(uq,ur='BDFDB'){if(typeof uq!='string')uq='';console['error']('%c['+ur+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20'+uq['trim']());};BDFDB['StringUtils']={};BDFDB['StringUtils']['htmlEscape']=function(us){var ut=document['createElement']('div');ut['innerText']=us;return ut['innerHTML'];};BDFDB['StringUtils']['regEscape']=function(uu){return uu['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['StringUtils']['insertNRST']=function(uv){return uv['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['StringUtils']['getParsedLength']=function(uw,ux=gR['LastChannelStore']['getChannelId']()){if(!uw)return 0x0;var uy=gR['ChannelStore']['getChannel'](ux);var uz=!uy||uw['indexOf']('/')==0x0||uw['indexOf']('s/')==0x0||uw['indexOf']('+:')==0x0?uw['length']:gR['MessageCreationUtils']['parse'](uy,uw)['content']['length'];return uz>uw['length']?uz:uw['length'];};BDFDB['StringUtils']['highlight']=function(uA,uB){if(!uB||uB['length']<0x1)return uA;var uC=0x0,uD=uA,uE='',uF='';BDFDB['ArrayUtils']['getAllIndexes'](uA['toUpperCase'](),uB['toUpperCase']())['forEach'](uG=>{var uH=uC*(uE['length']+uF['length']);uG=uG+uH;var uI=uG+uB['length'];var uJ=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](uA['substring'](0x0,uG),'<'));var uK=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](uA['substring'](0x0,uG),'>'));if(uJ[uJ['length']-0x1]>uK[uK['length']-0x1])return;uA=uA['substring'](0x0,uG)+uE+uA['substring'](uG,uI)+uF+uA['substring'](uI);uC++;});return uA?uA:uD;};BDFDB['NumberUtils']={};BDFDB['NumberUtils']['formatBytes']=function(uL,uM){uL=parseInt(uL);if(isNaN(uL)||uL<0x0)return'0\x20Bytes';if(uL==0x1)return'1\x20Byte';var uN=Math['floor'](Math['log'](uL)/Math['log'](0x400));return parseFloat((uL/Math['pow'](0x400,uN))['toFixed'](uM<0x1?0x0:uM>0x14?0x14:uM||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][uN];};BDFDB['NumberUtils']['mapRange']=function(uO,uP,uQ){if(parseFloat(uQ)parseFloat(uO[0x1]))return parseFloat(uP[0x1]);else return parseFloat(uP[0x0])+(parseFloat(uQ)-parseFloat(uO[0x0]))*(parseFloat(uP[0x1])-parseFloat(uP[0x0]))/(parseFloat(uO[0x1])-parseFloat(uO[0x0]));};BDFDB['NumberUtils']['generateId']=function(uR){uR=BDFDB['ArrayUtils']['is'](uR)?uR:[];let d=Math['floor'](Math['random']()*0x2386f26fc10000);if(uR['includes'](d))return BDFDB['NumberUtils']['generateId'](uR);else{uR['push'](d);return d;}};BDFDB['NumberUtils']['compareVersions']=function(uT,uU){if(!uT||!uU)return!![];uT=uT['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uV=>parseInt(uV))['filter'](uW=>(uW||uW==0x0)&&!isNaN(uW));uU=uU['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uX=>parseInt(uX))['filter'](uY=>(uY||uY==0x0)&&!isNaN(uY));var uZ=Math['max'](uT['length'],uU['length']);if(!uZ)return!![];if(uT['length']>uU['length']){var v0=new Array(uT['length']-uU['length']);for(let v1=0x0;v1uU[v6])return!![];}return![];};BDFDB['NumberUtils']['getVersionDifference']=function(v7,v8){if(!v7||!v8)return![];v7=v7['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](v9=>parseInt(v9))['filter'](va=>(va||va==0x0)&&!isNaN(va));v8=v8['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](vb=>parseInt(vb))['filter'](vc=>(vc||vc==0x0)&&!isNaN(vc));var vd=Math['max'](v7['length'],v8['length']);if(!vd)return![];if(v7['length']>v8['length']){var ve=new Array(v7['length']-v8['length']);for(let vf=0x0;vf0x12c?'stable':da>0xc8?'canary':'ptb';else vn='stable';}else vn='stable';}}BDFDB['DiscordUtils']['getBuilt']['built']=vn;return vn;}};BDFDB['DiscordUtils']['getVersion']=function(){if(BDFDB['DiscordUtils']['getBuilt']['version'])return BDFDB['DiscordUtils']['getBuilt']['version'];else{var vr=null;try{vr=gO['electron']['remote']['app']['getVersion']();}catch(vs){vr='';}BDFDB['DiscordUtils']['getBuilt']['version']=vr;return vr;}};BDFDB['DiscordUtils']['getTheme']=function(){return BDFDB['DOMUtils']['containsClass'](document['documentElement'],BDFDB['disCN']['themelight'])?BDFDB['disCN']['themelight']:BDFDB['disCN']['themedark'];};BDFDB['DiscordUtils']['getMode']=function(){return document['querySelectorAll'](BDFDB['dotCN']['messagegroupcompact'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['messagegroupcozy'])['length']?'compact':'cozy';};BDFDB['DiscordUtils']['getZoomFactor']=function(){var vt=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var vu=Math['round'](0x64*window['outerWidth']/vt['width']);var vv=Math['round'](0x64*window['outerHeight']/vt['height']);return vu{BDFDB['Plugins'][vH]=vI;});})();(BDFDB['BDUtils']['setThemeCache']=function(){if(!BDFDB['BDUtils']['isBDv2']())return;BDFDB['Themes']={};for(let vJ of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](vJ)['then'](vK=>{BDFDB['Themes'][vJ]=vK;});})();var vL={};vL['BDFDB']={'BDFDBundefined':'BDFDB_undefined','cardInner':'inner-OP_8zd','cardWrapper':'card-rT4Wbb','charCounter':'counter-uAzbKp','colorPickerSwatches':'swatches','colorPickerSwatchesDisabled':'disabled','colorPickerSwatchSingle':'single-swatch','colorPickerSwatchSelected':'selected','favButtonContainer':'favbutton-8Fzu45','inputNumberButton':'button-J9muv5','inputNumberButtonDown':'down-cOY7Qp\x20button-J9muv5','inputNumberButtonUp':'up-mUs_72\x20button-J9muv5','inputNumberButtons':'buttons-our3p-','inputNumberWrapper':'numberInputWrapper-j4svZS','inputNumberWrapperDefault':'numberInputWrapperDefault-gRxcuK\x20numberInputWrapper-j4svZS','inputNumberWrapperMini':'numberInputWrapperMini-wtUU31\x20numberInputWrapper-j4svZS','overflowEllipsis':'ellipsis-qlo9sA','modalHeaderHasSibling':'hasSiblings-fRyjyl','modalTabContent':'tab-content','modalTabContentOpen':'open'};vL['BDrepo']={'bdGuild':'bd-guild','bdGuildAnimatable':'bd-animatable','bdGuildAudio':'bd-audio','bdGuildSelected':'bd-selected','bdGuildSeparator':'bd-guild-separator','bdGuildUnread':'bd-unread','bdGuildVideo':'bd-video','bdPillSelected':'bd-selected','bdPillUnread':'bd-unread','bdaAuthor':'bda-author','bdaControls':'bda-controls','bdaDescription':'bda-description','bdaDescriptionWrap':'bda-description-wrap','bdaFooter':'bda-footer','bdaHeader':'bda-header','bdaHeaderTitle':'bda-header-title','bdaLink':'bda-link','bdaLinks':'bda-links','bdaName':'bda-name','bdaSettingsButton':'bda-settings-button','bdaSlist':'bda-slist','bdaVersion':'bda-version','bdPfbtn':'bd-pfbtn','settingsOpen':'settings-open','settingsClosed':'settings-closed','switch':'ui-switch','switchCheckbox':'ui-switch-checkbox','switchChecked':'checked','switchItem':'ui-switch-item','switchWrapper':'ui-switch-wrapper'};vL['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};vL['NotFound']={'_':'','avatarStopAnimation':'stop-animation','badgeWrapper':'wrapper-232cHJ','channelPanelTitle':'title-eS5yk3','emoji':'emoji','guildChannels':'container-PNkimc','highlight':'highlight','hoverCardButton':'button-2CgfFz','loginScreen':'wrapper-3Q5DdO','nameContainerNameContainer':'container-2ax-kl','mention':'mention','select':'css-1kj8ui-container','selectArrow':'css-19bqh2r','selectArrowContainer':'css-bdfdb-indicatorContainer','selectArrowContainerDark':'css-12qlrak-indicatorContainer','selectArrowContainerLight':'css-11dkexk-indicatorContainer','selectArrowZone':'css-1wy0on6','selectControl':'css-bdfdb-control','selectControlDark':'css-15ejc46-control','selectControlLight':'css-oc2jo8-control','selectDummyInput':'css-gj7qu5-dummyInput','selectHasValue':'css-bdfdb-hasValue','selectIsOpen':'css-bdfdb-isOpen','selectIsSelected':'css-bdfdb-isSelected','selectMenu':'css-1ye7vu0','selectMenuOuter':'css-bdfdb-menuOuter','selectMenuOuterDark':'css-ua3v5p-menu','selectMenuOuterLight':'css-1ea7eys-menu','selectOption':'css-bdfdb-option','selectOptionDark':'css-1aymab5-option','selectOptionLight':'css-ddw2o3-option','selectOptionHoverDark':'css-1gnr91b-option','selectOptionHoverLight':'css-qgio2y-option','selectOptionSelectDark':'css-12o7ek3-option','selectOptionSelectLight':'css-1kft5vg-option','selectSingle':'css-bdfdb-singleValue','selectSingleDark':'css-1k00wn6-singleValue','selectSingleLight':'css-6nrxdk-singleValue','selectValue':'css-1hwfws3','splashBackground':'splashBackground-1FRCko','subtext':'subtext-3CDbHg','themeDark':'theme-dark','themeLight':'theme-light','themeUndefined':'theme-undefined','voiceDraggable':'draggable-1KoBzC'};vL['AccountDetails']=BDFDB['ModuleUtils']['findByProperties']('usernameContainer','container');vL['AccountDetailsButtons']=BDFDB['ModuleUtils']['findByProperties']('button','enabled','disabled');vL['ActivityFeed']=BDFDB['ModuleUtils']['findByProperties']('activityFeed');vL['Anchor']=BDFDB['ModuleUtils']['findByProperties']('anchor','anchorUnderlineOnHover');vL['AnimationContainer']=BDFDB['ModuleUtils']['findByProperties']('animatorLeft','didRender');vL['AppBase']=BDFDB['ModuleUtils']['findByProperties']('container','base');vL['AppInner']=BDFDB['ModuleUtils']['findByProperties']('app','layers');vL['AppMount']=BDFDB['ModuleUtils']['findByProperties']('appMount');vL['ApplicationStore']=BDFDB['ModuleUtils']['findByProperties']('applicationStore','navigation');vL['AppOuter']=BDFDB['ModuleUtils']['find'](vM=>typeof vM['app']=='string'&&Object['keys'](vM)['length']==0x1);vL['AuditLog']=BDFDB['ModuleUtils']['findByProperties']('auditLog');vL['AuthBox']=BDFDB['ModuleUtils']['findByProperties']('authBox');vL['Autocomplete']=BDFDB['ModuleUtils']['findByProperties']('autocomplete','autocompleteRow');vL['Avatar']=BDFDB['ModuleUtils']['findByProperties']('avatar','mask','wrapper');vL['AvatarIcon']=BDFDB['ModuleUtils']['findByProperties']('iconActiveLarge','iconActiveMedium');vL['Backdrop']=BDFDB['ModuleUtils']['findByProperties']('backdrop');vL['Badge']=BDFDB['ModuleUtils']['findByProperties']('numberBadge','textBadge','iconBadge');vL['BotTag']=BDFDB['ModuleUtils']['findByProperties']('botTag','botTagInvert');vL['Button']=BDFDB['ModuleUtils']['findByProperties']('colorBlack','button');vL['Call']=BDFDB['ModuleUtils']['findByProperties']('callAvatarWrapper','video');vL['CallCurrent']=BDFDB['ModuleUtils']['findByProperties']('wrapper','fullScreen');vL['CallDetails']=BDFDB['ModuleUtils']['findByProperties']('container','hotspot');vL['CallIncoming']=BDFDB['ModuleUtils']['findByProperties']('incomingCall','container');vL['CallIncomingInner']=BDFDB['ModuleUtils']['findByProperties']('incomingCallInner','members');vL['Card']=BDFDB['ModuleUtils']['findByProperties']('card','cardBrand');vL['CardStatus']=BDFDB['ModuleUtils']['findByProperties']('reset','error','card');vL['CardStore']=BDFDB['ModuleUtils']['findByProperties']('card','interactive','url');vL['Category']=BDFDB['ModuleUtils']['findByProperties']('wrapper','children','muted');vL['CategoryContainer']=BDFDB['ModuleUtils']['findByProperties']('addButtonIcon','containerDefault');vL['ChangeLog']=BDFDB['ModuleUtils']['findByProperties']('added','fixed','improved','progress');vL['Channel']=BDFDB['ModuleUtils']['findByProperties']('wrapper','content','modeSelected');vL['ChannelContainer']=BDFDB['ModuleUtils']['findByProperties']('actionIcon','containerDefault');vL['ChannelLimit']=BDFDB['ModuleUtils']['findByProperties']('users','total','wrapper');vL['ChannelTextArea']=BDFDB['ModuleUtils']['findByProperties']('textArea','attachButtonDivider');vL['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByProperties']('buttonWrapper','active');vL['ChatWindow']=BDFDB['ModuleUtils']['findByProperties']('chat','channelTextArea');vL['Checkbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxWrapper','round');vL['ColorPicker']=BDFDB['ModuleUtils']['findByProperties']('colorPickerCustom','customColorPickerInput');vL['ColorPickerInner']=BDFDB['ModuleUtils']['findByProperties']('saturation','hue','wrapper');vL['ContextMenu']=BDFDB['ModuleUtils']['findByProperties']('contextMenu','itemGroup');vL['ContextMenuCheckbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxInner','checkboxElement');vL['CtaVerification']=BDFDB['ModuleUtils']['findByProperties']('attendeeCTA','verificationNotice');vL['Cursor']=BDFDB['ModuleUtils']['findByProperties']('cursorDefault','userSelectNone');vL['CustomStatus']=BDFDB['ModuleUtils']['findByProperties']('customStatusContentIcon','customStatus');vL['CustomStatusIcon']=BDFDB['ModuleUtils']['findByProperties']('icon','emoji');vL['DmAddPopout']=BDFDB['ModuleUtils']['findByProperties']('popout','searchBarComponent');vL['DmAddPopoutItems']=BDFDB['ModuleUtils']['findByProperties']('friendSelected','friendWrapper');vL['DownloadLink']=BDFDB['ModuleUtils']['findByProperties']('downloadLink','size12');vL['Embed']=BDFDB['ModuleUtils']['findByProperties']('embed','embedAuthorIcon');vL['EmbedActions']=BDFDB['ModuleUtils']['findByProperties']('iconPlay','iconWrapperActive');vL['Emoji']=BDFDB['ModuleUtils']['find'](vN=>typeof vN['emoji']=='string'&&Object['keys'](vN)['length']==0x1);vL['EmojiButton']=BDFDB['ModuleUtils']['findByProperties']('emojiButton','sprite');vL['EmojiPicker']=BDFDB['ModuleUtils']['findByProperties']('emojiPicker','categories');vL['File']=BDFDB['ModuleUtils']['findByProperties']('downloadButton','fileNameLink');vL['Flex']=BDFDB['ModuleUtils']['findByProperties']('alignBaseline','alignCenter');vL['FlexChild']=BDFDB['ModuleUtils']['findByProperties']('flexChild','flex');vL['FlowerStar']=BDFDB['ModuleUtils']['findByProperties']('flowerStarContainer','flowerStar');vL['FormText']=BDFDB['ModuleUtils']['findByProperties']('description','modeDefault');vL['Friends']=BDFDB['ModuleUtils']['findByProperties']('friendsColumn','friendsRow');vL['Game']=BDFDB['ModuleUtils']['findByProperties']('game','gameName');vL['GameIcon']=BDFDB['ModuleUtils']['findByProperties']('gameIcon','small','xsmall');vL['GameLibrary']=BDFDB['ModuleUtils']['findByProperties']('gameLibrary','scroller');vL['GifFavoriteButton']=BDFDB['ModuleUtils']['findByProperties']('gifFavoriteButton','showPulse');vL['GiftInventory']=BDFDB['ModuleUtils']['findByProperties']('root','body','scroller');vL['GoLiveDetails']=BDFDB['ModuleUtils']['findByProperties']('panel','gameWrapper');vL['Guild']=BDFDB['ModuleUtils']['findByProperties']('wrapper','lowerBadge','svg');vL['GuildChannels']=BDFDB['ModuleUtils']['findByProperties']('positionedContainer','unreadBar');vL['GuildDiscovery']=BDFDB['ModuleUtils']['findByProperties']('pageWrapper','guildCard');vL['GuildDm']=BDFDB['ModuleUtils']['find'](vO=>typeof vO['pill']=='string'&&Object['keys'](vO)['length']==0x1);vL['GuildEdges']=BDFDB['ModuleUtils']['findByProperties']('wrapper','edge','autoPointerEvents');vL['GuildFolder']=BDFDB['ModuleUtils']['findByProperties']('folder','expandedGuilds');vL['GuildHeader']=BDFDB['ModuleUtils']['findByProperties']('header','name','bannerImage');vL['GuildHeaderButton']=BDFDB['ModuleUtils']['findByProperties']('button','open');vL['GuildIcon']=BDFDB['ModuleUtils']['findByProperties']('acronym','selected','wrapper');vL['GuildInvite']=BDFDB['ModuleUtils']['findByProperties']('wrapper','guildIconJoined');vL['GuildSettingsBanned']=BDFDB['ModuleUtils']['findByProperties']('bannedUser','bannedUserAvatar');vL['GuildSettingsInvite']=BDFDB['ModuleUtils']['findByProperties']('countdownColumn','inviteSettingsInviteRow');vL['GuildSettingsMember']=BDFDB['ModuleUtils']['findByProperties']('member','membersFilterPopout');vL['GuildServer']=BDFDB['ModuleUtils']['findByProperties']('blobContainer','pill');vL['GuildsItems']=BDFDB['ModuleUtils']['findByProperties']('guildSeparator','guildsError');vL['GuildsWrapper']=BDFDB['ModuleUtils']['findByProperties']('scrollerWrap','unreadMentionsBar','wrapper');vL['HeaderBar']=BDFDB['ModuleUtils']['findByProperties']('container','children','toolbar');vL['HeaderBarExtras']=BDFDB['ModuleUtils']['findByProperties']('headerBarLoggedOut','search');vL['HeaderBarSearch']=BDFDB['ModuleUtils']['findByProperties']('search','searchBar','open');vL['HeaderBarTopic']=BDFDB['ModuleUtils']['findByProperties']('topic','expandable','content');vL['HomeIcon']=BDFDB['ModuleUtils']['findByProperties']('homeIcon');vL['HotKeyRecorder']=BDFDB['ModuleUtils']['findByProperties']('editIcon','recording');vL['HoverCard']=BDFDB['ModuleUtils']['findByProperties']('card','active');vL['IconDirection']=BDFDB['ModuleUtils']['findByProperties']('directionDown','directionUp');vL['ImageWrapper']=BDFDB['ModuleUtils']['findByProperties']('clickable','imageWrapperBackground');vL['InviteModal']=BDFDB['ModuleUtils']['findByProperties']('inviteRow','modal');vL['Item']=BDFDB['ModuleUtils']['findByProperties']('item','side','header');vL['ItemLayerContainer']=BDFDB['ModuleUtils']['findByProperties']('layer','layerContainer');vL['Input']=BDFDB['ModuleUtils']['findByProperties']('inputMini','inputDefault');vL['LayerModal']=BDFDB['ModuleUtils']['findByProperties']('root','small','medium');vL['Layers']=BDFDB['ModuleUtils']['findByProperties']('layer','layers');vL['LiveTag']=BDFDB['ModuleUtils']['findByProperties']('liveRed','live');vL['LFG']=BDFDB['ModuleUtils']['findByProperties']('lfg','topSectionHeader');vL['Margins']=BDFDB['ModuleUtils']['findByProperties']('marginBottom4','marginCenterHorz');vL['Member']=BDFDB['ModuleUtils']['findByProperties']('member','ownerIcon');vL['MembersWrap']=BDFDB['ModuleUtils']['findByProperties']('membersWrap','membersGroup');vL['Mention']=BDFDB['ModuleUtils']['findByProperties']('wrapperHover','wrapperNoHover');vL['Message']=BDFDB['ModuleUtils']['findByProperties']('containerCozy','content');vL['MessageAccessory']=BDFDB['ModuleUtils']['findByProperties']('embedWrapper','gifFavoriteButton');vL['MessageBody']=BDFDB['ModuleUtils']['findByProperties']('buttonContainer','isMentioned');vL['MessageElements']=BDFDB['ModuleUtils']['findByProperties']('messageGroupBlockedBtn','dividerRed');vL['MessageFile']=BDFDB['ModuleUtils']['findByProperties']('cancelButton','filenameLinkWrapper');vL['MessageMarkup']=BDFDB['ModuleUtils']['findByProperties']('markup');vL['MessageOperations']=BDFDB['ModuleUtils']['find'](vP=>typeof vP['operations']=='string'&&Object['keys'](vP)['length']==0x1);vL['MessageSystem']=BDFDB['ModuleUtils']['findByProperties']('container','actionAnchor');vL['MessagesPopout']=BDFDB['ModuleUtils']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');vL['MessagesWelcome']=BDFDB['ModuleUtils']['findByProperties']('welcomeMessage','h1');vL['MessagesWrap']=BDFDB['ModuleUtils']['findByProperties']('messagesWrapper','messageGroupBlocked');vL['Modal']=BDFDB['ModuleUtils']['findByProperties']('modal','sizeLarge');vL['ModalDivider']=BDFDB['ModuleUtils']['find'](vQ=>typeof vQ['divider']=='string'&&Object['keys'](vQ)['length']==0x1);vL['ModalItems']=BDFDB['ModuleUtils']['findByProperties']('guildName','checkboxContainer');vL['ModalMiniContent']=BDFDB['ModuleUtils']['find'](vR=>typeof vR['modal']=='string'&&typeof vR['content']=='string'&&typeof vR['size']=='string'&&Object['keys'](vR)['length']==0x3);vL['ModalWrap']=BDFDB['ModuleUtils']['find'](vS=>typeof vS['modal']=='string'&&typeof vS['inner']=='string'&&Object['keys'](vS)['length']==0x2);vL['NameContainer']=vL['ContextMenu']['subMenuContext']?BDFDB['ModuleUtils']['findByProperties']('nameAndDecorators','name'):{};vL['NameTag']=BDFDB['ModuleUtils']['findByProperties']('bot','nameTag');vL['Note']=BDFDB['ModuleUtils']['find'](vT=>typeof vT['note']=='string'&&Object['keys'](vT)['length']==0x1);vL['Notice']=BDFDB['ModuleUtils']['findByProperties']('notice','noticeFacebook');vL['OptionPopout']=BDFDB['ModuleUtils']['findByProperties']('container','button','item');vL['PictureInPicture']=BDFDB['ModuleUtils']['findByProperties']('pictureInPicture','pictureInPictureWindow');vL['PillWrapper']=BDFDB['ModuleUtils']['find'](vU=>typeof vU['item']=='string'&&typeof vU['wrapper']=='string'&&Object['keys'](vU)['length']==0x2);vL['PrivateChannel']=BDFDB['ModuleUtils']['findByProperties']('channel','closeButton');vL['PrivateChannelList']=BDFDB['ModuleUtils']['findByProperties']('privateChannels','searchBar');vL['Popout']=BDFDB['ModuleUtils']['findByProperties']('popout','arrowAlignmentTop');vL['PopoutActivity']=BDFDB['ModuleUtils']['findByProperties']('ellipsis','activityActivityFeed');vL['QuickMessage']=BDFDB['ModuleUtils']['findByProperties']('quickMessage','isBlocked');vL['QuickSelect']=BDFDB['ModuleUtils']['findByProperties']('quickSelectArrow','selected');vL['QuickSwitch']=BDFDB['ModuleUtils']['findByProperties']('resultFocused','guildIconContainer');vL['QuickSwitchWrap']=BDFDB['ModuleUtils']['findByProperties']('container','miscContainer');vL['Reactions']=BDFDB['ModuleUtils']['findByProperties']('reactionBtn','reaction');vL['RecentMentions']=BDFDB['ModuleUtils']['findByProperties']('recentMentionsFilterPopout','mentionFilter');vL['Role']=BDFDB['ModuleUtils']['findByProperties']('roleCircle','roleName');vL['Scrollbar']=BDFDB['ModuleUtils']['findByProperties']('scrollbar','scrollbarGhost');vL['Scroller']=BDFDB['ModuleUtils']['findByProperties']('firefoxFixScrollFlex','scroller');vL['SearchBar']=BDFDB['ModuleUtils']['findByProperties']('container','clear');vL['SearchPopout']=BDFDB['ModuleUtils']['findByProperties']('datePicker','searchResultChannelIconBackground');vL['SearchPopoutWrap']=BDFDB['ModuleUtils']['findByProperties']('container','queryContainer');vL['SearchResults']=BDFDB['ModuleUtils']['findByProperties']('resultsWrapper','searchResults');vL['Select']=BDFDB['ModuleUtils']['findByProperties']('select','error','errorMessage');vL['SettingsCloseButton']=BDFDB['ModuleUtils']['findByProperties']('closeButton','keybind');vL['SettingsItems']=BDFDB['ModuleUtils']['findByProperties']('dividerMini','note');vL['SettingsTable']=BDFDB['ModuleUtils']['findByProperties']('headerOption','headerSize');vL['SettingsWindow']=BDFDB['ModuleUtils']['findByProperties']('contentRegion','standardSidebarView');vL['Slider']=BDFDB['ModuleUtils']['findByProperties']('slider','grabber');vL['Spoiler']=BDFDB['ModuleUtils']['findByProperties']('spoilerContainer','hidden');vL['Switch']=BDFDB['ModuleUtils']['findByProperties']('switchDisabled','valueChecked');vL['Table']=BDFDB['ModuleUtils']['findByProperties']('stickyHeader','emptyStateText');vL['Text']=BDFDB['ModuleUtils']['findByProperties']('defaultColor','defaultMarginh1');vL['TextColor']=BDFDB['ModuleUtils']['findByProperties']('colorStandard','colorMuted','colorError');vL['TextColor2']=BDFDB['ModuleUtils']['findByProperties']('base','muted','wrapper');vL['TextSize']=BDFDB['ModuleUtils']['findByProperties']('size10','size14','size20');vL['TextStyle']=BDFDB['ModuleUtils']['findByProperties']('large','primary','selectable');vL['Tip']=BDFDB['ModuleUtils']['findByProperties']('pro','inline');vL['Title']=BDFDB['ModuleUtils']['findByProperties']('title','size18');vL['TitleBar']=BDFDB['ModuleUtils']['findByProperties']('titleBar','wordmark');vL['Tooltip']=BDFDB['ModuleUtils']['findByProperties']('tooltip','tooltipTop');vL['Typing']=BDFDB['ModuleUtils']['findByProperties']('cooldownWrapper','typing');vL['UnreadBar']=BDFDB['ModuleUtils']['findByProperties']('active','bar','unread');vL['UserPopout']=BDFDB['ModuleUtils']['findByProperties']('userPopout','headerPlaying');vL['UserProfile']=BDFDB['ModuleUtils']['findByProperties']('topSectionNormal','tabBarContainer');vL['Video']=BDFDB['ModuleUtils']['findByProperties']('video','fullScreen');vL['VoiceChannel']=BDFDB['ModuleUtils']['findByProperties']('avatarSpeaking','voiceUser');vL['VoiceChannelList']=BDFDB['ModuleUtils']['findByProperties']('list','collapsed');vL['VoiceDetails']=BDFDB['ModuleUtils']['findByProperties']('container','customStatusContainer');vL['VoiceDetailsPing']=BDFDB['ModuleUtils']['findByProperties']('rtcConnectionQualityBad','rtcConnectionQualityFine');BDFDB['DiscordClassModules']=Object['assign']({},vL);var vV={'_bdguild':['BDrepo','bdGuild'],'_bdguildanimatable':['BDrepo','bdGuildAnimatable'],'_bdguildaudio':['BDrepo','bdGuildAudio'],'_bdguildselected':['BDrepo','bdGuildSelected'],'_bdguildseparator':['BDrepo','bdGuildSeparator'],'_bdguildunread':['BDrepo','bdGuildUnread'],'_bdguildvideo':['BDrepo','bdGuildVideo'],'_bdpillselected':['BDrepo','bdPillSelected'],'_bdpillunread':['BDrepo','bdPillUnread'],'_bdv2button':['BDv2repo','bdButton'],'_bdv2card':['BDv2repo','bdCard'],'_bdv2hastooltip':['BDv2repo','bdHasTooltip'],'_bdv2materialdesignicon':['BDv2repo','bdMaterialDesignIcon'],'_bdv2tooltipopen':['BDv2repo','vTooltipOpen'],'_repoauthor':['BDrepo','bdaAuthor'],'_repocheckbox':['BDrepo','switchCheckbox'],'_repocheckboxchecked':['BDrepo','switchChecked'],'_repocheckboxinner':['BDrepo','switch'],'_repocheckboxitem':['BDrepo','switchItem'],'_repocheckboxwrap':['BDrepo','switchWrapper'],'_repocontrols':['BDrepo','bdaControls'],'_repodescription':['BDrepo','bdaDescription'],'_repodescriptionwrap':['BDrepo','bdaDescriptionWrap'],'_repofolderbutton':['BDrepo','bdPfbtn'],'_repofooter':['BDrepo','bdaFooter'],'_repoheader':['BDrepo','bdaHeader'],'_repoheadertitle':['BDrepo','bdaHeaderTitle'],'_repolist':['BDrepo','bdaSlist'],'_repolink':['BDrepo','bdaLink'],'_repolinks':['BDrepo','bdaLinks'],'_reponame':['BDrepo','bdaName'],'_reposettingsbutton':['BDrepo','bdaSettingsButton'],'_reposettingsopen':['BDrepo','settingsOpen'],'_reposettingsclosed':['BDrepo','settingsClosed'],'_repoversion':['BDrepo','bdaVersion'],'accountinfo':['AccountDetails','container'],'accountinfoavatar':['AccountDetails','avatar'],'accountinfoavatarwrapper':['AccountDetails','avatarWrapper'],'accountinfobutton':['AccountDetailsButtons','button'],'accountinfobuttondisabled':['AccountDetailsButtons','disabled'],'accountinfobuttonenabled':['AccountDetailsButtons','enabled'],'accountinfodetails':['AccountDetails','usernameContainer'],'accountinfonametag':['AccountDetails','nameTag'],'activityfeed':['ActivityFeed','activityFeed'],'alignbaseline':['Flex','alignBaseline'],'aligncenter':['Flex','alignCenter'],'alignend':['Flex','alignEnd'],'alignstart':['Flex','alignStart'],'alignstretch':['Flex','alignStretch'],'anchor':['Anchor','anchor'],'anchorunderlineonhover':['Anchor','anchorUnderlineOnHover'],'animationcontainerbottom':['AnimationContainer','animatorBottom'],'animationcontainerleft':['AnimationContainer','animatorLeft'],'animationcontainerright':['AnimationContainer','animatorRight'],'animationcontainertop':['AnimationContainer','animatorTop'],'animationcontainerrender':['AnimationContainer','didRender'],'animationcontainerscale':['AnimationContainer','scale'],'animationcontainertranslate':['AnimationContainer','translate'],'app':['AppOuter','app'],'appcontainer':['AppBase','container'],'appmount':['AppMount','appMount'],'applayers':['AppInner','layers'],'applicationstore':['ApplicationStore','applicationStore'],'appold':['AppInner','app'],'auditlog':['AuditLog','auditLog'],'auditloguserhook':['AuditLog','userHook'],'authbox':['AuthBox','authBox'],'autocomplete':['Autocomplete','autocomplete'],'autocomplete2':['ChannelTextArea','autocomplete'],'autocompletecontent':['Autocomplete','content'],'autocompletecontenttitle':['Autocomplete','contentTitle'],'autocompletedescription':['Autocomplete','description'],'autocompletedescriptiondiscriminator':['Autocomplete','descriptionDiscriminator'],'autocompletedescriptionusername':['Autocomplete','descriptionUsername'],'autocompleteicon':['Autocomplete','icon'],'autocompleteiconforeground':['Autocomplete','iconForeground'],'autocompleteinner':['Autocomplete','autocompleteInner'],'autocompleterow':['Autocomplete','autocompleteRow'],'autocompleterowhorizontal':['Autocomplete','autocompleteRowHorizontal'],'autocompleterowvertical':['Autocomplete','autocompleteRowVertical'],'autocompleteselectable':['Autocomplete','selectable'],'autocompleteselected':['Autocomplete','selectorSelected'],'autocompleteselector':['Autocomplete','selector'],'avatar':['Avatar','avatar'],'avatarcursordefault':['Avatar','cursorDefault'],'avataricon':['AvatarIcon','icon'],'avatariconactivelarge':['AvatarIcon','iconActiveLarge'],'avatariconactivemedium':['AvatarIcon','iconActiveMedium'],'avatariconactivemini':['AvatarIcon','iconActiveMini'],'avatariconactivesmall':['AvatarIcon','iconActiveSmall'],'avatariconactivexlarge':['AvatarIcon','iconActiveXLarge'],'avatariconinactive':['AvatarIcon','iconInactive'],'avatariconsizelarge':['AvatarIcon','iconSizeLarge'],'avatariconsizemedium':['AvatarIcon','iconSizeMedium'],'avatariconsizemini':['AvatarIcon','iconSizeMini'],'avatariconsizesmol':['AvatarIcon','iconSizeSmol'],'avatariconsizesmall':['AvatarIcon','iconSizeSmall'],'avatariconsizexlarge':['AvatarIcon','iconSizeXLarge'],'avatarmask':['Avatar','mask'],'avatarnoicon':['AvatarIcon','noIcon'],'avatarpointer':['Avatar','pointer'],'avatarpointerevents':['Avatar','pointerEvents'],'avatarwrapper':['Avatar','wrapper'],'backdrop':['Backdrop','backdrop'],'badgewrapper':['NotFound','badgeWrapper'],'bottag':['BotTag','botTag'],'bottaginvert':['BotTag','botTagInvert'],'bottagmember':['Member','botTag'],'bottagmessage':['Message','botTag'],'bottagmessagecompact':['Message','botTagCompact'],'bottagmessagecozy':['Message','botTagCozy'],'bottagnametag':['NameTag','bot'],'bottagregular':['BotTag','botTagRegular'],'button':['Button','button'],'buttoncolorblack':['Button','colorBlack'],'buttoncolorbrand':['Button','colorBrand'],'buttoncolorgreen':['Button','colorGreen'],'buttoncolorgrey':['Button','colorGrey'],'buttoncolorlink':['Button','colorLink'],'buttoncolorprimary':['Button','colorPrimary'],'buttoncolorred':['Button','colorRed'],'buttoncolortransparent':['Button','colorTransparent'],'buttoncolorwhite':['Button','colorWhite'],'buttoncoloryellow':['Button','colorYellow'],'buttoncontents':['Button','contents'],'buttondisabledoverlay':['Button','disabledButtonOverlay'],'buttondisabledwrapper':['Button','disabledButtonWrapper'],'buttonfullwidth':['Button','fullWidth'],'buttongrow':['Button','grow'],'buttonhashover':['Button','hasHover'],'buttonhoverblack':['Button','hoverBlack'],'buttonhoverbrand':['Button','hoverBrand'],'buttonhovergreen':['Button','hoverGreen'],'buttonhovergrey':['Button','hoverGrey'],'buttonhoverlink':['Button','hoverLink'],'buttonhoverprimary':['Button','hoverPrimary'],'buttonhoverred':['Button','hoverRed'],'buttonhovertransparent':['Button','hoverTransparent'],'buttonhoverwhite':['Button','hoverWhite'],'buttonhoveryellow':['Button','hoverYellow'],'buttonlookblank':['Button','lookBlank'],'buttonlookfilled':['Button','lookFilled'],'buttonlookghost':['Button','lookGhost'],'buttonlookinverted':['Button','lookInverted'],'buttonlooklink':['Button','lookLink'],'buttonlookoutlined':['Button','lookOutlined'],'buttonsizeicon':['Button','sizeIcon'],'buttonsizelarge':['Button','sizeLarge'],'buttonsizemax':['Button','sizeMax'],'buttonsizemedium':['Button','sizeMedium'],'buttonsizemin':['Button','sizeMin'],'buttonsizesmall':['Button','sizeSmall'],'buttonsizexlarge':['Button','sizeXlarge'],'buttonspinner':['Button','spinner'],'buttonspinneritem':['Button','spinnerItem'],'buttonsubmitting':['Button','submitting'],'callavatarvideo':['Call','callAvatarVideo'],'callavatarvoice':['Call','callAvatarVoice'],'callavatarwrapper':['Call','callAvatarWrapper'],'callcurrentcontainer':['CallCurrent','wrapper'],'callcurrentdetails':['CallDetails','container'],'callcurrentvideo':['Video','video'],'callincoming':['CallIncoming','incomingCall'],'callincomingcontainer':['CallIncoming','container'],'callincominginner':['CallIncomingInner','incomingCallInner'],'callmembers':['CallIncomingInner','members'],'callselected':['Call','selected'],'callvideo':['Call','video'],'card':['Card','card'],'cardbrand':['Card','cardBrand'],'cardbrandoutline':['Card','cardBrandOutline'],'carddanger':['Card','cardDanger'],'carddangeroutline':['Card','cardDangerOutline'],'cardprimary':['Card','cardPrimary'],'cardprimaryeditable':['Card','cardPrimaryEditable'],'cardprimaryoutline':['Card','cardPrimaryOutline'],'cardprimaryoutlineeditable':['Card','cardPrimaryOutlineEditable'],'cardstore':['CardStore','card'],'cardstoreinteractive':['CardStore','interactive'],'cardsuccess':['Card','cardSuccess'],'cardsuccessoutline':['Card','cardSuccessOutline'],'cardwarning':['Card','cardWarning'],'cardwarningoutline':['Card','cardWarningOutline'],'categoryaddbutton':['CategoryContainer','addButton'],'categoryaddbuttonicon':['CategoryContainer','addButtonIcon'],'categorychildren':['Category','children'],'categoryclickable':['Category','clickable'],'categorycollapsed':['Category','collapsed'],'categorycontainerdefault':['CategoryContainer','containerDefault'],'categoryforcevisible':['CategoryContainer','forceVisible'],'categoryicon':['Category','icon'],'categoryiconvisibility':['CategoryContainer','iconVisibility'],'categorymuted':['Category','muted'],'categoryname':['Category','name'],'categorywrapper':['Category','wrapper'],'changelogadded':['ChangeLog','added'],'changelogfixed':['ChangeLog','fixed'],'changelogimproved':['ChangeLog','improved'],'changelogprogress':['ChangeLog','added'],'changelogtitle':['ChangeLog','title'],'channelactionicon':['ChannelContainer','actionIcon'],'channelchildicon':['ChannelContainer','iconItem'],'channelchildiconbase':['ChannelContainer','iconBase'],'channelchildren':['Channel','children'],'channelcontainerdefault':['ChannelContainer','containerDefault'],'channelcontent':['Channel','content'],'channeldisabled':['ChannelContainer','disabled'],'channelheaderchannelname':['ChatWindow','channelName'],'channelheaderchildren':['HeaderBar','children'],'channelheaderdivider':['HeaderBar','divider'],'channelheaderheaderbar':['HeaderBar','container'],'channelheaderheaderbarthemed':['HeaderBar','themed'],'channelheaderheaderbartitle':['HeaderBar','title'],'channelheadericon':['HeaderBar','icon'],'channelheadericonbadge':['HeaderBar','iconBadge'],'channelheadericonclickable':['HeaderBar','clickable'],'channelheadericonselected':['HeaderBar','selected'],'channelheadericonwrapper':['HeaderBar','iconWrapper'],'channelheadertitle':['ChatWindow','title'],'channelheadertitlewrapper':['ChatWindow','titleWrapper'],'channelheadersearch':['HeaderBarExtras','search'],'channelheadersearchbar':['HeaderBarSearch','searchBar'],'channelheadersearchicon':['HeaderBarSearch','icon'],'channelheadersearchinner':['HeaderBarSearch','search'],'channelheadertoolbar':['HeaderBar','toolbar'],'channelheadertoolbar2':['HeaderBarExtras','toolbar'],'channelheadertopic':['HeaderBarTopic','topic'],'channelheadertopicexpandable':['HeaderBarTopic','expandable'],'channelicon':['Channel','icon'],'channeliconvisibility':['ChannelContainer','iconVisibility'],'channelmentionsbadge':['ChannelContainer','mentionsBadge'],'channelmodeconnected':['Channel','modeConnected'],'channelmodelocked':['Channel','modeLocked'],'channelmodemuted':['Channel','modeMuted'],'channelmodeselected':['Channel','modeSelected'],'channelmodeunread':['Channel','modeUnread'],'channelname':['Channel','name'],'channelpanel':['AppBase','activityPanel'],'channelpaneltitle':['NotFound','channelPanelTitle'],'channelpanels':['AppBase','panels'],'channels':['AppBase','sidebar'],'channelselected':['ChannelContainer','selected'],'channelsscroller':['GuildChannels','scroller'],'channelsunreadbar':['GuildChannels','unreadBar'],'channelsunreadbarcontainer':['GuildChannels','positionedContainer'],'channelsunreadbarbottom':['GuildChannels','unreadBottom'],'channelsunreadbarunread':['GuildChannels','unread'],'channelsunreadbartop':['GuildChannels','unreadTop'],'channelunread':['Channel','unread'],'channeluserlimit':['ChannelLimit','wrapper'],'channeluserlimitcontainer':['ChannelContainer','userLimit'],'channeluserlimittotal':['ChannelLimit','total'],'channeluserlimitusers':['ChannelLimit','users'],'channelwrapper':['Channel','wrapper'],'charcounter':['BDFDB','charCounter'],'chat':['ChatWindow','chat'],'chatbase':['AppBase','base'],'chatcontent':['ChatWindow','chatContent'],'chatform':['ChatWindow','form'],'chatinner':['ChatWindow','content'],'chatspacer':['AppBase','content'],'checkbox':['Checkbox','checkbox'],'checkboxchecked':['Checkbox','checked'],'checkboxcontainer':['ModalItems','checkboxContainer'],'checkboxinput':['Checkbox','input'],'checkboxinputdefault':['Checkbox','inputDefault'],'checkboxinputdisabled':['Checkbox','inputDisabled'],'checkboxround':['Checkbox','round'],'checkboxwrapper':['Checkbox','checkboxWrapper'],'checkboxwrapperdisabled':['Checkbox','checkboxWrapperDisabled'],'clickable':['Message','clickOverride'],'colorbase':['TextColor2','base'],'colorerror':['TextColor','colorError'],'colormuted':['TextColor','colorMuted'],'colormuted2':['TextColor2','muted'],'colorpicker':['ColorPicker','colorPickerCustom'],'colorpickerhexinput':['ColorPicker','customColorPickerInput'],'colorpickerhue':['ColorPickerInner','hue'],'colorpickerinner':['ColorPickerInner','wrapper'],'colorpickerrow':['ColorPicker','colorPickerRow'],'colorpickersaturation':['ColorPickerInner','saturation'],'colorpickerswatch':['ColorPicker','colorPickerSwatch'],'colorpickerswatches':['BDFDB','colorPickerSwatches'],'colorpickerswatchesdisabled':['BDFDB','colorPickerSwatchesDisabled'],'colorpickerswatchcustom':['ColorPicker','custom'],'colorpickerswatchdefault':['ColorPicker','default'],'colorpickerswatchdisabled':['ColorPicker','disabled'],'colorpickerswatchdropper':['ColorPicker','colorPickerDropper'],'colorpickerswatchdropperfg':['ColorPicker','colorPickerDropperFg'],'colorpickerswatchnocolor':['ColorPicker','noColor'],'colorpickerswatchselected':['BDFDB','colorPickerSwatchSelected'],'colorpickerswatchsingle':['BDFDB','colorPickerSwatchSingle'],'colorstandard':['TextColor','colorStandard'],'contentregion':['SettingsWindow','contentRegion'],'contextmenu':['ContextMenu','contextMenu'],'contextmenucheckbox':['ContextMenuCheckbox','checkbox'],'contextmenucheckbox2':['ContextMenu','checkbox'],'contextmenucheckboxdisabled':['ContextMenuCheckbox','disabled'],'contextmenucheckboxinner':['ContextMenuCheckbox','checkboxInner'],'contextmenucheckboxelement':['ContextMenuCheckbox','checkboxElement'],'contextmenuhint':['ContextMenu','hint'],'contextmenuitem':['ContextMenu','item'],'contextmenuitembrand':['ContextMenu','brand'],'contextmenuitemclickable':['ContextMenu','clickable'],'contextmenuitemdanger':['ContextMenu','danger'],'contextmenuitemdisabled':['ContextMenu','disabled'],'contextmenuitemgroup':['ContextMenu','itemGroup'],'contextmenuitemtoggle':['ContextMenu','itemToggle'],'contextmenuitemselected':['ContextMenu','selected'],'contextmenuitemslider':['ContextMenu','itemSlider'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenucaret':['ContextMenu','caret'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'contextmenuslider':['ContextMenu','slider'],'contextmenusubcontext':['ContextMenu','subMenuContext'],'cooldownwrapper':['Typing','cooldownWrapper'],'cursordefault':['Cursor','cursorDefault'],'cursorpointer':['Cursor','cursorPointer'],'customstatus':['CustomStatus','customStatus'],'customstatuscontenticon':['CustomStatus','customStatusContentIcon'],'customstatusemoji':['CustomStatusIcon','emoji'],'customstatusicon':['CustomStatusIcon','icon'],'defaultcolor':['Text','defaultColor'],'description':['FormText','description'],'directioncolumn':['Flex','directionColumn'],'directiondown':['IconDirection','directionDown'],'directionleft':['IconDirection','directionLeft'],'directionright':['IconDirection','directionRight'],'directionrow':['Flex','directionRow'],'directionrowreverse':['Flex','directionRowReverse'],'directionup':['IconDirection','directionUp'],'directiontransition':['IconDirection','transition'],'disabled':['SettingsItems','disabled'],'discriminator':['NameTag','discriminator'],'divider':['ModalDivider','divider'],'dividerdefault':['SettingsItems','dividerDefault'],'dividermini':['SettingsItems','dividerMini'],'modaldivider':['ModalDivider','divider'],'modaldividerdefault':['SettingsItems','dividerDefault'],'modaldividermini':['SettingsItems','dividerMini'],'dmchannel':['PrivateChannel','channel'],'dmchannelactivity':['PrivateChannel','activity'],'dmchannelactivityemoji':['PrivateChannel','activityEmoji'],'dmchannelactivitytext':['PrivateChannel','activityText'],'dmchannelclose':['PrivateChannel','closeButton'],'dmchannelheader':['PrivateChannelList','header'],'dmchannels':['PrivateChannelList','privateChannels'],'dmpill':['GuildDm','pill'],'downloadlink':['DownloadLink','downloadLink'],'ellipsis':['PopoutActivity','ellipsis'],'embed':['Embed','embed'],'embedauthor':['Embed','embedAuthor'],'embedauthoricon':['Embed','embedAuthorIcon'],'embedauthorname':['Embed','embedAuthorName'],'embedauthornamelink':['Embed','embedAuthorNameLink'],'embedcentercontent':['Embed','centerContent'],'embedcontent':['Embed','embedContent'],'embedcontentinner':['Embed','embedContentInner'],'embeddescription':['Embed','embedDescription'],'embedfield':['Embed','embedField'],'embedfieldinline':['Embed','embedFieldInline'],'embedfieldname':['Embed','embedFieldName'],'embedfields':['Embed','embedFields'],'embedfieldvalue':['Embed','embedFieldValue'],'embedfooter':['Embed','embedFooter'],'embedfootericon':['Embed','embedFooterIcon'],'embedfooterseparator':['Embed','embedFooterSeparator'],'embedfootertext':['Embed','embedFooterText'],'embedgiftag':['Embed','embedGIFTag'],'embedgifv':['Embed','embedGIFV'],'embedhiddenspoiler':['Embed','hiddenSpoiler'],'embedhighbackgroundopacity':['Embed','highBackgroundOpacity'],'embediframe':['Embed','embedIframe'],'embedimage':['Embed','embedImage'],'embedinner':['Embed','embedInner'],'embedlink':['Embed','embedLink'],'embedlowbackgroundopacity':['Embed','lowBackgroundOpacity'],'embedmargin':['Embed','embedMargin'],'embedmarginlarge':['Embed','embedMarginLarge'],'embedmediumbackgroundopacity':['Embed','mediumBackgroundOpacity'],'embedpill':['Embed','embedPill'],'embedprovider':['Embed','embedProvider'],'embedproviderlink':['Embed','embedProviderLink'],'embedspoilerattachment':['Embed','spoilerAttachment'],'embedspoilerembed':['Embed','spoilerEmbed'],'embedspotify':['Embed','embedSpotify'],'embedthumbnail':['Embed','embedThumbnail'],'embedtitle':['Embed','embedTitle'],'embedtitlelink':['Embed','embedTitleLink'],'embedvideo':['Embed','embedVideo'],'embedvideoaction':['Embed','embedVideoAction'],'embedvideoactions':['Embed','embedVideoActions'],'embedvideoimagecomponent':['Embed','embedVideoImageComponent'],'embedvideoimagecomponentinner':['Embed','embedVideoImageComponentInner'],'embedwrapper':['MessageAccessory','embedWrapper'],'emoji':['Emoji','emoji'],'emojiold':['NotFound','emoji'],'emojibutton':['EmojiButton','emojiButton'],'emojibuttonhovered':['EmojiButton','emojiButtonHovered'],'emojibuttonnormal':['EmojiButton','emojiButtonNormal'],'emojibuttonsprite':['EmojiButton','sprite'],'emojipicker':['EmojiPicker','emojiPicker'],'emojipickeractivity':['EmojiPicker','activity'],'emojipickerbutton':['Reactions','reactionBtn'],'emojipickercategories':['EmojiPicker','categories'],'emojipickercategory':['EmojiPicker','category'],'emojipickercustom':['EmojiPicker','custom'],'emojipickerdimmer':['EmojiPicker','dimmer'],'emojipickerdisabled':['EmojiPicker','disabled'],'emojipickerdiversityselector':['EmojiPicker','diversitySelector'],'emojipickeremojiitem':['EmojiPicker','emojiItem'],'emojipickerflags':['EmojiPicker','flags'],'emojipickerfood':['EmojiPicker','food'],'emojipickerheader':['EmojiPicker','header'],'emojipickeritem':['EmojiPicker','item'],'emojipickernature':['EmojiPicker','nature'],'emojipickerobjects':['EmojiPicker','objects'],'emojipickerpeople':['EmojiPicker','people'],'emojipickerpopout':['EmojiPicker','popout'],'emojipickerpremiumpromo':['EmojiPicker','premiumPromo'],'emojipickerpremiumpromoclose':['EmojiPicker','premiumPromoClose'],'emojipickerpremiumpromodescription':['EmojiPicker','premiumPromoDescription'],'emojipickerpremiumpromoimage':['EmojiPicker','premiumPromoImage'],'emojipickerpremiumpromotitle':['EmojiPicker','premiumPromoTitle'],'emojipickerrecent':['EmojiPicker','recent'],'emojipickerrow':['EmojiPicker','row'],'emojipickersearchbar':['EmojiPicker','searchBar'],'emojipickerscroller':['EmojiPicker','scroller'],'emojipickerscrollerwrap':['EmojiPicker','scrollerWrap'],'emojipickerselected':['EmojiPicker','selected'],'emojipickerspriteitem':['EmojiPicker','spriteItem'],'emojipickerstickyheader':['EmojiPicker','stickyHeader'],'emojipickersymbols':['EmojiPicker','symbols'],'emojipickertravel':['EmojiPicker','travel'],'emojipickervisible':['EmojiPicker','visible'],'favbuttoncontainer':['BDFDB','favButtonContainer'],'fileattachment':['File','attachment'],'fileattachmentinner':['File','attachmentInner'],'filecancelbutton':['File','cancelButton'],'filedownloadbutton':['File','downloadButton'],'filename':['File','filename'],'filenamelink':['File','fileNameLink'],'filenamelinkwrapper':['File','filenameLinkWrapper'],'filenamewrapper':['File','filenameWrapper'],'flex':['FlexChild','flex'],'flex2':['Flex','flex'],'flexcenter':['Flex','flexCenter'],'flexchild':['FlexChild','flexChild'],'flexmarginreset':['FlexChild','flexMarginReset'],'flexspacer':['Flex','spacer'],'flowerstar':['FlowerStar','flowerStar'],'flowerstarchild':['FlowerStar','childContainer'],'flowerstarcontainer':['FlowerStar','flowerStarContainer'],'formtext':['FormText','formText'],'friends':['Friends','container'],'friendscolumn':['Friends','friendsColumn'],'friendscolumnnamewrap':['Friends','friendsColumnName'],'friendsrow':['Friends','friendsRow'],'friendstable':['Friends','friendsTable'],'friendstableheader':['Friends','friendsTableHeader'],'friendsusername':['Friends','username'],'game':['Game','game'],'gameicon':['GameIcon','gameIcon'],'gameiconlarge':['GameIcon','large'],'gameiconmedium':['GameIcon','medium'],'gameiconsmall':['GameIcon','small'],'gameiconxsmall':['GameIcon','xsmall'],'gamelibrary':['GameLibrary','gameLibrary'],'gamelibrarytable':['Table','table'],'gamelibrarytableheader':['Table','header'],'gamelibrarytablestickyheader':['Table','stickyHeader'],'gamename':['Game','gameName'],'gamenameinput':['Game','gameNameInput'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'goliveactions':['GoLiveDetails','actions'],'golivebody':['GoLiveDetails','body'],'goliveclickablegamewrapper':['GoLiveDetails','clickableGameWrapper'],'golivegameicon':['GoLiveDetails','gameIcon'],'golivegamename':['GoLiveDetails','gameName'],'golivegamewrapper':['GoLiveDetails','gameWrapper'],'golivepanel':['GoLiveDetails','panel'],'green':['TextStyle','statusGreen'],'grey':['TextStyle','statusGrey'],'guildbadgebase':['Badge','base'],'guildbadgeicon':['Badge','icon'],'guildbadgeiconbadge':['Badge','iconBadge'],'guildbadgeiconbadge2':['GuildsItems','iconBadge'],'guildbadgenumberbadge':['Badge','numberBadge'],'guildbadgetextbadge':['Badge','textBadge'],'guildbuttoncontainer':['GuildsItems','circleButtonMask'],'guildbuttoninner':['GuildsItems','circleIconButton'],'guildbuttonicon':['GuildsItems','circleIcon'],'guildbuttonpill':['GuildsItems','pill'],'guildbuttonselected':['GuildsItems','selected'],'guildchannels':['NotFound','guildChannels'],'guildcontainer':['GuildServer','blobContainer'],'guilddiscovery':['GuildDiscovery','pageWrapper'],'guildedge':['GuildEdges','edge'],'guildedgehalf':['GuildEdges','half'],'guildedgehigher':['GuildEdges','higher'],'guildedgemiddle':['GuildEdges','middle'],'guildedgewrapper':['GuildEdges','wrapper'],'guildserror':['GuildsItems','guildsError'],'guildserrorinner':['GuildsItems','errorInner'],'guildfolder':['GuildFolder','folder'],'guildfolderexpandendbackground':['GuildFolder','expandedFolderBackground'],'guildfolderexpandendbackgroundcollapsed':['GuildFolder','collapsed'],'guildfolderexpandendbackgroundhover':['GuildFolder','hover'],'guildfolderexpandedguilds':['GuildFolder','expandedGuilds'],'guildfolderguildicon':['GuildFolder','guildIcon'],'guildfoldericonwrapper':['GuildFolder','folderIconWrapper'],'guildfoldericonwrapperclosed':['GuildFolder','closedFolderIconWrapper'],'guildfoldericonwrapperexpanded':['GuildFolder','expandedFolderIconWrapper'],'guildfolderwrapper':['GuildFolder','wrapper'],'guildheader':['GuildHeader','container'],'guildheaderbannerimage':['GuildHeader','bannerImage'],'guildheaderbannerimagecontainer':['GuildHeader','animatedContainer'],'guildheaderbannervisible':['GuildHeader','bannerVisible'],'guildheaderbutton':['GuildHeaderButton','button'],'guildheaderbuttonopen':['GuildHeaderButton','open'],'guildheaderclickable':['GuildHeader','clickable'],'guildheaderhasbanner':['GuildHeader','hasBanner'],'guildheadericoncontainer':['GuildHeader','guildIconContainer'],'guildheadericonbgtiernone':['GuildHeader','iconBackgroundTierNone'],'guildheadericonbgtierone':['GuildHeader','iconBackgroundTierOne'],'guildheadericonbgtierthree':['GuildHeader','iconBackgroundTierThree'],'guildheadericonbgtiertwo':['GuildHeader','iconBackgroundTierTwo'],'guildheadericonpremiumgem':['GuildHeader','premiumGuildIconGem'],'guildheadericontiernone':['GuildHeader','iconTierNone'],'guildheadericontierone':['GuildHeader','iconTierOne'],'guildheadericontierthree':['GuildHeader','iconTierThree'],'guildheadericontiertwo':['GuildHeader','iconTierTwo'],'guildheaderheader':['GuildHeader','header'],'guildheadername':['GuildHeader','name'],'guildicon':['GuildIcon','icon'],'guildiconacronym':['GuildIcon','acronym'],'guildiconchildwrapper':['GuildIcon','childWrapper'],'guildiconselected':['GuildIcon','selected'],'guildiconwrapper':['GuildIcon','wrapper'],'guildinner':['Guild','wrapper'],'guildinnerwrapper':['GuildsItems','listItemWrapper'],'guildlowerbadge':['Guild','lowerBadge'],'guildouter':['GuildsItems','listItem'],'guildpill':['GuildServer','pill'],'guildpillitem':['PillWrapper','item'],'guildpillwrapper':['PillWrapper','wrapper'],'guildplaceholder':['GuildsItems','dragInner'],'guildplaceholdermask':['GuildsItems','placeholderMask'],'guilds':['AppBase','guilds'],'guildseparator':['GuildsItems','guildSeparator'],'guildserror':['GuildsItems','guildsError'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinvitechannelname':['GuildSettingsInvite','channelName'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'guildsscroller':['GuildsWrapper','scroller'],'guildsscrollerwrap':['GuildsWrapper','scrollerWrap'],'guildsvg':['Guild','svg'],'guildswrapper':['GuildsWrapper','wrapper'],'guildswrapperunreadmentionsbar':['GuildsWrapper','unreadMentionsBar'],'guildswrapperunreadmentionsbarbottom':['GuildsWrapper','unreadMentionsIndicatorBottom'],'guildswrapperunreadmentionsbartop':['GuildsWrapper','unreadMentionsIndicatorTop'],'guildupperbadge':['Guild','upperBadge'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'h2':['Text','h2'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height12':['UserPopout','height12'],'height16':['File','height16'],'height24':['Title','height24'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'homebuttonicon':['HomeIcon','homeIcon'],'homebuttonpill':['HomeIcon','pill'],'horizontal':['FlexChild','horizontal'],'horizontal2':['NotFound','_'],'horizontalreverse':['FlexChild','horizontalReverse'],'horizontalreverse2':['NotFound','_'],'hotkeybase':['NotFound','_'],'hotkeybutton':['HotKeyRecorder','button'],'hotkeybutton2':['NotFound','_'],'hotkeycontainer':['HotKeyRecorder','container'],'hotkeycontainer2':['NotFound','_'],'hotkeydisabled':['HotKeyRecorder','disabled'],'hotkeydisabled2':['NotFound','_'],'hotkeyediticon':['HotKeyRecorder','editIcon'],'hotkeyhasvalue':['HotKeyRecorder','hasValue'],'hotkeyinput':['HotKeyRecorder','input'],'hotkeyinput2':['HotKeyRecorder','input'],'hotkeylayout':['HotKeyRecorder','layout'],'hotkeylayout2':['HotKeyRecorder','layout'],'hotkeyrecording':['HotKeyRecorder','recording'],'hotkeyshadowpulse':['HotKeyRecorder','shadowPulse'],'hotkeytext':['HotKeyRecorder','text'],'hovercard':['HoverCard','card'],'hovercardbutton':['NotFound','hoverCardButton'],'hovercardinner':['BDFDB','cardInner'],'hovercardwrapper':['BDFDB','cardWrapper'],'icon':['EmbedActions','icon'],'iconactionswrapper':['EmbedActions','wrapper'],'iconexternal':['EmbedActions','iconExternal'],'iconexternalmargins':['EmbedActions','iconExternalMargins'],'iconplay':['EmbedActions','iconPlay'],'iconwrapper':['EmbedActions','iconWrapper'],'iconwrapperactive':['EmbedActions','iconWrapperActive'],'imageaccessory':['ImageWrapper','imageAccessory'],'imageclickable':['ImageWrapper','clickable'],'imageerror':['ImageWrapper','imageError'],'imageplaceholder':['ImageWrapper','imagePlaceholder'],'imageplaceholderoverlay':['ImageWrapper','imagePlaceholderOverlay'],'imagewrapper':['ImageWrapper','imageWrapper'],'imagewrapperbackground':['ImageWrapper','imageWrapperBackground'],'imagewrapperinner':['ImageWrapper','imageWrapperInner'],'imagezoom':['ImageWrapper','imageZoom'],'itemlayer':['ItemLayerContainer','layer'],'itemlayercontainer':['ItemLayerContainer','layerContainer'],'input':['Input','input'],'inputdefault':['Input','inputDefault'],'inputdisabled':['Input','disabled'],'inputeditable':['Input','editable'],'inputerror':['Input','error'],'inputerrormessage':['Input','errorMessage'],'inputfocused':['Input','focused'],'inputmini':['Input','inputMini'],'inputprefix':['Input','inputPrefix'],'inputsuccess':['Input','success'],'inputwrapper':['Input','inputWrapper'],'inputnumberbutton':['BDFDB','inputNumberButton'],'inputnumberbuttondown':['BDFDB','inputNumberButtonDown'],'inputnumberbuttonup':['BDFDB','inputNumberButtonUp'],'inputnumberbuttons':['BDFDB','inputNumberButtons'],'inputnumberwrapper':['BDFDB','inputNumberWrapper'],'inputnumberwrapperdefault':['BDFDB','inputNumberWrapperDefault'],'inputnumberwrappermini':['BDFDB','inputNumberWrapperMini'],'invite':['GuildInvite','wrapper'],'invitebutton':['GuildInvite','button'],'invitebuttoncontent':['GuildInvite','buttonContent'],'invitebuttonicon':['GuildInvite','buttonIcon'],'invitebuttoninner':['GuildInvite','buttonInner'],'invitebuttonsize':['GuildInvite','buttonSize'],'invitechannelname':['GuildInvite','channelName'],'invitecontent':['GuildInvite','content'],'invitecursordefault':['GuildInvite','cursorDefault'],'inviteguilddetail':['GuildInvite','guildDetail'],'inviteguildicon':['GuildInvite','guildIcon'],'inviteguildiconexpired':['GuildInvite','guildIconExpired'],'inviteguildiconimage':['GuildInvite','guildIconImage'],'inviteguildiconimagejoined':['GuildInvite','guildIconImageJoined'],'inviteguildiconjoined':['GuildInvite','guildIconJoined'],'inviteguildinfo':['GuildInvite','guildInfo'],'inviteguildname':['GuildInvite','guildName'],'inviteguildnameexpired':['GuildInvite','guildNameExpired'],'inviteguildnamejoined':['GuildInvite','guildNameJoined'],'inviteheader':['GuildInvite','header'],'invitehighbackgroundopacity':['GuildInvite','highBackgroundOpacity'],'inviteiconsizeoverride':['GuildInvite','iconSizeOverride'],'invitelowbackgroundopacity':['GuildInvite','lowBackgroundOpacity'],'invitemediumbackgroundopacity':['GuildInvite','mediumBackgroundOpacity'],'invitemodal':['InviteModal','modal'],'invitemodalinviterow':['InviteModal','inviteRow'],'invitemodalinviterowname':['InviteModal','inviteRowName'],'invitemodalwrapper':['InviteModal','wrapper'],'inviteonlinecount':['GuildInvite','onlineCount'],'inviteresolving':['GuildInvite','resolving'],'inviteresolvingbackground':['GuildInvite','resolvingBackground'],'invitestatus':['GuildInvite','status'],'invitestatusoffline':['GuildInvite','statusOffline'],'invitestatusonline':['GuildInvite','statusOnline'],'inviteuserselectnone':['GuildInvite','userSelectNone'],'justifycenter':['Flex','justifyCenter'],'justifyend':['Flex','justifyEnd'],'justifystart':['Flex','justifyStart'],'large':['TextStyle','large'],'layermodal':['LayerModal','root'],'layermodallarge':['LayerModal','large'],'layermodalmedium':['LayerModal','medium'],'layermodalsmall':['LayerModal','small'],'layer':['Layers','layer'],'layerbase':['Layers','baseLayer'],'layers':['Layers','layers'],'layersbg':['Layers','bg'],'lfg':['LFG','lfg'],'livetag':['LiveTag','live'],'livetaggray':['LiveTag','liveGray'],'livetaglarge':['LiveTag','liveLarge'],'livetagred':['LiveTag','liveRed'],'livetagsmall':['LiveTag','liveSmall'],'loginscreen':['NotFound','loginScreen'],'marginbottom4':['Margins','marginBottom4'],'marginbottom8':['Margins','marginBottom8'],'marginbottom20':['Margins','marginBottom20'],'marginbottom40':['Margins','marginBottom40'],'marginbottom60':['Margins','marginBottom60'],'margincenterhorz':['Margins','marginCenterHorz'],'marginleft4':['Autocomplete','marginLeft4'],'marginleft8':['Autocomplete','marginLeft8'],'marginreset':['Margins','marginReset'],'margintop4':['Margins','marginTop4'],'margintop8':['Margins','marginTop8'],'margintop20':['Margins','marginTop20'],'margintop40':['Margins','marginTop40'],'margintop60':['Margins','marginTop60'],'medium':['TextStyle','medium'],'member':['Member','member'],'membericon':['Member','icon'],'memberoffline':['Member','offline'],'memberownericon':['Member','ownerIcon'],'memberpremiumicon':['Member','premiumIcon'],'members':['MembersWrap','members'],'membersgroup':['MembersWrap','membersGroup'],'memberswrap':['MembersWrap','membersWrap'],'memberusername':['Member','roleColor'],'mention':['NotFound','mention'],'mentionwrapper':['Mention','wrapper'],'mentionwrapperhover':['Mention','wrapperHover'],'mentionwrappernohover':['Mention','wrapperNoHover'],'messageaccessory':['MessageAccessory','container'],'messageaccessorycompact':['MessageAccessory','containerCompact'],'messageaccessorycozy':['MessageAccessory','containerCozy'],'messageavatar':['Message','avatar'],'messagebarbase':['MessageElements','barBase'],'messagebarbuttonalt':['MessageElements','barButtonAlt'],'messagebarbuttonbase':['MessageElements','barButtonBase'],'messagebarbuttonicon':['MessageElements','barButtonIcon'],'messagebarbuttonmain':['MessageElements','barButtonMain'],'messagebarhasmore':['MessageElements','hasMore'],'messagebarjumptopresentbar':['MessageElements','jumpToPresentBar'],'messagebarloadingmore':['MessageElements','loadingMore'],'messagebarnewmessagesbar':['MessageElements','newMessagesBar'],'messagebarspan':['MessageElements','span'],'messagebarspinner':['MessageElements','spinner'],'messagebarspinneritem':['MessageElements','spinnerItem'],'messagebody':['MessageBody','container'],'messagebodycompact':['MessageBody','containerCompact'],'messagebodycozy':['MessageBody','containerCozy'],'messagebodyismentioned':['MessageBody','isMentioned'],'messagebodyismentionedcompact':['MessageBody','isMentionedCompact'],'messagebodyismentionedcozy':['MessageBody','isMentionedCozy'],'messagebuttoncontainer':['Message','buttonContainer'],'messagebuttoncontainerouter':['MessageBody','buttonContainer'],'messagecompact':['Message','messageCompact'],'messagecontent':['Message','content'],'messagecontentcompact':['Message','contentCompact'],'messagecontentcozy':['Message','contentCozy'],'messagedivider':['Message','divider'],'messagedividerenabled':['Message','dividerEnabled'],'messageedited':['MessageBody','edited'],'messagegroup':['Message','container'],'messagegroupblocked':['MessageElements','messageGroupBlocked'],'messagegroupblockedbtn':['MessageElements','messageGroupBlockedBtn'],'messagegroupblockedrevealed':['MessageElements','revealed'],'messagegroupcozy':['Message','containerCozy'],'messagegroupcompact':['Message','containerCompact'],'messagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messageheadercompact':['Message','headerCompact'],'messageheadercozy':['Message','headerCozy'],'messageheadercozymeta':['Message','headerCozyMeta'],'messagelocalbotmessage':['Message','localBotMessage'],'messagemarkup':['MessageMarkup','markup'],'messagemarkupiscompact':['MessageBody','isCompact'],'messageoperations':['MessageOperations','operations'],'messages':['MessagesWrap','messages'],'messagesdivider':['MessagesWrap','divider'],'messagespopout':['MessagesPopout','messagesPopout'],'messagespopoutaccessories':['MessagesPopout','accessories'],'messagespopoutactionbuttons':['MessagesPopout','actionButtons'],'messagespopoutbody':['MessagesPopout','body'],'messagespopoutbottom':['MessagesPopout','bottom'],'messagespopoutchannelname':['MessagesPopout','channelName'],'messagespopoutchannelseparator':['MessagesPopout','channelSeparator'],'messagespopoutclosebutton':['MessagesPopout','closeButton'],'messagespopoutcomment':['MessagesPopout','comment'],'messagespopoutcontainercompactbounded':['Message','containerCompactBounded'],'messagespopoutcontainercozybounded':['Message','containerCozyBounded'],'messagespopoutemptyplaceholder':['MessagesPopout','emptyPlaceholder'],'messagespopoutfooter':['MessagesPopout','footer'],'messagespopoutguildname':['MessagesPopout','guildName'],'messagespopouthasmore':['MessagesPopout','hasMore'],'messagespopouthasmorebutton':['MessagesPopout','hasMoreButton'],'messagespopoutheader':['MessagesPopout','header'],'messagespopouthidden':['MessagesPopout','hidden'],'messagespopoutimage':['MessagesPopout','image'],'messagespopoutjumpbutton':['MessagesPopout','jumpButton'],'messagespopoutloading':['MessagesPopout','loading'],'messagespopoutloadingmore':['MessagesPopout','loadingMore'],'messagespopoutloadingplaceholder':['MessagesPopout','loadingPlaceholder'],'messagespopoutmessagegroupcozy':['MessagesPopout','messageGroupCozy'],'messagespopoutmessagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagespopoutmessagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messagespopoutscrollingfooterwrap':['MessagesPopout','scrollingFooterWrap'],'messagespopoutspinner':['MessagesPopout','spinner'],'messagespopouttext':['MessagesPopout','text'],'messagespopouttip':['MessagesPopout','tip'],'messagespopouttitle':['MessagesPopout','title'],'messagespopoutvisible':['MessagesPopout','visible'],'messagespopoutwrap':['MessagesPopout','messagesPopoutWrap'],'messagesscrollerwrapper':['MessagesWrap','scrollerWrap'],'messageswelcomemessage':['MessagesWelcome','welcomeMessage'],'messageswelcomemessageheader':['MessagesWelcome','h1'],'messageswrapper':['MessagesWrap','messagesWrapper'],'messagesystem':['MessageSystem','container'],'messagesystemcontent':['MessageSystem','content'],'messagesystemicon':['MessageSystem','icon'],'messagetimedivider':['MessageElements','divider'],'messagetimedividerred':['MessageElements','dividerRed'],'messagetimedividercontent':['MessageElements','dividerContent'],'messagetimestampcompact':['Message','timestampCompact'],'messagetimestampcompactismentioned':['Message','timestampCompactIsMentioned'],'messagetimestampcozy':['Message','timestampCozy'],'messagetimestampsystem':['MessageSystem','timestamp'],'messageuploadcancel':['MessageFile','cancelButton'],'messageusername':['Message','username'],'modal':['ModalWrap','modal'],'modalclose':['Modal','close'],'modalcontent':['Modal','content'],'modalfooter':['Modal','footer'],'modalguildname':['ModalItems','guildName'],'modalheader':['Modal','header'],'modalheaderhassibling':['BDFDB','modalHeaderHasSibling'],'modalinner':['ModalWrap','inner'],'modalmini':['ModalMiniContent','modal'],'modalminicontent':['ModalMiniContent','content'],'modalminisize':['ModalMiniContent','size'],'modalminitext':['HeaderBarTopic','content'],'modalseparator':['Modal','separator'],'modalsizelarge':['Modal','sizeLarge'],'modalsizemedium':['Modal','sizeMedium'],'modalsizesmall':['Modal','sizeSmall'],'modalsub':['Modal','modal'],'modalsubinner':['Modal','inner'],'modaltabcontent':['BDFDB','modalTabContent'],'modaltabcontentopen':['BDFDB','modalTabContentOpen'],'modedefault':['FormText','modeDefault'],'modedisabled':['FormText','modeDisabled'],'modeselectable':['FormText','modeSelectable'],'namecontainer':['NameContainer','container'],'namecontaineravatar':['NameContainer','avatar'],'namecontainerclickable':['NameContainer','clickable'],'namecontainercontent':['NameContainer','content'],'namecontainerlayout':['NameContainer','layout'],'namecontainername':['NameContainer','name'],'namecontainernamecontainer':['NotFound','nameContainerNameContainer'],'namecontainernamewrapper':['NameContainer','nameAndDecorators'],'namecontainerselected':['NameContainer','selected'],'namecontainersubtext':['NameContainer','subText'],'nametag':['NameTag','nameTag'],'nochannel':['ChatWindow','noChannel'],'notice':['Notice','notice'],'noticebrand':['Notice','noticeBrand'],'noticebutton':['Notice','button'],'noticedanger':['Notice','noticeDanger'],'noticedefault':['Notice','noticeDefault'],'noticedismiss':['Notice','dismiss'],'noticefacebook':['Notice','noticeFacebook'],'noticeicon':['Notice','icon'],'noticeiconandroid':['Notice','iconAndroid'],'noticeiconapple':['Notice','iconApple'],'noticeiconwindows':['Notice','iconWindows'],'noticeinfo':['Notice','noticeInfo'],'noticeplatformicon':['Notice','platformIcon'],'noticepremium':['Notice','noticePremium'],'noticepremiumaction':['Notice','premiumAction'],'noticepremiumgrandfathered':['Notice','noticePremiumGrandfathered'],'noticepremiumlogo':['Notice','premiumLogo'],'noticepremiumtext':['Notice','premiumText'],'noticerichpresence':['Notice','noticeRichPresence'],'noticespotify':['Notice','noticeSpotify'],'noticestreamer':['Notice','noticeStreamerMode'],'noticesuccess':['Notice','noticeSuccess'],'noticesurvey':['Notice','noticeSurvey'],'note':['SettingsItems','note'],'nowrap':['Flex','noWrap'],'optionpopout':['OptionPopout','container'],'optionpopoutbutton':['OptionPopout','button'],'optionpopoutbuttonicon':['OptionPopout','icon'],'optionpopoutitem':['OptionPopout','item'],'overflowellipsis':['BDFDB','overflowEllipsis'],'pictureinpicture':['PictureInPicture','pictureInPicture'],'pictureinpicturewindow':['PictureInPicture','pictureInPictureWindow'],'popout':['Popout','popout'],'popoutarrowalignmenttop':['Popout','arrowAlignmentTop'],'popoutarrowalignmentmiddle':['Popout','arrowAlignmentMiddle'],'popoutbody':['Popout','body'],'popoutbottom':['Popout','popoutBottom'],'popoutbottomleft':['Popout','popoutBottomLeft'],'popoutbottomright':['Popout','popoutBottomRight'],'popoutfooter':['Popout','footer'],'popoutheader':['Popout','header'],'popoutinvert':['Popout','popoutInvert'],'popoutleft':['Popout','popoutLeft'],'popoutnoarrow':['Popout','noArrow'],'popoutnoshadow':['Popout','noShadow'],'popoutright':['Popout','popoutRight'],'popouts':['Popout','popouts'],'popoutsubtitle':['Popout','subtitle'],'popoutthemedpopout':['Popout','themedPopout'],'popouttip':['Popout','tip'],'popouttitle':['Popout','title'],'popouttop':['Popout','popoutTop'],'popouttopleft':['Popout','popoutTopLeft'],'popouttopright':['Popout','popoutTopRight'],'primary':['TextStyle','primary'],'quickmessage':['QuickMessage','quickMessage'],'quickmessagepopout':['UserPopout','quickMessage'],'quickselect':['QuickSelect','quickSelect'],'quickselectarrow':['QuickSelect','quickSelectArrow'],'quickselectclick':['QuickSelect','quickSelectClick'],'quickselectlabel':['QuickSelect','quickSelectLabel'],'quickselectpopout':['QuickSelect','quickSelectPopout'],'quickselectpopoutoption':['QuickSelect','quickSelectPopoutOption'],'quickselectpopoutscroll':['QuickSelect','quickSelectPopoutScroll'],'quickselectscroller':['QuickSelect','quickSelectScroller'],'quickselectselected':['QuickSelect','selected'],'quickselectvalue':['QuickSelect','quickSelectValue'],'quickswitcher':['QuickSwitchWrap','quickswitcher'],'quickswitchresult':['QuickSwitch','result'],'quickswitchresultfocused':['QuickSwitch','resultFocused'],'quickswitchresultguildicon':['QuickSwitch','guildIcon'],'quickswitchresultmatch':['QuickSwitch','match'],'quickswitchresultmisccontainer':['QuickSwitchWrap','miscContainer'],'quickswitchresultname':['QuickSwitch','name'],'quickswitchresultnote':['QuickSwitch','note'],'quickswitchresultusername':['QuickSwitch','username'],'recentmentionsfilterpopout':['RecentMentions','recentMentionsFilterPopout'],'recentmentionsheader':['RecentMentions','header'],'recentmentionsloadingmore':['RecentMentions','loadingMore'],'recentmentionsmentionfilter':['RecentMentions','mentionFilter'],'recentmentionsmentionfilterlabel':['RecentMentions','label'],'recentmentionsmentionfiltervalue':['RecentMentions','value'],'recentmentionspopout':['RecentMentions','recentMentionsPopout'],'red':['TextStyle','statusRed'],'reset':['CardStatus','reset'],'scrollbar':['Scrollbar','scrollbar'],'scrollbardefault':['Scrollbar','scrollbarDefault'],'scrollbarghost':['Scrollbar','scrollbarGhost'],'scrollbarghosthairline':['Scrollbar','scrollbarGhostHairline'],'scroller':['Scroller','scroller'],'scrollerfade':['Scroller','scrollerFade'],'scrollerfirefoxfixscrollflex':['Scroller','firefoxFixScrollFlex'],'scrollersystempad':['Scroller','systemPad'],'scrollerthemed':['Scroller','scrollerThemed'],'scrollerthemedwithtrack':['Scroller','themedWithTrack'],'scrollerthemeghost':['Scroller','themeGhost'],'scrollerthemeghosthairline':['Scroller','themeGhostHairline'],'scrollerthemeghosthairlinechannels':['Scroller','themeGhostHairlineChannels'],'scrollerwrap':['Scroller','scrollerWrap'],'searchbar':['SearchBar','container'],'searchbarclear':['SearchBar','clear'],'searchbarclose':['SearchBar','close'],'searchbaricon':['SearchBar','icon'],'searchbariconlayout':['SearchBar','iconLayout'],'searchbariconwrap':['SearchBar','iconContainer'],'searchbarinner':['SearchBar','inner'],'searchbarinput':['SearchBar','input'],'searchbarlarge':['SearchBar','large'],'searchbarmedium':['SearchBar','medium'],'searchbarsmall':['SearchBar','small'],'searchbartag':['SearchBar','tag'],'searchbarvisible':['SearchBar','visible'],'searchpopout':['SearchPopoutWrap','container'],'searchpopoutanswer':['SearchPopout','answer'],'searchpopoutdatepicker':['SearchPopout','datePicker'],'searchpopoutdatepickerhint':['SearchPopout','datePickerHint'],'searchpopoutdmaddpopout':['DmAddPopout','popout'],'searchpopoutddmaddfriend':['DmAddPopoutItems','friend'],'searchpopoutddmaddfriendwrapper':['DmAddPopoutItems','friendWrapper'],'searchpopoutdisplayavatar':['SearchPopout','displayAvatar'],'searchpopoutdisplayusername':['SearchPopout','displayUsername'],'searchpopoutdisplayednick':['SearchPopout','displayedNick'],'searchpopoutfilter':['SearchPopout','filter'],'searchpopoutheader':['SearchPopout','header'],'searchpopouthint':['SearchPopout','hint'],'searchpopouthintvalue':['SearchPopout','hintValue'],'searchpopoutlinksource':['SearchPopout','linkSource'],'searchpopoutnontext':['SearchPopout','nonText'],'searchpopoutoption':['SearchPopout','option'],'searchpopoutplusicon':['SearchPopout','plusIcon'],'searchpopoutresultchannel':['SearchPopout','resultChannel'],'searchpopoutresultsgroup':['SearchPopout','resultsGroup'],'searchpopoutsearchclearhistory':['SearchPopout','searchClearHistory'],'searchpopoutsearchlearnmore':['SearchPopout','searchLearnMore'],'searchpopoutsearchoption':['SearchPopout','searchOption'],'searchpopoutsearchresultchannelcategory':['SearchPopout','searchResultChannelCategory'],'searchpopoutsearchresultchannelicon':['SearchPopout','searchResultChannelIcon'],'searchpopoutsearchresultchanneliconbackground':['SearchPopout','searchResultChannelIconBackground'],'searchpopoutselected':['SearchPopout','selected'],'searchpopoutuser':['SearchPopout','user'],'searchresults':['SearchResults','searchResults'],'searchresultschannelname':['SearchResults','channelName'],'searchresultspagination':['SearchResults','pagination'],'searchresultspaginationdisabled':['SearchResults','disabled'],'searchresultspaginationnext':['SearchResults','paginationNext'],'searchresultspaginationprevious':['SearchResults','paginationPrevious'],'searchresultssearchheader':['SearchResults','searchHeader'],'searchresultswrap':['SearchResults','searchResultsWrap'],'searchresultswrapper':['SearchResults','resultsWrapper'],'select':['NotFound','select'],'selectable':['TextStyle','selectable'],'selectarrow':['NotFound','selectArrow'],'selectarrowcontainer':['NotFound','selectArrowContainer'],'selectarrowcontainerdark':['NotFound','selectArrowContainerDark'],'selectarrowcontainerlight':['NotFound','selectArrowContainerLight'],'selectarrowzone':['NotFound','selectArrowZone'],'selectcontrol':['NotFound','selectControl'],'selectcontroldark':['NotFound','selectControlDark'],'selectcontrollight':['NotFound','selectControlLight'],'selectdummyinput':['NotFound','selectDummyInput'],'selecthasvalue':['NotFound','selectHasValue'],'selectisopen':['NotFound','selectIsOpen'],'selectmenu':['NotFound','selectMenu'],'selectmenuouter':['NotFound','selectMenuOuter'],'selectmenuouterdark':['NotFound','selectMenuOuterDark'],'selectmenuouterlight':['NotFound','selectMenuOuterLight'],'selectoption':['NotFound','selectOption'],'selectoptiondark':['NotFound','selectOptionDark'],'selectoptionlight':['NotFound','selectOptionLight'],'selectoptionhoverdark':['NotFound','selectOptionHoverDark'],'selectoptionhoverlight':['NotFound','selectOptionHoverLight'],'selectoptionselectdark':['NotFound','selectOptionSelectDark'],'selectoptionselectlight':['NotFound','selectOptionSelectLight'],'selectselected':['NotFound','selectIsSelected'],'selectsingle':['NotFound','selectSingle'],'selectsingledark':['NotFound','selectSingleDark'],'selectsinglelight':['NotFound','selectSingleLight'],'selectvalue':['NotFound','selectValue'],'selectwrap':['Select','select'],'settingsclosebutton':['SettingsCloseButton','closeButton'],'settingsclosebuttoncontainer':['SettingsCloseButton','container'],'settingsheader':['Item','header'],'settingsitem':['Item','item'],'settingsitemselected':['Item','selected'],'settingsitemthemed':['Item','themed'],'settingsseparator':['Item','separator'],'settingstabbar':['Friends','tabBar'],'settingstabbarbadge':['Friends','badge'],'settingstabbartoppill':['Item','topPill'],'sidebarregion':['SettingsWindow','sidebarRegion'],'sinkinteractions':['Message','disableInteraction'],'size10':['TextSize','size10'],'size12':['TextSize','size12'],'size14':['TextSize','size14'],'size16':['TextSize','size16'],'size20':['TextSize','size20'],'size24':['TextSize','size24'],'size32':['TextSize','size32'],'slider':['Slider','slider'],'sliderbar':['Slider','bar'],'sliderbarfill':['Slider','barFill'],'sliderbubble':['Slider','bubble'],'sliderdisabled':['Slider','disabled'],'slidergrabber':['Slider','grabber'],'sliderinput':['Slider','input'],'slidermark':['Slider','mark'],'slidermarkdash':['Slider','markDash'],'slidermarkdashsimple':['Slider','markDashSimple'],'slidermarkvalue':['Slider','markValue'],'slidermini':['Slider','mini'],'slidertrack':['Slider','track'],'spoilercontainer':['Spoiler','spoilerContainer'],'spoilerhidden':['Spoiler','hidden'],'spoilertext':['Spoiler','spoilerText'],'spoilerwarning':['Spoiler','spoilerWarning'],'small':['TextStyle','small'],'splashbackground':['NotFound','splashBackground'],'standardsidebarview':['SettingsWindow','standardSidebarView'],'status':['Avatar','status'],'subtext':['NotFound','subtext'],'switch':['Switch','switch'],'switchdisabled':['Switch','switchDisabled'],'switchenabled':['Switch','switchEnabled'],'switchinner':['Switch','checkbox'],'switchinnerdisabled':['Switch','checkboxDisabled'],'switchinnerenabled':['Switch','checkboxEnabled'],'switchsize':['Switch','size'],'switchsizedefault':['Switch','sizeDefault'],'switchsizemini':['Switch','sizeMini'],'switchthemeclear':['Switch','themeClear'],'switchthemedefault':['Switch','themeDefault'],'switchvalue':['Switch','value'],'switchvaluechecked':['Switch','valueChecked'],'switchvalueunchecked':['Switch','valueUnchecked'],'systempad':['Scroller','systemPad'],'tabbar':['UserProfile','tabBar'],'tabbarcontainer':['UserProfile','tabBarContainer'],'tabbarheader':['RecentMentions','tabBar'],'tabbarheadercontainer':['RecentMentions','headerTabBarWrapper'],'tabbarheaderitem':['RecentMentions','tabBarItem'],'tabbaritem':['UserProfile','tabBarItem'],'tabbartop':['Item','top'],'tableheader':['SettingsTable','header'],'tableheadername':['SettingsTable','headerName'],'tableheaderoption':['SettingsTable','headerOption'],'tableheadersize':['SettingsTable','headerSize'],'textarea':['ChannelTextArea','textArea'],'textareaattachbutton':['ChannelTextArea','attachButton'],'textareaattachbuttondivider':['ChannelTextArea','attachButtonDivider'],'textareaattachbuttoninner':['ChannelTextArea','attachButtonInner'],'textareaattachbuttonplus':['ChannelTextArea','attachButtonPlus'],'textareabutton':['ChannelTextAreaButton','button'],'textareabuttonactive':['ChannelTextAreaButton','active'],'textareabuttonwrapper':['ChannelTextAreaButton','buttonWrapper'],'textareadisabled':['ChannelTextArea','textAreaDisabled'],'textareaedit':['ChannelTextArea','textAreaEdit'],'textareaenabled':['ChannelTextArea','textAreaEnabled'],'textareaenablednoattach':['ChannelTextArea','textAreaEnabledNoAttach'],'textareaicon':['ChannelTextAreaButton','icon'],'textareainner':['ChannelTextArea','inner'],'textareainnerautocomplete':['ChannelTextArea','innerAutocomplete'],'textareainnerdisabled':['ChannelTextArea','innerDisabled'],'textareainnerenablednoattach':['ChannelTextArea','innerEnabledNoAttach'],'textareainnernoautocomplete':['ChannelTextArea','innerNoAutocomplete'],'textareapickerbutton':['ChannelTextArea','button'],'textareapickerbuttoncontainer':['ChannelTextArea','buttonContainer'],'textareapickerbuttons':['ChannelTextArea','buttons'],'textareauploadinput':['ChannelTextArea','uploadInput'],'textareawrapall':['ChannelTextArea','channelTextArea'],'textareawrapchat':['ChatWindow','channelTextArea'],'textareawrapdisabled':['ChannelTextArea','channelTextAreaDisabled'],'textareawrapenablednoattach':['ChannelTextArea','channelTextAreaEnabledNoAttach'],'textlink':['Notice','textLink'],'textrow':['PopoutActivity','textRow'],'themedark':['NotFound','themeDark'],'themeghosthairline':['Scroller','themeGhostHairline'],'themelight':['NotFound','themeLight'],'themeundefined':['NotFound','themeUndefined'],'tip':['Tip','tip'],'tipblock':['Tip','block'],'tippro':['Tip','pro'],'tipinline':['Tip','inline'],'title':['SettingsItems','title'],'titlebar':['TitleBar','titleBar'],'titledefault':['SettingsItems','titleDefault'],'titlemini':['SettingsItems','titleMini'],'titlesize10':['UserPopout','size10'],'titlesize12':['UserPopout','size12'],'titlesize14':['UserPopout','size14'],'titlesize16':['UserPopout','size16'],'size18':['Title','size18'],'titlesize18':['Title','size18'],'tooltip':['Tooltip','tooltip'],'tooltipblack':['Tooltip','tooltipBlack'],'tooltipbottom':['Tooltip','tooltipBottom'],'tooltipbrand':['Tooltip','tooltipBrand'],'tooltipgreen':['Tooltip','tooltipGreen'],'tooltipgrey':['Tooltip','tooltipGrey'],'tooltipleft':['Tooltip','tooltipLeft'],'tooltippointer':['Tooltip','tooltipPointer'],'tooltipred':['Tooltip','tooltipRed'],'tooltipright':['Tooltip','tooltipRight'],'tooltiptop':['Tooltip','tooltipTop'],'tooltipyellow':['Tooltip','tooltipYellow'],'typing':['Typing','typing'],'unreadbar':['UnreadBar','bar'],'unreadbaractive':['UnreadBar','active'],'unreadbarcontainer':['UnreadBar','container'],'unreadbaricon':['UnreadBar','icon'],'unreadbarmention':['UnreadBar','mention'],'unreadbartext':['UnreadBar','text'],'unreadbarunread':['UnreadBar','unread'],'userpopout':['UserPopout','userPopout'],'userpopoutavatarhint':['UserPopout','avatarHint'],'userpopoutavatarhintinner':['UserPopout','avatarHintInner'],'userpopoutavatarwrapper':['UserPopout','avatarWrapper'],'userpopoutavatarwrappernormal':['UserPopout','avatarWrapperNormal'],'userpopoutbody':['UserPopout','body'],'userpopoutbodyinner':['UserPopout','bodyInner'],'userpopoutbodytitle':['UserPopout','bodyTitle'],'userpopoutcustomstatus':['UserPopout','customStatus'],'userpopoutcustomstatusemoji':['UserPopout','customStatusEmoji'],'userpopoutcustomstatussoloemoji':['UserPopout','customStatusSoloEmoji'],'userpopoutcustomstatustext':['UserPopout','customStatusText'],'userpopoutendbodysection':['UserPopout','endBodySection'],'userpopoutfooter':['UserPopout','footer'],'userpopoutheader':['UserPopout','header'],'userpopoutheaderbottagwithnickname':['UserPopout','headerBotTagWithNickname'],'userpopoutheadernamewrapper':['UserPopout','headerNameWrapper'],'userpopoutheadernickname':['UserPopout','headerName'],'userpopoutheadernonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadernormal':['UserPopout','headerNormal'],'userpopoutheaderplaying':['UserPopout','headerPlaying'],'userpopoutheaderspotify':['UserPopout','headerSpotify'],'userpopoutheaderstreaming':['UserPopout','headerStreaming'],'userpopoutheadertag':['UserPopout','headerTag'],'userpopoutheadertagnonickname':['UserPopout','headerTagNoNickname'],'userpopoutheadertagusernamenonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadertagwithnickname':['UserPopout','headerTagWithNickname'],'userpopoutheadertext':['UserPopout','headerText'],'userpopoutheadertop':['UserPopout','headerTop'],'userpopoutprotip':['UserPopout','protip'],'userpopoutrole':['Role','role'],'userpopoutrolecircle':['Role','roleCircle'],'userpopoutrolelist':['UserPopout','rolesList'],'userpopoutrolename':['Role','roleName'],'userpopoutroles':['Role','root'],'userprofile':['UserProfile','root'],'userprofilebody':['UserProfile','body'],'userprofilebottag':['UserProfile','botTag'],'userprofilecustomstatus':['UserProfile','customStatusText'],'userprofilecustomstatusemoji':['UserProfile','customStatusEmoji'],'userprofileheader':['UserProfile','header'],'userprofileheaderfill':['UserProfile','headerFill'],'userprofileheaderinfo':['UserProfile','headerInfo'],'userprofilelistavatar':['UserProfile','listAvatar'],'userprofilelistguildavatarwithouticon':['UserProfile','guildAvatarWithoutIcon'],'userprofilelistname':['UserProfile','listName'],'userprofilelistrow':['UserProfile','listRow'],'userprofilenametag':['UserProfile','nameTag'],'userprofiletopsectionnormal':['UserProfile','topSectionNormal'],'userprofiletopsectionplaying':['UserProfile','topSectionPlaying'],'userprofiletopsectionspotify':['UserProfile','topSectionSpotify'],'userprofiletopsectionstreaming':['UserProfile','topSectionStreaming'],'userprofiletopsectionxbox':['UserProfile','topSectionXbox'],'userprofileusername':['UserProfile','username'],'username':['NameTag','username'],'usernote':['Note','note'],'usernotepopout':['UserPopout','note'],'usernoteprofile':['UserProfile','note'],'vertical':['Flex','vertical'],'voiceavatar':['VoiceChannel','avatar'],'voiceavatarcontainer':['VoiceChannel','avatarContainer'],'voiceavatarlarge':['VoiceChannel','avatarLarge'],'voiceavatarsmall':['VoiceChannel','avatarSmall'],'voiceavatarspeaking':['VoiceChannel','avatarSpeaking'],'voiceclickable':['VoiceChannel','clickable'],'voicecontent':['VoiceChannel','content'],'voicedetails':['VoiceDetails','container'],'voicedetailsactive':['VoiceDetailsPing','active'],'voicedetailschannel':['VoiceDetails','channel'],'voicedetailscustomstatuscontainer':['VoiceDetails','customStatusContainer'],'voicedetailshotspot':['VoiceDetails','hotspot'],'voicedetailsinactive':['VoiceDetailsPing','inactive'],'voicedetailsinner':['VoiceDetails','inner'],'voicedetailslabelwrapper':['VoiceDetailsPing','labelWrapper'],'voicedetailsping':['VoiceDetailsPing','ping'],'voicedetailsqualityaverage':['VoiceDetailsPing','rtcConnectionQualityAverage'],'voicedetailsqualitybad':['VoiceDetailsPing','rtcConnectionQualityBad'],'voicedetailsqualityfine':['VoiceDetailsPing','rtcConnectionQualityFine'],'voicedetailsstatus':['VoiceDetailsPing','rtcConnectionStatus'],'voicedetailsstatusconnected':['VoiceDetailsPing','rtcConnectionStatusConnected'],'voicedetailsstatusconnecting':['VoiceDetailsPing','rtcConnectionStatusConnecting'],'voicedetailsstatuserror':['VoiceDetailsPing','rtcConnectionStatusError'],'voicedetailsstatustooltip':['VoiceDetails','statusTooltip'],'voicedetailsstatuswithpopout':['VoiceDetails','statusWithPopout'],'voicedraggable':['NotFound','voiceDraggable'],'voiceflipped':['VoiceChannel','flipped'],'voiceicon':['VoiceChannel','icon'],'voiceicons':['VoiceChannel','icons'],'voiceiconspacing':['VoiceChannel','iconSpacing'],'voicelist':['VoiceChannel','list'],'voicelist2':['VoiceChannelList','list'],'voicelistcollapsed':['VoiceChannel','listCollapse'],'voicelistcollapsed2':['VoiceChannelList','collapsed'],'voicelistdefault':['VoiceChannel','listDefault'],'voiceliveicon':['VoiceChannel','liveIcon'],'voicename':['VoiceChannel','username'],'voicenamefont':['VoiceChannel','usernameFont'],'voicenamespeaking':['VoiceChannel','usernameSpeaking'],'voiceselected':['VoiceChannel','selected'],'voiceuser':['VoiceChannel','voiceUser'],'voiceuserlarge':['VoiceChannel','userLarge'],'voiceusersmall':['VoiceChannel','userSmall'],'weightbold':['TextStyle','weightBold'],'weightlight':['TextStyle','weightLight'],'weightmedium':['TextStyle','weightMedium'],'weightnormal':['TextStyle','weightNormal'],'weightsemibold':['TextStyle','weightSemiBold'],'white':['TextStyle','white'],'whitney':['TextStyle','whitney'],'wrap':['Flex','wrap'],'wrapreverse':['Flex','wrapReverse'],'yellow':['TextStyle','statusYellow']};BDFDB['DiscordClasses']=Object['assign']({},vV);e['getDiscordClass']=(vW,vX)=>{var vY=vL['BDFDB']['BDFDBundefined'];if(vV[vW]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vW+'\x20not\x20found\x20in\x20DiscordClasses');return vY;}else if(!BDFDB['ArrayUtils']['is'](vV[vW])||vV[vW]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vW+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20DiscordClasses');return vY;}else if(vL[vV[vW][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vV[vW][0x0]+'\x20not\x20found\x20in\x20DiscordClassModules');return vY;}else if(vL[vV[vW][0x0]][vV[vW][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vV[vW][0x1]+'\x20not\x20found\x20in\x20'+vV[vW][0x0]+'\x20in\x20DiscordClassModules');return vY;}else{vY=vL[vV[vW][0x0]][vV[vW][0x1]];if(vX){vY=vY['split']('\x20')['filter'](vZ=>vZ['indexOf']('da-')!=0x0)['join'](vX?'.':'\x20');vY=vY||vL['BDFDB']['BDFDBundefined'];}return vY;}};BDFDB['disCN']=new Proxy(vV,{'get':function(w0,w1){return e['getDiscordClass'](w1,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(vV,{'get':function(w2,w3){return e['getDiscordClass'](w3,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(vV,{'get':function(w4,w5){return e['getDiscordClass'](w5,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(vV,{'get':function(w6,w7){let w8=e['getDiscordClass'](w7,!![]);return(w8['indexOf']('#')==0x0?'':'.')+w8;}});BDFDB['dotCNS']=new Proxy(vV,{'get':function(w9,wa){let wb=e['getDiscordClass'](wa,!![]);return(wb['indexOf']('#')==0x0?'':'.')+wb+'\x20';}});BDFDB['dotCNC']=new Proxy(vV,{'get':function(wc,wd){let we=e['getDiscordClass'](wd,!![]);return(we['indexOf']('#')==0x0?'':'.')+we+',';}});BDFDB['notCN']=new Proxy(vV,{'get':function(wf,wg){return':not(.'+e['getDiscordClass'](wg,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(vV,{'get':function(wh,wi){return':not(.'+e['getDiscordClass'](wi,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(vV,{'get':function(wj,wk){return':not(.'+e['getDiscordClass'](wk,!![])['split']('.')[0x0]+'),';}});var wl={},wm={},wn=gR['React']&&gR['React']['Component'];wl['Button']=BDFDB['ModuleUtils']['findByProperties']('Colors','Hovers','Looks');wl['ContextMenuToggleItem']=BDFDB['ModuleUtils']['findByName']('ToggleMenuItem');wl['FavButton']=BDFDB['ModuleUtils']['findByName']('GIFFavButton');wl['PopoutContainer']=BDFDB['ModuleUtils']['findByName']('Popout');wl['Select']=BDFDB['ModuleUtils']['findByName']('SelectTempWrapper');wl['Switch']=BDFDB['ModuleUtils']['findByName']('Switch');wl['TabBar']=BDFDB['ModuleUtils']['findByName']('TabBar');wl['TextInput']=BDFDB['ModuleUtils']['findByName']('TextInput');wl['TooltipContainer']=BDFDB['ModuleUtils']['findByName']('Tooltip');wm['BotTag']=wn?class BDFDB_BotTag extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('span',{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['invertColor']?BDFDB['disCN']['bottaginvert']:BDFDB['disCN']['bottagregular'],this['props']['className']),'style':this['props']['style'],'children':this['props']['tag']||BDFDB['LanguageUtils']['LanguageStrings']['BOT_TAG_BOT']});}}:wm['BotTag'];wm['Button']=wn?class BDFDB_Button extends gR['React']['Component']{['handleClick'](wo){if(typeof this['props']['onClick']=='function')this['props']['onClick'](wo,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['Button'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}));}}:wm['Button'];wm['Card']=wn?class BDFDB_Card extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['hovercardwrapper'],this['props']['backdrop']||this['props']['backdrop']===undefined?BDFDB['disCN']['hovercard']:null,this['props']['className']),'direction':this['props']['direction'],'justify':this['props']['justify'],'align':this['props']['align'],'wrap':this['props']['wrap'],'style':this['props']['style'],'onClick':wp=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,wp);},'children':[!this['props']['noRemove']?BDFDB['ReactUtils']['createElement'](wm['CardRemoveButton'],{'onClick':wq=>{if(typeof this['props']['onRemove']=='function')this['props']['onRemove'](this,wq);BDFDB['ListenerUtils']['stopEvent'](wq);}}):null]['concat'](this['props']['children'])});}}:wm['Card'];wm['CardRemoveButton']=BDFDB['ModuleUtils']['findByName']('RemoveButton');wm['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByName']('ChannelTextAreaButton');wm['CharCounter']=wn?class BDFDB_CharCounter extends gR['React']['Component']{['getCounterString'](){let wr=this['refElement']||{};let ws=wr['value']||'',wt=wr['selectionStart']||0x0,wu=wr['selectionEnd']||0x0;let wv=this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](ws):ws['length'];let ww=wu-wt==0x0?0x0:this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](ws['slice'](wt,wu)):wu-wt;ww=!ww?0x0:ww>wv?wv-(wv-wu-wt):ww;return''+wv+(!this['props']['max']?'':'/'+this['props']['max'])+(!ww?'':'\x20('+ww+')');}['updateCounter'](){if(!this['refElement'])return;clearTimeout(this['updateTimeout']);this['updateTimeout']=BDFDB['TimeUtils']['timeout'](this['forceUpdateCounter']['bind'](this),0x64);}['forceUpdateCounter'](){if(!this['refElement'])return;this['props']['children']=this['getCounterString']();BDFDB['ReactUtils']['forceUpdate'](this);}['handleSelection'](){if(!this['refElement'])return;let wx=()=>{BDFDB['TimeUtils']['timeout'](this['forceUpdateCounter']['bind'](this),0xa);};let wy=()=>{document['removeEventListener']('mousemove',wx);document['removeEventListener']('mouseup',wy);if(this['refElement']['selectionEnd']-this['refElement']['selectionStart'])BDFDB['TimeUtils']['timeout'](()=>{document['addEventListener']('click',wz);});};let wz=()=>{var wA=BDFDB['ReactUtils']['getValue'](document['querySelector'](BDFDB['dotCN']['contextmenu']),'return.stateNode.props.type');if(!wA||!wA['startsWith']('CHANNEL_TEXT_AREA'))this['forceUpdateCounter']();BDFDB['TimeUtils']['timeout'](this['forceUpdateCounter']['bind'](this),0x64);document['removeEventListener']('mousemove',wx);document['removeEventListener']('mouseup',wy);document['removeEventListener']('click',wz);};document['addEventListener']('mousemove',wx);document['addEventListener']('mouseup',wy);}['componentDidMount'](){if(this['props']['refClass']){let wB=BDFDB['ReactUtils']['findDOMNode'](this);if(wB){this['refElement']=wB['parentElement']['querySelector'](this['props']['refClass']);if(this['refElement']){if(!this['_updateCounter'])this['_updateCounter']=()=>{if(!document['contains'](wB))BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'keydown\x20click\x20change',this['_updateCounter']);else this['updateCounter']();};if(!this['_handleSelection'])this['_handleSelection']=()=>{if(!document['contains'](wB))BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'mousedown',this['_handleSelection']);else this['handleSelection']();};BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'keydown\x20click\x20change',this['_updateCounter']);BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'mousedown',this['_handleSelection']);BDFDB['ListenerUtils']['multiAdd'](this['refElement'],'keydown\x20click\x20change',this['_updateCounter']);BDFDB['ListenerUtils']['multiAdd'](this['refElement'],'mousedown',this['_handleSelection']);this['updateCounter']();}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','could\x20not\x20find\x20referenceElement\x20for\x20BDFDB_CharCounter');}}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','refClass\x20can\x20not\x20be\x20undefined\x20for\x20BDFDB_CharCounter');}['render'](){let wC=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['charcounter'],this['props']['className']),'children':this['getCounterString']()});BDFDB['ObjectUtils']['delete'](wC,'parsing','max','refClass');return BDFDB['ReactUtils']['createElement']('div',wC);}}:wm['CharCounter'];wm['Clickable']=BDFDB['ModuleUtils']['findByName']('Clickable');wm['ColorSwatches']=wn?class BDFDB_ColorSwatches extends gR['React']['Component']{constructor(wD){super(wD);wD['selectedColor']=BDFDB['ObjectUtils']['is'](wD['color'])?wD['color']:BDFDB['ColorUtils']['convert'](wD['color'],'RGBA');wD['colors']=(BDFDB['ArrayUtils']['is'](wD['colors'])?wD['colors']:[null,0x52e91e,0x2ecc71,0x1abc9c,0x3498db,0x3454db,0x861ee9,0x9b59b6,0xe91e63,0xe9411e,0xe74c3c,0xe67e22,0xf1c40f,0xc7cccd,0x708088,0x636363,0xffffff,0x3bad14,0x1f8b4c,0x11806a,0x206694,0x203994,0x6d14ad,0x71368a,0xad1457,0xad2014,0x992d22,0xa84300,0xc27c0e,0x979c9f,0x5d686d,0x2c2c2c])['map'](wE=>BDFDB['ColorUtils']['convert'](wE,'RGBA'));wD['colorRows']=wD['colors']['length']?[wD['colors']['slice'](0x0,parseInt(wD['colors']['length']/0x2)),wD['colors']['slice'](parseInt(wD['colors']['length']/0x2))]:[];wD['customColor']=wD['selectedColor']!=null?wD['colors']['indexOf'](wD['selectedColor'])>-0x1?null:wD['selectedColor']:null;wD['customSelected']=!!wD['customColor'];wD['pickerConfig']=BDFDB['ObjectUtils']['is'](wD['pickerConfig'])?wD['pickerConfig']:{'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}};this['state']=wD;var wG=this;this['ColorSwatch']=class ColorSwatch extends gR['React']['Component']{['render'](){let wH=!BDFDB['ColorUtils']['isBright'](this['props']['color']);return BDFDB['ReactUtils']['createElement']('button',{'type':'button','className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['colorpickerswatch'],this['props']['isDisabled']?BDFDB['disCN']['colorpickerswatchdisabled']:null,this['props']['isSelected']?BDFDB['disCN']['colorpickerswatchselected']:null,this['props']['isCustom']?BDFDB['disCN']['colorpickerswatchcustom']:null,this['props']['isSingle']?BDFDB['disCN']['colorpickerswatchsingle']:null,this['props']['color']==null?BDFDB['disCN']['colorpickerswatchnocolor']:null),'disabled':this['props']['isDisabled'],'onClick':c=>{if(!this['props']['isSelected']){let wJ=this['props']['isCustom']&&this['props']['color']==null?'rgba(0,0,0,1)':this['props']['color'];wG['setState']({'selectedColor':wJ,'customColor':this['props']['isCustom']?wJ:wG['state']['customColor'],'customSelected':this['props']['isCustom']});}if(this['props']['isCustom']||this['props']['isSingle']){let wK=BDFDB['ReactUtils']['findDOMNode'](this);if(wK)BDFDB['ColorUtils']['openPicker'](wG,wK,this['props']['color'],wG['state']['pickerConfig']);};},'onMouseEnter':c=>{let wM=this['props']['isCustom']||this['props']['isSingle']||this['props']['color']==null?BDFDB['ReactUtils']['findDOMNode'](this):null;if(wM)BDFDB['TooltipUtils']['create'](wM,this['props']['isCustom']||this['props']['isSingle']?BDFDB['LanguageUtils']['LanguageStrings']['CUSTOM_COLOR']:BDFDB['LanguageUtils']['LanguageStrings']['DEFAULT'],{'type':'bottom'});},'style':Object['assign']({},this['props']['style'],{'background':BDFDB['ObjectUtils']['is'](this['props']['color'])?BDFDB['ColorUtils']['createGradient'](this['props']['color']):BDFDB['ColorUtils']['convert'](this['props']['color'],'RGBA')}),'children':[this['props']['isCustom']||this['props']['isSingle']?BDFDB['ReactUtils']['createElement'](wm['SvgIcon'],{'className':BDFDB['disCN']['colorpickerswatchdropper'],'foreground':BDFDB['disCN']['colorpickerswatchdropperfg'],'name':wm['SvgIcon']['Names']['DROPPER'],'width':this['props']['isCustom']?0xe:0xa,'height':this['props']['isCustom']?0xe:0xa,'color':wH?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null,this['props']['isSelected']&&!this['props']['isSingle']?BDFDB['ReactUtils']['createElement'](wm['SvgIcon'],{'name':wm['SvgIcon']['Names']['CHECKMARK'],'width':this['props']['isCustom']?0x20:0x10,'height':this['props']['isCustom']?0x18:0x10,'color':wH?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null]});}};}['renderRow'](wN){return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['disCN']['colorpickerrow'],'wrap':wm['Flex']['Wrap']['WRAP'],'children':wN['map'](wO=>{return BDFDB['ReactUtils']['createElement'](this['ColorSwatch'],{'color':wO,'isCustom':![],'isSelected':!this['state']['customSelected']&&wO===this['state']['selectedColor'],'isDisabled':this['state']['disabled']});})});}['render'](){return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['colorpickerswatches'],this['state']['disabled']?BDFDB['disCN']['colorpickerswatchesdisabled']:null),'number':this['props']['number']!=null?this['props']['number']:0x0,'children':[BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'className':BDFDB['disCN']['marginreset'],'shrink':0x0,'grow':0x0,'wrap':!![],'children':[BDFDB['ReactUtils']['createElement'](this['ColorSwatch'],{'color':this['state']['customColor'],'isSingle':!this['state']['colors']['length'],'isCustom':this['state']['colors']['length'],'isSelected':this['state']['customSelected'],'isDisabled':this['state']['disabled'],'style':{'margin':0x0}})]}),this['state']['colors']['length']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'direction':wm['Flex']['Direction']['VERTICAL'],'className':BDFDB['disCN']['flexmarginreset'],'grow':0x1,'children':[this['renderRow'](this['state']['colorRows'][0x0]),this['renderRow'](this['state']['colorRows'][0x1])]}):null]});}}:wm['ColorSwatches'];wm['ContextMenu']=BDFDB['ModuleUtils']['findByName']('NativeContextMenu');wm['ContextMenuItem']=wn?class BDFDB_ContextMenuItem extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['Clickable'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['contextmenuitem'],!this['props']['disabled']?BDFDB['disCN']['contextmenuitemclickable']:null,this['props']['danger']?BDFDB['disCN']['contextmenuitemdanger']:null,this['props']['disabled']?BDFDB['disCN']['contextmenuitemdisabled']:null,this['props']['brand']?BDFDB['disCN']['contextmenuitembrand']:null,this['props']['className']),'style':this['props']['style'],'role':'menuitem','onClick':this['props']['disabled']||typeof this['props']['action']!='function'?null:this['props']['action'],'children':[BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['contextmenulabel'],'children':this['props']['label']}),BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['contextmenuhint'],'style':this['props']['hint']?{'width':0x2a,'maxWidth':0x2a,'marginLeft':0x8}:{},'children':this['props']['hint']?BDFDB['ReactUtils']['createElement'](wm['TextScroller'],{'speed':0x2,'children':this['props']['hint']}):null}),this['props']['children']]});}}:wm['ContextMenuItem'];wm['ContextMenuItemGroup']=BDFDB['ModuleUtils']['findByString']('\x22div\x22,{className','default.itemGroup}');wm['ContextMenuSliderItem']=BDFDB['ModuleUtils']['findByName']('SliderMenuItem');wm['ContextMenuSubItem']=BDFDB['ModuleUtils']['findByName']('FluxContainer(SubMenuItem)');wm['ContextMenuToggleItem']=wn?class BDFDB_ContextMenuToggleItem extends gR['React']['Component']{['handleToggle'](){if(typeof this['props']['action']=='function')this['props']['action'](!this['props']['active']);this['props']['active']=!this['props']['active'];BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['ContextMenuToggleItem'],Object['assign']({},this['props'],{'action':this['handleToggle']['bind'](this)}));}}:wm['ContextMenuToggleItem'];wm['FavButton']=wn?class BDFDB_FavButton extends gR['React']['Component']{['handleClick'](){if(typeof this['props']['onClick']=='function')this['props']['onClick'](!this['props']['isFavorite'],this);this['props']['isFavorite']=!this['props']['isFavorite'];BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['favbuttoncontainer'],'children':BDFDB['ReactUtils']['createElement'](wl['FavButton'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}))});}}:wm['FavButton'];wm['Flex']=BDFDB['ModuleUtils']['findByProperties']('Wrap','Direction','Child');wm['FormComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('FormSection','FormText')||{});wm['FormComponents']['FormItem']=wn?class BDFDB_FormItem extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':this['props']['className'],'style':this['props']['style'],'children':[BDFDB['ReactUtils']['createElement'](wm['Flex'],{'align':wm['Flex']['Align']['BASELINE'],'children':[this['props']['title']!=null||this['props']['error']!=null?BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'tag':this['props']['tag']||wm['FormComponents']['FormTitle']['Tags']['H5'],'disabled':this['props']['disabled'],'required':this['props']['required'],'error':this['props']['error'],'className':this['props']['titleClassName'],'children':this['props']['title']})}):null,BDFDB['ArrayUtils']['is'](this['props']['titlechildren'])?this['props']['titlechildren']:Array['of'](this['props']['titlechildren'])]})]['concat'](this['props']['children'])});}}:wm['FormComponents']['FormItem'];wm['IconBadge']=BDFDB['ModuleUtils']['findByName']('IconBadge');wm['ModalComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('ModalContent','ModalFooter')||{});wm['ModalComponents']['ModalTabContent']=wn?class BDFDB_ModalTabContent extends gR['React']['Component']{['render'](){let wP=Object['assign']({},this['props']);BDFDB['ObjectUtils']['delete'](wP,'open');return BDFDB['ReactUtils']['createElement'](wm['Flex'],Object['assign']({'tab':'unnamed'},wP,{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['modaltabcontent'],this['props']['open']?BDFDB['disCN']['modaltabcontentopen']:null,this['props']['className']),'direction':wm['Flex']['Direction']['VERTICAL'],'align':wm['Flex']['Align']['STRETCH'],'style':Object['assign']({},wP['style'],{'display':this['props']['open']?null:'none','marginTop':0xa})}));}}:wm['ModalComponents']['ModalTabContent'];wm['NumberBadge']=BDFDB['ModuleUtils']['findByName']('NumberBadge');wm['Popout']=wn?class BDFDB_Popout extends gR['React']['Component']{['render'](){let wQ=typeof this['props']['position']=='string'?this['props']['position']['toLowerCase']():null;let wR=wQ&&vV['popout'+wQ]?BDFDB['disCN']['popout'+wQ]:BDFDB['disCN']['popouttop'];let wS=!this['props']['arrow']?BDFDB['disCN']['popoutnoarrow']:wQ&&wQ['indexOf']('top')>-0x1&&wQ!='top'?BDFDB['disCN']['popoutarrowalignmenttop']:BDFDB['disCN']['popoutarrowalignmentmiddle'];return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['popout'],wR,this['props']['invert']&&wQ&&wQ!='bottom'?BDFDB['disCN']['popoutinvert']:null,wS,!this['props']['shadow']?BDFDB['disCN']['popoutnoshadow']:null,this['props']['className']),'id':this['props']['id'],'style':Object['assign']({},this['props']['style'],{'position':this['props']['isChild']?'relative':'absolute'}),'children':BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['popoutthemedpopout'],'style':{'padding':parseInt(this['props']['padding'])||null,'width':parseInt(this['props']['width'])||null},'children':this['props']['children']})});}}:wm['Popout'];wm['PopoutContainer']=wn?class BDFDB_PopoutContainer extends gR['React']['Component']{['handleRender'](wT){return BDFDB['ReactUtils']['createElement'](wm['Popout'],{'className':this['props']['popoutClassName'],'isChild':!![],'position':wT['position'],'arrow':this['props']['arrow'],'shadow':this['props']['shadow'],'padding':this['props']['padding'],'height':this['props']['height'],'width':this['props']['width'],'style':this['props']['popoutStyle'],'children':typeof this['props']['renderPopout']=='function'?this['props']['renderPopout'](this):null});}['componentDidMount'](){let wU=BDFDB['ReactUtils']['findOwner'](this,{'name':'BasePopout'});if(!wU||!wU['handleClick'])return;this['handleClick']=wU['handleClick'];this['close']=(...wV)=>{wU['close'](...wV);if(typeof this['props']['onClose']=='function')this['props']['onClose'](this);};this['domElementRef']=wU['domElementRef'];}['render'](){if(typeof this['props']['children']!='function'){let wW=this['props']['children'];this['props']['children']=c=>{return wW||BDFDB['ReactUtils']['createElement']('div',{'style':{'height':'100%','width':'100%'}});};}return BDFDB['ReactUtils']['createElement'](wm['Clickable'],{'className':this['props']['className'],'style':this['props']['style'],'onClick':wY=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wY['target'])){if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,wY);if((this['props']['openOnClick']||this['props']['openOnClick']===undefined)&&typeof this['handleClick']=='function')this['handleClick']();}else wY['stopPropagation']();},'onContextMenu':wZ=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wZ['target'])){if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,wZ);if(this['props']['openOnContextMenu']&&typeof this['handleClick']=='function')this['handleClick']();}else wZ['stopPropagation']();},'children':BDFDB['ReactUtils']['createElement'](wl['PopoutContainer'],Object['assign']({},this['props'],{'renderPopout':this['handleRender']['bind'](this)}))});}}:wm['PopoutContainer'];wm['Select']=wn?class BDFDB_Select extends gR['React']['Component']{['handleChange'](x0){if(typeof this['props']['onChange']=='function')this['props']['onChange'](x0,this);this['props']['value']=x0;BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['Select'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wm['Select'];wm['SettingsPanel']=wn?class BDFDB_SettingsPanel extends gR['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'direction':wm['Flex']['Direction']['VERTICAL'],'grow':0x1,'children':[typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'className':BDFDB['disCNS']['marginbottom20']+'BDFDB-settings-title','tag':wm['FormComponents']['FormTitle']['Tags']['H2'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':'BDFDB-settings-inner','direction':wm['Flex']['Direction']['VERTICAL'],'children':this['props']['children']})]}):null;}}:wm['SettingsPanel'];wm['SettingsPanelInner']=wn?class BDFDB_SettingsPanelInner extends gR['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'direction':wm['Flex']['Direction']['VERTICAL'],'children':[BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom8']}),typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'className':BDFDB['disCN']['marginbottom4'],'tag':wm['FormComponents']['FormTitle']['Tags']['H3'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':'BDFDB-settings-inner-list','direction':wm['Flex']['Direction']['VERTICAL'],'children':this['props']['children']}),BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom20']})]}):null;}}:wm['SettingsPanelInner'];wm['SettingsItem']=wn?class BDFDB_SettingsItem extends gR['React']['Component']{['handleChange'](x1){if(typeof this['props']['onChange']=='function')this['props']['onChange'](x1,this);}['render'](){if(typeof this['props']['type']!='string'||!['BUTTON','SWITCH','TEXTINPUT']['includes'](this['props']['type']['toUpperCase']()))return null;let x2=wm[this['props']['type']];if(!x2)return null;if(this['props']['mini']&&x2['Sizes'])this['props']['size']=x2['Sizes']['MINI']||x2['Sizes']['MIN'];let x3=Object['assign']({},this['props'],{'className':this['props']['childClassName'],'onChange':this['handleChange']['bind'](this)});BDFDB['ObjectUtils']['delete'](x3,'basis','dividerbottom','dividertop','label','labelchildren','mini','note','type','childClassName');return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['className'],this['props']['disabled']?BDFDB['disCN']['disabled']:null),'direction':wm['Flex']['Direction']['VERTICAL'],'align':wm['Flex']['Align']['STRETCH'],'children':[this['props']['dividertop']?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['marginbottom8']:BDFDB['disCN']['marginbottom20']}):null,BDFDB['ReactUtils']['createElement'](wm['Flex'],{'align':wm['Flex']['Align']['CENTER'],'children':[BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'children':BDFDB['ReactUtils']['createElement'](wm['SettingsLabel'],{'mini':this['props']['mini'],'label':this['props']['label']})}),BDFDB['ArrayUtils']['is'](this['props']['labelchildren'])?this['props']['labelchildren']:Array['of'](this['props']['labelchildren']),BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'grow':this['props']['basis']?0x1:0x0,'shrink':0x0,'basis':this['props']['basis'],'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](x2,x3)})]}),typeof this['props']['note']=='string'?BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'className':BDFDB['disCN']['note'],'children':BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormText'],{'disabled':this['props']['disabled'],'type':wm['FormComponents']['FormText']['Types']['DESCRIPTION'],'children':this['props']['note']})}):null,this['props']['dividerbottom']?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['margintop8']:BDFDB['disCN']['margintop20']}):null]});}}:wm['SettingsItem'];wm['SettingsLabel']=wn?class BDFDB_SettingsLabel extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('label',{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['mini']?BDFDB['disCN']['titlemini']:BDFDB['disCN']['titledefault'],BDFDB['disCN']['cursordefault']),'children':this['props']['label']});}}:wm['SettingsLabel'];wm['SettingsSwitch']=wn?class BDFDB_SettingsSwitch extends gR['React']['Component']{['saveSettings'](x4){if(typeof this['props']['onChange']=='function')this['props']['onChange'](x4,this);let x5=this['props']['keys']['filter'](x6=>x6);let x7=x5['shift']();if(BDFDB['ObjectUtils']['is'](this['props']['plugin'])&&x7){var x8=BDFDB['DataUtils']['load'](this['props']['plugin'],x7);var x9='';for(let xa of x5)x9+='{\x22'+xa+'\x22:';x9+=x4+'}'['repeat'](x5['length']);x9=JSON['parse'](x9);if(BDFDB['ObjectUtils']['is'](x9))BDFDB['ObjectUtils']['deepAssign'](x8,x9);else x8=x9;BDFDB['DataUtils']['save'](x8,this['props']['plugin'],x7);this['props']['plugin']['SettingsUpdated']=!![];}}['render'](){return BDFDB['ReactUtils']['createElement'](wm['SettingsItem'],Object['assign']({'keys':[]},this['props'],{'type':'Switch','onChange':this['saveSettings']['bind'](this)}));}}:wm['SettingsSwitch'];wm['SvgIcon']=BDFDB['ModuleUtils']['findByProperties']('Gradients','Names');wm['Switch']=wn?class BDFDB_Switch extends gR['React']['Component']{['handleChange'](){if(typeof this['props']['onChange']=='function')this['props']['onChange'](!this['props']['value'],this);this['props']['value']=!this['props']['value'];BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['Switch'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wm['Switch'];wm['TabBar']=wn?class BDFDB_TabBar extends gR['React']['Component']{['handleItemSelect'](xb){if(typeof this['props']['onItemSelect']=='function')this['props']['onItemSelect'](xb,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['TabBar'],Object['assign']({},this['props'],{'onItemSelect':this['handleItemSelect']['bind'](this)}));}}:wm['TabBar'];wm['TextElement']=BDFDB['ModuleUtils']['findByName']('Text');wm['TextInput']=wn?class BDFDB_TextInput extends gR['React']['Component']{['handleKeyDown'](xc){if(typeof this['props']['onKeyDown']=='function')this['props']['onKeyDown'](xc,this);}['handleChange'](xd){xd=BDFDB['ObjectUtils']['is'](xd)?xd['currentTarget']['value']:xd;if(typeof this['props']['onChange']=='function')this['props']['onChange'](xd,this);this['props']['value']=xd;BDFDB['ReactUtils']['forceUpdate'](this);}['handleInput'](xe){xe=BDFDB['ObjectUtils']['is'](xe)?xe['currentTarget']['value']:xe;if(typeof this['props']['onInput']=='function')this['props']['onInput'](xe,this);}['handleBlur'](xf){if(typeof this['props']['onBlur']=='function')this['props']['onBlur'](xf,this);}['handleFocus'](xg){if(typeof this['props']['onFocus']=='function')this['props']['onFocus'](xg,this);}['handleMouseEnter'](xh){if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](xh,this);}['handleMouseLeave'](xi){if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](xi,this);}['handleNumberButton'](xj,xk){clearTimeout(xj['pressedTimeout']);xj['pressedTimeout']=BDFDB['TimeUtils']['timeout'](c=>{delete this['props']['focused'];BDFDB['ReactUtils']['forceUpdate'](this);},0x3e8);this['props']['focused']=!![];this['handleChange']['bind'](this)(xk);this['handleInput']['bind'](this)(xk);}['componentDidMount'](){let xm=BDFDB['ReactUtils']['findDOMNode'](this);if(!xm)return;xm=xm['querySelector']('input')||xm;if(xm&&!xm['patched']){xm['addEventListener']('keydown',xn=>{this['handleKeyDown']['bind'](this)(xn);xn['stopImmediatePropagation']();});xm['patched']=!![];}}['render'](){let xo=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['size']&&wm['TextInput']['Sizes'][this['props']['size']['toUpperCase']()]&&BDFDB['disCN']['input'+this['props']['size']['toLowerCase']()]||BDFDB['disCN']['inputdefault'],this['props']['inputClassName'],this['props']['focused']?BDFDB['disCN']['inputfocused']:null,this['props']['error']||this['props']['errorMessage']?BDFDB['disCN']['inputerror']:this['props']['success']?BDFDB['disCN']['inputsuccess']:null,this['props']['disabled']?BDFDB['disCN']['inputdisabled']:null,this['props']['editable']?BDFDB['disCN']['inputeditable']:null),'disabled':this['props']['disabled'],'onKeyDown':this['handleKeyDown']['bind'](this),'onChange':this['handleChange']['bind'](this),'onInput':this['handleInput']['bind'](this),'onBlur':this['handleBlur']['bind'](this),'onFocus':this['handleFocus']['bind'](this),'onMouseEnter':this['handleMouseEnter']['bind'](this),'onMouseLeave':this['handleMouseLeave']['bind'](this),'ref':this['props']['inputRef']});BDFDB['ObjectUtils']['delete'](xo,'errorMessage','focused','error','success','inputClassName','inputPrefix','size','editable','inputRef','style');return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['inputwrapper'],this['props']['type']=='number'?this['props']['size']&&wm['TextInput']['Sizes'][this['props']['size']['toUpperCase']()]&&BDFDB['disCN']['inputnumberwrapper'+this['props']['size']['toLowerCase']()]||BDFDB['disCN']['inputnumberwrapperdefault']:null,this['props']['className']),'style':this['props']['style'],'children':[this['props']['inputPrefix']?BDFDB['ReactUtils']['createElement']('span',{'className':BDFDB['disCN']['inputprefix']}):null,this['props']['type']=='number'?BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttons'],'children':[BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttonup'],'onClick':xp=>{var xq=parseInt(this['props']['min']);var xr=parseInt(this['props']['max']);var xs=parseInt(this['props']['value'])+0x1||xq||0x0;if(isNaN(xr)||!isNaN(xr)&&xs<=xr)this['handleNumberButton']['bind'](this)(xp['_targetInst'],isNaN(xq)||!isNaN(xq)&&xs>=xq?xs:xq);}}),BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttondown'],'onClick':xt=>{var xu=parseInt(this['props']['min']);var xv=parseInt(this['props']['max']);var xw=parseInt(this['props']['value'])-0x1||xu||0x0;if(isNaN(xu)||!isNaN(xu)&&xw>=xu)this['handleNumberButton']['bind'](this)(xt['_targetInst'],isNaN(xv)||!isNaN(xv)&&xw<=xv?xw:xv);}})]}):null,BDFDB['ReactUtils']['createElement']('input',xo),this['props']['errorMessage']?BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputerrormessage'],'children':this['props']['errorMessage']}):null]});}}:wm['TextInput'];wm['TextScroller']=wn?class BDFDB_TextScroller extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':'BDFDB-textscroller','style':{'position':'relative','display':'block','overflow':'hidden'},'ref':xx=>{let xy=BDFDB['ReactUtils']['findDOMNode'](xx);if(xy){var xz=xy['firstElementChild'];var xA=new gR['AnimationUtils']['Value'](0x0);xA['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](xz)['width']-BDFDB['DOMUtils']['getRects'](xy)['width'])*-0x1]})['addListener'](xB=>{xz['style']['setProperty']('left',xB['value']+'px','important');});this['scroll']=xC=>{var xD=xC+parseFloat(xz['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](xz)['width']-BDFDB['DOMUtils']['getRects'](xy)['width']);xD=isNaN(xD)||!isFinite(xD)?xC:xD;xD*=BDFDB['DOMUtils']['getRects'](xz)['width']/(BDFDB['DOMUtils']['getRects'](xy)['width']*0x2);gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](xA,{'toValue':xC,'duration':Math['sqrt'](xD**0x2)*0xfa0/(parseInt(this['props']['speed'])||0x1)})])['start']();};}},'onMouseEnter':xE=>{var xF=xE['currentTarget'];var xG=xF['firstElementChild'];if(BDFDB['DOMUtils']['getRects'](xF)['width']{var xI=xH['currentTarget'];var xJ=xI['firstElementChild'];if(this['scrolling']){delete this['scrolling'];xJ['style']['setProperty']('display','inline','important');this['scroll'](0x0);}},'children':BDFDB['ReactUtils']['createElement']('div',{'style':{'left':'0','position':'relative','display':'inline','whiteSpace':'nowrap'},'children':this['props']['children']})});}}:wm['TextScroller'];wm['TooltipContainer']=wn?class BDFDB_TooltipContainer extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['Clickable'],{'className':this['props']['className'],'onMouseEnter':xK=>{BDFDB['TooltipUtils']['create'](xK['currentTarget'],this['props']['text'],Object['assign']({},this['props']['tooltipConfig']));if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](this,xK);},'onMouseLeave':xL=>{if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](this,xL);},'onClick':xM=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,xM);},'onContextMenu':xN=>{if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,xN);},'children':this['props']['children']});}}:wm['TooltipContainer'];for(let xO in wl)if(wm[xO])for(let xP in wl[xO])if(xP!='displayName'&&xP!='name'&&typeof wl[xO][xP]!='function')wm[xO][xP]=wl[xO][xP];BDFDB['LibraryComponents']=Object['assign']({},wm);var xQ=gR['LanguageStore']&&gR['LanguageStore']['_proxyContext']?Object['assign']({},gR['LanguageStore']['_proxyContext']['defaultMessages']):{};BDFDB['LanguageUtils']={};BDFDB['LanguageUtils']['languages']={'$discord':{'name':'Discord\x20(English\x20(US))','id':'en-US','ownlang':'English\x20(US)','integrated':![],'dic':![]},'af':{'name':'Afrikaans','id':'af','ownlang':'Afrikaans','integrated':![],'dic':!![]},'sq':{'name':'Albanian','id':'sq','ownlang':'Shqiptar','integrated':![],'dic':![]},'am':{'name':'Amharic','id':'am','ownlang':'አማርኛ','integrated':![],'dic':![]},'ar':{'name':'Arabic','id':'ar','ownlang':'اللغة\x20العربية','integrated':![],'dic':![]},'hy':{'name':'Armenian','id':'hy','ownlang':'Հայերեն','integrated':![],'dic':![]},'az':{'name':'Azerbaijani','id':'az','ownlang':'آذربایجان\x20دیلی','integrated':![],'dic':![]},'eu':{'name':'Basque','id':'eu','ownlang':'Euskara','integrated':![],'dic':![]},'be':{'name':'Belarusian','id':'be','ownlang':'Беларуская','integrated':![],'dic':![]},'bn':{'name':'Bengali','id':'bn','ownlang':'বাংলা','integrated':![],'dic':![]},'bs':{'name':'Bosnian','id':'bs','ownlang':'Босански','integrated':![],'dic':![]},'bg':{'name':'Bulgarian','id':'bg','ownlang':'български','integrated':!![],'dic':![]},'my':{'name':'Burmese','id':'my','ownlang':'မြန်မာစာ','integrated':![],'dic':![]},'ca':{'name':'Catalan','id':'ca','ownlang':'Català','integrated':![],'dic':![]},'ceb':{'name':'Cebuano','id':'ceb','ownlang':'Bisaya','integrated':![],'dic':![]},'ny':{'name':'Chewa','id':'ny','ownlang':'Nyanja','integrated':![],'dic':![]},'zh-HK':{'name':'Chinese\x20(Hong\x20Kong)','id':'zh-HK','ownlang':'香港中文','integrated':![],'dic':![]},'zh-CN':{'name':'Chinese\x20(Simplified)','id':'zh-CN','ownlang':'简体中文','integrated':![],'dic':![]},'zh-TW':{'name':'Chinese\x20(Traditional)','id':'zh-TW','ownlang':'繁體中文','integrated':!![],'dic':![]},'co':{'name':'Corsican','id':'co','ownlang':'Corsu','integrated':![],'dic':![]},'hr':{'name':'Croatian','id':'hr','ownlang':'Hrvatski','integrated':!![],'dic':![]},'cs':{'name':'Czech','id':'cs','ownlang':'Čeština','integrated':!![],'dic':![]},'da':{'name':'Danish','id':'da','ownlang':'Dansk','integrated':!![],'dic':!![]},'nl':{'name':'Dutch','id':'nl','ownlang':'Nederlands','integrated':!![],'dic':!![]},'en':{'name':'English','id':'en','ownlang':'English','integrated':![],'dic':!![]},'en-GB':{'name':'English\x20(UK)','id':'en-GB','ownlang':'English\x20(UK)','integrated':!![],'dic':!![]},'en-US':{'name':'English\x20(US)','id':'en-US','ownlang':'English\x20(US)','integrated':!![],'dic':!![]},'eo':{'name':'Esperanto','id':'eo','ownlang':'Esperanto','integrated':![],'dic':![]},'et':{'name':'Estonian','id':'et','ownlang':'Eesti','integrated':![],'dic':![]},'fil':{'name':'Filipino','id':'fil','ownlang':'Wikang\x20Filipino','integrated':![],'dic':![]},'fi':{'name':'Finnish','id':'fi','ownlang':'Suomi','integrated':!![],'dic':![]},'fr':{'name':'French','id':'fr','ownlang':'Français','integrated':!![],'dic':!![]},'fr-CA':{'name':'French\x20(Canadian)','id':'fr-CA','ownlang':'Français\x20Canadien','integrated':![],'dic':![]},'fy':{'name':'Frisian','id':'fy','ownlang':'Frysk','integrated':![],'dic':![]},'gl':{'name':'Galician','id':'gl','ownlang':'Galego','integrated':![],'dic':![]},'ka':{'name':'Georgian','id':'ka','ownlang':'ქართული','integrated':![],'dic':![]},'de':{'name':'German','id':'de','ownlang':'Deutsch','integrated':!![],'dic':!![]},'de-AT':{'name':'German\x20(Austria)','id':'de-AT','ownlang':'Österreichisch\x20Deutsch','integrated':![],'dic':![]},'de-CH':{'name':'German\x20(Switzerland)','id':'de-CH','ownlang':'Schweizerdeutsch','integrated':![],'dic':![]},'el':{'name':'Greek','id':'el','ownlang':'Ελληνικά','integrated':![],'dic':![]},'gu':{'name':'Gujarati','id':'gu','ownlang':'ગુજરાતી','integrated':![],'dic':![]},'ht':{'name':'Haitian\x20Creole','id':'ht','ownlang':'Kreyòl\x20Ayisyen','integrated':![],'dic':![]},'ha':{'name':'Hausa','id':'ha','ownlang':'حَوْسَ','integrated':![],'dic':![]},'haw':{'name':'Hawaiian','id':'haw','ownlang':'ʻŌlelo\x20Hawaiʻi','integrated':![],'dic':![]},'iw':{'name':'Hebrew','id':'iw','ownlang':'עברית','integrated':![],'dic':![]},'hi':{'name':'Hindi','id':'hi','ownlang':'हिन्दी','integrated':![],'dic':![]},'hmn':{'name':'Hmong','id':'hmn','ownlang':'lol\x20Hmongb','integrated':![],'dic':![]},'hu':{'name':'Hungarain','id':'hu','ownlang':'Magyar','integrated':![],'dic':![]},'is':{'name':'Icelandic','id':'is','ownlang':'Íslenska','integrated':![],'dic':![]},'ig':{'name':'Igbo','id':'ig','ownlang':'Asụsụ\x20Igbo','integrated':![],'dic':![]},'id':{'name':'Indonesian','id':'id','ownlang':'Bahasa\x20Indonesia','integrated':![],'dic':![]},'ga':{'name':'Irish','id':'ga','ownlang':'Gaeilge','integrated':![],'dic':![]},'it':{'name':'Italian','id':'it','ownlang':'Italiano','integrated':!![],'dic':!![]},'ja':{'name':'Japanese','id':'ja','ownlang':'日本語','integrated':!![],'dic':![]},'jv':{'name':'Javanese','id':'jv','ownlang':'ꦧꦱꦗꦮ','integrated':![],'dic':![]},'kn':{'name':'Kannada','id':'kn','ownlang':'ಕನ್ನಡ','integrated':![],'dic':![]},'kk':{'name':'Kazakh','id':'kk','ownlang':'Қазақ\x20Tілі','integrated':![],'dic':![]},'km':{'name':'Khmer','id':'km','ownlang':'ភាសាខ្មែរ','integrated':![],'dic':![]},'ko':{'name':'Korean','id':'ko','ownlang':'한국어','integrated':!![],'dic':![]},'ku':{'name':'Kurdish','id':'ku','ownlang':'کوردی','integrated':![],'dic':![]},'ky':{'name':'Kyrgyz','id':'ky','ownlang':'кыргызча','integrated':![],'dic':![]},'lo':{'name':'Lao','id':'lo','ownlang':'ພາສາລາວ','integrated':![],'dic':![]},'la':{'name':'Latin','id':'la','ownlang':'Latina','integrated':![],'dic':![]},'lv':{'name':'Latvian','id':'lv','ownlang':'Latviešu','integrated':![],'dic':![]},'lt':{'name':'Lithuanian','id':'lt','ownlang':'Lietuvių','integrated':![],'dic':![]},'lb':{'name':'Luxembourgish','id':'lb','ownlang':'Lëtzebuergesch','integrated':![],'dic':![]},'mk':{'name':'Macedonian','id':'mk','ownlang':'Mакедонски','integrated':![],'dic':![]},'mg':{'name':'Malagasy','id':'mg','ownlang':'Malagasy','integrated':![],'dic':![]},'ms':{'name':'Malay','id':'ms','ownlang':'بهاس\x20ملايو','integrated':![],'dic':![]},'ml':{'name':'Malayalam','id':'ml','ownlang':'മലയാളം','integrated':![],'dic':![]},'mt':{'name':'Maltese','id':'mt','ownlang':'Malti','integrated':![],'dic':![]},'mi':{'name':'Maori','id':'mi','ownlang':'te\x20Reo\x20Māori','integrated':![],'dic':![]},'mr':{'name':'Marathi','id':'mr','ownlang':'मराठी','integrated':![],'dic':![]},'mn':{'name':'Mongolian','id':'mn','ownlang':'Монгол\x20Хэл','integrated':![],'dic':![]},'ne':{'name':'Nepali','id':'ne','ownlang':'नेपाली','integrated':![],'dic':![]},'no':{'name':'Norwegian','id':'no','ownlang':'Norsk','integrated':!![],'dic':![]},'ps':{'name':'Pashto','id':'ps','ownlang':'پښتو','integrated':![],'dic':![]},'fa':{'name':'Persian','id':'fa','ownlang':'فارسی','integrated':![],'dic':![]},'pl':{'name':'Polish','id':'pl','ownlang':'Polski','integrated':!![],'dic':![]},'pt':{'name':'Portuguese','id':'pt','ownlang':'Português','integrated':![],'dic':!![]},'pt-BR':{'name':'Portuguese\x20(Brazil)','id':'pt-BR','ownlang':'Português\x20do\x20Brasil','integrated':!![],'dic':!![]},'pt-PT':{'name':'Portuguese\x20(Portugal)','id':'pt-PT','ownlang':'Português\x20do\x20Portugal','integrated':![],'dic':![]},'pa':{'name':'Punjabi','id':'pa','ownlang':'पंजाबी','integrated':![],'dic':![]},'ro':{'name':'Romanian','id':'ro','ownlang':'Română','integrated':![],'dic':![]},'ru':{'name':'Russian','id':'ru','ownlang':'Pусский','integrated':!![],'dic':!![]},'sm':{'name':'Samoan','id':'sm','ownlang':'Gagana\x20Sāmoa','integrated':![],'dic':![]},'gd':{'name':'Scottish\x20Gaelic','id':'gd','ownlang':'Gàidhlig','integrated':![],'dic':![]},'sr':{'name':'Serbian','id':'sr','ownlang':'Српски','integrated':![],'dic':![]},'st':{'name':'Sotho','id':'st','ownlang':'Sesotho','integrated':![],'dic':![]},'sn':{'name':'Shona','id':'sn','ownlang':'Shona','integrated':![],'dic':![]},'sd':{'name':'Sindhi','id':'sd','ownlang':'سنڌي','integrated':![],'dic':![]},'si':{'name':'Sinhala','id':'si','ownlang':'සිංහල','integrated':![],'dic':![]},'sk':{'name':'Slovak','id':'sk','ownlang':'Slovenčina','integrated':![],'dic':![]},'sl':{'name':'Slovenian','id':'sl','ownlang':'Slovenščina','integrated':![],'dic':![]},'es':{'name':'Spanish','id':'es','ownlang':'Español','integrated':!![],'dic':!![]},'es-419':{'name':'Spanish\x20(Latin\x20America)','id':'es-419','ownlang':'Español\x20latinoamericano','integrated':![],'dic':![]},'sw':{'name':'Swahili','id':'sw','ownlang':'Kiswahili','integrated':![],'dic':![]},'sv':{'name':'Swedish','id':'sv','ownlang':'Svenska','integrated':!![],'dic':!![]},'tg':{'name':'Tajik','id':'tg','ownlang':'тоҷикӣ','integrated':![],'dic':![]},'ta':{'name':'Tamil','id':'ta','ownlang':'தமிழ்','integrated':![],'dic':![]},'te':{'name':'Telugu','id':'te','ownlang':'తెలుగు','integrated':![],'dic':![]},'th':{'name':'Thai','id':'th','ownlang':'ภาษาไทย','integrated':![],'dic':![]},'tr':{'name':'Turkish','id':'tr','ownlang':'Türkçe','integrated':!![],'dic':![]},'uk':{'name':'Ukrainian','id':'uk','ownlang':'Yкраїнський','integrated':!![],'dic':![]},'ur':{'name':'Urdu','id':'ur','ownlang':'اُردُو','integrated':![],'dic':![]},'uz':{'name':'Uzbek','id':'uz','ownlang':'اوزبیک','integrated':![],'dic':![]},'vi':{'name':'Vietnamese','id':'vi','ownlang':'Tiếng\x20Việt\x20Nam','integrated':![],'dic':![]},'cy':{'name':'Welsh','id':'cy','ownlang':'Cymraeg','integrated':![],'dic':![]},'xh':{'name':'Xhosa','id':'xh','ownlang':'Xhosa','integrated':![],'dic':![]},'yi':{'name':'Yiddish','id':'yi','ownlang':'ייִדיש\x20ייִדיש‬','integrated':![],'dic':![]},'yo':{'name':'Yoruba','id':'yo','ownlang':'Èdè\x20Yorùbá','integrated':![],'dic':![]},'zu':{'name':'Zulu','id':'zu','ownlang':'Zulu','integrated':![],'dic':![]}};e['LibraryStrings']={'hr':{'toast_plugin_started':'{{var0}}\x20je\x20započeo.','toast_plugin_stopped':'{{var0}}\x20zaustavljen.','toast_plugin_translated':'prijevod\x20na\x20{{var0}}.','file_navigator_text':'Pregledajte\x20datoteku','btn_all_text':'Sve'},'da':{'toast_plugin_started':'{{var0}}\x20er\x20startet.','toast_plugin_stopped':'{{var0}}\x20er\x20stoppet.','toast_plugin_translated':'oversat\x20til\x20{{var0}}.','file_navigator_text':'Gennemse\x20fil','btn_all_text':'Alle'},'de':{'toast_plugin_started':'{{var0}}\x20wurde\x20gestartet.','toast_plugin_stopped':'{{var0}}\x20wurde\x20gestoppt.','toast_plugin_translated':'auf\x20{{var0}}\x20übersetzt.','file_navigator_text':'Datei\x20durchsuchen','btn_all_text':'Alle'},'es':{'toast_plugin_started':'{{var0}}\x20se\x20guilddiv\x20iniciado.','toast_plugin_stopped':'{{var0}}\x20se\x20guilddiv\x20detenido.','toast_plugin_translated':'traducido\x20a\x20{{var0}}.','file_navigator_text':'Buscar\x20archivo','btn_all_text':'Todo'},'fr':{'toast_plugin_started':'{{var0}}\x20a\x20été\x20démarré.','toast_plugin_stopped':'{{var0}}\x20a\x20été\x20arrêté.','toast_plugin_translated':'traduit\x20en\x20{{var0}}.','file_navigator_text':'Parcourir\x20le\x20fichier','btn_all_text':'Tout'},'it':{'toast_plugin_started':'{{var0}}\x20è\x20stato\x20avviato.','toast_plugin_stopped':'{{var0}}\x20è\x20stato\x20interrotto.','toast_plugin_translated':'tradotto\x20in\x20{{var0}}.','file_navigator_text':'Sfoglia\x20file','btn_all_text':'Tutto'},'nl':{'toast_plugin_started':'{{var0}}\x20is\x20gestart.','toast_plugin_stopped':'{{var0}}\x20is\x20gestopt.','toast_plugin_translated':'vertaald\x20naar\x20{{var0}}.','file_navigator_text':'Bestand\x20zoeken','btn_all_text':'Alle'},'no':{'toast_plugin_started':'{{var0}}\x20er\x20startet.','toast_plugin_stopped':'{{var0}}\x20er\x20stoppet.','toast_plugin_translated':'oversatt\x20til\x20{{var0}}.','file_navigator_text':'Bla\x20gjennom\x20fil','btn_all_text':'Alle'},'pl':{'toast_plugin_started':'{{var0}}\x20został\x20uruchomiony.','toast_plugin_stopped':'{{var0}}\x20został\x20zatrzymany.','toast_plugin_translated':'przetłumaczono\x20na\x20{{var0}}.','file_navigator_text':'Przeglądać\x20plik','btn_all_text':'Wszystkie'},'pt-BR':{'toast_plugin_started':'{{var0}}\x20foi\x20iniciado.','toast_plugin_stopped':'{{var0}}\x20foi\x20interrompido.','toast_plugin_translated':'traduzido\x20para\x20{{var0}}.','file_navigator_text':'Procurar\x20arquivo','btn_all_text':'Todo'},'fi':{'toast_plugin_started':'{{var0}}\x20on\x20käynnistetty.','toast_plugin_stopped':'{{var0}}\x20on\x20pysäytetty.','toast_plugin_translated':'käännetty\x20osoitteeseen\x20{{var0}}.','file_navigator_text':'Selaa\x20tiedostoa','btn_all_text':'Kaikki'},'sv':{'toast_plugin_started':'{{var0}}\x20har\x20startats.','toast_plugin_stopped':'{{var0}}\x20har\x20blivit\x20stoppad.','toast_plugin_translated':'översatt\x20till\x20{{var0}}.','file_navigator_text':'Bläddra\x20i\x20fil','btn_all_text':'All'},'tr':{'toast_plugin_started':'{{var0}}\x20başlatıldı.','toast_plugin_stopped':'{{var0}}\x20durduruldu.','toast_plugin_translated':'{{var0}}\x20olarak\x20çevrildi.','file_navigator_text':'Dosyaya\x20gözat','btn_all_text':'Her'},'cs':{'toast_plugin_started':'{{var0}}\x20byl\x20spuštěn.','toast_plugin_stopped':'{{var0}}\x20byl\x20zastaven.','toast_plugin_translated':'přeložen\x20do\x20{{var0}}.','file_navigator_text':'Procházet\x20soubor','btn_all_text':'Vše'},'bg':{'toast_plugin_started':'{{var0}}\x20е\x20стартиран.','toast_plugin_stopped':'{{var0}}\x20е\x20спрян.','toast_plugin_translated':'преведена\x20на\x20{{var0}}.','file_navigator_text':'Прегледайте\x20файла','btn_all_text':'Bсичко'},'ru':{'toast_plugin_started':'{{var0}}\x20запущен.','toast_plugin_stopped':'{{var0}}\x20остановлен.','toast_plugin_translated':'переведен\x20на\x20{{var0}}.','file_navigator_text':'Просмотр\x20файла','btn_all_text':'Все'},'uk':{'toast_plugin_started':'{{var0}}\x20було\x20запущено.','toast_plugin_stopped':'{{var0}}\x20було\x20зупинено.','toast_plugin_translated':'перекладено\x20{{var0}}.','file_navigator_text':'Перегляньте\x20файл','btn_all_text':'Все'},'ja':{'toast_plugin_started':'{{var0}}が開始されました.','toast_plugin_stopped':'{{var0}}が停止しました.','toast_plugin_translated':'は{{var0}}に翻訳されました.','file_navigator_text':'ファイルを参照','btn_all_text':'すべて'},'zh-TW':{'toast_plugin_started':'{{var0}}已經啟動.','toast_plugin_stopped':'{{var0}}已停止.','toast_plugin_translated':'翻譯為{{var0}}.','file_navigator_text':'瀏覽文件','btn_all_text':'所有'},'ko':{'toast_plugin_started':'{{var0}}\x20시작되었습니다.','toast_plugin_stopped':'{{var0}}\x20중지되었습니다.','toast_plugin_translated':'{{var0}}\x20로\x20번역되었습니다.','file_navigator_text':'파일\x20찾아보기','btn_all_text':'모든'},'default':{'toast_plugin_started':'{{var0}}\x20has\x20been\x20started.','toast_plugin_stopped':'{{var0}}\x20has\x20been\x20stopped.','toast_plugin_translated':'translated\x20to\x20{{var0}}.','file_navigator_text':'Browse\x20File','btn_all_text':'All'}};BDFDB['LanguageUtils']['getLanguage']=function(){var xR=document['querySelector']('html')['lang']||'en-US';var xS=xR['split']('-');var xT=xS[0x0];var xU=xS[0x1]||'';xR=xU&&xT['toUpperCase']()!==xU['toUpperCase']()?xT+'-'+xU:xT;return BDFDB['LanguageUtils']['languages'][xR]||BDFDB['LanguageUtils']['languages'][xT]||BDFDB['LanguageUtils']['languages']['en-US'];};BDFDB['LanguageUtils']['LanguageStrings']=new Proxy(xQ,{'get':function(xV,xW){var xX=gR['LanguageStore']['Messages'][xW];if(!xX)console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xW+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LanguageStrings');else{if(xX&&typeof xX=='object'&&typeof xX['format']=='function')return BDFDB['LanguageUtils']['LanguageStringsFormat'](xW);else return xX;}return'';}});BDFDB['LanguageUtils']['LanguageStringsCheck']=new Proxy(xQ,{'get':function(xY,xZ){return!!gR['LanguageStore']['Messages'][xZ];}});BDFDB['LanguageUtils']['LanguageStringsFormat']=function(y0,...y1){if(y0){var y2=gR['LanguageStore']['Messages'][y0];if(y2&&typeof y2=='object'&&typeof y2['format']=='function'){let y3=0x0,y4,y5={};while(!y4&&y3<0xa){y3++;try{y4=y2['format'](y5);}catch(y6){y4=null;y5[y6['toString']()['split']('for:\x20')[0x1]]=y1['shift']()||'undefined';}}if(y4){if(BDFDB['ArrayUtils']['is'](y4)){let y7='';for(let y8 of y4){if(typeof y8=='string')y7+=BDFDB['StringUtils']['htmlEscape'](y8);else if(BDFDB['ObjectUtils']['is'](y8)&&y8['props'])y7+='<'+y8['type']+'>'+BDFDB['StringUtils']['htmlEscape'](y8['props']['children'][0x0]['toString']())+'';}return y7;}return y4;}else{console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',y0+'\x20failed\x20to\x20format\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';}}else return BDFDB['LanguageUtils']['LanguageStrings'][y0];}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',y0+'\x20enter\x20a\x20valid\x20key\x20to\x20format\x20the\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';};BDFDB['LanguageUtils']['LibraryStrings']=new Proxy(e['LibraryStrings']['default'],{'get':function(y9,ya){let yb=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][yb]&&e['LibraryStrings'][yb][ya])return e['LibraryStrings'][yb][ya];else if(e['LibraryStrings']['default'][ya])return e['LibraryStrings']['default'][ya];else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ya+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LibraryStrings');return'';}});BDFDB['LanguageUtils']['LibraryStringsCheck']=new Proxy(xQ,{'get':function(yc,yd){return!!e['LibraryStrings']['default'][yd];}});BDFDB['LanguageUtils']['LibraryStringsFormat']=function(ye,...yf){if(ye&&yf['length']){let yg=BDFDB['LanguageUtils']['getLanguage']()['id'],yh=null;if(e['LibraryStrings'][yg]&&e['LibraryStrings'][yg][ye])yh=e['LibraryStrings'][yg][ye];else if(e['LibraryStrings']['default'][ye])yh=e['LibraryStrings']['default'][ye];if(yh){for(let yi=0x0;yi{if(document['querySelector']('html')['lang']){clearInterval(yj);var yl=BDFDB['LanguageUtils']['getLanguage']();BDFDB['LanguageUtils']['languages']['$discord']['name']='Discord\x20('+yl['name']+')';BDFDB['LanguageUtils']['languages']['$discord']['id']=yl['id'];BDFDB['LanguageUtils']['languages']['$discord']['ownlang']=yl['ownlang'];}},0x64);BDFDB['DOMUtils']['appendLocalStyle']('BDFDB','\x0a\x09\x09@import\x20url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BetterDocsBlock.css);\x0a\x0a\x09\x09'+BDFDB['dotCN']['overflowellipsis']+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09text-overflow:\x20ellipsis;\x0a\x09\x09}\x0a\x0a\x09\x09'+BDFDB['dotCN']['favbuttoncontainer']+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09}\x0a\x0a\x09\x09'+BDFDB['dotCN']['cursordefault']+'\x20{\x0a\x09\x09\x09cursor:\x20default\x20!important;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['cursorpointer']+'\x20{\x0a\x09\x09\x09cursor:\x20pointer\x20!important;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+BDFDB['dotCN']['selectwrap']+'\x20>\x20[class*=\x22css-\x22][class*=\x22-container\x22]\x20>\x20[class*=\x22css-\x22][class*=\x22-menu\x22]\x20{\x0a\x09\x09\x09z-index:\x203;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+(BDFDB['dotCNS']['hovercardwrapper']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09top:\x20-3px;\x0a\x09\x09\x09right:\x20-3px;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['hovercardwrapper']+BDFDB['dotCN']['hovercard']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09right:\x20-31px;\x0a\x09\x09\x09top:\x20-12px;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['hovercardwrapper']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+BDFDB['dotCN']['charcounter']+'\x20{\x0a\x09\x09\x09color:\x20var(--channels-default);\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+BDFDB['dotCN']['inputnumberwrapper']+'\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbuttons']+':hover\x20+\x20'+(BDFDB['dotCN']['input']+BDFDB['notCN']['inputfocused']+BDFDB['notCN']['inputerror']+BDFDB['notCN']['inputsuccess']+BDFDB['notCN']['inputdisabled'])+':not(:focus)\x20{\x0a\x09\x09\x09border-color:\x20#040405;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapperdefault']+BDFDB['dotCN']['input'])+'\x20{\x0a\x09\x09\x09padding-right:\x2025px;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrappermini']+BDFDB['dotCN']['input'])+'\x20{\x0a\x09\x09\x09padding-left:\x206px;\x0a\x09\x09\x09padding-right:\x2017px;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapper']+BDFDB['dotCN']['input'])+'::-webkit-inner-spin-button,\x20\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapper']+BDFDB['dotCN']['input'])+'::-webkit-outer-spin-button{\x0a\x09\x09\x09-webkit-appearance:\x20none\x20!important;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbuttons']+'\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20space-around;\x0a\x09\x09\x09height:\x20110%;\x0a\x09\x09\x09top:\x20-2%;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapperdefault']+BDFDB['dotCN']['inputnumberbuttons'])+'\x20{\x0a\x09\x09\x09right:\x208px;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrappermini']+BDFDB['dotCN']['inputnumberbuttons'])+'\x20{\x0a\x09\x09\x09right:\x204px;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbutton']+'\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09border:\x20transparent\x20solid\x205px;\x0a\x09\x09\x09border-top-width:\x202.5px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['inputnumberbutton'])+'\x20{\x0a\x09\x09\x09border-bottom-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['inputnumberbutton'])+':hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['inputnumberbutton'])+'\x20{\x0a\x09\x09\x09border-bottom-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['inputnumberbutton'])+':hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbuttondown']+'\x20{\x0a\x09\x09\x09transform:\x20rotate(180deg);\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09\x0a\x09\x09\x0a\x09\x09/*OLD*/\x0a\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercozy'])+'\x20{\x0a\x09\x09\x09padding-top:\x200;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercompact'])+'\x20>\x20span.popout-open,\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercompact'])+'\x20>\x20span[class=\x22\x22],\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercozymeta'])+'\x20>\x20span.popout-open,\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercozymeta'])+'\x20>\x20span[class=\x22\x22]\x20{\x0a\x09\x09\x09display:\x20inline-flex;\x0a\x09\x09\x09align-items:\x20baseline;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCNS']['messageheadercompact']+BDFDB['dotCN']['bottag'])+',\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCNS']['messageheadercompact']+BDFDB['dotCN']['messageusername'])+'\x20{\x0a\x09\x09\x09text-indent:\x200px;\x0a\x09\x09}\x0a\x0a\x09\x09#bd-settingspane-container\x20.ui-form-title\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repofolderbutton']+'\x20{\x0a\x09\x09\x09position:\x20static;\x0a\x09\x09\x09margin-bottom:\x200;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20.bd-updatebtn\x20~\x20.bd-updatebtn\x20{\x0a\x09\x09\x09display:\x20none\x20!important;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repodescription']+'\x20{\x0a\x09\x09\x09white-space:\x20pre-line\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-versionchangelog\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09background:\x20currentColor;\x0a\x09\x09\x09-webkit-mask:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center/contain\x20no-repeat;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09margin:\x200\x204px\x200\x203px;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['popoutthemedpopout']+BDFDB['notCN']['messagespopoutwrap'])+'\x20{\x0a\x09\x09\x09-webkit-box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,20%);\x0a\x09\x09\x09background-color:\x20#2f3136;\x0a\x09\x09\x09border:\x201px\x20solid\x20rgba(28,36,43,.6);\x0a\x09\x09\x09box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09}\x0a\x09\x09.BDFDB-notice\x20{\x0a\x09\x09\x09transition:\x20height\x200.5s\x20ease\x20!important;\x0a\x09\x09\x09border-radius:\x200\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-notice\x20'+BDFDB['dotCN']['noticeplatformicon']+'\x20{\x0a\x09\x09\x09margin-top:\x20-7px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-notice\x20'+BDFDB['dotCN']['noticeplatformicon']+'\x20svg\x20{\x0a\x09\x09\x09max-height:\x2028px;\x0a\x09\x09}\x0a\x09\x09.hidden-by-OTB\x20.BDFDB-notice\x20{\x0a\x09\x09\x09-webkit-app-region:\x20drag\x20!important;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span\x20{\x0a\x09\x09\x09-webkit-app-region:\x20no-drag;\x0a\x09\x09\x09color:\x20#FFF;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span:hover\x20{\x0a\x09\x09\x09text-decoration:\x20underline;\x0a\x09\x09}\x0a\x09\x09.BDFDB-itemlayercontainer,\x20.BDFDB-itemlayer\x20{\x0a\x09\x09\x09z-index:\x203002;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['tooltip']+'.tooltip-customcolor\x20'+BDFDB['dotCN']['tooltippointer']+'\x20{\x0a\x09\x09\x09border-top-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09.toasts\x20{\x0a\x09\x09\x09position:\x20fixed;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09top:\x200;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20flex-end;\x0a\x09\x09\x09pointer-events:\x20none;\x0a\x09\x09\x09z-index:\x204000;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-up\x20{\x0a\x09\x09\x09from\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast\x20{\x0a\x09\x09\x09animation:\x20toast-up\x20300ms\x20ease;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09\x09background-color:\x20#36393F;\x0a\x09\x09\x09padding:\x2010px;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09box-shadow:\x200\x200\x200\x201px\x20rgba(32,34,37,.6),\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09\x09font-weight:\x20500;\x0a\x09\x09\x09color:\x20#fff;\x0a\x09\x09\x09user-select:\x20text;\x0a\x09\x09\x09font-size:\x2014px;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09margin-top:\x2010px;\x0a\x09\x09\x09pointer-events:\x20auto;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-down\x20{\x0a\x09\x09\x09to\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0px);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast.closing\x20{\x0a\x09\x09\x09animation:\x20toast-down\x20200ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-inner\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-avatar\x20{\x0a\x09\x09\x09margin-right:\x205px;\x0a\x09\x09\x09width:\x2025px;\x0a\x09\x09\x09height:\x2025px;\x0a\x09\x09\x09background-size:\x20cover;\x0a\x09\x09\x09background-position:\x20center;\x0a\x09\x09\x09border-radius:\x2050%;\x0a\x09\x09}\x0a\x09\x09.toast.icon\x20{\x0a\x09\x09\x09padding-left:\x2030px;\x0a\x09\x09\x09background-position:\x206px\x2050%;\x0a\x09\x09\x09background-size:\x2020px\x2020px;\x0a\x09\x09\x09background-repeat:\x20no-repeat;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand\x20{\x0a\x09\x09\x09background-color:\x20#7289DA;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjI3IDI3IDExNSAxMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMTEuMywxMjQuMWMwLDAtMy40LTQuMS02LjMtNy43YzEyLjYtMy41LDE3LjQtMTEuMywxNy40LTExLjMgYy00LDIuNi03LjcsNC40LTExLjEsNS42Yy00LjgsMi05LjUsMy4zLTE0LDQuMWMtOS4yLDEuNy0xNy42LDEuMy0yNC45LTAuMWMtNS41LTEtMTAuMi0yLjUtMTQuMS00LjFjLTIuMi0wLjgtNC42LTEuOS03LjEtMy4zIGMtMC4zLTAuMi0wLjYtMC4zLTAuOS0wLjVjLTAuMS0wLjEtMC4zLTAuMi0wLjQtMC4yYy0xLjctMS0yLjYtMS42LTIuNi0xLjZzNC42LDcuNiwxNi44LDExLjJjLTIuOSwzLjYtNi40LDcuOS02LjQsNy45IGMtMjEuMi0wLjYtMjkuMy0xNC41LTI5LjMtMTQuNWMwLTMwLjYsMTMuOC01NS40LDEzLjgtNTUuNGMxMy44LTEwLjMsMjYuOS0xMCwyNi45LTEwbDEsMS4xQzUyLjgsNTAuMyw0NSw1Ny45LDQ1LDU3LjkgczIuMS0xLjIsNS43LTIuN2MxMC4zLTQuNSwxOC40LTUuNywyMS44LTZjMC41LTAuMSwxLjEtMC4yLDEuNi0wLjJjNS45LTAuNywxMi41LTAuOSwxOS40LTAuMmM5LjEsMSwxOC45LDMuNywyOC45LDkuMSBjMCwwLTcuNS03LjItMjMuOS0xMi4xbDEuMy0xLjVjMCwwLDEzLjEtMC4zLDI2LjksMTBjMCwwLDEzLjgsMjQuOCwxMy44LDU1LjRDMTQwLjYsMTA5LjYsMTMyLjUsMTIzLjUsMTExLjMsMTI0LjF6IE0xMDEuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzExMS41LDg0LjQsMTA3LjEsNzkuNywxMDEuNyw3OS43eiBNNjYuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzc2LjUsODQuNCw3Mi4xLDc5LjcsNjYuNyw3OS43eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger,\x20\x0a\x09\x09.toast.toast-error\x20{\x0a\x09\x09\x09background-color:\x20#F04747;\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger.icon,\x0a\x09\x09.toast.toast-error.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTUgMTMuNTlMMTUuNTkgMTcgMTIgMTMuNDEgOC40MSAxNyA3IDE1LjU5IDEwLjU5IDEyIDcgOC40MSA4LjQxIDcgMTIgMTAuNTkgMTUuNTkgNyAxNyA4LjQxIDEzLjQxIDEyIDE3IDE1LjU5eiIvPiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);\x0a\x09\x09}\x0a\x09\x09.toast.toast-default\x20{\x0a\x09\x09\x09background-color:\x20#F26522;\x0a\x09\x09}\x0a\x09\x09.toast.toast-default.icon\x20{\x0a\x09\x09\x09padding-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook\x20{\x0a\x09\x09\x09background-color:\x20#355089;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9Ii01IC01IDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggaWQ9IkZhY2Vib29rX194MjhfYWx0X3gyOV8iIGQ9Ik05MCwxNS4wMDFDOTAsNy4xMTksODIuODg0LDAsNzUsMEgxNUM3LjExNiwwLDAsNy4xMTksMCwxNS4wMDF2NTkuOTk4ICAgQzAsODIuODgxLDcuMTE2LDkwLDE1LjAwMSw5MEg0NVY1NkgzNFY0MWgxMXYtNS44NDRDNDUsMjUuMDc3LDUyLjU2OCwxNiw2MS44NzUsMTZINzR2MTVINjEuODc1QzYwLjU0OCwzMSw1OSwzMi42MTEsNTksMzUuMDI0VjQxICAgaDE1djE1SDU5djM0aDE2YzcuODg0LDAsMTUtNy4xMTksMTUtMTUuMDAxVjE1LjAwMXoiIGZpbGw9IndoaXRlIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-info\x20{\x0a\x09\x09\x09background-color:\x20#4A90E2;\x0a\x09\x09}\x0a\x09\x09.toast.toast-info.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtNmgydjZ6bTAtOGgtMlY3aDJ2MnoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium\x20{\x0a\x09\x09\x09background-color:\x20#202225;\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMiIGhlaWdodD0iMjYiPiAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOTYuMjgyNiA4LjYwMjc4ODI0bC0xLjIxNTUgOC4zOTAzNTI5NmMtLjI3NzUgMS45ODI2Mjc0LTIuNDY1NSAyLjkwMzMzMzMtNC40NzkgMi45MDMzMzMzLTEuODc1IDAtMy43MTU1LS45MjA3MDU5LTMuNDcyNS0yLjcyNTkyMTZsMS4yMTU1LTguNTY3NzY0NjZjLjI3NzUtMS44NzY1ODgyNCAyLjQ2NTUtMi44MzI0NzA2IDQuNDc5LTIuODMyNDcwNiAyLjAxNCAwIDMuNzUuOTU1ODgyMzYgMy40NzI1IDIuODMyNDcwNk05My43NzIxLjAwMzkyNTVsLjAwMDUtLjAwNDA3ODQ0aC0xMy4wODRjLS4zMzQgMC0uNjE4LjI1MDMxMzcyLS42NjYuNTg3Mjk0MTJsLS42MzY1IDQuNDMyMjM1M2MtLjA1OTUuNDE0NDcwNTguMjU2Ljc4NjExNzY0LjY2NjUuNzg2MTE3NjRoMi4zODk1Yy4yNCAwIC40MDQ1LjI0OTgwMzkyLjMxLjQ3NTY0NzA2LS4yOTguNzEyMTk2MDctLjUxNTUgMS40ODYwNzg0My0uNjM2IDIuMzIxNjQ3MDZsLTEuMjE1NSA4LjU2Nzc2NDY2Yy0uNzk5IDUuNzM1Mjk0MiAzLjg4OSA4LjYwMjQzMTQgOC45OTMgOC42MDI0MzE0IDUuMzQ3NSAwIDEwLjU5MDUtMi44NjcxMzcyIDExLjM4OS04LjYwMjQzMTRsMS4yMTUtOC41Njc3NjQ2NmMuNzgzLTUuNjIyMTE3NjUtMy43Mzk1LTguNDg4MjM1My04LjcyNTUtOC41OTg4NjI3NW0tNzguNTk1MjUgMTEuNzI4NjUxbC4wNjcgNC4xNTg5ODA0Yy4wMDE1LjA4NTEzNzItLjA1NS4xNjA1ODgyLS4xMzYuMTgxNDkwMmgtLjAwMDVsLTEuMzg1NS01LjAxNjQ3MDZjLS4wMDItLjAwNzY0NzEtLjAwNS0uMDE0Nzg0My0uMDA4LS4wMjI0MzE0TDkuNDE0MzUuNzcwNzcyNTNjLS4xMDYtLjI1Mjg2Mjc1LS4zNDk1LS40MTY1MDk4LS42MTk1LS40MTY1MDk4aC00Ljg3MjVjLS4zMzYgMC0uNjIwNS4yNTIzNTI5NC0uNjY3LjU5MTM3MjU0TC4wMDY4NSAyNC42MzcyNDMxYy0uMDU3LjQxMzQ1MS4yNTc1Ljc4MjAzOTMuNjY2NS43ODIwMzkzaDQuODU0Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybDEuMjcyLTkuNDEyNTA5OGMuMDAxNS0uMDA5MTc2NS4wMDItLjAxODM1My4wMDItLjAyNzUyOTRsLS4wNjk1LTQuODM2NTA5OC4xMzg1LS4wMzUxNzY1IDEuNDU1NSA1LjAxNjQ3MDZjLjAwMjUuMDA3MTM3Mi4wMDUuMDEzNzY0Ny4wMDc1LjAyMDkwMmw0LjAyMTUgOS40NTM4MDM5Yy4xMDY1LjI1MDgyMzUuMzQ5NS40MTM0NTEuNjE3NS40MTM0NTFoNS4yNTY1Yy4zMzYgMCAuNjIwNS0uMjUyMzUzLjY2Ny0uNTkxODgyNGwzLjI0OTUtMjMuNjkxNjA3ODRjLjA1NjUtLjQxMjk0MTE4LS4yNTgtLjc4MTUyOTQyLS42NjctLjc4MTUyOTQyaC00LjgyMDVjLS4zMzYgMC0uNjIwNS4yNTE4NDMxNC0uNjY3LjU5MDg2Mjc1bC0xLjQ4IDEwLjc1ODkwMmMtLjAwMS4wMDkxNzY0LS4wMDE1LjAxODg2MjctLjAwMTUuMDI4NTQ5bTkuMzk0IDEzLjY4NjYwMzloNC44NTVjLjMzNiAwIC42MjA1LS4yNTIzNTI5LjY2Ny0uNTkxMzcyNmwzLjI0OS0yMy42OTIxMTc2Yy4wNTY1LS40MTI5NDEyLS4yNTgtLjc4MTUyOTQ0LS42NjctLjc4MTUyOTQ0aC00Ljg1NWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTVsLTMuMjQ5IDIzLjY5MjExNzY4Yy0uMDU2NS40MTI5NDEyLjI1OC43ODE1Mjk0LjY2Ny43ODE1Mjk0TTM2LjYyMTE1LjkwNjA3NDVsLS42MzYgNC40MzIyMzUzYy0uMDU5NS40MTQ0NzA2LjI1NTUuNzg2MTE3NjUuNjY2Ljc4NjExNzY1aDUuMDgwNWMuNDA4NSAwIC43MjMuMzY3NTY4NjMuNjY3NS43ODA1MDk4bC0yLjM5MzUgMTcuNzM0MDM5MjVjLS4wNTU1LjQxMjQzMTMuMjU4NS43OC42NjcuNzhoNC45MjU1Yy4zMzY1IDAgLjYyMS0uMjUyODYyOC42NjctLjU5MjkwMmwyLjQ0NC0xOC4xMDg3NDUxYy4wNDYtLjMzOTUyOTQuMzMwNS0uNTkyOTAxOTUuNjY3LS41OTI5MDE5NWg1LjQ2MjVjLjMzNCAwIC42MTgtLjI0OTgwMzkyLjY2Ni0uNTg3Mjk0MTJsLjYzNy00LjQzMjIzNTNjLjA1OTUtLjQxNDQ3MDU4LS4yNTU1LS43ODYxMTc2NC0uNjY2NS0uNzg2MTE3NjRoLTE4LjE4NzVjLS4zMzQ1IDAtLjYxOC4yNTAzMTM3LS42NjY1LjU4NzI5NDFNNzEuMDM4NyA5LjA5ODM2ODZjLS4xNzQgMS40NTE0MTE3Ny0xLjI4NDUgMi45MDI4MjM1Ny0zLjE5NSAyLjkwMjgyMzU3aC0yLjg2OTVjLS40MSAwLS43MjQ1LS4zNjk2MDc5LS42NjctLjc4MzA1ODlsLjYwNzUtNC4zNjE4ODIzM2MuMDQ3LS4zMzg1MDk4LjMzMTUtLjU5MDM1Mjk0LjY2Ny0uNTkwMzUyOTRoMy4wNjFjMS44NDA1IDAgMi41Njk1IDEuMzEwMTk2MDggMi4zOTYgMi44MzI0NzA2TTY5LjMzNzIuMzU0MjExNzZoLTkuMjQwNWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTRsLTMuMjQ5IDIzLjY5MjExNzdjLS4wNTY1LjQxMjk0MTEuMjU4Ljc4MTUyOTQuNjY3Ljc4MTUyOTRoNC45MjM1Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybC45NTYtNy4wNzY1ODgyYy4wMjMtLjE2OTc2NDcuMTY1LS4yOTYxOTYxLjMzMzUtLjI5NjE5NjFoLjYzM2MuMTE0NSAwIC4yMjE1LjA1OTY0NzEuMjgzNS4xNTgwMzkybDQuNzAyIDcuNDkxMDU4OGMuMTI0LjE5NzI5NDIuMzM3NS4zMTY1ODgzLjU2NzUuMzE2NTg4M2g2LjA4MWMuNTQ1IDAgLjg2NDUtLjYyNTAxOTYuNTUyLTEuMDgwMjc0NWwtNC45MzQ1LTcuMTkxODA0Yy0uMTE4LS4xNzI4MjM1LS4wNTc1LS40MTI0MzEzLjEyOC0uNTA0NzA1OCAzLjE1MDUtMS41Njk2ODYzIDQuOTc5NS0zLjE3ODExNzcgNS41ODMtNy42NTAxMTc3LjY5MzUtNS44NzcwMTk2LTIuOTE3LTguNjM4MTE3NjMtNy45ODY1LTguNjM4MTE3NjMiLz48L3N2Zz4=);\x0a\x09\x09\x09background-size:\x2063px\x2016px;\x0a\x09\x09\x09padding-left:\x2073px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify\x20{\x0a\x09\x09\x09background-color:\x20#1DB954;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwOC41MiA1MDguNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwOC41MiA1MDguNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTI1NC4yNiwwQzExMy44NDUsMCwwLDExMy44NDUsMCwyNTQuMjZzMTEzLjg0NSwyNTQuMjYsMjU0LjI2LDI1NC4yNiAgICAgczI1NC4yNi0xMTMuODQ1LDI1NC4yNi0yNTQuMjZTMzk0LjY3NSwwLDI1NC4yNiwweiBNMzcxLjY5Niw0MDMuMjg4Yy0zLjE3OCw1LjgxNi05LjEyMiw5LjA1OC0xNS4yODcsOS4wNTggICAgIGMtMi44NiwwLTUuNzIxLTAuNjY3LTguNDIyLTIuMTI5Yy00MC43MTMtMjIuNDM4LTg2Ljk1Ny0zNC4yOTMtMTMzLjY3Ny0zNC4yOTNjLTI4LDAtNTUuNjUxLDQuMTYzLTgyLjEyNiwxMi4zNjMgICAgIGMtOS4yMTcsMi44Ni0xOS4wMDYtMi4yODgtMjEuODM1LTExLjUzN2MtMi44Ni05LjE4NSwyLjI4OC0yOC43LDExLjUzNy0zMS41OTJjMjkuODQ0LTkuMjQ5LDYwLjk1OS0xMy45MjEsOTIuNDU1LTEzLjkyMSAgICAgYzUyLjU2OCwwLDEwNC42NiwxMy4zNDksMTUwLjUyMiwzOC42MTZDMzczLjMxNywzNzQuNDYxLDM3Ni40LDM5NC44NjYsMzcxLjY5Niw0MDMuMjg4eiBNNDA0LjAxOSwzMDcuNTI3ICAgICBjLTMuNjIzLDcuMDI0LTEwLjc0MiwxOC4zMzgtMTguMDg0LDE4LjMzOGMtMy4yMSwwLTYuMzg4LTAuNjk5LTkuMzc2LTIuMzJjLTUwLjQ3MS0yNi4xODktMTA1LjA0MS0zOS40NzQtMTYyLjIxOC0zOS40NzQgICAgIGMtMzEuNDk2LDAtNjIuNzcsNC4xMzItOTIuOTY0LDEyLjQ1OWMtMTAuOTAxLDIuOTU2LTIyLjA4OS0zLjQwMS0yNS4wNDUtMTQuMzAyYy0yLjkyNC0xMC45MDEsMy40NjQtMjkuNDMxLDE0LjMzNC0zMi4zODYgICAgIGMzMy42ODktOS4xODUsNjguNTg3LTEzLjg1NywxMDMuNjc0LTEzLjg1N2M2Mi44OTgsMCwxMjUuNDQ1LDE1LjI1NiwxODAuOTM4LDQ0LjExNCAgICAgQzQwNS4yOSwyODUuMjQ4LDQwOS4xOTksMjk3LjUxNiw0MDQuMDE5LDMwNy41Mjd6IE00MTcuNTI2LDIzMC44MzZjLTMuNDY0LDAtNy4wMjQtMC43OTUtMTAuMzYxLTIuNDQ3ICAgICBjLTYwLjIyOC0zMC4wMzQtMTI1LjA5Ni00NS4yMjYtMTkyLjc2MS00NS4yMjZjLTM1LjI3OSwwLTcwLjQzLDQuMjkxLTEwNC41MzMsMTIuNzEzYy0xMi41MjIsMy4wODMtMjUuMTQtNC41MTMtMjguMjIzLTE3LjAwNCAgICAgYy0zLjExNS0xMi40NTksNC41MTMtMjcuNTU1LDE3LjAwNC0zMC42MzhjMzcuNzI2LTkuMzc2LDc2LjY1OS0xNC4xMTEsMTE1LjcyLTE0LjExMWM3NC45NzUsMCwxNDYuODY3LDE2Ljg3NywyMTMuNTc4LDUwLjEyMSAgICAgYzExLjUzNyw1Ljc1MywxNi4yNDEsMTkuNzM3LDEwLjQ4OCwzMS4yNDJDNDM0LjMwOCwyMjMuNjUzLDQyNi4xMDgsMjMwLjgzNiw0MTcuNTI2LDIzMC44MzZ6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode\x20{\x0a\x09\x09\x09background-color:\x20#593695;\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjUgLTI1IDU0MiA1NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxwYXRoIGQ9Ik00ODguMywxNDIuNXYyMDMuMWMwLDE1LjctMTcsMjUuNS0zMC42LDE3LjdsLTg0LjYtNDguOHYxMy45YzAsNDEuOC0zMy45LDc1LjctNzUuNyw3NS43SDc1LjdDMzMuOSw0MDQuMSwwLDM3MC4yLDAsMzI4LjQgICBWMTU5LjljMC00MS44LDMzLjktNzUuNyw3NS43LTc1LjdoMjIxLjhjNDEuOCwwLDc1LjcsMzMuOSw3NS43LDc1Ljd2MTMuOWw4NC42LTQ4LjhDNDcxLjMsMTE3LDQ4OC4zLDEyNi45LDQ4OC4zLDE0Mi41eiIgZmlsbD0iI0ZGRkZGRiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-success\x20{\x0a\x09\x09\x09background-color:\x20#43B581;\x0a\x09\x09}\x0a\x09\x09.toast.toast-success.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptLTIgMTVsLTUtNSAxLjQxLTEuNDFMMTAgMTQuMTdsNy41OS03LjU5TDE5IDhsLTkgOXoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-warning,\x0a\x09\x09.toast.toast-warn\x20{\x0a\x09\x09\x09background-color:\x20#FFA600;\x0a\x09\x09}\x0a\x09\x09.toast.toast-warning.icon,\x0a\x09\x09.toast.toast-warn.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMSAyMWgyMkwxMiAyIDEgMjF6bTEyLTNoLTJ2LTJoMnYyem0wLTRoLTJ2LTRoMnY0eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.BDFDB-quickSelectPopout\x20{\x0a\x09\x09\x09min-width:\x20210px\x20!important;\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09\x09width:\x20auto\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20.BDFDB-settings-inner\x20.BDFDB-containertext,\x0a\x09\x09.BDFDB-settings\x20.BDFDB-settings-inner\x20.BDFDB-containertext\x20{\x0a\x09\x09\x09margin-left:\x20-18px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20.BDFDB-containerarrow,\x0a\x09\x09.BDFDB-settings\x20.BDFDB-containerarrow\x20{\x0a\x09\x09\x09background:\x20url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItOTUwIDUzMiAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUwIDUzMiAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTt9DQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS05MzIsNTMydjE4aC0xOHYtMThILTkzMnoiLz4NCjxwb2x5bGluZSBjbGFzcz0ic3QxIiBwb2ludHM9Ii05MzYuNiw1MzguOCAtOTQxLDU0My4yIC05NDUuNCw1MzguOCAiLz4NCjwvc3ZnPg0K);\x0a\x09\x09\x09height:\x2016px;\x0a\x09\x09\x09width:\x2016px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x202px;\x0a\x09\x09\x09transition:\x20transform\x20.3s\x20ease;\x0a\x09\x09\x09transform:\x20rotate(0);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20.BDFDB-containerarrow.closed,\x0a\x09\x09.BDFDB-settings\x20.BDFDB-containerarrow.closed\x20{\x0a\x09\x09\x09transform:\x20rotate(-90deg);\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20.BDFDB-settings-inner\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09\x09padding-right:\x205px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20.BDFDB-settings-inner-list\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+':focus,\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone.pressed\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20#7289da;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20{\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-right:\x2025px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-left:\x206px;\x0a\x09\x09\x09padding-right:\x2017px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-inner-spin-button,\x20\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-outer-spin-button{\x0a\x09\x09\x09-webkit-appearance:\x20none;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20space-around;\x0a\x09\x09\x09height:\x20110%;\x0a\x09\x09\x09right:\x208px;\x0a\x09\x09\x09top:\x20-5%;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09right:\x204px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-color:\x20transparent\x20transparent\x20#999\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x202.5px\x205px\x205px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-color:\x20#999\x20transparent\x20transparent\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x205px\x205px\x202.5px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['select']+'\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectcontrol']+'\x20{\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-wrap:\x20wrap;\x0a\x09\x09\x09-webkit-box-pack:\x20justify;\x0a\x09\x09\x09justify-content:\x20space-between;\x0a\x09\x09\x09min-height:\x2040px;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x201px;\x0a\x09\x09\x09transition:\x20border\x200.15s\x20ease\x200s;\x0a\x09\x09\x09outline:\x200px\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectcontrollight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(79,\x2084,\x2092,\x200.02);\x0a\x09\x09\x09background-color:\x20rgba(79,\x2084,\x2092,\x200.02);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectcontroldark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09\x09border-color:\x20rgba(0,\x200,\x200,\x200.3);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectvalue']+'\x20{\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-wrap:\x20wrap;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09flex:\x201\x201\x200%;\x0a\x09\x09\x09padding:\x202px\x208px;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectsingle']+'\x20{\x0a\x09\x09\x09margin-left:\x202px;\x0a\x09\x09\x09margin-right:\x202px;\x0a\x09\x09\x09max-width:\x20calc(100%\x20-\x208px);\x0a\x09\x09\x09width:\x20calc(100%\x20-\x208px);\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09text-overflow:\x20ellipsis;\x0a\x09\x09\x09white-space:\x20nowrap;\x0a\x09\x09\x09top:\x2050%;\x0a\x09\x09\x09transform:\x20translateY(-50%);\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectsinglelight']+'\x20{\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectsingledark']+'\x20{\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectdummyinput']+'\x20{\x0a\x09\x09\x09font-size:\x20inherit;\x0a\x09\x09\x09width:\x201px;\x0a\x09\x09\x09color:\x20transparent;\x0a\x09\x09\x09left:\x20-100px;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09transform:\x20scale(0);\x0a\x09\x09\x09background:\x200px\x20center;\x0a\x09\x09\x09border-width:\x200px;\x0a\x09\x09\x09border-style:\x20initial;\x0a\x09\x09\x09border-color:\x20initial;\x0a\x09\x09\x09border-image:\x20initial;\x0a\x09\x09\x09outline:\x200px;\x0a\x09\x09\x09padding:\x200px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowzone']+'\x20{\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09align-self:\x20stretch;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-shrink:\x200;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowcontainer']+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09opacity:\x200.3;\x0a\x09\x09\x09padding:\x208px\x208px\x208px\x200px;\x0a\x09\x09\x09transition:\x20color\x20150ms\x20ease\x200s;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowcontainerlight']+'\x20{\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowcontainerdark']+'\x20{\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrow']+'\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09fill:\x20currentcolor;\x0a\x09\x09\x09line-height:\x201;\x0a\x09\x09\x09stroke:\x20currentcolor;\x0a\x09\x09\x09stroke-width:\x200;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouter']+'\x20{\x0a\x09\x09\x09top:\x20100%;\x0a\x09\x09\x09margin-bottom:\x20-1px;\x0a\x09\x09\x09margin-top:\x20-1px;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09width:\x20100%;\x0a\x09\x09\x09z-index:\x20100;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09border-radius:\x200px\x200px\x203px\x203px;\x0a\x09\x09\x09border-width:\x201px;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-image:\x20initial;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouter']+'.above-select\x20{\x0a\x09\x09\x09border-radius:\x203px\x203px\x200\x200;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouterlight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(255,\x20255,\x20255);\x0a\x09\x09\x09border-color:\x20rgb(185,\x20187,\x20190);\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouterdark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(47,\x2049,\x2054);\x0a\x09\x09\x09border-color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'\x20{\x0a\x09\x09\x09max-height:\x20300px;\x0a\x09\x09\x09overflow-y:\x20auto;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09padding:\x200px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'::-webkit-scrollbar\x20{\x0a\x09\x09\x09width:\x208px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'::-webkit-scrollbar-thumb\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.4);\x0a\x09\x09\x09background-clip:\x20padding-box;\x0a\x09\x09\x09border-color:\x20transparent;\x0a\x09\x09\x09border-radius:\x204px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'::-webkit-scrollbar-track-piece\x20{\x0a\x09\x09\x09background-color:\x20transparent;\x0a\x09\x09\x09border-color:\x20transparent;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoption']+'\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09font-size:\x20inherit;\x0a\x09\x09\x09width:\x20100%;\x0a\x09\x09\x09user-select:\x20none;\x0a\x09\x09\x09-webkit-tap-highlight-color:\x20rgba(0,\x200,\x200,\x200);\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09min-height:\x2040px;\x0a\x09\x09\x09padding:\x208px\x2012px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionlight']+'\x20{\x0a\x09\x09\x09background-color:\x20transparent;\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptiondark']+'\x20{\x0a\x09\x09\x09background-color:\x20transparent;\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionhoverlight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionhoverdark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionselectlight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(220,\x20221,\x20222);\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionselectdark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.2);\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20550px;\x0a\x09\x09\x09min-height:\x2028px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settingsmodal\x20.BDFDB-settings\x20{\x0a\x09\x09\x09margin-bottom:\x2020px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settingsmodal\x20.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.BDFDB-settingsmodal\x20.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20520px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+':before\x20{\x0a\x09\x09\x09z-index:\x2050;\x0a\x09\x09\x09left:\x20-10px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09z-index:\x20100;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09right:\x20-31px;\x0a\x09\x09\x09top:\x20-12px;\x0a\x09\x09\x09z-index:\x20200;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x09\x09\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+',\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09margin-right:\x205px;\x0a\x09\x09\x09margin-left:\x205px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+':before,\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+':before\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+'\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09filter:\x20grayscale(70%)\x20brightness(50%);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:after,\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after\x20{\x0a\x09\x09\x09content:\x20\x22\x22;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09top:\x200;\x0a\x09\x09\x09right:\x200;\x0a\x09\x09\x09bottom:\x200;\x0a\x09\x09\x09left:\x200;\x0a\x09\x09\x09z-index:\x20-1;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchdefault'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchdefault'])+':after\x20{\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']+BDFDB['notCN']['colorpickerswatchdefault'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']+BDFDB['notCN']['colorpickerswatchdefault'])+':after\x20{\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-checker,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:after,\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after\x20{\x0a\x09\x09\x09background:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center\x20repeat\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+'\x20'+BDFDB['dotCN']['colorpickerswatch']+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+'\x20'+BDFDB['dotCN']['colorpickerswatch']+'\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'])+'[style*=\x22background\x22],\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'])+'[style*=\x22background\x22]\x20{\x0a\x09\x09\x09border:\x20none;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['colorpickersaturation'])+'\x20>\x20div\x20>\x20div\x20>\x20div\x20>\x20div\x20{\x0a\x09\x09\x09box-shadow:\x20rgb(200,\x20200,\x20200)\x200px\x200px\x200px\x201.5px,\x20rgba(0,\x200,\x200,\x200.6)\x200px\x200px\x201px\x201px\x20inset,\x20rgba(0,\x200,\x200,\x200.6)\x200px\x200px\x201px\x202px\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['colorpickerhue'])+'\x20>\x20div\x20>\x20div\x20>\x20div\x20>\x20div,\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.alpha-bar\x20>\x20div\x20>\x20div\x20>\x20div\x20>\x20div\x20{\x0a\x09\x09\x09background:\x20rgb(200,\x20200,\x20200)\x20!important;\x0a\x09\x09\x09box-shadow:\x20rgba(0,\x200,\x200,\x201)\x200px\x200px\x202px\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09opacity:\x200.3;\x0a\x09\x09\x09transition:\x20all\x20200ms\x20ease;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button:hover\x20{\x0a\x09\x09\x09opacity:\x200.6;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button.selected,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button.selected:hover\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.gradient-button\x20{\x0a\x09\x09\x09color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-colorpicker\x20.gradient-button\x20{\x0a\x09\x09\x09color:\x20#fff;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-checker,\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-horizontal,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-horizontal\x20{\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-bar\x20.alpha-cursor,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div\x20{\x0a\x09\x09\x09height:\x208px;\x0a\x09\x09\x09width:\x208px;\x0a\x09\x09\x09margin-top:\x20-15px;\x0a\x09\x09\x09border:\x201px\x20solid\x20rgb(128,\x20128,\x20128);\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09\x09transform:\x20translateX(-5px);\x0a\x09\x09\x09transform-style:\x20preserve-3d;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:after\x20{\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09\x09transform:\x20translateZ(-1px);\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:before\x20{\x0a\x09\x09\x09content:\x20\x22\x22;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09border:\x203px\x20solid\x20transparent;\x0a\x09\x09\x09border-top-width:\x205px;\x0a\x09\x09\x09border-top-color:\x20rgb(128,\x20128,\x20128);\x0a\x09\x09\x09width:\x200;\x0a\x09\x09\x09height:\x200;\x0a\x09\x09\x09top:\x20100%;\x0a\x09\x09\x09left:\x20-50%;\x0a\x09\x09\x09transform:\x20translateX(5px);\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.edge\x20>\x20div:before\x20{\x0a\x09\x09\x09border-right-width:\x200;\x0a\x09\x09\x09border-left-width:\x205px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.edge\x20\x20~\x20.gradient-cursor.edge\x20>\x20div:before\x20{\x0a\x09\x09\x09border-right-width:\x205px;\x0a\x09\x09\x09border-left-width:\x200;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div\x20{\x0a\x09\x09\x09border-color:\x20rgb(55,\x2055,\x2055);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div:before\x20{\x0a\x09\x09\x09border-top-color:\x20rgb(55,\x2055,\x2055);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div\x20{\x0a\x09\x09\x09border-color:\x20rgb(200,\x20200,\x20200);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div:before\x20{\x0a\x09\x09\x09border-top-color:\x20rgb(200,\x20200,\x20200);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid\x20{\x0a\x09\x09\x09background-color:\x20rgba(67,\x20181\x20,129,\x200.5);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(27,\x20141,\x2089);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(67,\x20181,\x20129);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(67,\x20181,\x20129,\x200.7);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid\x20{\x0a\x09\x09\x09background-color:\x20rgba(241,\x2071,\x2071,\x200.5);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(201,\x2031,\x2031);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(241,\x2071,\x2071);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(241,\x2071,\x2071,\x200.7);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+':disabled\x20{\x0a\x09\x09\x09color:\x20#555555;\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.5);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['modalheader']+BDFDB['dotCN']['modalheaderhassibling'])+'\x20{\x0a\x09\x09\x09padding-bottom:\x2010px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09\x09border:\x20none\x20!important;\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,\x200,\x200,\x200.05);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,\x200,\x200,\x200.2);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09}\x0a\x09\x09/*\x20REMOVE\x20*/\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen'])+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09flex-wrap:\x20nowrap;\x0a\x09\x09\x09justify-content:\x20flex-start;\x0a\x09\x09\x09align-items:\x20stretch;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['modaltabcontent']+BDFDB['notCN']['modaltabcontentopen'])+'\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x0a\x09\x09/*\x20REMOVE\x20*/\x0a\x09\x09.BDFDB-modal\x20*'+BDFDB['notCN']['modalsubinner']+'\x20>\x20'+(BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen']+BDFDB['notCN']['modalsubinner'])+'\x20>\x20*\x20{\x0a\x09\x09\x09padding:\x200\x2020px\x200\x2012px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-container\x20{\x0a\x09\x09\x09padding:\x2010px\x2010px\x2010px\x2030px;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20initial;\x0a\x09\x09\x09margin:\x20auto;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-controls\x20{\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09\x09margin-right:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-inputs\x20{\x0a\x09\x09\x09text-align:\x20center;\x0a\x09\x09\x09width:\x20150px;\x0a\x09\x09\x09padding:\x203px\x203px\x203px\x2010px;\x0a\x09\x09\x09margin-top:\x2087px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickerpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-black,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-white,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x20308px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-sliderpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09left:\x20-6px;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x09\x0a\x09\x09.colorpicker-modal\x20[class^=\x22colorpicker-preview-\x22]\x20{\x0a\x09\x09\x09background-color:\x20#808080;\x0a\x09\x09\x09border:\x203px\x20solid\x20transparent;\x0a\x09\x09\x09height:\x2065px;\x0a\x09\x09\x09width:\x2080px;\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-0\x20{\x0a\x09\x09\x09border-radius:\x205px\x200\x200\x205px;\x0a\x09\x09\x09border-right:\x20none;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-2\x20{\x0a\x09\x09\x09border-radius:\x200\x205px\x205px\x200;\x0a\x09\x09\x09border-left:\x20none;\x0a\x09\x09}');BDFDB['ListenerUtils']['add'](BDFDB,document,'click.BDFDBPluginClick','.bd-settingswrap\x20.bd-refresh-button,\x20.bd-settingswrap\x20.bd-switch-checkbox',c=>{BDFDB['BDUtils']['setPluginCache']();BDFDB['BDUtils']['setThemeCache']();});var yn={};BDFDB['ListenerUtils']['add'](BDFDB,document,'keydown.BDFDBPressedKeys',yo=>{if(!BDFDB['pressedKeys']['includes'](yo['which'])){clearTimeout(yn[yo['which']]);BDFDB['pressedKeys']['push'](yo['which']);yn[yo['which']]=BDFDB['TimeUtils']['timeout'](c=>{BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yo['which'],!![]);},0xea60);}});BDFDB['ListenerUtils']['add'](BDFDB,document,'keyup.BDFDBPressedKeys',yq=>{clearTimeout(yn[yq['which']]);BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yq['which'],!![]);});BDFDB['ListenerUtils']['add'](BDFDB,document,'mousedown.BDFDBMousePosition',yr=>{BDFDB['mousePosition']=yr;});BDFDB['ListenerUtils']['add'](BDFDB,window,'focus.BDFDBPressedKeysReset',ys=>{BDFDB['pressedKeys']=[];});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'UserPopout':'componentDidMount','UserProfile':'componentDidMount','Message':['componentDidMount','componentDidUpdate']};var yt={};yt['processV2CList']=function(yu){if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&yu['instance']['_reactInternalFiber']['key']&&yu['instance']['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var yv=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(yv){var yw=BDFDB['DOMUtils']['create']('Check\x20for\x20Updates');yw['addEventListener']('click',c=>{BDFDB['PluginUtils']['checkAllUpdates']();});yw['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yw,'Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',{'type':'top','selector':'update-button-tooltip','style':'max-width:\x20420px'});});yw['addEventListener']('contextmenu',c=>{if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var yA=[];for(let yB in window['PluginUpdates']['plugins'])yA['push'](window['PluginUpdates']['plugins'][yB]['name']);BDFDB['TooltipUtils']['create'](yw,yA['sort']()['join'](',\x20'),{'type':'bottom','selector':'update-list-tooltip','style':'max-width:\x20420px'});}});BDFDB['DOMUtils']['remove']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);yv['parentElement']['insertBefore'](yw,yv['nextSibling']);new MutationObserver(yC=>{yC['forEach'](yD=>{yD['addedNodes']['forEach'](yE=>{if(yv['parentElement']['querySelectorAll']('.bd-updatebtn')['length']>0x1&&BDFDB['DOMUtils']['containsClass'](yE,'bd-updatebtn'))BDFDB['DOMUtils']['remove'](yE);});});})['observe'](yv['parentElement'],{'subtree':!![],'childList':!![]});}}};yt['_processCard']=function(yF,yG){var yH,yI=null;if(BDFDB['DOMUtils']['containsClass'](yF['node'],BDFDB['disCN']['_reposettingsclosed'])&&(yH=yF['node']['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(yI=yF['node']['querySelector'](BDFDB['dotCN']['_repodescription']))!=null&&(!BDFDB['ObjectUtils']['is'](yG)||typeof yG['getRawUrl']!='function')){if(!yH['firstElementChild']&&!yI['firstElementChild']&&(yH['innerText']=='DevilBro'||yH['innerText']['indexOf']('DevilBro,')==0x0)){yI['style']['setProperty']('display','block','important');yH['innerHTML']='DevilBro'+yH['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');yH['addEventListener']('click',c=>{if(BDFDB['UserUtils']['me']['id']=='278543574059057154')return;let yK=gR['ChannelStore']['getDMFromUserId']('278543574059057154');if(yK)gR['SelectChannelUtils']['selectPrivateChannel'](yK);else gR['DirectMessageUtils']['openPrivateChannel'](BDFDB['UserUtils']['me']['id'],'278543574059057154');let yL=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yL)yL['click']();});let yM=yF['node']['querySelector'](BDFDB['dotCN']['_repoversion']);if(yM&&yG['changelog']){BDFDB['DOMUtils']['remove'](yM['querySelectorAll']('.BDFDB-versionchangelog'));let yN=BDFDB['DOMUtils']['create']('\x20\x20\x20\x20\x20');yM['appendChild'](yN);yN['addEventListener']('click',c=>{BDFDB['PluginUtils']['openChangeLog'](yG);});yN['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yN,BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],{'type':'top','selector':'changelogicon-tooltip'});});}let yQ=yF['node']['querySelector'](BDFDB['dotCN']['_repolinks']);if(yQ){if(yQ['firstElementChild'])yQ['appendChild'](document['createTextNode']('\x20|\x20'));let yR=BDFDB['DOMUtils']['create']('Support\x20Server');yR['addEventListener']('click',yF=>{BDFDB['ListenerUtils']['stopEvent'](yF);let yT=c=>{gR['GuildUtils']['transitionToGuildSync']('410787888507256842');let yV=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yV)yV['click']();};if(gR['GuildStore']['getGuild']('410787888507256842'))yT();else gR['InviteUtils']['acceptInvite']('Jx3TjNS')['then'](c=>{yT();});});yQ['appendChild'](yR);if(BDFDB['UserUtils']['me']['id']!='98003542823944192'&&BDFDB['UserUtils']['me']['id']!='116242787980017679'&&BDFDB['UserUtils']['me']['id']!='81388395867156480'){yQ['appendChild'](document['createTextNode']('\x20|\x20'));yQ['appendChild'](BDFDB['DOMUtils']['create']('Donations'));}}}}};yt['processV2CPluginCard']=function(yX){yt['_processCard'](yX,yX['instance']['props']['plugin']);};yt['processV2CThemeCard']=function(yY){yt['_processCard'](yY,yY['instance']['props']['theme']);};yt['_processAvatar']=function(yZ,z0){if(z0&&yZ){z0['setAttribute']('user_by_BDFDB',yZ['id']);var z1=z0['querySelector'](BDFDB['dotCN']['avatarpointerevents']);if(z1){z1['addEventListener']('mouseenter',c=>{BDFDB['DOMUtils']['addClass'](z0,'statusHovered');});z1['addEventListener']('mouseleave',c=>{BDFDB['DOMUtils']['removeClass'](z0,'statusHovered');});}}};yt['processUserPopout']=function(z4){yt['_processAvatar'](z4['instance']['props']['user'],z4['node']['querySelector'](BDFDB['dotCN']['userpopoutavatarwrapper']));};yt['processUserProfile']=function(z5){yt['_processAvatar'](z5['instance']['props']['user'],z5['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};yt['processMessage']=function(z6){yt['_processAvatar'](z6['instance']['props']['message']['author'],z6['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};e['patchPlugin'](BDFDB);if(wm['SvgIcon'])BDFDB['ModuleUtils']['patch'](BDFDB,wm['SvgIcon']['prototype'],'render',{'after':z7=>{if(!z7['thisObject']['props']['name']){let z8=z7['thisObject']['props']['iconSVG']||BDFDB['ReactUtils']['findValue'](z7['thisObject'],'iconSVG',{'up':!![]});if(z8)z7['returnValue']=BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](z8));}}});BDFDB['ModuleUtils']['patch'](BDFDB,gR['GuildStore'],'getGuild',{'after':z9=>{if(z9['returnValue']&&z9['methodArguments'][0x0]=='410787888507256842'&&!z9['returnValue']['banner']){z9['returnValue']['banner']='data:image/png;base64,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W7fu537u5xYtWjQ9Pd3tdp/VUxEPTsLqdruVSmVqaurgJKzJycnp6enp6empqamD/xwbG9u6dWtPT8/Y2Nj+/fsPHDhw4MCBvXv3HjhwIMuy4eHhOT0kzzzzzDe84Q2XXnrpypUri//dbt26dWhoyA8SAOY6BRYA80R7bGd7bGeBCyxm1H/ceyjmsZvHpP3vu1yFJEm+vwFWVksrPUmyIOtdFpaelMSYhCR2252p4c7Ens7Yzu7U/uaBzc2990zvuDUmMcm7sduOSRJCJWSVws7PCiF0u90777xz06ZNX/7yl9/whje84Q1v6O/vn7kjDg4O/tCvxMcsko0xhhA6nc7ExMTU1NTExMTY2NjExESe5/v379+5c+fu3bu3bt360EMPNZvNRx55JE3T4q9JXLFixVvf+taf+ImfOO644+bKe+O+++5rtVp+RgAw5+/2ivmoFAA4/GtauuyF/33hGW+UBIcgJo9ZhBi+/7DCENIkhBjz2J7OO9N5a6w9um161x2TO+9ojzzSbY51J3bnnWaa1UNWSUL6w8VZEf5iMR5czddoNNavX/+2t73tFa94xbJlywr1TeZ53ul0frDqcHp6evPmzTfeeOPevXs3bdq0c+fOiYmJ4eHhPM8PLlEsgtWrV1966aU/8zM/s3bt2izL5spA37Zt2y//8i/fcsst3vMAzPmbfQUWAPPGglN/atlFvxVST/rjGd0dJckPiq0kJiGENIQsbw5P73twavut0/vua+3f0BzaHNtTIasmSZqkaQhp0f4aBxf6tdvtCy644E1vetOll166bNmywj4mL8/zg9OvYoy7du168MEH77vvvna7fccdd2zatGl6enrv3r3dbvcHf2zWNBqN00477cUvfvFrX/vaY489dg5VVwddd911v/qrv7p7925vbADm/C2aAguAeaO2+IRVL/tobdEJomAGbprSNKuFak/eHGsNb2kNbZ7edcfE1htaBzbmnWbsNkOShqz6/Q2zCmRiYiLGeP755//Mz/zMq171qqLNxnoSMcY9e/bs27dvcnLy/vvvv/feezdv3rxly5bx8fGpqamDs7dm7ugLFy487bTTfvqnf/olL3nJ4sVzcm1yjPEv/uIv/viP/9jbF4D5cC+mwAJgPln143/Uf8JLC7iwi3khJjEJWRayRsiqeWe62xzpjGwf33z1xJbvdMZ2tUa3J3k3hJCkWUirSZol8chv6pSmaafTGRsby7Ls/PPP/y//5b9ccsklc+4OsNvtNpvNgztqbdy48aabbtq2bdsdd9yxb9++vXv3PosH6unpWbFixYUXXvjKV176nOecOzAwMHfH6+jo6K/92q9deeWV3roAzAMKLADmlQWnvnbZRb8VKrWk8LtBM5fFJCZJloW0FkKapFnenmruuXt807fbw5un9tzTHn4ktqdjkqS13pDVkhiP+L7vIYSDu011u92LL774DW94w+te97of3YV9brnrrrs2bdp0991333bbbXv37t2+ffv09PTTW2NYr9ePPvro5z3veeecc875559/4oknzoNheu+9977jHe/YuHGjdywA84ACC4B5JetZctxPfyHrXxo7TWkw82KSJElIk5CmWU9a6+lM7G0deGhq5+0Tm/9tatc9nYm9eXs8q/WHal8ROqwkSfI8HxkZybLsTW960y//8i+fc845c/0cdDqdRx55ZGpq6vrrr7/hhhu2bNmyc+fOoaGhQ/naarV63HHHPec5z7noogtPOunk0047bT6Nzv/zf/7P7/zO73S7XW9UAOYBBRYA86tOiPGoSz/ev+4/xU77iPcFlHAAhqye1vpizLsTe5tDmye3XDe1/XvTu+9pj24Ntf600jh4A3ZkB2eaps1mc2JiYv369a9//et/6qd+6tRTT50H6U9PT4+Pj2/fvv2WW27ZuXPnTTfddN99942Njf3on+zv7z/llFNOP/30008//eyzzz7uuON6enrm2VgcHR39rd/6rX/5l3/xtgRgflBgATC/+oPO9ILTX7/qP304xjzm5h1wREZhTNIsrfYmaZp0u92p/dO7757cftPo/f/a3P9gWqknIQtpLQlHuMbK83x8fDxJktNOO+3d7373ZZddNm/OQLfbTdP0vvvu27hx49VXX33fffc9/PDDK1asWLVq1bnnnnv00UevXLnyhBNOWLlyZbU6bx9aes8997z+9a8fHh72jgRgflBgATC/qoNOs7Zk3dGv/l/VhcfETksgHMHBmCTh4FbuIYTYabVGt03vunP0wa9Obb+p2xpLut202nPEH1nYbrdbrVZfX9+ll176u7/7uyecMN8e4jk8PDw6OtpsNnt7e3t6ehYuXJim6fwffDH+7d/+7fve9z7vQwDmjWxOP1oFAH5YSLuT+6qDR/WsPj/J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1q37+Mc//tKXvrRsyW/evPn973//1VdffXD3egDg2aLAAgCYT2JaX9Cd3L/vux8/cOv/TpKQNgafyZbth9VehRCGhobWr1//8Y9//Md+7MfKFv23vvWtv/qrv/rud79rFALAs06BBUA5hVnbxxpmU1YfnN53/95rPzZ2/78kWS2t9SVx9qYCjYyMrF+//s///M/LtnJwdHT0//7f//u5z31u48aNBiEAzAQFFgAlFC0hZP6N6pBWQ6Uxvunbe6//2NSOW0O1L1Rqs9lejY+Pr1279uMf/3jZ2qtOp/PHf/zHX/jCF0ZHRw1EAJghCiwASiiYgcX8EtNab2y3DnzvU/tv+mRneiSt9iYhm832anJy8oQTTviTP/mTl7zkJSXKPcY777zz05/+9Je+9CVbtgPAjFJgAQDMXTEJWVrva+3ftO+7fzn2wL/GmKeV+ixXtNPT08cff/zHPvaxUu3a3m63v/KVr/z5n//5xo0bY1SIA8DMUmABAMxRIVTqSZqNP/iNvdf98dTue9JaX0hn++7u4NyrP/3TPy1Pe5Xn+Z49ez7/+c9/8pOfnJycNBABYBYosAAA5pwY0mrIap2JvUO3f+7AbZ/pTh7IGoOzubNbCCHP87GxsbVr1/7Zn/1Zefa9mp6evummm/78z//8pptusmwQAGaNAgsAYA6JSRLSal8SwvSOm/dc9xdjG67IGguyngWzuatbCCHGODw8fOKJJ5aqvdq2bdvf/d3ffeELX9i1a5exCACzSYEFQDkrAE8hZE4O3ZBWs8aC9viu0Xv++cBt/7u5f2Olb+mjg3q2HJx7tW/fvlNOOeXP//zPS7JycHR09K677vrkJz95ww03TE1NGYsAMMsUWACUkKcQMufEJMa01hey2thD3zxw299NPHRlzDtZY9Esj+QQQqvVGh4ePu+88z760Y++6EUvmvfRt9vtbdu2ffKTn7zxxhs3btxoLALAEaHAAqCUXYAZWMwtaTWrDXTHdx644/89cOtnOuO700pPWuud/faq2WzGGH/+53/+3e9+94knnjjvg5+env7c5z73xS9+8YEHHpienjYSAeBIUWABUEJmYDGHRmtIK715d3r47n88cOtnmnvujt1OVh9IQjbLYzhN08nJyb6+vne/+90///M/PzAwML+Dn56evvXWWz/96U9ff/31IyMjRiIAHFkKLACAYgqhUg8hTO28dd+Nn5zYdFUSQhLStNabJMnsN7AjIyOrVq36zd/8zbe+9a2Vyny+hxwZGdm1a9dnP/vZK664Yv/+/e1221gEgCNOgQVAOVlCSIGFNKRZkmatvRuG7/3C2IOXt0e2h2pPCOkR+XY6nU673X7hC1/427/92y960YvSNJ2fPxRi7HQ6d9xxxz//8z9fe+21W7Zs6XQ6BiMAFIQCC4CSNgSWEFLIgZmFrJrEbnt0x8g9Xxi771+aw5uTtJrW+md/xB582uD09HQI4Wd/9md/53d+Z9WqVfM1+MnJyTvvvPPyyy//5je/uWPHDrOuAKBoFFgAlJMZWBRqPMaQVUOlkSTd1tAjYxu/PnTH/9sZ3hKTJK31f3/Ezrbp6elWq3XMMcf81//6X3/pl36pVqvNy+wnJyfvvvvur3zlK1ddddWmTZsMRgAoJgUWAOVkBhbFEGPIammtL8ZOe2jL2MYrhu/6x+ndd6eVRqj0hnDEBur4+HiM8ZJLLnnPe97z3Oc+d/4F3263W63W1Vdffc0111xzzTWqKwAoOAUWACWtDczA4ogPwpBW0/pAbE9P77l7YvN3Ru/94tSuO2PMs57F3x+lR6a9GhkZOeqoo375l3/5Z37mZ5YtWzbPcp+cnBwaGrrqqqtuueWW66+/ftu2bcYiABSfAgsAYDbFJKQhrWS1gW5zZHzTVRMPXz3+0DdbBzbnncmsvjDJqknMj8h3FkLodrtDQ0Pnn3/++9///pe97GXzLPqhoaENGzZ885vfvO222+6///6RkRHbtAPAXKHAAqCcLCFk1j260VVPDDGf3D9y1z+Obf5Wc8+97bEdSZ6HrJr1Lk1iPCLtVZqmnU5nYmKiXq+/5S1veec733nyySfPp+z37Nlz/fXXf+lLX3rggQf27t07OTlpPALA3KLAAgCYaTFktVDti82R6Z23jj989djGbzT3PxTbEyGrhKweqlmShCQesVJ1fHw8SZK1a9f+6q/+6hvf+MaBgYF5EHqz2Txw4MDtt9/+3e9+9zvf+c7+/fv3799vLALAHKXAAqCkhYI9sJgNIYRQSauN1vju6Y3/Nv7Q10c3Xhk7zSRJkpCmtd7HjMMj017FGCcmJlatWvXWt771zW9+8+rVq9M0ndOR53m+adOmrVu33nnnnZdffvnevXuHhoZarZbBCABzmgILgJL2CpYQMlNDK4QQQpKEGJIkxtbQ5tENV0w+cl1z912d5lha7QtpJQlHviTK87zdbscYX/KSl3zgAx84++yz52511el08jw/uE7whhtueOCBB7Zu3To6OnrwL2hQAsA8oMACAHiGYpKEkFaSkIU0xJh3p0Y7k3um99w9vuHKqV13dif3xryTVhpZ/cgvzQshdDqddrtdrVbPPvvsX/7lX375y1/e398/F3Nvt9v79u2bmpq65ZZbbr311quvvnr//v1jY2NGJADMPwosAICnJcYkSUJWDZV6SEKM3e70cHP/xube+ya23Ti19cbOxJ4krYYQQloLWeOIT/oLIeR5PjEx0el0li1b9vM///O/8iu/snTp0rmSd57neZ6HEMbGxrZt27Z79+4NGzZ8/etfHxoaevDBB41HAJjfFFgAAIfl4HyralrrSdJa3p7oTu5vHtg8ueOW6R03Te+5t3VgU5KEtN6f1vqSJHx/veqRbK9CCEmSjI2NtVqt5cuX//iP//hrXvOaV77ylcXPut1uT05OdjqdycnJTZs23XPPPdPT0w8//PCGDRv27t27Y8cOwxEASkKBBQDwJA4WTyEJIUlCyKpppRHSandqqLn3gebww9N77p3a9r3W/g3t8d15azyt9WWNhUmaPuaRgke4uooxNpvNkZGRFStWXHrppZdddtnFF1/caDQKm3in0zlw4MDevXsnJyc3b958++2379q1a3R0dMeOHQe3Y5+amjIuAaBsFFgAAI8VH22c0jSELAlZkmYhJElIY0y6o9vH99w3vefOzsiO6X33tfZvzLvTsdNKQkgrPZX+5Uk8+ApHfuPwg9XV1NTU9PT0ggUL3va2t73+9a9/wQteUMzqqtVq7dix49577x0bG9u0adOWLVs2btw4OTm5a9euH2w2b2gCQJkpsAAop5gkQQr8+3iISZIkIU2TtBayakirMe/E9lTsTHSb463hh5u7757YcVNnbGd3Yl97fGcSkySkIYQQKmmjJwkhiUlSmJIlTdOJiYlWq7VgwYLLLrvszW9+8/nnn9/b23ukvp88zw8+KLDT6SRJ0u12x8bGDhw48Mgjj9xzzz179+7dvn37/v379+zZ0263h4aGjEgA4IcosAAop3DEd9SmICMhpFmSVkNWC1kltic6kwe6k/s643taI4+09j/UPLChNbQ5tqfyznTemUxiEtJKWmkkSUhC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';}}});BDFDB['ModuleUtils']['patch'](BDFDB,gR['IconUtils'],'getGuildBannerURL',{'instead':za=>{return za['methodArguments'][0x0]['id']=='410787888507256842'?za['methodArguments'][0x0]['banner']:za['callOriginalMethod']();}});for(let zb of g1)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName'](zb),![]);for(let zc of g2)e['patchPopoutLib'](BDFDB['ModuleUtils']['findByName'](zc),![]);for(let zd of g3)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName']('FluxContainer('+zd+')'),!![]);BDFDB['ModuleUtils']['forceAllUpdates'](BDFDB);e['addContextListeners'](BDFDB);BDFDB['loaded']=!![];e['reloadLib']=c=>{var zf=document['querySelector']('head\x20script#BDFDBLibraryScript');if(zf)zf['remove']();zf=document['createElement']('script');zf['setAttribute']('id','BDFDBLibraryScript');zf['setAttribute']('type','text/javascript');zf['setAttribute']('src','https://mwittrien.github.io/BetterDiscordAddons/Plugins/BDFDB.min.js');zf['setAttribute']('date',performance['now']());document['head']['appendChild'](zf);};var zg=Object['keys'](BDFDB)['length']-0xa,zh=BDFDB['TimeUtils']['interval'](c=>{if(!window['BDFDB']||typeof BDFDB!='object'||Object['keys'](BDFDB)['length']0x112a880){clearInterval(zh);e['reloadLib']();}},0x2710);if(BDFDB['UserUtils']['me']['id']=='278543574059057154'){for(let zj in vL)if(!vL[zj])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zj+'\x20not\x20initialized\x20in\x20DiscordClassModules');for(let zk in gO)if(!gO[zk])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zk+'\x20not\x20initialized\x20in\x20LibraryRequires');for(let zl in gR)if(!gR[zl])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zl+'\x20not\x20initialized\x20in\x20LibraryModules');for(let zm in wl)if(!wl[zm])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zm+'\x20not\x20initialized\x20in\x20NativeSubComponents');for(let zn in wm)if(!wm[zn])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zn+'\x20not\x20initialized\x20in\x20LibraryComponents');BDFDB['ModuleUtils']['DevFuncs']={};BDFDB['ModuleUtils']['DevFuncs']['generateClassId']=function(zo){let zp='0123456789ABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'['split']('');let d='';while(d['length']<0x6)d+=zp[Math['floor'](Math['random']()*zp['length'])];return d;};BDFDB['ModuleUtils']['DevFuncs']['findByIndex']=function(zr){var zs=e['getWebModuleReq']();return zs['c'][zr];};BDFDB['ModuleUtils']['DevFuncs']['findPropAny']=function(zt){zt=BDFDB['ArrayUtils']['is'](zt)?zt:Array['from'](arguments);var zu=e['getWebModuleReq']();window['t']={'$filter':zv=>zt['every'](zw=>zv['toLowerCase']()['indexOf'](zw['toLowerCase']())>-0x1)};for(let zx in zu['c'])if(zu['c']['hasOwnProperty'](zx)){let zy=zu['c'][zx]['exports'];if(zy&&typeof zy=='object')for(let zz in zy)if(window['t']['$filter'](zz))window['t'][zz+'_'+zx]=zy;if(zy&&typeof zy=='object'&&typeof zy['default']=='object')for(let zA in zy['default'])if(window['t']['$filter'](zA))window['t'][zA+'_default_'+zx]=zy['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropFunc']=function(zB){zB=BDFDB['ArrayUtils']['is'](zB)?zB:Array['from'](arguments);var zC=e['getWebModuleReq']();window['t']={'$filter':zD=>zB['every'](zE=>zD['toLowerCase']()['indexOf'](zE['toLowerCase']())>-0x1)};for(let zF in zC['c'])if(zC['c']['hasOwnProperty'](zF)){let zG=zC['c'][zF]['exports'];if(zG&&typeof zG=='object')for(let zH in zG)if(window['t']['$filter'](zH)&&typeof zG[zH]!='string')window['t'][zH+'_'+zF]=zG;if(zG&&typeof zG=='object'&&typeof zG['default']=='object')for(let zI in zG['default'])if(window['t']['$filter'](zI)&&typeof zG['default'][zI]!='string')window['t'][zI+'_default_'+zF]=zG['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropStringLib']=function(zJ){zJ=BDFDB['ArrayUtils']['is'](zJ)?zJ:Array['from'](arguments);var zK=e['getWebModuleReq']();window['t']={'$filter':zL=>zJ['every'](zM=>zL['toLowerCase']()['indexOf'](zM['toLowerCase']())>-0x1)};for(let zN in zK['c'])if(zK['c']['hasOwnProperty'](zN)){let zO=zK['c'][zN]['exports'];if(zO&&typeof zO=='object')for(let zP in zO)if(window['t']['$filter'](zP)&&typeof zO[zP]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zO[zP]))window['t'][zP+'_'+zN]=zO;if(zO&&typeof zO=='object'&&typeof zO['default']=='object')for(let zQ in zO['default'])if(window['t']['$filter'](zQ)&&typeof zO['default'][zQ]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zO['default'][zQ]))window['t'][zQ+'_default_'+zN]=zO['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findNameAny']=function(zR){zR=BDFDB['ArrayUtils']['is'](zR)?zR:Array['from'](arguments);var zS=e['getWebModuleReq']();window['t']={'$filter':zT=>zR['some'](zU=>typeof zT['displayName']=='string'&&zT['displayName']['toLowerCase']()['indexOf'](zU['toLowerCase']())>-0x1||zT['name']=='string'&&zT['name']['toLowerCase']()['indexOf'](zU['toLowerCase']())>-0x1)};for(let zV in zS['c'])if(zS['c']['hasOwnProperty'](zV)){let zW=zS['c'][zV]['exports'];if(zW&&(typeof zW=='object'||typeof zW=='function')&&window['t']['$filter'](zW))window['t'][(zW['displayName']||zW['name'])+'_'+zV]=zW;if(zW&&(typeof zW=='object'||typeof zW=='function')&&zW['default']&&(typeof zW['default']=='object'||typeof zW['default']=='function')&&window['t']['$filter'](zW['default']))window['t'][(zW['default']['displayName']||zW['default']['name'])+'_'+zV]=zW['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findCodeAny']=function(zX){zX=BDFDB['ArrayUtils']['is'](zX)?zX:Array['from'](arguments);var zY=e['getWebModuleReq']();window['t']={'$filter':zZ=>zX['every'](A0=>zZ['toLowerCase']()['indexOf'](A0['toLowerCase']())>-0x1)};for(let A1 in zY['c'])if(zY['c']['hasOwnProperty'](A1)){let A2=zY['c'][A1]['exports'];if(A2&&typeof A2=='object')for(let A3 in A2){let A4=A2[A3];if(typeof A4=='function'&&window['t']['$filter'](A4['toString']()))window['t'][A3+'_module_'+A1]={'string':A4['toString'](),'func':A4,'module':A2};}if(A2&&typeof A2=='object'&&typeof A2['default']=='object')for(let A5 in A2['default']){let A4=A2['default'][A5];if(typeof A4=='function'&&window['t']['$filter'](A4['toString']()))window['t'][A5+'_default_'+A1]={'string':A4['toString'](),'func':A4,'module':A2['default']};}}for(let A7 in zY['m']){let A4=zY['m'][A7];if(typeof A4=='function'&&window['t']['$filter'](A4['toString']()))window['t']['funtion_'+A7]={'string':A4['toString'](),'func':A4};}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllModules']=function(){var A9=e['getWebModuleReq']();window['t']={};for(let Aa in A9['c'])if(A9['c']['hasOwnProperty'](Aa)){let Ab=A9['c'][Aa]['exports'];if(Ab&&typeof Ab=='object')window['t'][Aa]=Ab;}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllStringLibs']=function(){var Ac=e['getWebModuleReq']();window['t']=[];for(let Ad in Ac['c'])if(Ac['c']['hasOwnProperty'](Ad)){let Ae=Ac['c'][Ad]['exports'];if(Ae&&typeof Ae=='object'&&!BDFDB['ArrayUtils']['is'](Ae)&&Object['keys'](Ae)['length']){var Af=!![],Ag=![];for(let Ah in Ae){if(typeof Ae[Ah]!='string')Af=![];if(typeof Ae[Ah]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](Ae[Ah]))Ag=!![];}if(Af&&Ag)window['t']['push'](Ae);}if(Ae&&typeof Ae=='object'&&Ae['default']&&typeof Ae['default']=='object'&&!BDFDB['ArrayUtils']['is'](Ae['default'])&&Object['keys'](Ae['default'])['length']){var Af=!![],Ag=![];for(let Ak in Ae['default']){if(typeof Ae['default'][Ak]!='string')Af=![];if(typeof Ae['default'][Ak]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](Ae['default'][Ak]))Ag=!![];}if(Af&&Ag)window['t']['push'](Ae['default']);}}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['listen']=function(Al){Al=BDFDB['ArrayUtils']['is'](Al)?Al:Array['from'](arguments);BDFDB['ModuleUtils']['DevFuncs']['listenstop']();BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=BDFDB['ModuleUtils']['patch']('WebpackSearch',BDFDB['ModuleUtils']['findByProperties'](Al),Al[0x0],{'after':Am=>{console['log'](Am);}});};BDFDB['ModuleUtils']['DevFuncs']['listenstop']=function(){if(typeof BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=='function')BDFDB['ModuleUtils']['DevFuncs']['listen']['p']();};BDFDB['ModuleUtils']['DevFuncs']['req']=e['getWebModuleReq']();}for(let An in wl)if(!wl[An])wl[An]='div';for(let Ao in wm)if(!wm[Ao]){wm[Ao]='div';BDFDB['LibraryComponents'][Ao]='div';}BDFDB['loadMessage']=BDFDB['PluginUtils']['init'];BDFDB['unloadMessage']=BDFDB['PluginUtils']['clear'];BDFDB['createSettingsPanel']=BDFDB['PluginUtils']['createSettingsPanel'];BDFDB['addObserver']=BDFDB['ObserverUtils']['connect'];BDFDB['killObservers']=BDFDB['ObserverUtils']['disconnect'];BDFDB['addEventListener']=BDFDB['ListenerUtils']['add'];BDFDB['removeEventListener']=BDFDB['ListenerUtils']['remove'];BDFDB['addChildEventListener']=BDFDB['ListenerUtils']['addToChildren'];BDFDB['copyEvent']=BDFDB['ListenerUtils']['copyEvent'];BDFDB['stopEvent']=BDFDB['ListenerUtils']['stopEvent'];BDFDB['showToast']=BDFDB['NotificationUtils']['toast'];BDFDB['showDesktopNotification']=BDFDB['NotificationUtils']['desktop'];BDFDB['createNotificationsBar']=BDFDB['NotificationUtils']['notice'];BDFDB['createTooltip']=(Ap,Aq,Ar)=>{return BDFDB['TooltipUtils']['create'](Aq,Ap,Ar);};BDFDB['updateTooltipPosition']=BDFDB['TooltipUtils']['update'];BDFDB['isObject']=BDFDB['ObjectUtils']['is'];BDFDB['sortObject']=BDFDB['ObjectUtils']['sort'];BDFDB['reverseObject']=BDFDB['ObjectUtils']['reverse'];BDFDB['filterObject']=BDFDB['ObjectUtils']['filter'];BDFDB['mapObject']=BDFDB['ObjectUtils']['map'];BDFDB['isObjectEmpty']=BDFDB['ObjectUtils']['isEmpty'];BDFDB['sortArrayByKey']=BDFDB['ArrayUtils']['keySort'];BDFDB['numSortArray']=BDFDB['ArrayUtils']['numSort'];BDFDB['removeFromArray']=BDFDB['ArrayUtils']['remove'];BDFDB['getAllIndexes']=BDFDB['ArrayUtils']['getAllIndexes'];BDFDB['removeCopiesFromArray']=BDFDB['ArrayUtils']['removeCopies'];BDFDB['React']=Object['assign']({},BDFDB['ReactUtils']);BDFDB['getKeyInformation']=As=>{return BDFDB['ReactUtils']['findValue'](As['node']||As['instance'],As['key'],As);};BDFDB['getReactInstance']=BDFDB['ReactUtils']['getInstance'];BDFDB['getOwnerInstance']=At=>{return BDFDB['ReactUtils']['findOwner'](At['node']||At['instance'],At);};BDFDB['ReactUtils']['getOwner']=BDFDB['ReactUtils']['findOwner'];BDFDB['getContextMenuGroupAndIndex']=(Au,Av)=>{return BDFDB['ReactUtils']['findChildren'](Au,{'name':Av,'props':[['label',Av]]});};BDFDB['getReactValue']=BDFDB['ReactUtils']['getValue'];BDFDB['WebModules']=Object['assign']({},BDFDB['ModuleUtils']);BDFDB['WebModules']['patch']=(Aw,Ax,Ay,Az)=>{return BDFDB['ModuleUtils']['patch'](Ay,Aw,Ax,Az);};BDFDB['ModuleUtils']['initiateProcess']=e['initiateProcess'];BDFDB['WebModules']['initiateProcess']=e['initiateProcess'];BDFDB['myData']=BDFDB['UserUtils']['me'];BDFDB['getUserStatus']=BDFDB['UserUtils']['getStatus'];BDFDB['getUserStatusColor']=BDFDB['UserUtils']['getStatusColor'];BDFDB['getUserAvatar']=BDFDB['UserUtils']['getAvatar'];BDFDB['isUserAllowedTo']=BDFDB['UserUtils']['can'];BDFDB['getGuildIcon']=BDFDB['GuildUtils']['getIcon'];BDFDB['getGuildBanner']=BDFDB['GuildUtils']['getBanner'];BDFDB['getServerDiv']=BDFDB['GuildUtils']['getDiv'];BDFDB['getServerData']=BDFDB['GuildUtils']['getData'];BDFDB['readServerList']=BDFDB['GuildUtils']['getAll'];BDFDB['readUnreadServerList']=BDFDB['GuildUtils']['getUnread'];BDFDB['readPingedServerList']=BDFDB['GuildUtils']['getPinged'];BDFDB['readMutedServerList']=BDFDB['GuildUtils']['getMuted'];BDFDB['getSelectedServer']=BDFDB['GuildUtils']['getSelected'];BDFDB['createServerDivCopy']=BDFDB['GuildUtils']['createCopy'];BDFDB['openGuildContextMenu']=BDFDB['GuildUtils']['openMenu'];BDFDB['markGuildAsRead']=BDFDB['GuildUtils']['markAsRead'];BDFDB['getFolderID']=BDFDB['FolderUtils']['getId'];BDFDB['getFolderDiv']=BDFDB['FolderUtils']['getDiv'];BDFDB['getChannelDiv']=BDFDB['ChannelUtils']['getDiv'];BDFDB['getSelectedChannel']=BDFDB['ChannelUtils']['getSelected'];BDFDB['openChannelContextMenu']=BDFDB['ChannelUtils']['openMenu'];BDFDB['markChannelAsRead']=BDFDB['ChannelUtils']['markAsRead'];BDFDB['DmUtils']=BDFDB['DMUtils'];BDFDB['getDmDiv']=BDFDB['DMUtils']['getDiv'];BDFDB['getChannelIcon']=BDFDB['DMUtils']['getIcon'];BDFDB['readDmList']=BDFDB['DMUtils']['getAll'];BDFDB['saveAllData']=(AA,AB,AC)=>{BDFDB['DataUtils']['save'](AA,AB,AC);};BDFDB['saveData']=(d,AE,AF,AG)=>{BDFDB['DataUtils']['save'](AE,AF,AG,d);};BDFDB['loadAllData']=(AH,AI)=>{return BDFDB['DataUtils']['load'](AH,AI);};BDFDB['loadData']=(d,AK,AL)=>{return BDFDB['DataUtils']['load'](AK,AL,d);};BDFDB['removeAllData']=(AM,AN)=>{BDFDB['DataUtils']['remove'](AM,AN);};BDFDB['removeData']=(d,AP,AQ)=>{BDFDB['DataUtils']['remove'](AP,AQ,d);};BDFDB['getAllData']=(AR,AS)=>{return BDFDB['DataUtils']['get'](AR,AS);};BDFDB['getData']=(d,AU,AV)=>{return BDFDB['DataUtils']['get'](AU,AV,d);};BDFDB['colorCONVERT']=BDFDB['ColorUtils']['convert'];BDFDB['colorSETALPHA']=BDFDB['ColorUtils']['setAlpha'];BDFDB['colorGETALPHA']=BDFDB['ColorUtils']['getAlpha'];BDFDB['colorCHANGE']=BDFDB['ColorUtils']['change'];BDFDB['colorINV']=BDFDB['ColorUtils']['invert'];BDFDB['colorCOMPARE']=BDFDB['ColorUtils']['compare'];BDFDB['colorISBRIGHT']=BDFDB['ColorUtils']['isBright'];BDFDB['colorTYPE']=BDFDB['ColorUtils']['getType'];BDFDB['colorGRADIENT']=BDFDB['ColorUtils']['createGradient'];BDFDB['getSwatchColor']=BDFDB['ColorUtils']['getSwatchColor'];BDFDB['openColorPicker']=BDFDB['ColorUtils']['openPicker'];BDFDB['addClass']=BDFDB['DOMUtils']['addClass'];BDFDB['removeClass']=BDFDB['DOMUtils']['removeClass'];BDFDB['toggleClass']=BDFDB['DOMUtils']['toggleClass'];BDFDB['containsClass']=BDFDB['DOMUtils']['containsClass'];BDFDB['replaceClass']=BDFDB['DOMUtils']['replaceClass'];BDFDB['removeClasses']=BDFDB['DOMUtils']['removeClassFromDOM'];BDFDB['toggleEles']=BDFDB['DOMUtils']['toggle'];BDFDB['isEleHidden']=BDFDB['DOMUtils']['isHidden'];BDFDB['removeEles']=BDFDB['DOMUtils']['remove'];BDFDB['htmlToElement']=BDFDB['DOMUtils']['create'];BDFDB['getParentEle']=BDFDB['DOMUtils']['getParent'];BDFDB['setInnerText']=BDFDB['DOMUtils']['setText'];BDFDB['getInnerText']=BDFDB['DOMUtils']['getText'];BDFDB['getRects']=BDFDB['DOMUtils']['getRects'];BDFDB['getTotalHeight']=BDFDB['DOMUtils']['getHeight'];BDFDB['getTotalWidth']=BDFDB['DOMUtils']['getWidth'];BDFDB['appendLocalStyle']=BDFDB['DOMUtils']['appendLocalStyle'];BDFDB['removeLocalStyle']=BDFDB['DOMUtils']['removeLocalStyle'];BDFDB['encodeToHTML']=BDFDB['StringUtils']['htmlEscape'];BDFDB['regEscape']=BDFDB['StringUtils']['regEscape'];BDFDB['insertNRST']=BDFDB['StringUtils']['insertNRST'];BDFDB['getParsedLength']=BDFDB['StringUtils']['getParsedLength'];BDFDB['highlightText']=BDFDB['StringUtils']['highlight'];BDFDB['formatBytes']=BDFDB['NumberUtils']['formatBytes'];BDFDB['mapRange']=BDFDB['NumberUtils']['mapRange'];BDFDB['getDiscordTheme']=BDFDB['DiscordUtils']['getTheme'];BDFDB['getDiscordMode']=BDFDB['DiscordUtils']['getMode'];BDFDB['getDiscordZoomFactor']=BDFDB['DiscordUtils']['getZoomFactor'];BDFDB['getDiscordFontScale']=BDFDB['DiscordUtils']['getFontScale'];BDFDB['openModal']=BDFDB['ModalUtils']['open'];BDFDB['openConfirmModal']=BDFDB['ModalUtils']['confirm'];BDFDB['openContextMenu']=BDFDB['ContextMenuUtils']['open'];BDFDB['closeContextMenu']=BDFDB['ContextMenuUtils']['close'];BDFDB['BdUtils']=BDFDB['BDUtils'];BDFDB['getPluginsFolder']=BDFDB['BDUtils']['getPluginsFolder'];BDFDB['getThemesFolder']=BDFDB['BDUtils']['getThemesFolder'];BDFDB['isPluginEnabled']=BDFDB['BDUtils']['isPluginEnabled'];BDFDB['getPlugin']=BDFDB['BDUtils']['getPlugin'];BDFDB['isThemeEnabled']=BDFDB['BDUtils']['isThemeEnabled'];BDFDB['getTheme']=BDFDB['BDUtils']['getTheme'];BDFDB['isRestartNoMoreEnabled']=BDFDB['BDUtils']['isAutoLoadEnabled'];BDFDB['languages']=BDFDB['LanguageUtils']['languages'];BDFDB['getDiscordLanguage']=BDFDB['LanguageUtils']['getLanguage'];BDFDB['LanguageStrings']=BDFDB['LanguageUtils']['LanguageStrings'];BDFDB['LanguageStringsCheck']=BDFDB['LanguageUtils']['LanguageStringsCheck'];BDFDB['LanguageStringsFormat']=BDFDB['LanguageUtils']['LanguageStringsFormat'];BDFDB['getLibraryStrings']=()=>{let AW=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][AW])return e['LibraryStrings'][AW];return e['LibraryStrings']['default'];};BDFDB['LibraryComponents']['ModalTabContent']=wm['ModalComponents']['ModalTabContent'];})(); \ No newline at end of file +if(window['BDFDB']&&BDFDB['ListenerUtils']&&typeof BDFDB['ListenerUtils']['remove']=='function')BDFDB['ListenerUtils']['remove'](BDFDB);if(window['BDFDB']&&BDFDB['ObserverUtils']&&typeof BDFDB['ObserverUtils']['disconnect']=='function')BDFDB['ObserverUtils']['disconnect'](BDFDB);if(window['BDFDB']&&BDFDB['ModuleUtils']&&typeof BDFDB['ModuleUtils']['unpatch']=='function')BDFDB['ModuleUtils']['unpatch'](BDFDB);var BDFDB={'myPlugins':BDFDB&&BDFDB['myPlugins']||{},'cleanUps':BDFDB&&BDFDB['cleanUps']||{},'BDv2Api':BDFDB&&BDFDB['BDv2Api']||undefined,'creationTime':performance['now'](),'pressedKeys':[],'mousePosition':{'pageX':0x0,'pageY':0x0},'name':'$BDFDB'};(c=>{var d=Math['round'](Math['random']()*0x2386f26fc10000),e={};BDFDB['id']=d;console['log']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','loading\x20library.');BDFDB['isLibraryOutdated']=function(){return performance['now']()-BDFDB['creationTime']>0x927c0;};BDFDB['PluginUtils']={};BDFDB['PluginUtils']['init']=function(f){f['name']=f['name']||(typeof f['getName']=='function'?f['getName']():null);f['version']=f['version']||(typeof f['getVersion']=='function'?f['getVersion']():null);f['author']=f['author']||(typeof f['getAuthor']=='function'?f['getAuthor']():null);f['description']=f['description']||(typeof f['getDescription']=='function'?f['getDescription']():null);e['clearStartTimeout'](f);var g=BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_started','v'+f['version']);console['log']('%c['+f['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',g);if(!BDFDB['BDUtils']['getSettings']('fork-ps-2'))BDFDB['NotificationUtils']['toast'](f['name']+'\x20'+g,{'nopointer':!![],'selector':'plugin-started-toast'});var h=typeof f['getRawUrl']=='function'&&typeof f['getRawUrl']()=='string'?f['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+f['name']+'/'+f['name']+'.plugin.js';BDFDB['PluginUtils']['checkUpdate'](f['name'],h);if(typeof f['initConstructor']==='function')BDFDB['TimeUtils']['suppress'](f['initConstructor']['bind'](f),'Could\x20not\x20initiate\x20constructor!',f['name']);if(typeof f['css']==='string')BDFDB['DOMUtils']['appendLocalStyle'](f['name'],f['css']);e['patchPlugin'](f);e['addOnSettingsClosedListener'](f);e['addOnSwitchListener'](f);e['addContextListeners'](f);BDFDB['PluginUtils']['translate'](f);BDFDB['PluginUtils']['checkChangeLog'](f);if(!window['PluginUpdates']||typeof window['PluginUpdates']!=='object')window['PluginUpdates']={'plugins':{}};window['PluginUpdates']['plugins'][h]={'name':f['name'],'raw':h,'version':f['version']};if(typeof window['PluginUpdates']['interval']==='undefined')window['PluginUpdates']['interval']=BDFDB['TimeUtils']['interval'](c=>{BDFDB['PluginUtils']['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);f['started']=!![];delete f['stopping'];for(let j in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][j]['started']&&typeof BDFDB['myPlugins'][j]['initialize']=='function'){try{BDFDB['myPlugins'][j]['initialize']();}catch(k){console['error']('%c['+j+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20initiate\x20plugin!\x20'+k);}};};BDFDB['PluginUtils']['clear']=function(l){e['clearStartTimeout'](l);delete BDFDB['myPlugins'][l['name']];var m=BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_stopped','v'+l['version']);console['log']('%c['+l['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',m);if(!BDFDB['BDUtils']['getSettings']('fork-ps-2'))BDFDB['NotificationUtils']['toast'](l['name']+'\x20'+m,{'nopointer':!![],'selector':'plugin-stopped-toast'});var n=typeof l['getRawUrl']=='function'&&typeof l['getRawUrl']()=='string'?l['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+l['name']+'/'+l['name']+'.plugin.js';if(typeof l['css']==='string')BDFDB['DOMUtils']['removeLocalStyle'](l['name']);BDFDB['ListenerUtils']['remove'](l);BDFDB['ObserverUtils']['disconnect'](l);e['removeOnSwitchListener'](l);for(let o of document['querySelectorAll']('.'+l['name']+'-modal,\x20.'+l['name']['toLowerCase']()+'-modal,\x20.'+l['name']+'-settingsmodal,\x20.'+l['name']['toLowerCase']()+'-settingsmodal')){let p=o['querySelector'](BDFDB['dotCN']['modalclose']);if(p)p['click']();}delete window['PluginUpdates']['plugins'][n];if(BDFDB['ObjectUtils']['isEmpty'](window['PluginUpdates']['plugins']))BDFDB['DOMUtils']['remove']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete l['started'];BDFDB['cleanUps'][l['name']]=BDFDB['TimeUtils']['timeout'](()=>{BDFDB['ModuleUtils']['unpatch'](l);delete l['stopping'];});};BDFDB['PluginUtils']['translate']=function(q){q['labels']={};if(typeof q['setLabelsByLanguage']==='function'||typeof q['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])t();else{var r=BDFDB['TimeUtils']['interval'](c=>{if(document['querySelector']('html')['lang']){clearInterval(r);t();}},0x64);}function t(){var u=BDFDB['LanguageUtils']['getLanguage']();if(typeof q['setLabelsByLanguage']==='function')q['labels']=q['setLabelsByLanguage'](u['id']);if(typeof q['changeLanguageStrings']==='function')q['changeLanguageStrings']();console['log']('%c['+q['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_translated',u['ownlang']));}}};BDFDB['PluginUtils']['checkUpdate']=function(v,w){if(BDFDB['BDUtils']['isBDv2']()||!v||!w)return;gO['request'](w,(x,y,z)=>{if(x)return;var A=z['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!A)return;if(BDFDB['NumberUtils']['getVersionDifference'](A[0x0],window['PluginUpdates']['plugins'][w]['version'])>0.2){BDFDB['NotificationUtils']['toast'](v+'\x20will\x20be\x20force\x20updated,\x20because\x20your\x20version\x20is\x20heavily\x20outdated.',{'type':'warn','nopointer':!![],'selector':'plugin-forceupdate-toast'});BDFDB['PluginUtils']['downloadUpdate'](v,w);}else if(BDFDB['NumberUtils']['compareVersions'](A[0x0],window['PluginUpdates']['plugins'][w]['version']))BDFDB['PluginUtils']['showUpdateNotice'](v,w);else BDFDB['PluginUtils']['removeUpdateNotice'](v);});};BDFDB['PluginUtils']['checkAllUpdates']=function(){for(let B in window['PluginUpdates']['plugins']){var C=window['PluginUpdates']['plugins'][B];BDFDB['PluginUtils']['checkUpdate'](C['name'],C['raw']);}};BDFDB['PluginUtils']['showUpdateNotice']=function(D,E){if(!D||!E)return;var F=document['querySelector']('#pluginNotice');if(!F){F=BDFDB['NotificationUtils']['notice']('The\x20following\x20plugins\x20need\x20to\x20be\x20updated:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['BDUtils']['isAutoLoadEnabled']()?'Reload':'','customicon':''});F['style']['setProperty']('display','block','important');F['style']['setProperty']('visibility','visible','important');F['style']['setProperty']('opacity','1','important');F['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{BDFDB['DOMUtils']['remove']('.update-clickme-tooltip');});var H=F['querySelector'](BDFDB['dotCN']['noticebutton']);if(H){BDFDB['DOMUtils']['toggle'](H,!![]);H['addEventListener']('click',c=>{window['location']['reload'](![]);});H['addEventListener']('mouseenter',c=>{if(window['PluginUpdates']['downloaded'])BDFDB['TooltipUtils']['create'](H,window['PluginUpdates']['downloaded']['join'](',\x20'),{'type':'bottom','selector':'update-notice-tooltip','style':'max-width:\x20420px'});});}}if(F){var K=F['querySelector']('#outdatedPlugins');if(K&&!K['querySelector']('#'+D+'-notice')){if(K['querySelector']('span'))K['appendChild'](BDFDB['DOMUtils']['create'](',\x20'));var L=BDFDB['DOMUtils']['create'](''+D+'');L['addEventListener']('click',c=>{BDFDB['PluginUtils']['downloadUpdate'](D,E);});K['appendChild'](L);if(!document['querySelector']('.update-clickme-tooltip'))BDFDB['TooltipUtils']['create'](K,'Click\x20us!',{'type':'bottom','selector':'update-clickme-tooltip','delay':0x1f4});}}};BDFDB['PluginUtils']['removeUpdateNotice']=function(N,O=document['querySelector']('#pluginNotice')){if(!N||!O)return;var P=O['querySelector']('#outdatedPlugins');if(P){var Q=P['querySelector']('#'+N+'-notice');if(Q){var R=Q['nextSibling'];var S=Q['prevSibling'];if(R&&BDFDB['DOMUtils']['containsClass'](R,'separator'))R['remove']();else if(S&&BDFDB['DOMUtils']['containsClass'](S,'separator'))S['remove']();Q['remove']();}if(!P['querySelector']('span')){var T=O['querySelector'](BDFDB['dotCN']['noticebutton']);if(T){O['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['DOMUtils']['toggle'](T,![]);}else O['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['PluginUtils']['downloadUpdate']=function(U,V){if(!U||!V)return;gO['request'](V,(W,X,Y)=>{if(W)return console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','Unable\x20to\x20get\x20update\x20for\x20'+U);BDFDB['creationTime']=0x0;var Z=Y['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);Z=Z['toString']()['replace'](/['"]/g,'');gO['fs']['writeFileSync'](gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),V['split']('/')['slice'](-0x1)[0x0]),Y);BDFDB['NotificationUtils']['toast'](U+'\x20v'+window['PluginUpdates']['plugins'][V]['version']+'\x20has\x20been\x20replaced\x20by\x20'+U+'\x20v'+Z+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});var a0=document['querySelector']('#pluginNotice');if(a0){if(a0['querySelector'](BDFDB['dotCN']['noticebutton'])){window['PluginUpdates']['plugins'][V]['version']=Z;if(!window['PluginUpdates']['downloaded'])window['PluginUpdates']['downloaded']=[];if(!window['PluginUpdates']['downloaded']['includes'](U))window['PluginUpdates']['downloaded']['push'](U);}BDFDB['PluginUtils']['removeUpdateNotice'](U,a0);}});};BDFDB['PluginUtils']['checkChangeLog']=function(a1){if(!BDFDB['ObjectUtils']['is'](a1)||!a1['changelog'])return;var a2=BDFDB['DataUtils']['load'](a1,'changelog');if(!a2['currentversion']||BDFDB['NumberUtils']['compareVersions'](a1['version'],a2['currentversion'])){a2['currentversion']=a1['version'];BDFDB['DataUtils']['save'](a2,a1,'changelog');BDFDB['PluginUtils']['openChangeLog'](a1);}};BDFDB['PluginUtils']['openChangeLog']=function(a3){if(!BDFDB['ObjectUtils']['is'](a3)||!a3['changelog'])return;var a4='',a5=![],a6={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let a7 in a3['changelog']){a7=a7['toLowerCase']();var a8=BDFDB['disCN']['changelog'+a7];if(a8){a5=!![];a4+=''+a6[a7]+'
    ';for(let a9 of a3['changelog'][a7])a4+='
  • '+a9[0x0]+''+(a9[0x1]?':\x20'+a9[0x1]+'.':'')+'
  • ';a4+='
';}}a4+='';if(a5)BDFDB['ModalUtils']['open'](a3,{'header':BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],'children':BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](a4)),'selector':'BDFDB-changelogmodal'});};BDFDB['PluginUtils']['createSettingsPanel']=function(aa,ab){if(!BDFDB['ObjectUtils']['is'](aa)||!ab||!BDFDB['ReactUtils']['isValidElement'](ab)&&!BDFDB['ArrayUtils']['is'](ab)||BDFDB['ArrayUtils']['is'](ab)&&!ab['length'])return;var ac=BDFDB['DOMUtils']['create']('');BDFDB['ReactUtils']['render'](BDFDB['ReactUtils']['createElement'](wm['SettingsPanel'],{'title':aa['name'],'children':ab}),ac);return ac;};e['clearStartTimeout']=function(ad){if(!BDFDB['ObjectUtils']['is'](ad))return;clearTimeout(ad['startTimeout']);delete ad['startTimeout'];clearTimeout(ad['libLoadTimeout']);delete ad['libLoadTimeout'];clearImmediate(BDFDB['cleanUps'][ad['name']]);delete BDFDB['cleanUps'][ad['name']];};e['addOnSettingsClosedListener']=function(ae){if(BDFDB['ObjectUtils']['is'](ae)&&typeof ae['onSettingsClosed']==='function'){let af=BDFDB['ModuleUtils']['findByName']('StandardSidebarView');if(af)BDFDB['ModuleUtils']['patch'](ae,af['prototype'],'componentWillUnmount',{'after':ag=>{ae['onSettingsClosed']();}});}};e['addOnSwitchListener']=function(ah){if(BDFDB['ObjectUtils']['is'](ah)&&typeof ah['onSwitch']==='function'){e['removeOnSwitchListener'](ah);var ai=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20~\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(ai){var aj=new MutationObserver(ak=>{ak['forEach'](al=>{if(al['target']&&BDFDB['DOMUtils']['containsClass'](al['target'],BDFDB['disCN']['nochannel']))ah['onSwitch']();});});var am=ai['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(am)aj['observe'](am,{'attributes':!![]});ah['onSwitchFix']=new MutationObserver(an=>{an['forEach'](ao=>{if(ao['addedNodes']){ao['addedNodes']['forEach'](ap=>{if(BDFDB['DOMUtils']['containsClass'](ap,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))aj['observe'](ap,{'attributes':!![]});});}});});ah['onSwitchFix']['observe'](ai,{'childList':!![]});}}};e['removeOnSwitchListener']=function(aq){if(BDFDB['ObjectUtils']['is'](aq)&&typeof aq['onSwitch']==='function'&&BDFDB['ObjectUtils']['is'](aq['onSwitchFix'])){aq['onSwitchFix']['disconnect']();delete aq['onSwitchFix'];}};BDFDB['ObserverUtils']={};BDFDB['ObserverUtils']['connect']=function(ar,as,at,au={'childList':!![]}){if(!BDFDB['ObjectUtils']['is'](ar)||!as||!at)return;if(BDFDB['ObjectUtils']['isEmpty'](ar['observers']))ar['observers']={};if(!BDFDB['ArrayUtils']['is'](ar['observers'][at['name']]))ar['observers'][at['name']]=[];if(!at['multi'])for(let av of ar['observers'][at['name']])av['disconnect']();if(at['instance'])ar['observers'][at['name']]['push'](at['instance']);var aw=ar['observers'][at['name']][ar['observers'][at['name']]['length']-0x1];if(aw){var ax=Node['prototype']['isPrototypeOf'](as)?as:typeof as==='string'?document['querySelector'](as):null;if(ax)aw['observe'](ax,au);}};BDFDB['ObserverUtils']['disconnect']=function(ay,az){if(BDFDB['ObjectUtils']['is'](ay)&&!BDFDB['ObjectUtils']['isEmpty'](ay['observers'])){let aA=typeof az=='string'?az:BDFDB['ObjectUtils']['is'](az)?az['name']:null;if(!aA){for(let az in ay['observers'])for(let aC of ay['observers'][az])aC['disconnect']();delete ay['observers'];}else if(!BDFDB['ArrayUtils']['is'](ay['observers'][aA])){for(let aD of ay['observers'][aA])aD['disconnect']();delete ay['observers'][aA];}}};BDFDB['ListenerUtils']={};BDFDB['ListenerUtils']['add']=function(aE,aF,aG,aH,aI){if(!BDFDB['ObjectUtils']['is'](aE)||!Node['prototype']['isPrototypeOf'](aF)&&aF!==window||!aG)return;var aJ=typeof aH=='function';var aK=aJ?undefined:aH;var aL=aJ?aH:aI;if(typeof aL!='function')return;BDFDB['ListenerUtils']['remove'](aE,aF,aG,aK);for(var aM of aG['split']('\x20')){aM=aM['split']('.');var aN=aM['shift']()['toLowerCase']();if(!aN)return;var aO=aN;aN=aN=='mouseenter'||aN=='mouseleave'?'mouseover':aN;var aP=(aM['join']('.')||'')+aE['name'];if(!BDFDB['ArrayUtils']['is'](aE['listeners']))aE['listeners']=[];var aQ=null;if(aK){if(aO=='mouseenter'||aO=='mouseleave'){aQ=aR=>{for(let aS of aR['path'])if(typeof aS['matches']=='function'&&aS['matches'](aK)&&!aS[aP+'BDFDB'+aO]){aS[aP+'BDFDB'+aO]=!![];if(aO=='mouseenter')aL(BDFDB['ListenerUtils']['copyEvent'](aR,aS));let aT=aU=>{if(aU['target']['contains'](aS)||aU['target']==aS||!aS['contains'](aU['target'])){if(aO=='mouseleave')aL(BDFDB['ListenerUtils']['copyEvent'](aR,aS));delete aS[aP+'BDFDB'+aO];document['removeEventListener']('mouseout',aT);}};document['addEventListener']('mouseout',aT);break;}};}else{aQ=aV=>{for(let aW of aV['path'])if(typeof aW['matches']=='function'&&aW['matches'](aK)){aL(BDFDB['ListenerUtils']['copyEvent'](aV,aW));break;}};}}else aQ=aX=>{aL(BDFDB['ListenerUtils']['copyEvent'](aX,aF));};aE['listeners']['push']({'ele':aF,'eventname':aN,'origeventname':aO,'namespace':aP,'selector':aK,'eventcallback':aQ});aF['addEventListener'](aN,aQ,!![]);}};BDFDB['ListenerUtils']['remove']=function(aY,aZ,b0='',b1){if(!BDFDB['ObjectUtils']['is'](aY)||!BDFDB['ArrayUtils']['is'](aY['listeners']))return;if(Node['prototype']['isPrototypeOf'](aZ)||aZ===window){for(var b2 of b0['split']('\x20')){b2=b2['split']('.');var b3=b2['shift']()['toLowerCase']();var b4=(b2['join']('.')||'')+aY['name'];for(let b5 of aY['listeners']){let b6=[];if(b5['ele']==aZ&&(!b3||b5['origeventname']==b3)&&b5['namespace']==b4&&(b1===undefined||b5['selector']==b1)){aZ['removeEventListener'](b5['eventname'],b5['eventcallback'],!![]);b6['push'](b5);}if(b6['length'])aY['listeners']=aY['listeners']['filter'](b5=>{return b6['indexOf'](b5)<0x0;});}}}else if(!aZ){for(let b8 of aY['listeners'])b8['ele']['removeEventListener'](b8['eventname'],b8['eventcallback'],!![]);aY['listeners']=[];}};BDFDB['ListenerUtils']['multiAdd']=function(b9,ba,bb){if(!Node['prototype']['isPrototypeOf'](b9)||!ba||typeof bb!='function')return;for(var bc of ba['trim']()['split']('\x20')['filter'](bd=>bd))b9['addEventListener'](bc,bb,!![]);};BDFDB['ListenerUtils']['multiRemove']=function(be,bf,bg){if(!Node['prototype']['isPrototypeOf'](be)||!bf||typeof bg!='function')return;for(var bh of bf['trim']()['split']('\x20')['filter'](bi=>bi))be['removeEventListener'](bh,bg,!![]);};BDFDB['ListenerUtils']['addToChildren']=function(bj,bk,bl,bm){if(!Node['prototype']['isPrototypeOf'](bj)||!bk||!bl||!bl['trim']()||typeof bm!='function')return;for(var bn of bk['trim']()['split']('\x20')['filter'](bo=>bo)){var bp=bm;if(bn=='mouseenter'||bn=='mouseleave')bp=bq=>{if(bq['target']['matches'](bl))bm(bq);};bj['querySelectorAll'](bl['trim']())['forEach'](br=>{br['addEventListener'](bn,bp,!![]);});}};BDFDB['ListenerUtils']['copyEvent']=function(bs,bt){if(!bs||!bs['constructor']||!bs['type'])return bs;var bu=new bs['constructor'](bs['type'],bs);Object['defineProperty'](bu,'originalEvent',{'value':bs});Object['defineProperty'](bu,'which',{'value':bs['which']});Object['defineProperty'](bu,'keyCode',{'value':bs['keyCode']});Object['defineProperty'](bu,'path',{'value':bs['path']});Object['defineProperty'](bu,'relatedTarget',{'value':bs['relatedTarget']});Object['defineProperty'](bu,'srcElement',{'value':bs['srcElement']});Object['defineProperty'](bu,'target',{'value':bs['target']});Object['defineProperty'](bu,'toElement',{'value':bs['toElement']});if(bt)Object['defineProperty'](bu,'currentTarget',{'value':bt});return bu;};BDFDB['ListenerUtils']['stopEvent']=function(bv){if(BDFDB['ObjectUtils']['is'](bv)){if(typeof bv['preventDefault']=='function')bv['preventDefault']();if(typeof bv['stopPropagation']=='function')bv['stopPropagation']();if(typeof bv['stopImmediatePropagation']=='function')bv['stopImmediatePropagation']();if(BDFDB['ObjectUtils']['is'](bv['originalEvent'])){if(typeof bv['originalEvent']['preventDefault']=='function')bv['originalEvent']['preventDefault']();if(typeof bv['originalEvent']['stopPropagation']=='function')bv['originalEvent']['stopPropagation']();if(typeof bv['originalEvent']['stopImmediatePropagation']=='function')bv['originalEvent']['stopImmediatePropagation']();}}};var bw=[],bx={'queue':[],'running':![]};BDFDB['NotificationUtils']={};BDFDB['NotificationUtils']['toast']=function(by,bz={}){var bA=document['querySelector']('.toasts,\x20.bd-toasts');if(!bA){var bB=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bC=bB?BDFDB['DOMUtils']['getRects'](bB):null;var bD=bB?bB['querySelector'](BDFDB['dotCN']['memberswrap']):null;var bE=bC?bC['left']:0x136;var bF=bC?bD?bC['width']-BDFDB['DOMUtils']['getRects'](bD)['width']:bC['width']:window['outerWidth']-0x0;var bG=bB?bB['querySelector']('form'):null;var bH=bG?BDFDB['DOMUtils']['getRects'](bG)['height']:0x50;bA=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](bA);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![],color=''}=bz;var bI=BDFDB['DOMUtils']['create'](''+(html===!![]?by:BDFDB['StringUtils']['htmlEscape'](by))+'');if(type){BDFDB['DOMUtils']['addClass'](bI,'toast-'+type);if(icon)BDFDB['DOMUtils']['addClass'](bI,'icon');}else if(color){var bJ=BDFDB['ColorUtils']['convert'](color,'RGB');if(bJ)bI['style']['setProperty']('background-color',bJ);}BDFDB['DOMUtils']['addClass'](bI,selector);bA['appendChild'](bI);bI['close']=c=>{if(document['contains'](bI)){BDFDB['DOMUtils']['addClass'](bI,'closing');bI['style']['setProperty']('pointer-events','none','important');BDFDB['TimeUtils']['timeout'](c=>{bI['remove']();if(!bA['querySelectorAll']('.toast,\x20.bd-toast')['length'])bA['remove']();},0xbb8);}};if(nopointer)bI['style']['setProperty']('pointer-events','none','important');else bI['addEventListener']('click',bI['close']);BDFDB['TimeUtils']['timeout'](c=>{bI['close']();},timeout>0x0?timeout:0x927c0);return bI;};BDFDB['NotificationUtils']['desktop']=function(bN,bO={}){var bP=c=>{bx['queue']['push']({'parsedcontent':bN,'parsedoptions':bO});bR();};var bR=c=>{if(!bx['running']){var bT=bx['queue']['shift']();if(bT)bU(bT['parsedcontent'],bT['parsedoptions']);}};var bU=(bV,bW)=>{bx['running']=!![];var bX=bW['silent'];bW['silent']=bW['silent']||bW['sound']?!![]:![];var bY=new Notification(bV,bW);var bZ=new Audio();var c0=BDFDB['TimeUtils']['timeout'](c=>{c3();},bW['timeout']?bW['timeout']:0xbb8);if(typeof bW['click']=='function')bY['onclick']=c=>{clearTimeout(c0);c3();bW['click']();};if(!bX&&bW['sound']){bZ['src']=bW['sound'];bZ['play']();}var c3=c=>{bZ['pause']();bY['close']();bx['running']=![];BDFDB['TimeUtils']['timeout'](c=>{bR();},0x3e8);};};if(!('Notification'in window)){}else if(Notification['permission']==='granted')bP();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(c6){if(c6==='granted')bP();});};BDFDB['NotificationUtils']['notice']=function(c7,c8={}){if(!c7)return;var c9=document['querySelector'](BDFDB['dotCN']['layers']);if(!c9)return;var d=BDFDB['NumberUtils']['generateId'](bw);var cb=BDFDB['DOMUtils']['create']('');c9['parentElement']['insertBefore'](cb,c9);var cc=cb['querySelector']('.notice-message');if(c8['platform'])for(let cd of c8['platform']['split']('\x20'))if(vV['noticeicon'+cd]){let ce=BDFDB['DOMUtils']['create']('');BDFDB['DOMUtils']['addClass'](ce,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](ce,BDFDB['disCN']['noticeicon']);cb['insertBefore'](ce,cc);}if(c8['customicon']){let cf=BDFDB['DOMUtils']['create'](c8['customicon']);let ce=BDFDB['DOMUtils']['create']('');if(cf['tagName']=='span'&&!cf['firstElementChild'])ce['style']['setProperty']('background','url('+c8['customicon']+')\x20center/cover\x20no-repeat');else ce['appendChild'](cf);BDFDB['DOMUtils']['addClass'](ce,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](ce,BDFDB['disCN']['noticeicon']);cb['insertBefore'](ce,cc);}if(c8['btn']||c8['button'])cb['appendChild'](BDFDB['DOMUtils']['create'](''+(c8['btn']||c8['button'])+''));if(c8['id'])cb['id']=c8['id']['split']('\x20')['join']('');if(c8['selector'])BDFDB['DOMUtils']['addClass'](cb,c8['selector']);if(c8['css'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbar'+d,c8['css']);if(c8['style'])cb['style']=c8['style'];if(c8['html']===!![])cc['innerHTML']=c7;else{var ch=document['createElement']('a');var ci=[];for(let cj of c7['split']('\x20')){var ck=BDFDB['StringUtils']['htmlEscape'](cj);ch['href']=cj;ci['push'](ch['host']&&ch['host']!==window['location']['host']?''+ck+'':ck);}cc['innerHTML']=ci['join']('\x20');}var cl=null;if(c8['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(cl=BDFDB['disCN']['notice'+c8['type']])BDFDB['DOMUtils']['addClass'](cb,cl);if(c8['type']=='premium'){var cm=cb['querySelector'](BDFDB['dotCN']['noticebutton']);if(cm)BDFDB['DOMUtils']['addClass'](cm,BDFDB['disCN']['noticepremiumaction']);BDFDB['DOMUtils']['addClass'](cc,BDFDB['disCN']['noticepremiumtext']);cb['insertBefore'](BDFDB['DOMUtils']['create'](''),cc);}}if(!cl){var cn=BDFDB['ColorUtils']['convert'](c8['color'],'RGBCOMP');if(cn){var co=cn[0x0]>0xb4&&cn[0x1]>0xb4&&cn[0x2]>0xb4?'#000':'#FFF';var cp=BDFDB['ColorUtils']['convert'](cn,'HEX');var cq=cn[0x0]>0xb4&&cn[0x1]>0xb4&&cn[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d,'.BDFDB-notice.notice-'+d+'{background-color:'+cp+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20.notice-message\x20{color:'+co+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:'+co+'\x20!important;border-color:'+BDFDB['ColorUtils']['setAlpha'](co,0.25,'RGBA')+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:'+cp+'\x20!important;background-color:'+co+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:'+cq+'\x20!important;}');}else BDFDB['DOMUtils']['addClass'](cb,BDFDB['disCN']['noticedefault']);}cb['style']['setProperty']('height','36px','important');cb['style']['setProperty']('min-width','70vw','important');cb['style']['setProperty']('left','unset','important');cb['style']['setProperty']('right','unset','important');let cr=(BDFDB['DOMUtils']['getWidth'](document['body']['firstElementChild'])-BDFDB['DOMUtils']['getWidth'](cb))/0x2;cb['style']['setProperty']('left',cr+'px','important');cb['style']['setProperty']('right',cr+'px','important');cb['style']['setProperty']('min-width','unset','important');cb['style']['setProperty']('width','unset','important');cb['style']['setProperty']('max-width','calc(100vw\x20-\x20'+cr*0x2+'px)','important');cb['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{cb['style']['setProperty']('overflow','hidden','important');cb['style']['setProperty']('height','0px','important');BDFDB['TimeUtils']['timeout'](c=>{BDFDB['ArrayUtils']['remove'](bw,d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbar'+d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d);cb['remove']();},0x1f4);});return cb;};BDFDB['NotificationUtils']['alert']=function(cu,cv){if(typeof cu=='string'&&typeof cu=='string'&&window['BdApi']&&typeof BdApi['alert']=='function')BdApi['alert'](cu,cv);};var cw=[];BDFDB['TooltipUtils']={};BDFDB['TooltipUtils']['create']=function(cx,cy,cz={}){var cA=document['querySelector'](BDFDB['dotCN']['itemlayercontainer']);if(!cA||typeof cy!='string'||!Node['prototype']['isPrototypeOf'](cx)||!document['contains'](cx))return null;var cB=document['querySelector']('.BDFDB-itemlayercontainer');if(!cB){cB=cA['cloneNode']();BDFDB['DOMUtils']['addClass'](cB,'BDFDB-itemlayercontainer');cA['parentElement']['insertBefore'](cB,cA['nextSibling']);}var d=BDFDB['NumberUtils']['generateId'](cw);var cD=BDFDB['DOMUtils']['create']('');cB['appendChild'](cD);var cE=cD['firstElementChild'];if(cz['id'])cE['id']=cz['id']['split']('\x20')['join']('');if(cz['selector'])BDFDB['DOMUtils']['addClass'](cE,cz['selector']);if(cz['style'])cE['style']=cz['style'];if(cz['html']===!![])cE['innerHTML']=cy;else cE['innerText']=cy;if(!cz['type']||!BDFDB['disCN']['tooltip'+cz['type']['toLowerCase']()])cz['type']='top';BDFDB['DOMUtils']['addClass'](cE,BDFDB['disCN']['tooltip'+cz['type']['toLowerCase']()]);cE['position']=cz['type']['toLowerCase']();cE['appendChild'](BDFDB['DOMUtils']['create'](''));if(cE['style']['getPropertyValue']('border-color')&&(cE['style']['getPropertyValue']('background-color')||cE['style']['getPropertyValue']('background-image')))BDFDB['DOMUtils']['addClass'](cE,'tooltip-customcolor');else if(cz['color']&&BDFDB['disCN']['tooltip'+cz['color']['toLowerCase']()])BDFDB['DOMUtils']['addClass'](cE,BDFDB['disCN']['tooltip'+cz['color']['toLowerCase']()]);else BDFDB['DOMUtils']['addClass'](cE,BDFDB['disCN']['tooltipblack']);cE['anker']=cx;if(cz['hide'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBhideOtherTooltips'+d,'#app-mount\x20'+BDFDB['dotCN']['tooltip']+':not(.BDFDB-tooltip-'+d+')\x20{display:\x20none\x20!important;}',cB);var cF=c=>{BDFDB['DOMUtils']['remove'](cD);};cx['addEventListener']('mouseleave',cF);var cH=new MutationObserver(cI=>{cI['forEach'](cJ=>{var cK=Array['from'](cJ['removedNodes']);var cL=cK['indexOf'](cD)>-0x1;var cM=cK['indexOf'](cx)>-0x1;var cN=cK['some'](cO=>cO['contains'](cx));if(cL||cM||cN){BDFDB['ArrayUtils']['remove'](cw,d);cH['disconnect']();BDFDB['DOMUtils']['remove'](cD);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBhideOtherTooltips'+d,cB);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomTooltips'+d,cB);if(!cB['firstElementChild'])BDFDB['DOMUtils']['remove'](cB);cx['removeEventListener']('mouseleave',cF);}});});cH['observe'](document['body'],{'subtree':!![],'childList':!![]});BDFDB['TooltipUtils']['update'](cE);if(cz['delay']){BDFDB['DOMUtils']['toggle'](cD);BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['toggle'](cD);},cz['delay']);}return cD;};BDFDB['TooltipUtils']['update']=function(cQ){if(!Node['prototype']['isPrototypeOf'](cQ))return;let cR=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['itemlayer'],cQ);if(!Node['prototype']['isPrototypeOf'](cR))return;cQ=cR['querySelector'](BDFDB['dotCN']['tooltip']);if(!Node['prototype']['isPrototypeOf'](cQ)||!Node['prototype']['isPrototypeOf'](cQ['anker'])||!cQ['position'])return;var cS=cQ['querySelector'](BDFDB['dotCN']['tooltippointer']);var cT,cU,cV=BDFDB['DOMUtils']['getRects'](cQ['anker']),cW=BDFDB['DOMUtils']['getRects'](cR),cX=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),cY={'height':0xa,'width':0xa};switch(cQ['position']){case'top':cU=cV['top']-cW['height']-cY['height']+0x2;cT=cV['left']+(cV['width']-cW['width'])/0x2;break;case'bottom':cU=cV['top']+cV['height']+cY['height']-0x2;cT=cV['left']+(cV['width']-cW['width'])/0x2;break;case'left':cU=cV['top']+(cV['height']-cW['height'])/0x2;cT=cV['left']-cW['width']-cY['width']+0x2;break;case'right':cU=cV['top']+(cV['height']-cW['height'])/0x2;cT=cV['left']+cV['width']+cY['width']-0x2;break;}cR['style']['setProperty']('top',cU+'px');cR['style']['setProperty']('left',cT+'px');cS['style']['removeProperty']('margin-left');cS['style']['removeProperty']('margin-top');if(cQ['position']=='top'||cQ['position']=='bottom'){if(cT<0x0){cR['style']['setProperty']('left','5px');cS['style']['setProperty']('margin-left',cT-0xa+'px');}else{var cZ=cX['width']-(cT+cW['width']);if(cZ<0x0){cR['style']['setProperty']('left',cX['width']-cW['width']-0x5+'px');cS['style']['setProperty']('margin-left',-0x1*cZ+'px');}}}else if(cQ['position']=='left'||cQ['position']=='right'){if(cU<0x0){cR['style']['setProperty']('top','5px');cS['style']['setProperty']('margin-top',cU-0xa+'px');}else{var d0=cX['height']-(cU+cW['height']);if(d0<0x0){cR['style']['setProperty']('top',cX['height']-cW['height']-0x5+'px');cS['style']['setProperty']('margin-top',-0x1*d0+'px');}}}};BDFDB['ObjectUtils']={};BDFDB['ObjectUtils']['is']=function(d1){return d1&&Object['prototype']['isPrototypeOf'](d1)&&!Array['prototype']['isPrototypeOf'](d1);};BDFDB['ObjectUtils']['extract']=function(d2,...d3){let d4={};if(BDFDB['ObjectUtils']['is'](d2))for(let d5 of d3['flat']())if(d2[d5])d4=d2[d5];return d4;};BDFDB['ObjectUtils']['delete']=function(d6,...d7){if(BDFDB['ObjectUtils']['is'](d6))for(let d8 of d7['flat']())delete d6[d8];};BDFDB['ObjectUtils']['sort']=function(d9,da,db){if(!BDFDB['ObjectUtils']['is'](d9))return{};var dc={};if(da===undefined||!da)for(let dd of Object['keys'](d9)['sort']())dc[dd]=d9[dd];else{let de=[];for(let dd in d9)de['push'](d9[dd]);de=BDFDB['ArrayUtils']['keySort'](de,da,db);for(let dg of de)for(let dd in d9)if(BDFDB['equals'](dg,d9[dd])){dc[dd]=dg;break;}}return dc;};BDFDB['ObjectUtils']['reverse']=function(di,dj){if(!BDFDB['ObjectUtils']['is'](di))return{};var dk={};for(let dl of dj===undefined||!dj?Object['keys'](di)['reverse']():Object['keys'](di)['sort']()['reverse']())dk[dl]=di[dl];return dk;};BDFDB['ObjectUtils']['filter']=function(dm,dn,dp=![]){if(!BDFDB['ObjectUtils']['is'](dm))return{};if(typeof dn!='function')return dm;return Object['keys'](dm)['filter'](dq=>dn(dp?dq:dm[dq]))['reduce']((dr,ds)=>(dr[ds]=dm[ds],dr),{});};BDFDB['ObjectUtils']['push']=function(dt,du){if(BDFDB['ObjectUtils']['is'](dt))dt[Object['keys'](dt)['length']]=du;};BDFDB['ObjectUtils']['pop']=function(dv,dw){if(BDFDB['ObjectUtils']['is'](dv)){let dx=Object['keys'](dv);if(!dx['length'])return;let dw=dv[dx[dx['length']-0x1]];delete dv[dx[dx['length']-0x1]];return dw;}};BDFDB['ObjectUtils']['map']=function(dz,dA){if(!BDFDB['ObjectUtils']['is'](dz))return{};if(typeof dA!='string'&&typeof dA!='function')return dz;var dB={};for(let dC in dz)if(BDFDB['ObjectUtils']['is'](dz[dC]))dB[dC]=typeof dA=='string'?dz[dC][dA]:dA(dz[dC],dC);return dB;};BDFDB['ObjectUtils']['toArray']=function(dD){if(!BDFDB['ObjectUtils']['is'](dD))return[];return Object['entries'](dD)['map'](dE=>dE[0x1]);};BDFDB['ObjectUtils']['deepAssign']=function(dF,...dG){if(!dG['length'])return dF;var dH=dG['shift']();if(BDFDB['ObjectUtils']['is'](dF)&&BDFDB['ObjectUtils']['is'](dH)){for(var dI in dH){if(BDFDB['ObjectUtils']['is'](dH[dI])){if(!dF[dI])Object['assign'](dF,{[dI]:{}});BDFDB['ObjectUtils']['deepAssign'](dF[dI],dH[dI]);}else Object['assign'](dF,{[dI]:dH[dI]});}}return BDFDB['ObjectUtils']['deepAssign'](dF,...dG);};BDFDB['ObjectUtils']['isEmpty']=function(dJ){return!BDFDB['ObjectUtils']['is'](dJ)||Object['getOwnPropertyNames'](dJ)['length']==0x0;};BDFDB['ArrayUtils']={};BDFDB['ArrayUtils']['is']=function(dK){return dK&&Array['isArray'](dK);};BDFDB['ArrayUtils']['keySort']=function(dL,dM,dN){if(!BDFDB['ArrayUtils']['is'](dL))return[];if(dM==null)return dL;if(dN===undefined)dN=null;return dL['sort'](function(dO,dP){var dQ=dO[dM],dR=dP[dM];if(dQ!==dN)return dQdR?0x1:0x0;});};BDFDB['ArrayUtils']['numSort']=function(dS){return dS['sort'](function(dT,dU){return dTdU?0x1:0x0;});};BDFDB['ArrayUtils']['remove']=function(dV,dW,dX=![]){if(!BDFDB['ArrayUtils']['is'](dV))return[];if(!dV['includes'](dW))return dV;if(!dX)dV['splice'](dV['indexOf'](dW),0x1);else while(dV['indexOf'](dW)>-0x1)dV['splice'](dV['indexOf'](dW),0x1);return dV;};BDFDB['ArrayUtils']['getAllIndexes']=function(dY,dZ){if(!BDFDB['ArrayUtils']['is'](dY))return[];var e0=[],e1=-0x1;while((e1=dY['indexOf'](dZ,e1+0x1))!==-0x1)e0['push'](e1);return e0;};BDFDB['ArrayUtils']['removeCopies']=function(e2){if(!BDFDB['ArrayUtils']['is'](e2))return[];return[...new Set(e2)];};BDFDB['ModuleUtils']={};BDFDB['ModuleUtils']['cached']={};BDFDB['ModuleUtils']['find']=function(e3){var e4=e['getWebModuleReq']();for(let e5 in e4['c'])if(e4['c']['hasOwnProperty'](e5)){var e6=e4['c'][e5]['exports'];if(e6&&(typeof e6=='object'||typeof e6=='function')&&e3(e6))return e6;if(e6&&e6['__esModule'])for(let e7 in e6)if(e6[e7]&&(typeof e6[e7]=='object'||typeof e6[e7]=='function')&&e3(e6[e7]))return e6[e7];}};BDFDB['ModuleUtils']['findByProperties']=function(e8){e8=BDFDB['ArrayUtils']['is'](e8)?e8:Array['from'](arguments);var e9=JSON['stringify'](e8);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['prop']))BDFDB['ModuleUtils']['cached']['prop']={};if(BDFDB['ModuleUtils']['cached']['prop'][e9])return BDFDB['ModuleUtils']['cached']['prop'][e9];else{var ea=BDFDB['ModuleUtils']['find'](ea=>e8['every'](ec=>ea[ec]!==undefined));if(ea){BDFDB['ModuleUtils']['cached']['prop'][e9]=ea;return ea;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',e9+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByName']=function(ed){var ee=JSON['stringify'](ed);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['name']))BDFDB['ModuleUtils']['cached']['name']={};if(BDFDB['ModuleUtils']['cached']['name'][ee])return BDFDB['ModuleUtils']['cached']['name'][ee];else{var ef=BDFDB['ModuleUtils']['find'](ef=>ef['displayName']===ed);if(ef){BDFDB['ModuleUtils']['cached']['name'][ee]=ef;return ef;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ee+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByString']=function(eh){eh=BDFDB['ArrayUtils']['is'](eh)?eh:Array['from'](arguments);var ei=JSON['stringify'](eh);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['string']))BDFDB['ModuleUtils']['cached']['string']={};if(BDFDB['ModuleUtils']['cached']['string'][ei])return BDFDB['ModuleUtils']['cached']['string'][ei];else{var ej=BDFDB['ModuleUtils']['find'](ej=>eh['every'](el=>typeof ej=='function'&&ej['toString']()['indexOf'](el)>-0x1));if(ej){BDFDB['ModuleUtils']['cached']['string'][ei]=ej;return ej;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ei+'\x20[string]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByPrototypes']=function(em){em=BDFDB['ArrayUtils']['is'](em)?em:Array['from'](arguments);var en=JSON['stringify'](em);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['proto']))BDFDB['ModuleUtils']['cached']['proto']={};if(BDFDB['ModuleUtils']['cached']['proto'][en])return BDFDB['ModuleUtils']['cached']['proto'][en];else{var eo=BDFDB['ModuleUtils']['find'](eo=>eo['prototype']&&em['every'](eq=>eo['prototype'][eq]!==undefined));if(eo){BDFDB['ModuleUtils']['cached']['proto'][en]=eo;return eo;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',en+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};e['getWebModuleReq']=function(){if(!e['getWebModuleReq']['req']){const d='BDFDB-WebModules';const es=typeof window['webpackJsonp']=='function'?window['webpackJsonp']([],{[d]:(et,eu,es)=>eu['default']=es},[d])['default']:window['webpackJsonp']['push']([[],{[d]:(ew,ex,es)=>ew['exports']=es},[[d]]]);delete es['m'][d];delete es['c'][d];e['getWebModuleReq']['req']=es;}return e['getWebModuleReq']['req'];};var ez=['before','instead','after'];var eA={'BannedCard':'BannedUser','InvitationCard':'InviteRow','InviteCard':'InviteRow','PopoutContainer':'Popout','MemberCard':'Member','MessageDeveloperModeGroup':'FluxContainer(MessageDeveloperModeGroup)','WebhookCard':'Webhook'};var eB={'Account':'accountinfo','AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','ChannelMember':'member','EmojiPicker':'emojipicker','FriendRow':'friendsrow','Guild':'guildouter','InstantInviteModal':'invitemodalwrapper','InvitationCard':'invitemodalinviterow','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','NameTag':'nametag','Note':'usernote','SearchResults':'searchresultswrap','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['ModuleUtils']['patch']=function(eC,eD,eE,eF){if(!eC||!eD||!eE||!Object['keys'](eF)['some'](eG=>ez['includes'](eG)))return null;const eH=(typeof eC==='string'?eC:eC['name'])['toLowerCase']();if(!eD['BDFDBpatch'])eD['BDFDBpatch']={};eE=BDFDB['ArrayUtils']['is'](eE)?eE:Array['of'](eE);for(let eI of eE){if(!eD[eI])eD[eI]=c=>{};const eK=eD[eI];if(!eD['BDFDBpatch'][eI]){eD['BDFDBpatch'][eI]={};for(let eL of ez)eD['BDFDBpatch'][eI][eL]={};eD['BDFDBpatch'][eI]['originalMethod']=eK;eD[eI]=function(){const eM={'thisObject':this,'methodArguments':arguments,'originalMethod':eK,'originalMethodName':eI,'callOriginalMethod':c=>eM['returnValue']=eM['originalMethod']['apply'](eM['thisObject'],eM['methodArguments'])};if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']&&eD['BDFDBpatch'][eI]){if(!BDFDB['ObjectUtils']['isEmpty'](eD['BDFDBpatch'][eI]['before']))for(let d in BDFDB['ObjectUtils']['sort'](eD['BDFDBpatch'][eI]['before'])){BDFDB['TimeUtils']['suppress'](eD['BDFDBpatch'][eI]['before'][d],'\x22before\x22\x20callback\x20of\x20'+eI+'\x20in\x20'+(eD['constructor']?eD['constructor']['displayName']||eD['constructor']['name']:'module'))(eM);}if(BDFDB['ObjectUtils']['isEmpty'](eD['BDFDBpatch'][eI]['instead']))eM['callOriginalMethod']();else for(let d in BDFDB['ObjectUtils']['sort'](eD['BDFDBpatch'][eI]['instead'])){const eQ=BDFDB['TimeUtils']['suppress'](eD['BDFDBpatch'][eI]['instead'][d],'\x22instead\x22\x20callback\x20of\x20'+eI+'\x20in\x20'+(eD['constructor']?eD['constructor']['displayName']||eD['constructor']['name']:'module'))(eM);if(eQ!==undefined)eM['returnValue']=eQ;}if(!BDFDB['ObjectUtils']['isEmpty'](eD['BDFDBpatch'][eI]['after']))for(let d in BDFDB['ObjectUtils']['sort'](eD['BDFDBpatch'][eI]['after'])){const eQ=BDFDB['TimeUtils']['suppress'](eD['BDFDBpatch'][eI]['after'][d],'\x22after\x22\x20callback\x20of\x20'+eI+'\x20in\x20'+(eD['constructor']?eD['constructor']['displayName']||eD['constructor']['name']:'module'))(eM);if(eQ!==undefined)eM['returnValue']=eQ;}}else eM['callOriginalMethod']();return eM['returnValue'];};}for(let eT of ez)if(typeof eF[eT]=='function')eD['BDFDBpatch'][eI][eT][eH]=eF[eT];}const eU=c=>{BDFDB['ModuleUtils']['unpatch'](eC,eD,eE);};if(eC&&typeof eC=='object'){if(!BDFDB['ArrayUtils']['is'](eC['patchCancels']))eC['patchCancels']=[];eC['patchCancels']['push'](eU);}return eU;};BDFDB['ModuleUtils']['unpatch']=function(eW,eX,eY){if(!eX&&!eY){if(BDFDB['ObjectUtils']['is'](eW)&&BDFDB['ArrayUtils']['is'](eW['patchCancels'])){for(let eZ of eW['patchCancels'])eZ();eW['patchCancels']=[];}}else{if(!BDFDB['ObjectUtils']['is'](eX)||!eX['BDFDBpatch'])return;const f0=!eW?null:(typeof eW==='string'?eW:eW['name'])['toLowerCase']();if(eY){for(let f1 of BDFDB['ArrayUtils']['is'](eY)?eY:Array['of'](eY))if(eX[f1]&&eX['BDFDBpatch'][f1])f3(f1,f0);}else{for(let f2 of eX['BDFDBpatch'])f3(f2,f0);}}function f3(f4,f5){for(let f6 of ez){if(f5)delete eX['BDFDBpatch'][f4][f6][f5];else delete eX['BDFDBpatch'][f4][f6];}var f7=!![];for(let f6 of ez)if(!BDFDB['ObjectUtils']['isEmpty'](eX['BDFDBpatch'][f4][f6]))f7=![];if(f7){eX[f4]=eX['BDFDBpatch'][f4]['originalMethod'];delete eX['BDFDBpatch'][f4];if(BDFDB['ObjectUtils']['isEmpty'](eX['BDFDBpatch']))delete eX['BDFDBpatch'];}}};BDFDB['ModuleUtils']['forceAllUpdates']=function(f9,fa){fa=fa&&eA[fa]?eA[fa]+'\x20_\x20_\x20'+fa:fa;if(BDFDB['ObjectUtils']['is'](f9)&&BDFDB['ObjectUtils']['is'](f9['patchModules'])&&(!fa||f9['patchModules'][fa])){const fb=document['querySelector'](BDFDB['dotCN']['app']);const fc=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fb){var fd=[];for(let fe in f9['patchModules']){var ff=BDFDB['ArrayUtils']['is'](f9['patchModules'][fe])?f9['patchModules'][fe]:Array['of'](f9['patchModules'][fe]);if(ff['includes']('componentDidMount')||ff['includes']('componentDidUpdate')||ff['includes']('render'))fd['push'](fe);}fd=fa?fd['filter'](fg=>fg==fa):fd;if(fd['length']){try{const fh=BDFDB['ReactUtils']['findOwner'](fb,{'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fh)for(let fj in fh[fe])e['forceInitiateProcess'](f9,fh[fe][fj],fe);if(fc){const fk=BDFDB['ReactUtils']['findOwner'](fc,{'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fk)for(let fj in fk[fe])e['forceInitiateProcess'](f9,fk[fe][fj],fe);}}catch(fn){console['error']('%c['+f9['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20force\x20update\x20components!\x20'+fn);}}}}};e['forceInitiateProcess']=function(fo,fp,fq){if(!fo||!fp||!fq)return;let fr=BDFDB['ArrayUtils']['is'](fo['patchModules'][fq])?fo['patchModules'][fq]:Array['of'](fo['patchModules'][fq]);if(fr['includes']('componentDidMount'))e['initiateProcess'](fo,fq,{'instance':fp,'methodname':'componentDidMount'});if(fr['includes']('render'))BDFDB['ReactUtils']['forceUpdate'](fp);else if(fr['includes']('componentDidUpdate'))e['initiateProcess'](fo,fq,{'instance':fp,'methodname':'componentDidUpdate'});};e['initiateProcess']=function(fs,ft,fu){if(BDFDB['ObjectUtils']['is'](fs)&&fu['instance']){if(fs['name']=='$BDFDB')fs=yt;ft=(ft['split']('\x20_\x20_\x20')[0x1]||ft)['replace'](/[^A-z0-9]|_/g,'');ft=ft['charAt'](0x0)['toUpperCase']()+ft['slice'](0x1);if(typeof fs['process'+ft]=='function'){let fv=(fs['process'+ft]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(fv){if(fu['methodname']=='render'){if(fu['returnvalue'])fs['process'+ft](fu['instance'],null,fu['returnvalue'],[fu['methodname']]);}else{let fw=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fw)fs['process'+ft](fu['instance'],fw,fu['returnvalue'],[fu['methodname']]);else BDFDB['TimeUtils']['timeout'](c=>{fw=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fw)fs['process'+ft](fu['instance'],fw,fu['returnvalue'],[fu['methodname']]);});}}else{if(fu['methodname']=='render'){if(fu['returnvalue'])fs['process'+ft](fu);}else{fu['node']=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fu['node'])fs['process'+ft](fu);else BDFDB['TimeUtils']['timeout'](c=>{fu['node']=BDFDB['ReactUtils']['findDOMNode'](fu['instance']);if(fu['node'])fs['process'+ft](fu);});}}}}};e['patchPlugin']=function(fz){if(BDFDB['ObjectUtils']['is'](fz)&&BDFDB['ObjectUtils']['is'](fz['patchModules'])){BDFDB['ModuleUtils']['unpatch'](fz);for(let fA in fz['patchModules']){var fB=eA[fA];var fC=eB[fA['split']('\x20_\x20_\x20')[0x1]||fA];var fD=fB?fB+'\x20_\x20_\x20'+fA:fA;if(fB){fz['patchModules'][fD]=fz['patchModules'][fA];delete fz['patchModules'][fA];}if(!fC)fE(BDFDB['ModuleUtils']['findByName'](fD['split']('\x20_\x20_\x20')[0x0]),fD);else if(vV[fC])fJ(fC,fD);}function fE(fF,fA){if(fF){var fH=fA['split']('\x20_\x20_\x20')[0x0];fF=fF['_reactInternalFiber']&&fF['_reactInternalFiber']['type']?fF['_reactInternalFiber']['type']:fF;fF=fF['displayName']==fH||fF['name']==fH?fF:BDFDB['ReactUtils']['findOwner'](fF,{'name':fH,'up':!![]});if(fF){fF=fF['_reactInternalFiber']&&fF['_reactInternalFiber']['type']?fF['_reactInternalFiber']['type']:fF;BDFDB['ModuleUtils']['patch'](fz,fF['prototype'],fz['patchModules'][fA],{'after':fI=>{if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])e['initiateProcess'](fz,fA,{'instance':fI['thisObject'],'returnvalue':fI['returnValue'],'methodname':fI['originalMethodName']});}});}}}function fJ(fC,fA){const fM=document['querySelector'](BDFDB['dotCN']['app']),fN=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);var fO=![];if(fM){var fP=BDFDB['ReactUtils']['findOwner'](fM,{'name':fA,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(fP){fO=!![];fE(fP,fA);}}if(!fO&&fN){var fQ=BDFDB['ReactUtils']['findOwner'](fN,{'name':fA,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(fQ){fO=!![];fE(fQ,fA);}}if(!fO){var fR=![],fS=new MutationObserver(fT=>{fT['forEach'](fU=>{fU['addedNodes']['forEach'](fV=>{if(fR||!fV||!fV['tagName'])return;var fW=null;if((fW=BDFDB['DOMUtils']['containsClass'](fV,BDFDB['disCN'][fC])?fV:fV['querySelector'](BDFDB['dotCN'][fC]))!=null){var fX=BDFDB['ReactUtils']['getInstance'](fW);if(fY(fX,fA)){fR=!![];fS['disconnect']();fE(fX,fA);BDFDB['ModuleUtils']['forceAllUpdates'](fz,fA);}}});});});BDFDB['ObserverUtils']['connect'](fz,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fS,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fY(fZ,g0){if(!fZ)return![];fZ=fZ['_reactInternalFiber']&&fZ['_reactInternalFiber']['type']?fZ['_reactInternalFiber']['type']:fZ;fZ=fZ['displayName']==g0||fZ['name']==g0?fZ:BDFDB['ReactUtils']['findOwner'](fZ,{'name':g0,'up':!![]});return fZ&&(g0!='V2C_PluginCard'&&g0!='V2C_ThemeCard'||g0=='V2C_PluginCard'&&BDFDB['BDUtils']['checkRepoPage']()=='plugins'||g0=='V2C_ThemeCard'&&BDFDB['BDUtils']['checkRepoPage']()=='themes');}}};var g1=['ChannelContextMenu','DeveloperContextMenu','GuildContextMenu','GuildRoleContextMenu','LfgContextMenu','MessageContextMenu','NativeContextMenu','ScreenshareContextMenu','UserContextMenu','UserSettingsCogContextMenu'];var g2=['MessageOptionPopout'];var g3=['ApplicationContextMenu','GroupDMContextMenu'];var g4={};for(let g5 of g3)g4[g5]={'query':[],'module':null};e['addContextListeners']=g6=>{if(!BDFDB['ObjectUtils']['is'](g6))return;for(let g7 of g1)if(typeof g6['on'+g7]==='function')e['patchContextMenuPlugin'](g6,g7,BDFDB['ModuleUtils']['findByName'](g7));for(let g8 of g2)if(typeof g6['on'+g8]==='function')e['patchPopoutPlugin'](g6,g8,BDFDB['ModuleUtils']['findByName'](g8));for(let g9 of g3)if(typeof g6['on'+g9]==='function'){if(g4[g9]['module'])e['patchContextMenuPlugin'](g6,g9,g4[g9]['module']);else g4[g9]['query']['push'](g6);}};e['patchContextMenuPlugin']=(ga,gb,gc)=>{if(gc&&gc['prototype']){let gd=(ga['on'+gb]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(gd){BDFDB['ModuleUtils']['patch'](ga,gc['prototype'],'render',{'after':ge=>{let gf=ge['thisObject'],gg=BDFDB['ReactUtils']['findDOMNode'](ge['thisObject']),gh=ge['returnValue'];if(gf&&gg&&gh&&typeof ga['on'+gb]==='function'){ga['on'+gb](gf,gg,gh);}}});}else{BDFDB['ModuleUtils']['patch'](ga,gc['prototype'],'render',{'after':gi=>{if(gi['thisObject']&&gi['returnValue']&&typeof ga['on'+gb]==='function')ga['on'+gb]({'instance':gi['thisObject'],'returnvalue':gi['returnValue'],'methodname':'render'});}});}}};e['patchPopoutPlugin']=(gj,gk,gl)=>{if(gl&&gl['prototype']){let gm=(gj['on'+gk]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(gm){BDFDB['ModuleUtils']['patch'](gj,gl['prototype'],'render',{'after':gn=>{let go=gn['thisObject'],gp=BDFDB['ReactUtils']['findDOMNode'](gn['thisObject']),gq=gn['returnValue'];if(go&&gp&&gq&&typeof gj['on'+gk]==='function'){gj['on'+gk](go,gp,gq);if(!go['BDFDBforceUpdateTimeout']&&typeof go['forceUpdate']=='function')BDFDB['ReactUtils']['forceUpdate'](go);}}});}else{BDFDB['ModuleUtils']['patch'](gj,gl['prototype'],'render',{'after':gr=>{if(gr['thisObject']&&gr['returnValue']&&typeof gj['on'+gk]==='function')gj['on'+gk]({'instance':gr['thisObject'],'returnvalue':gr['returnValue'],'methodname':'render'});}});}}};e['patchContextMenuLib']=(gs,gt)=>{if(gs&&gs['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,gs['prototype'],'componentDidMount',{'after':gu=>{if(!gu['thisObject']['BDFDBforceRenderTimeout']&&typeof gu['thisObject']['render']=='function')gu['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,gs['prototype'],'componentDidUpdate',{'after':gv=>{var gw=BDFDB['ReactUtils']['findDOMNode'](gv['thisObject']);if(gw){const gx=BDFDB['ReactUtils']['getValue'](gv,'thisObject._reactInternalFiber.stateNode.props.onHeightUpdate');const gy=BDFDB['DOMUtils']['getRects'](gw),gz=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));if(gx&&gy['top']+gy['height']>gz['height'])gx();}}});BDFDB['ModuleUtils']['patch'](BDFDB,gs['prototype'],'render',{'after':gA=>{if(gA['thisObject']['props']['BDFDBcontextMenu']&&gA['thisObject']['props']['children']&&gA['returnValue']&&gA['returnValue']['props']){gA['returnValue']['props']['children']=gA['thisObject']['props']['children'];delete gA['thisObject']['props']['value'];delete gA['thisObject']['props']['children'];delete gA['thisObject']['props']['BDFDBcontextMenu'];}if(BDFDB['ReactUtils']['findDOMNode'](gA['thisObject'])){gA['thisObject']['BDFDBforceRenderTimeout']=!![];BDFDB['TimeUtils']['timeout'](c=>{delete gA['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(gt){let gC=BDFDB['ReactUtils']['getValue'](gA,'thisObject._reactInternalFiber.child.type');if(gC&&gC['displayName']&&g4[gC['displayName']]&&!g4[gC['displayName']]['module']){g4[gC['displayName']]['module']=gC;e['patchContextMenuLib'](gC,![]);while(g4[gC['displayName']]['query']['length']){e['patchContextMenuPlugin'](g4[gC['displayName']]['query']['pop'](),gC['displayName'],gC);}}}}});}};e['patchPopoutLib']=(gD,gE)=>{if(gD&&gD['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,gD['prototype'],'componentDidMount',{'after':gF=>{if(!gF['thisObject']['BDFDBforceRenderTimeout']&&!gF['thisObject']['BDFDBforceUpdateTimeout']&&typeof gF['thisObject']['render']=='function')gF['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,gD['prototype'],'componentDidUpdate',{'after':gG=>{const gH=BDFDB['ReactUtils']['getValue'](gG,'thisObject._reactInternalFiber.return.return.return.stateNode.updateOffsets');if(gH)gH();gG['thisObject']['BDFDBforceUpdateTimeout']=!![];BDFDB['TimeUtils']['timeout'](c=>{delete gG['thisObject']['BDFDBforceUpdateTimeout'];},0x3e8);}});BDFDB['ModuleUtils']['patch'](BDFDB,gD['prototype'],'render',{'after':gJ=>{if(BDFDB['ReactUtils']['findDOMNode'](gJ['thisObject'])){gJ['thisObject']['BDFDBforceRenderTimeout']=!![];BDFDB['TimeUtils']['timeout'](c=>{delete gJ['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(gJ['thisObject']['props']['message']&&!gJ['thisObject']['props']['target']){const gL=document['querySelector'](BDFDB['dotCN']['messages']);if(gL){var gM=BDFDB['ReactUtils']['findOwner'](gL,{'name':'Message','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let gN in gM)if(gJ['thisObject']['props']['message']['id']==gM[gN]['props']['message']['id']){target=BDFDB['ReactUtils']['findDOMNode'](gM[gN]);if(target)gJ['thisObject']['props']['target']=target;break;}}}}});}};BDFDB['DiscordConstants']=BDFDB['ModuleUtils']['findByProperties']('Permissions','ActivityTypes');var gO={};for(let gP of['child_process','electron','fs','path','process','request']){try{gO[gP]=require(gP);}catch(gQ){}}BDFDB['LibraryRequires']=Object['assign']({},gO);var gR={};gR['AckUtils']=BDFDB['ModuleUtils']['findByProperties']('localAck','bulkAck');gR['APIUtils']=BDFDB['ModuleUtils']['findByProperties']('getAPIBaseURL');gR['AnimationUtils']=BDFDB['ModuleUtils']['findByProperties']('spring','decay');gR['BadgeUtils']=BDFDB['ModuleUtils']['findByProperties']('getBadgeCountString','getBadgeWidthForValue');gR['ChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannel','getChannels');gR['ColorUtils']=BDFDB['ModuleUtils']['findByProperties']('hex2int','hex2rgb');gR['ContextMenuUtils']=BDFDB['ModuleUtils']['findByProperties']('closeContextMenu','openContextMenu');gR['CurrentUserStore']=BDFDB['ModuleUtils']['findByProperties']('getCurrentUser');gR['DirectMessageUtils']=BDFDB['ModuleUtils']['findByProperties']('addRecipient','openPrivateChannel');gR['FriendUtils']=BDFDB['ModuleUtils']['findByProperties']('getFriendIDs','getRelationships');gR['FolderStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildFolderById','getFlattenedGuilds');gR['FolderUtils']=BDFDB['ModuleUtils']['findByProperties']('isFolderExpanded','getExpandedFolders');gR['GuildBoostUtils']=BDFDB['ModuleUtils']['findByProperties']('getTierName','getUserLevel');gR['GuildChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannels','getDefaultChannel');gR['GuildEmojiStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildEmoji','getDisambiguatedEmojiContext');gR['GuildSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateChannelOverrideSettings','updateNotificationSettings');gR['GuildStore']=BDFDB['ModuleUtils']['findByProperties']('getGuild','getGuilds');gR['GuildUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionToGuildSync');gR['HistoryUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionTo','replaceWith','getHistory');;gR['IconUtils']=BDFDB['ModuleUtils']['findByProperties']('getGuildIconURL','getGuildBannerURL');gR['InviteUtils']=BDFDB['ModuleUtils']['findByProperties']('acceptInvite','createInvite');gR['LanguageStore']=BDFDB['ModuleUtils']['findByProperties']('getLanguages','Messages');gR['LastChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedChannelId');gR['LastGuildStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedGuildId');gR['LoginUtils']=BDFDB['ModuleUtils']['findByProperties']('login','logout');gR['MemberStore']=BDFDB['ModuleUtils']['findByProperties']('getMember','getMembers');gR['MentionUtils']=BDFDB['ModuleUtils']['findByProperties']('getMentionCount','getMentionCounts');gR['MessageCreationUtils']=BDFDB['ModuleUtils']['findByProperties']('parse','isMentioned');gR['MessagePinUtils']=BDFDB['ModuleUtils']['findByProperties']('pinMessage','unpinMessage');gR['MessageStore']=BDFDB['ModuleUtils']['findByProperties']('getMessage','getMessages');gR['MessageUtils']=BDFDB['ModuleUtils']['findByProperties']('receiveMessage','editMessage');gR['ModalUtils']=BDFDB['ModuleUtils']['findByProperties']('openModal','registerModalDispatch');gR['MutedUtils']=BDFDB['ModuleUtils']['findByProperties']('isGuildOrCategoryOrChannelMuted');gR['NotificationSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('setDesktopType','setTTSType');gR['NotificationSettingsStore']=BDFDB['ModuleUtils']['findByProperties']('getDesktopType','getTTSType');gR['PermissionUtils']=BDFDB['ModuleUtils']['findByProperties']('getChannelPermissions','canUser');gR['PermissionRoleUtils']=BDFDB['ModuleUtils']['findByProperties']('getHighestRole','can');gR['ReactionUtils']=BDFDB['ModuleUtils']['findByProperties']('addReaction','removeReaction');gR['SearchPageUtils']=BDFDB['ModuleUtils']['findByProperties']('searchNextPage','searchPreviousPage');gR['SelectChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('selectChannel','selectPrivateChannel');gR['SettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateRemoteSettings','updateLocalSettings');gR['SoundUtils']=BDFDB['ModuleUtils']['findByProperties']('playSound','createSound');gR['SpellCheckUtils']=BDFDB['ModuleUtils']['findByProperties']('learnWord','toggleSpellcheck');gR['StatusMetaUtils']=BDFDB['ModuleUtils']['findByProperties']('getApplicationActivity','getStatus');gR['UnreadGuildUtils']=BDFDB['ModuleUtils']['findByProperties']('hasUnread','getUnreadGuilds');gR['UnreadChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('getUnreadCount','getOldestUnreadMessageId');gR['UploadUtils']=BDFDB['ModuleUtils']['findByProperties']('upload','instantBatchUpload');gR['UserStore']=BDFDB['ModuleUtils']['findByProperties']('getUser','getUsers');gR['VoiceUtils']=BDFDB['ModuleUtils']['findByProperties']('getAllVoiceStates','getVoiceStatesForChannel');gR['ZoomUtils']=BDFDB['ModuleUtils']['findByProperties']('setZoom','setFontSize');BDFDB['LibraryModules']=Object['assign']({},gR);gR['React']=BDFDB['ModuleUtils']['findByProperties']('createElement','cloneElement');gR['ReactDOM']=BDFDB['ModuleUtils']['findByProperties']('render','findDOMNode');if(gR['React']&&gR['ReactDOM']){BDFDB['ReactUtils']=Object['assign']({},gR['React'],gR['ReactDOM']);BDFDB['ReactUtils']['createElement']=function(gS,gT){if(gS&&gS['defaultProps'])for(let gU in gS['defaultProps'])if(gT[gU]==null)gT[gU]=gS['defaultProps'][gU];try{return gR['React']['createElement'](gS||'div',gT||{})||null;}catch(gV){console['error']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20create\x20react\x20element!\x20'+gV);}return null;};BDFDB['ReactUtils']['elementToReact']=function(gW){if(BDFDB['ReactUtils']['isValidElement'](gW))return gW;else if(!Node['prototype']['isPrototypeOf'](gW))return null;else if(gW['nodeType']==Node['TEXT_NODE'])return gW['nodeValue'];let gX={},gY={};for(let gZ of gW['attributes'])gX[gZ['name']]=gZ['value'];if(gW['attributes']['style'])gX['style']=BDFDB['ObjectUtils']['filter'](gW['style'],h0=>gW['style'][h0]&&isNaN(parseInt(h0)),!![]);gX['children']=[];if(gW['style']&&gW['style']['cssText'])for(let h1 of gW['style']['cssText']['split'](';'))if(h1['endsWith']('!important')){let h2=h1['split'](':')[0x0];let h3=h2['replace'](/-([a-z]?)/g,(h4,h5)=>h5['toUpperCase']());if(gX['style'][h3]!=null)gY[h2]=gX['style'][h3];}if(Object['keys'](gY)['length'])gX['ref']=h6=>{let h7=BDFDB['ReactUtils']['findDOMNode'](h6);if(h7)for(let h8 in gY)h7['style']['setProperty'](h8,gY[h8],'important');};for(let h9 of gW['childNodes'])gX['children']['push'](BDFDB['ReactUtils']['elementToReact'](h9));return BDFDB['ReactUtils']['createElement'](gW['tagName'],gX);};BDFDB['ReactUtils']['findDOMNode']=function(ha){if(Node['prototype']['isPrototypeOf'](ha))return ha;if(!ha||!ha['updater']||typeof ha['updater']['isMounted']!=='function'||!ha['updater']['isMounted'](ha))return null;var hb=gR['ReactDOM']['findDOMNode'](ha)||BDFDB['ReactUtils']['getValue'](ha,'child.stateNode');return Node['prototype']['isPrototypeOf'](hb)?hb:null;};BDFDB['ReactUtils']['childrenToArray']=function(hc){if(hc&&hc['props']&&hc['props']['children']&&!BDFDB['ArrayUtils']['is'](hc['props']['children'])){var hd=hc['props']['children'];hc['props']['children']=[];hc['props']['children']['push'](hd);}return hc['props']['children'];};BDFDB['ReactUtils']['findChildren']=function(he,hf){if(!he||!BDFDB['ObjectUtils']['is'](hf)||!hf['name']&&!hf['props'])return null;var hg=Node['prototype']['isPrototypeOf'](he)?BDFDB['ReactUtils']['getInstance'](he):he;if(!BDFDB['ObjectUtils']['is'](hg))return null;hf['name']=hf['name']&&!BDFDB['ArrayUtils']['is'](hf['name'])?Array['of'](hf['name']):hf['name'];hf['props']=hf['props']&&!BDFDB['ArrayUtils']['is'](hf['props'])?Array['of'](hf['props']):hf['props'];var hh=hg;var hi=BDFDB['ArrayUtils']['is'](hh);var hj=hh;return hk(hh);function hk(hl){while(hl&&!BDFDB['ArrayUtils']['is'](hl)&&hl['props']&&hl['props']['children']){hj=hl;hl=hl['props']['children'];}if(hl&&!BDFDB['ArrayUtils']['is'](hl)){if(hj){var hm=hl;if(hq(hm)){if(BDFDB['ArrayUtils']['is'](hj)){return[hj,hj['indexOf'](hm)];}else{hj['props']['children']=[];hj['props']['children']['push'](hm);return[hj['props']['children'],0x0];}}else return[hh,-0x1];}else return[hh,-0x1];}else{if(!hi){hh=hl;hi=!![];}var hn=[hh,-0x1];for(let ho in hl)if(hl[ho]){if(hq(hl[ho]))hn=[hl,ho];else if(hl[ho]['props']){hj=hl[ho];hn=hk(hl[ho]['props']['children']);}else if(BDFDB['ArrayUtils']['is'](hl[ho]))for(let hp of hl[ho])if(hp){hj=hl[ho];hn=hk(hp);}if(hn[0x1]>-0x1)break;}return hn;}}function hq(hg){if(!hg)return![];let hs=hg['stateNode']?hg['stateNode']['props']:hg['props'];return hg['type']&&hf['name']&&hf['name']['some'](ht=>(hg['type']['displayName']||hg['type']['name'])===ht)||hs&&hf['props']&&hf['props']['every'](hu=>BDFDB['ArrayUtils']['is'](hu)?BDFDB['ArrayUtils']['is'](hu[0x1])?hu[0x1]['some'](hv=>BDFDB['equals'](hs[hu[0x0]],hv)):BDFDB['equals'](hs[hu[0x0]],hu[0x1]):hs[hu]!==undefined);}};BDFDB['ReactUtils']['findOwner']=function(hw,hx){if(!hw||!BDFDB['ObjectUtils']['is'](hx)||!hx['name']&&!hx['props'])return null;var hy=Node['prototype']['isPrototypeOf'](hw)?BDFDB['ReactUtils']['getInstance'](hw):hw;if(!BDFDB['ObjectUtils']['is'](hy))return null;hx['name']=hx['name']&&!BDFDB['ArrayUtils']['is'](hx['name'])?Array['of'](hx['name']):hx['name'];hx['props']=hx['props']&&!BDFDB['ArrayUtils']['is'](hx['props'])?Array['of'](hx['props']):hx['props'];var hz=-0x1;var hA=hx['depth']===undefined?0xf:hx['depth'];var hB=performance['now']();var hC=hx['time']===undefined?0x96:hx['time'];var hD=hx['up']?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var hE={};var hF=hI(hy);if(hx['all']){for(let hG in hE){if(hx['group'])for(let hy in hE[hG])delete hE[hG][hy]['BDFDBreactSearch'];else delete hE[hG]['BDFDBreactSearch'];}return hE;}else return hF;function hI(hy){hz++;var hK=undefined;if(hy&&!Node['prototype']['isPrototypeOf'](hy)&&!BDFDB['ReactUtils']['getInstance'](hy)&&hz(hy['type']['displayName']||hy['type']['name'])===hM['split']('\x20_\x20_\x20')[0x0])||hL&&hx['props']&&hx['props']['every'](hN=>BDFDB['ArrayUtils']['is'](hN)?BDFDB['ArrayUtils']['is'](hN[0x1])?hN[0x1]['some'](hO=>BDFDB['equals'](hL[hN[0x0]],hO)):BDFDB['equals'](hL[hN[0x0]],hN[0x1]):hL[hN]!==undefined))){if(hx['all']===undefined||!hx['all'])hK=hy['stateNode'];else if(hx['all']){if(hx['noCopies']===undefined||!hx['noCopies']||hx['noCopies']&&!hy['stateNode']['BDFDBreactSearch']){hy['stateNode']['BDFDBreactSearch']=!![];if(hx['group']){if(hx['name']&&hy['type']&&(hy['type']['displayName']||hy['type']['name'])){var hP='Default';for(let hQ of hx['name'])if(hy['type']['displayName']===hQ['split']('\x20_\x20_\x20')[0x0]||hy['type']['name']===hQ['split']('\x20_\x20_\x20')[0x0]){hP=hQ;break;}if(typeof hE[hP]=='undefined')hE[hP]={};BDFDB['ObjectUtils']['push'](hE[hP],hy['stateNode']);}}else BDFDB['ObjectUtils']['push'](hE,hy['stateNode']);}}}if(hK===undefined){let hR=Object['getOwnPropertyNames'](hy);for(let hS=0x0;hK===undefined&&hSii['startsWith']('__reactInternalInstance'))];};BDFDB['ReactUtils']['getValue']=function(ij,ik){if(!ij||!ik)return null;var il=Node['prototype']['isPrototypeOf'](ij)?BDFDB['ReactUtils']['getInstance'](ij):ij;if(!BDFDB['ObjectUtils']['is'](il))return null;var im=il,io=ik['split']('.')['filter'](ip=>ip);for(value of io){if(!im)return null;im=im[value];}return im;};};BDFDB['equals']=function(iq,ir,is){var it=-0x1;if(is===undefined||typeof is!=='boolean')is=![];return iu(iq,ir);function iu(iv,iw){it++;var ix=!![];if(it>0x3e8)ix=null;else{if(typeof iv!==typeof iw)ix=![];else if(typeof iv==='undefined')ix=!![];else if(typeof iv==='symbol')ix=!![];else if(typeof iv==='boolean')ix=iv==iw;else if(typeof iv==='string')ix=iv==iw;else if(typeof iv==='number'){if(isNaN(iv)||isNaN(iw))ix=isNaN(iv)==isNaN(iw);else ix=iv==iw;}else if(!iv&&!iw)ix=!![];else if(!iv||!iw)ix=![];else if(typeof iv==='function'||typeof iv==='object'){var iy=Object['getOwnPropertyNames'](iv);var iz=Object['getOwnPropertyNames'](iw);if(iy['length']!==iz['length'])ix=![];else for(let iA=0x0;ix===!![]&&iA0x0))j5['push'](j6);}return j5;};BDFDB['GuildUtils']['getPinged']=function(j8){var j9=[];for(let ja of j8===undefined||!BDFDB['ArrayUtils']['is'](j8)?BDFDB['GuildUtils']['getAll']():j8){if(!ja)return null;let d=Node['prototype']['isPrototypeOf'](ja)?BDFDB['GuildUtils']['getId'](ja):typeof ja=='object'?ja['id']:ja;d=typeof d=='number'?d['toFixed']():d;if(d&&gR['MentionUtils']['getMentionCount'](d)>0x0)j9['push'](ja);}return j9;};BDFDB['GuildUtils']['getMuted']=function(jc){var jd=[];for(let je of jc===undefined||!BDFDB['ArrayUtils']['is'](jc)?BDFDB['GuildUtils']['getAll']():jc){if(!je)return null;let d=Node['prototype']['isPrototypeOf'](je)?BDFDB['GuildUtils']['getId'](je):typeof je=='object'?je['id']:je;d=typeof d=='number'?d['toFixed']():d;if(d&&gR['MutedUtils']['isGuildOrCategoryOrChannelMuted'](d))jd['push'](je);}return jd;};BDFDB['GuildUtils']['getSelected']=function(){var jg=gR['GuildStore']['getGuild'](gR['LastGuildStore']['getGuildId']());if(jg)return BDFDB['GuildUtils']['getData'](jg['id'])||Object['assign'](new jg['constructor'](jg),{'div':null,'instance':null});else return null;};BDFDB['GuildUtils']['createCopy']=function(jh,ji={'pill':![],'hover':![],'click':![],'menu':![],'size':null}){let d=typeof jh=='object'?jh['id']:jh;let jk=d?gR['GuildStore']['getGuild'](d):null;if(jk){let jl=gR['LastGuildStore']['getGuildId']()==jk['id'];let jm=gR['UnreadGuildUtils']['hasUnread'](jk['id']);let jn=BDFDB['DOMUtils']['create'](''+(jk['icon']?'':'0x5?0xa:jk['acronym']['length']>0x4?0xc:jk['acronym']['length']>0x3?0xe:jk['acronym']['length']>0x1?0x10:0x12)+'px;\x22>'+jk['acronym']+'')+'');let jo=jn['querySelector'](BDFDB['dotCN']['guildcontainer']);let jp=jn['querySelector'](BDFDB['dotCN']['guildpillitem']);BDFDB['DOMUtils']['toggle'](jp['parentElement'],ji['pill']);if(ji['pill']){jp['style']['setProperty']('opacity',jl?0x1:jm?0.7:0x0);jp['style']['setProperty']('height',jl?'40px':'8px');jp['style']['setProperty']('transform','translate3d(0px,\x200px,\x200px)');BDFDB['DOMUtils']['toggleClass'](jn,BDFDB['disCN']['_bdguildselected'],jl);BDFDB['DOMUtils']['toggleClass'](jn,BDFDB['disCN']['_bdguildunread'],jm);BDFDB['DOMUtils']['toggleClass'](jp,BDFDB['disCN']['_bdguildunread'],jm);}if(ji['hover']){let jq=jn['querySelector'](BDFDB['dotCN']['guildiconwrapper']);let jr=jp['style']['getPropertyValue']('opacity')!=0x0;let js=new gR['AnimationUtils']['Value'](0x0);js['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x32,0x1e]})['addListener'](jt=>{jo['style']['setProperty']('border-radius',jt['value']+'%');});let ju=new gR['AnimationUtils']['Value'](0x0);ju['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x8,0x14]})['addListener'](jv=>{jp['style']['setProperty']('height',jv['value']+'px');});let jw=new gR['AnimationUtils']['Value'](0x0);jw['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.7]})['addListener'](jx=>{jp['style']['setProperty']('opacity',''+jx['value']);});let jy=jz=>{gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](js,{'toValue':jz,'duration':0xc8}),gR['AnimationUtils']['spring'](ju,{'toValue':jz,'friction':0x5})])['start']();};let jA=jB=>{gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](jw,{'toValue':jB,'duration':0xc8})])['start']();};jo['addEventListener']('mouseenter',c=>{jr=jp['style']['getPropertyValue']('opacity')!=0x0;if(gR['LastGuildStore']['getGuildId']()!=jk['id']){jy(0x1);if(!jr)jA(0x1);}});jo['addEventListener']('mouseleave',c=>{if(gR['LastGuildStore']['getGuildId']()!=jk['id']){jy(0x0);if(!jr)jA(0x0);}});}if(ji['click'])jo['addEventListener']('click',jE=>{BDFDB['ListenerUtils']['stopEvent'](jE);gR['GuildUtils']['transitionToGuildSync'](jk['id']);if(typeof ji['click']=='function')ji['click']();});if(ji['menu'])jo['addEventListener']('contextmenu',jF=>{BDFDB['GuildUtils']['openMenu'](jk['id'],jF);if(typeof ji['menu']=='function')ji['menu']();});if(ji['size']){jn['style']['setProperty']('margin','0','important');jn['style']['setProperty']('width',ji['size']+'px','important');jn['style']['setProperty']('height',ji['size']+'px','important');}return jn;}else return null;};BDFDB['GuildUtils']['openMenu']=function(jG,jH=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](jG)?BDFDB['GuildUtils']['getId'](jG):typeof jG=='object'?jG['id']:jG;let jJ=gR['GuildStore']['getGuild'](d);if(jJ)gR['ContextMenuUtils']['openContextMenu'](jH,function(jH){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('GuildContextMenu'),Object['assign']({},jH,{'type':BDFDB['DiscordConstants']['ContextMenuTypes']['GUILD_ICON_BAR'],'guild':jJ,'badge':gR['MentionUtils']['getMentionCount'](jJ['id']),'link':BDFDB['DiscordConstants']['Routes']['CHANNEL'](jJ['id'],gR['LastChannelStore']['getChannelId'](jJ['id'])),'selected':jJ['id']==gR['LastGuildStore']['getGuildId']()}));});};BDFDB['GuildUtils']['markAsRead']=function(jL){if(!jL)return;var jM=[];for(let jN of BDFDB['ArrayUtils']['is'](jL)?jL:typeof jL=='string'||typeof jL=='number'?Array['of'](jL):Array['from'](jL)){let d=Node['prototype']['isPrototypeOf'](jN)?BDFDB['GuildUtils']['getId'](jN):jN&&typeof jN=='object'?jN['id']:jN;let jP=d?gR['GuildChannelStore']['getChannels'](d):null;if(jP)for(let jQ in jP)if(BDFDB['ArrayUtils']['is'](jP[jQ]))for(let jR of jP[jQ])jM['push'](jR['channel']['id']);}if(jM['length'])gR['AckUtils']['bulkAck'](jM);};BDFDB['FolderUtils']={};BDFDB['FolderUtils']['getId']=function(jS){if(!Node['prototype']['isPrototypeOf'](jS)||!BDFDB['ReactUtils']['getInstance'](jS))return;jS=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildfolderwrapper'],jS);if(!jS)return;return BDFDB['ReactUtils']['findValue'](jS,'folderId',{'up':!![]});};BDFDB['FolderUtils']['getDiv']=function(jT){if(!jT)return null;let jU=BDFDB['FolderUtils']['getData'](jT);return jU?jU['div']:null;};BDFDB['FolderUtils']['getData']=function(jV){if(!jV)return null;let d=Node['prototype']['isPrototypeOf'](jV)?BDFDB['FolderUtils']['getId'](jV):typeof jV=='object'?jV['id']:jV;d=typeof d=='number'?d['toFixed']():d;for(let jX of BDFDB['FolderUtils']['getAll']())if(jX&&jX['folderId']==d)return jX;return null;};BDFDB['FolderUtils']['getAll']=function(){var jY=[],jZ=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guildswrapper']),{'name':'GuildFolder','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let k0 in jZ)if(jZ[k0]['props']&&jZ[k0]['props']['folderId']){jY['push'](Object['assign']({},jZ[k0]['props'],{'div':BDFDB['ReactUtils']['findDOMNode'](jZ[k0]),'instance':jZ[k0]}));}return jY;};BDFDB['ChannelUtils']={};BDFDB['ChannelUtils']['getId']=function(k1){if(!Node['prototype']['isPrototypeOf'](k1)||!BDFDB['ReactUtils']['getInstance'](k1))return;k1=BDFDB['DOMUtils']['getParent'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],k1);if(!k1)return;var k2=BDFDB['ReactUtils']['findValue'](k1,'channel');return k2?k2['id']['toString']():null;};BDFDB['ChannelUtils']['getDiv']=function(k3){if(!k3)return null;let k4=BDFDB['ChannelUtils']['getData'](k3);return k4?k4['div']:null;};BDFDB['ChannelUtils']['getData']=function(k5){if(!k5)return null;let d=Node['prototype']['isPrototypeOf'](k5)?BDFDB['ChannelUtils']['getId'](k5):typeof k5=='object'?k5['id']:k5;d=typeof d=='number'?d['toFixed']():d;for(let k7 of BDFDB['ChannelUtils']['getAll']())if(k7&&k7['id']==d)return k7;return null;};BDFDB['ChannelUtils']['getAll']=function(){var k8=[],k9=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['channels']),{'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let ka in k9)if(k9[ka]['props']&&!k9[ka]['props']['ispin']&&k9[ka]['props']['channel']&&k9[ka]['_reactInternalFiber']['return']){var kb=BDFDB['ReactUtils']['findDOMNode'](k9[ka]);kb=kb&&BDFDB['DOMUtils']['containsClass'](kb['parentElement'],BDFDB['disCN']['categorycontainerdefault'],BDFDB['disCN']['channelcontainerdefault'],![])?kb['parentElement']:kb;k8['push'](Object['assign'](new k9[ka]['props']['channel']['constructor'](k9[ka]['props']['channel']),{'div':kb,'instance':k9[ka]}));}return k8;};BDFDB['ChannelUtils']['getSelected']=function(){var kc=gR['ChannelStore']['getChannel'](gR['LastChannelStore']['getChannelId']());if(kc)return BDFDB['ChannelUtils']['getData'](kc['id'])||Object['assign'](new kc['constructor'](kc),{'div':null,'instance':null});else return null;};BDFDB['ChannelUtils']['openMenu']=function(kd,ke=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](kd)?BDFDB['ChannelUtils']['getId'](kd):typeof kd=='object'?kd['id']:kd;let kg=gR['ChannelStore']['getChannel'](d);if(kg){let kh=null;for(let ki in BDFDB['DiscordConstants']['ChannelTypes'])if(BDFDB['DiscordConstants']['ChannelTypes'][ki]==kg['type']){kh=BDFDB['DiscordConstants']['ContextMenuTypes'][(ki=='GUILD_CATEGORY'?'CHANNEL_':'CHANNEL_LIST_')+ki['replace']('GUILD_','')];break;}if(kh)gR['ContextMenuUtils']['openContextMenu'](ke,function(ke){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('ChannelContextMenu'),Object['assign']({},ke,{'type':kh,'channel':kg,'guild':gR['GuildStore']['getGuild'](kg['guild_id']),'selected':kg['id']==gR['LastChannelStore']['getChannelId']()}));});}};BDFDB['DMUtils']={};BDFDB['DMUtils']['getIcon']=function(d){var kl=gR['ChannelStore']['getChannel'](d=typeof d=='number'?d['toFixed']():d);if(!kl)return null;if(!kl['icon'])return kl['type']==0x1?BDFDB['UserUtils']['getAvatar'](kl['recipients'][0x0]):kl['type']==0x3?'https://discordapp.com/assets/f046e2247d730629309457e902d5c5b3.svg':null;return gR['IconUtils']['getChannelIconURL'](kl)['split']('?')[0x0];};BDFDB['DMUtils']['getId']=function(km){if(!Node['prototype']['isPrototypeOf'](km)||!BDFDB['ReactUtils']['getInstance'](km))return;let kn=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],km);if(!kn)return;var ko=kn['querySelector'](BDFDB['dotCN']['guildiconwrapper']);var d=ko&&ko['href']?ko['href']['split']('/')['slice'](-0x1)[0x0]:null;return d&&!isNaN(parseInt(d))?d['toString']():null;};BDFDB['DMUtils']['getDiv']=function(kq){if(!kq)return null;if(Node['prototype']['isPrototypeOf'](kq)){var kr=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],kq);return kr?kr['parentElement']:kr;}else{let d=typeof kq=='object'?kq['id']:kq;if(d){var kr=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],document['querySelector'](BDFDB['dotCNS']['guilds']+BDFDB['dotCN']['dmpill']+'\x20+\x20*\x20'+BDFDB['dotCN']['guildiconwrapper']+'[href*=\x22/channels/@me/'+d+'\x22]'));return kr&&BDFDB?kr['parentElement']:kr;}}return null;};BDFDB['DMUtils']['getData']=function(ku){if(!ku)return null;let d=Node['prototype']['isPrototypeOf'](ku)?BDFDB['getDmID'](ku):typeof ku=='object'?ku['id']:ku;d=typeof d=='number'?d['toFixed']():d;for(let kw of BDFDB['DMUtils']['getAll']())if(kw&&kw['id']==d)return kw;return null;};BDFDB['DMUtils']['getAll']=function(){var kx=[],ky=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guilds']),{'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kz in ky)if(ky[kz]['props']&&ky[kz]['props']['channel']&&ky[kz]['_reactInternalFiber']['child'])kx['push'](Object['assign'](new ky[kz]['props']['channel']['constructor'](ky[kz]['props']['channel']),{'div':BDFDB['ReactUtils']['findDOMNode'](ky[kz]),'instance':ky[kz]}));return kx;};BDFDB['DMUtils']['markAsRead']=BDFDB['ChannelUtils']['markAsRead']=function(kA){if(!kA)return;var kB=[];for(let kC of kA=BDFDB['ArrayUtils']['is'](kA)?kA:typeof kA=='string'||typeof kA=='number'?Array['of'](kA):Array['from'](kA)){let d=Node['prototype']['isPrototypeOf'](kC)?BDFDB['ChannelUtils']['getId'](kC)||BDFDB['getDmID'](kC):kC&&typeof kC=='object'?kC['id']:kC;if(d)kB['push'](d);}if(kB['length'])gR['AckUtils']['bulkAck'](kB);};BDFDB['DataUtils']={};BDFDB['DataUtils']['cached']={};BDFDB['DataUtils']['save']=function(kE,kF,kG,d){var kI,kJ;if(!BDFDB['BDUtils']['isBDv2']()){kJ=typeof kF==='string'?kF:kF['name'];kI=gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),kJ+'.config.json');}else{kJ=typeof kF==='string'?kF['toLowerCase']():null;var kK=kJ?BDFDB['Plugins'][kJ]?BDFDB['Plugins'][kJ]['contentPath']:null:kF['contentPath'];if(!kK)return;kI=gO['path']['join'](kK,'settings.json');}var kL=gO['fs']['existsSync'](kI);var kM=!kL?{}:typeof BDFDB['DataUtils']['cached'][kJ]!=='undefined'?BDFDB['DataUtils']['cached'][kJ]:e['readConfig'](kI);if(d===undefined)kM[kG]=BDFDB['ObjectUtils']['is'](kE)?BDFDB['ObjectUtils']['sort'](kE):kE;else{if(!BDFDB['ObjectUtils']['is'](kM[kG]))kM[kG]={};kM[kG][d]=BDFDB['ObjectUtils']['is'](kE)?BDFDB['ObjectUtils']['sort'](kE):kE;}if(BDFDB['ObjectUtils']['isEmpty'](kM[kG]))delete kM[kG];if(BDFDB['ObjectUtils']['isEmpty'](kM)){delete BDFDB['DataUtils']['cached'][kJ];if(kL)gO['fs']['unlinkSync'](kI);}else{kM=BDFDB['ObjectUtils']['sort'](kM);BDFDB['DataUtils']['cached'][kJ]=BDFDB['ObjectUtils']['deepAssign']({},kM);gO['fs']['writeFileSync'](kI,JSON['stringify'](kM,null,'\x09'));}};BDFDB['DataUtils']['load']=function(kN,kO,d){var kQ,kR;if(!BDFDB['BDUtils']['isBDv2']()){kR=typeof kN==='string'?kN:kN['name'];kQ=gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),kR+'.config.json');}else{kR=typeof kN==='string'?kN['toLowerCase']():null;var kS=kR?BDFDB['Plugins'][kR]?BDFDB['Plugins'][kR]['contentPath']:null:kN['contentPath'];if(!kS)return{};kQ=gO['path']['join'](kS,'settings.json');}if(!gO['fs']['existsSync'](kQ)){delete BDFDB['DataUtils']['cached'][kR];return{};}var kT=typeof BDFDB['DataUtils']['cached'][kR]!=='undefined'&&typeof BDFDB['DataUtils']['cached'][kR][kO]!=='undefined'?BDFDB['DataUtils']['cached'][kR]:e['readConfig'](kQ);BDFDB['DataUtils']['cached'][kR]=BDFDB['ObjectUtils']['deepAssign']({},kT);let kU=BDFDB['ObjectUtils']['deepAssign']({},kT&&typeof kT[kO]!=='undefined'?kT[kO]:{});if(d===undefined)return kU;else return kU[d]===undefined?null:kU[d];};BDFDB['DataUtils']['remove']=function(kV,kW,d){var kY,kZ;if(!BDFDB['BDUtils']['isBDv2']()){kZ=typeof kV==='string'?kV:kV['name'];kY=gO['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),kZ+'.config.json');}else{kZ=typeof kV==='string'?kV['toLowerCase']():null;var l0=kZ?BDFDB['Plugins'][kZ]?BDFDB['Plugins'][kZ]['contentPath']:null:kV['contentPath'];if(!l0)return;kY=gO['path']['join'](l0,'settings.json');}var l1=gO['fs']['existsSync'](kY);var l2=!l1?{}:typeof BDFDB['DataUtils']['cached'][kZ]!=='undefined'?BDFDB['DataUtils']['cached'][kZ]:e['readConfig'](kY);if(d===undefined)delete l2[kW];else if(BDFDB['ObjectUtils']['is'](l2[kW]))delete l2[kW][d];if(BDFDB['ObjectUtils']['isEmpty'](l2[kW]))delete l2[kW];if(BDFDB['ObjectUtils']['isEmpty'](l2)){delete BDFDB['DataUtils']['cached'][kZ];if(l1)gO['fs']['unlinkSync'](kY);}else{l2=BDFDB['ObjectUtils']['sort'](l2);BDFDB['DataUtils']['cached'][kZ]=l2;gO['fs']['writeFileSync'](kY,JSON['stringify'](l2,null,'\x09'));}};BDFDB['DataUtils']['get']=function(l3,l4,d){l3=typeof l3=='string'?BDFDB['BDUtils']['getPlugin'](l3):l3;if(!BDFDB['ObjectUtils']['is'](l3)||!l3['defaults']||!l3['defaults'][l4])return{};var l6=BDFDB['DataUtils']['load'](l3,l4),l7={},l8=![];for(let l9 in l3['defaults'][l4]){if(l6[l9]==null){l7[l9]=BDFDB['ObjectUtils']['is'](l3['defaults'][l4][l9]['value'])?BDFDB['ObjectUtils']['deepAssign']({},l3['defaults'][l4][l9]['value']):l3['defaults'][l4][l9]['value'];l8=!![];}else l7[l9]=l6[l9];}if(l8)BDFDB['DataUtils']['save'](l7,l3,l4);if(d===undefined)return l7;else return l7[d]===undefined?null:l7[d];};e['readConfig']=function(la){try{return JSON['parse'](gO['fs']['readFileSync'](la));}catch(lb){return{};}};BDFDB['ColorUtils']={};BDFDB['ColorUtils']['convert']=function(lc,ld,le){if(lc==null)return null;ld=ld===undefined||!ld?ld='RGBCOMP':ld['toUpperCase']();le=le===undefined||!le||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP','HEX','HEXA','INT']['includes'](le['toUpperCase']())?BDFDB['ColorUtils']['getType'](lc):le['toUpperCase']();if(ld=='RGBCOMP'){switch(le){case'RGBCOMP':if(lc['length']==0x3)return lO(lc);else if(lc['length']==0x4){let lf=lR(lc['pop']());return lO(lc)['concat'](lf);}break;case'RGB':return lO(lc['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':let lg=lc['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');let lf=lR(lg['pop']());return lO(lg)['concat'](lf);case'HSLCOMP':if(lc['length']==0x3)return BDFDB['ColorUtils']['convert']('hsl('+lV(lc)['join'](',')+')','RGBCOMP');else if(lc['length']==0x4){let li=lR(lc['pop']());return BDFDB['ColorUtils']['convert']('hsl('+lV(lc)['join'](',')+')','RGBCOMP')['concat'](li);}break;case'HSL':var lj=lV(lc['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var lk,ll,lm,ln,lo,lp,lq,lr;var ls=lj[0x0]/0x168,lt=parseInt(lj[0x1])/0x64,lu=parseInt(lj[0x2])/0x64;ln=Math['floor'](ls*0x6);lo=ls*0x6-ln;lp=lu*(0x1-lt);lq=lu*(0x1-lo*lt);lr=lu*(0x1-(0x1-lo)*lt);switch(ln%0x6){case 0x0:lk=lu,ll=lr,lm=lp;break;case 0x1:lk=lq,ll=lu,lm=lp;break;case 0x2:lk=lp,ll=lu,lm=lr;break;case 0x3:lk=lp,ll=lq,lm=lu;break;case 0x4:lk=lr,ll=lp,lm=lu;break;case 0x5:lk=lu,ll=lp,lm=lq;break;}return[Math['round'](lk*0xff),Math['round'](ll*0xff),Math['round'](lm*0xff)];case'HSLA':var lj=lc['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');return BDFDB['ColorUtils']['convert']('hsl('+lj['join'](',')+')','RGBCOMP')['concat'](lR(lj['pop']()));case'HEX':var lw=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$|^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['exec'](lc);return[parseInt(lw[0x1]+lw[0x1]||lw[0x4],0x10)['toString'](),parseInt(lw[0x2]+lw[0x2]||lw[0x5],0x10)['toString'](),parseInt(lw[0x3]+lw[0x3]||lw[0x6],0x10)['toString']()];case'HEXA':var lw=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$|^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['exec'](lc);return[parseInt(lw[0x1]+lw[0x1]||lw[0x5],0x10)['toString'](),parseInt(lw[0x2]+lw[0x2]||lw[0x6],0x10)['toString'](),parseInt(lw[0x3]+lw[0x3]||lw[0x7],0x10)['toString'](),Math['floor'](BDFDB['NumberUtils']['mapRange']([0x0,0xff],[0x0,0x64],parseInt(lw[0x4]+lw[0x4]||lw[0x8],0x10)['toString']()))/0x64];case'INT':lc=lZ(lc);return[(lc>>0x10&0xff)['toString'](),(lc>>0x8&0xff)['toString'](),(lc&0xff)['toString']()];default:return null;}}else{var ly=le=='RGBCOMP'?lc:BDFDB['ColorUtils']['convert'](lc,'RGBCOMP',le);if(ly)switch(ld){case'RGB':return'rgb('+lO(ly['slice'](0x0,0x3))['join'](',')+')';case'RGBA':ly=ly['slice'](0x0,0x4);var li=ly['length']==0x4?lR(ly['pop']()):0x1;return'rgba('+lO(ly)['concat'](li)['join'](',')+')';case'HSLCOMP':var li=ly['length']==0x4?lR(ly['pop']()):null;var lj=lV(BDFDB['ColorUtils']['convert'](ly,'HSL')['replace'](/\s/g,'')['split'](','));return li!=null?lj['concat'](li):lj;case'HSL':var lk=lM(ly[0x0]),ll=lM(ly[0x1]),lm=lM(ly[0x2]);var lF=Math['max'](lk,ll,lm),lG=Math['min'](lk,ll,lm),lH=lF-lG,ls,lt=lF===0x0?0x0:lH/lF,lu=lF/0xff;switch(lF){case lG:ls=0x0;break;case lk:ls=ll-lm+lH*(ll0xff?0xff:lo<0x0?0x0:lo;}};function lO(lg){return lg['map'](lo=>{return lM(lo);});};function lR(li){if(li==null){return 0x1;}else{li=li['toString']();li=(li['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(li['replace'](/[^0-9\.\-]/g,''));return isNaN(li)||li>0x1?0x1:li<0x0?0x0:li;}};function lT(lU){if(lU==null){return'100%';}else{lU=parseFloat(lU['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(lU)||lU>0x64?0x64:lU<0x0?0x0:lU)+'%';}};function lV(lg){let ls=parseFloat(lg['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));ls=isNaN(ls)||ls>0x168?0x168:ls<0x0?0x0:ls;return[ls]['concat'](lg['map'](lY=>{return lT(lY);}));};function lZ(lo){if(lo==null){return 0xffffff;}else{lo=parseInt(lo['toString']()['replace'](/[^0-9]/g,''));return isNaN(lo)||lo>0xffffff?0xffffff:lo<0x0?0x0:lo;}};};BDFDB['ColorUtils']['setAlpha']=function(m1,m2,m3){if(BDFDB['ObjectUtils']['is'](m1)){var m4={};for(let m5 in m1)m4[m5]=m6(m1[m5],m2,m3);return m4;}return m6(m1,m2,m3);function m6(m1){var m8=BDFDB['ColorUtils']['convert'](m1,'RGBCOMP');if(m8){m2=m2['toString']();m2=(m2['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(m2['replace'](/[^0-9\.\-]/g,''));m2=isNaN(m2)||m2>0x1?0x1:m2<0x0?0x0:m2;m8[0x3]=m2;m3=(m3||BDFDB['ColorUtils']['getType'](m1))['toUpperCase']();m3=m3=='RGB'||m3=='HSL'||m3=='HEX'?m3+'A':m3;return BDFDB['ColorUtils']['convert'](m8,m3);}return null;}};BDFDB['ColorUtils']['getAlpha']=function(m9){var ma=BDFDB['ColorUtils']['convert'](m9,'RGBCOMP');if(ma){if(ma['length']==0x3)return 0x1;else if(ma['length']==0x4){let mb=ma[0x3]['toString']();mb=(mb['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mb['replace'](/[^0-9\.\-]/g,''));return isNaN(mb)||mb>0x1?0x1:mb<0x0?0x0:mb;}}return null;};BDFDB['ColorUtils']['change']=function(mc,md,me){md=parseFloat(md);if(mc!=null&&typeof md=='number'&&!isNaN(md)){if(BDFDB['ObjectUtils']['is'](mc)){var mf={};for(let mg in mc)mf[mg]=mh(mc[mg],md,me);return mf;}else return mh(mc,md,me);}return null;function mh(mc){var mj=BDFDB['ColorUtils']['convert'](mc,'RGBCOMP');if(mj){if(parseInt(md)!==md){md=md['toString']();md=(md['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(md['replace'](/[^0-9\.\-]/g,''));md=isNaN(md)?0x0:md;return BDFDB['ColorUtils']['convert']([Math['round'](mj[0x0]*(0x1+md)),Math['round'](mj[0x1]*(0x1+md)),Math['round'](mj[0x2]*(0x1+md))],me||BDFDB['ColorUtils']['getType'](mc));}else return BDFDB['ColorUtils']['convert']([Math['round'](mj[0x0]+md),Math['round'](mj[0x1]+md),Math['round'](mj[0x2]+md)],me||BDFDB['ColorUtils']['getType'](mc));}return null;};};BDFDB['ColorUtils']['invert']=function(mk,ml){if(mk!=null){var mm=BDFDB['ColorUtils']['convert'](mk,'RGBCOMP');if(mm)return BDFDB['ColorUtils']['convert']([0xff-mm[0x0],0xff-mm[0x1],0xff-mm[0x2]],ml||BDFDB['ColorUtils']['getType'](mk));}return null;};BDFDB['ColorUtils']['compare']=function(mn,mo){if(mn&&mo){mn=BDFDB['ColorUtils']['convert'](mn,'RGBA');mo=BDFDB['ColorUtils']['convert'](mo,'RGBA');if(mn&&mo)return BDFDB['equals'](mn,mo);}return null;};BDFDB['ColorUtils']['isBright']=function(mp,mq=0xa0){mp=BDFDB['ColorUtils']['convert'](mp,'RGBCOMP');if(!mp)return![];return parseInt(mq)-0x1&&mr<0x1000000)return'INT';}return null;function mt(ms){return ms['slice'](0x0,0x3)['every'](mv=>mv['toString']()['indexOf']('%')==-0x1&&parseFloat(mv)==parseInt(mv));};function mw(ms){return ms['slice'](0x1,0x3)['every'](my=>my['toString']()['indexOf']('%')==my['length']-0x1);};};BDFDB['ColorUtils']['createGradient']=function(mz,mA='to\x20right'){var mB={};var mC='linear-gradient('+mA;for(let mD of Object['keys'](mz)['sort']())mC+=',\x20'+mz[mD]+'\x20'+mD*0x64+'%';return mC+=')';};BDFDB['ColorUtils']['getSwatchColor']=function(mE,mF){if(!Node['prototype']['isPrototypeOf'](mE))return;var mG=mE['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mF+'\x22]');if(!mG)return null;var mH=BDFDB['ReactUtils']['getInstance'](mE['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mF+'\x22]'));if(mH)return BDFDB['ReactUtils']['findValue'](mH,'selectedColor',{'up':!![],'blacklist':{'props':!![]}});else{var mI=mG['querySelector'](''+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']));return mI?mI['gradient']||BDFDB['ColorUtils']['convert'](mI['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;}};BDFDB['ColorUtils']['openPicker']=function(mJ,mK,mL,mM={'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}}){if(!mJ||!mK)return;if(mM['comp']){mM['gradient']=![];mM['alpha']=![];}if(typeof mM['callback']!='function')mM['callback']=c=>{};var mP=mM['alpha']?'HEXA':'HEX';var mQ=mM['alpha']?/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i:/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;var mR=BDFDB['ObjectUtils']['is'](mJ)&&!!mJ['_reactInternalFiber'];var mS=!mR&&BDFDB['DOMUtils']['containsClass'](mJ,'swatches');var mT=mL&&BDFDB['ObjectUtils']['is'](mL);var mU=BDFDB['ColorUtils']['convert'](mT?mL[Object['keys'](mL)[0x0]]:mL,mP)||(mM['alpha']?'#000000FF':'#000000');var [mV,mW,mX]=BDFDB['ColorUtils']['convert'](mU,'HSLCOMP');var mY=BDFDB['ColorUtils']['getAlpha'](mT?mL[Object['keys'](mL)[0x0]]:mL);mY=mY==null?0x1:mY;var mZ=BDFDB['DOMUtils']['getRects'](mK);var n0=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['popouts'])['appendChild'](n0);var n1=n2=>{if(!n0['contains'](n2['target'])){document['removeEventListener']('mousedown',n1);n0['remove']();}};document['addEventListener']('mousedown',n1);var n3=n0['querySelector'](BDFDB['dotCNS']['colorpickerhexinput']+BDFDB['dotCN']['input']);var n4=n0['querySelector']('.saturation-color');var n5=n0['querySelector']('.saturation-cursor');var n6=n0['querySelector']('.hue-horizontal');var n7=n0['querySelector']('.hue-cursor');var n8=n0['querySelector']('.alpha-bar');var n9=n0['querySelector']('.alpha-horizontal');var na=n0['querySelector']('.alpha-cursor');var nb=n0['querySelector']('.gradient-button');var nc=n0['querySelector']('.gradient-bar');var nd=n0['querySelector']('.gradient-horizontal');var ne,nf,ng,nh,ni,nj,nk,nl,nm,nn;o5();if(mT)for(let no in mL)if(no>0x0&&no<0x1)nd['appendChild'](BDFDB['DOMUtils']['create'](''));oa(![]);if(!mM['gradient'])BDFDB['DOMUtils']['remove'](n0['querySelectorAll']('.gradient-button,\x20.gradient-bar'));if(!mM['alpha'])BDFDB['DOMUtils']['remove'](n0['querySelectorAll']('.alpha-bar'));BDFDB['ListenerUtils']['addToChildren'](n0,'mousedown','.move-corner',np=>{var nq=BDFDB['DOMUtils']['getRects'](n0);var nr=getComputedStyle(n0,null)['getPropertyValue']('transform')['replace'](/[^0-9,-]/g,'')['split'](',');var ns=nq['left']-(nr['length']>0x4?parseFloat(nr[0x4]):0x0);var nt=nq['top']-(nr['length']>0x4?parseFloat(nr[0x5]):0x0);var nu=np['pageX'];var nv=np['pageY'];var nw=c=>{BDFDB['DOMUtils']['removeLocalStyle']('disableTextSelection');document['removeEventListener']('mouseup',nw);document['removeEventListener']('mousemove',ny);};var ny=nz=>{ns=ns-(nu-nz['pageX']);nt=nt-(nv-nz['pageY']);nu=nz['pageX'];nv=nz['pageY'];n0['style']['setProperty']('left',ns+'px','important');n0['style']['setProperty']('top',nt+'px','important');o5();};document['addEventListener']('mouseup',nw);document['addEventListener']('mousemove',ny);});n4['addEventListener']('mousedown',nA=>{mW=BDFDB['NumberUtils']['mapRange']([ne,nf],[0x0,0x64],nA['clientX'])+'%';mX=BDFDB['NumberUtils']['mapRange']([ng,nh],[0x64,0x0],nA['clientY'])+'%';oa(!![]);var nB=c=>{document['removeEventListener']('mouseup',nB);document['removeEventListener']('mousemove',nD);};var nD=nE=>{mW=BDFDB['NumberUtils']['mapRange']([ne,nf],[0x0,0x64],nE['clientX'])+'%';mX=BDFDB['NumberUtils']['mapRange']([ng,nh],[0x64,0x0],nE['clientY'])+'%';oa(!![]);};document['addEventListener']('mouseup',nB);document['addEventListener']('mousemove',nD);});n6['addEventListener']('mousedown',nF=>{mV=BDFDB['NumberUtils']['mapRange']([ni,nj],[0x0,0x168],nF['clientX']);oa(!![]);var nG=c=>{document['removeEventListener']('mouseup',nG);document['removeEventListener']('mousemove',nI);};var nI=nJ=>{mV=BDFDB['NumberUtils']['mapRange']([ni,nj],[0x0,0x168],nJ['clientX']);oa(!![]);};document['addEventListener']('mouseup',nG);document['addEventListener']('mousemove',nI);});n9['addEventListener']('mousedown',nK=>{mY=BDFDB['NumberUtils']['mapRange']([nk,nl],[0x0,0x1],nK['clientX']);oa(!![]);var nL=BDFDB['DOMUtils']['create']('');var nM=c=>{nL['remove']();document['removeEventListener']('mouseup',nM);document['removeEventListener']('mousemove',nO);};var nO=nP=>{if(!nL['parentElement'])na['appendChild'](nL);mY=Math['floor'](BDFDB['NumberUtils']['mapRange']([nk,nl],[0x0,0x64],nP['clientX']))/0x64;nL['innerText']=mY;oa(!![]);};document['addEventListener']('mouseup',nM);document['addEventListener']('mousemove',nO);});nd['addEventListener']('mousedown',nQ=>{BDFDB['TimeUtils']['timeout'](c=>{if(BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'gradient-cursor')){if(nQ['which']==0x1){if(!BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'selected')){BDFDB['DOMUtils']['removeClass'](nd['querySelectorAll']('.gradient-cursor.selected'),'selected');BDFDB['DOMUtils']['addClass'](nQ['target']['parentElement'],'selected');[mV,mW,mX]=BDFDB['ColorUtils']['convert'](nQ['target']['style']['getPropertyValue']('background-color'),'HSLCOMP');mY=BDFDB['ColorUtils']['getAlpha'](nQ['target']['style']['getPropertyValue']('background-color'));oa(!![]);}if(!BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'edge')){var nS=c=>{document['removeEventListener']('mouseup',nS);document['removeEventListener']('mousemove',nU);};var nU=nV=>{nQ['target']['parentElement']['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nm,nn],[0x1,0x63],nV['clientX'])+'%');og();};document['addEventListener']('mouseup',nS);document['addEventListener']('mousemove',nU);}}else if(nQ['which']==0x3&&!BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'edge')){BDFDB['DOMUtils']['remove'](nQ['target']['parentElement']);if(BDFDB['DOMUtils']['containsClass'](nQ['target']['parentElement'],'selected')){var nW=nd['querySelector']('.gradient-cursor');BDFDB['DOMUtils']['addClass'](nW,'selected');[mV,mW,mX]=BDFDB['ColorUtils']['convert'](nW['firstElementChild']['style']['getPropertyValue']('background-color'),'HSLCOMP');mY=BDFDB['ColorUtils']['getAlpha'](firstElementChild['style']['getPropertyValue']('background-color'));}oa(!![]);}}else if(nd==nQ['target']&&nQ['which']==0x1){BDFDB['DOMUtils']['removeClass'](nd['querySelectorAll']('.gradient-cursor.selected'),'selected');var nX=BDFDB['DOMUtils']['create']('');nd['appendChild'](nX);[mV,mW,mX]=[0x0,'0%','0%'];mY=0x1;oa(!![]);var nS=c=>{document['removeEventListener']('mouseup',nS);document['removeEventListener']('mousemove',nU);};var nU=o1=>{nX['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nm,nn],[0x1,0x63],o1['clientX'])+'%');og();};document['addEventListener']('mouseup',nS);document['addEventListener']('mousemove',nU);}});});n3['addEventListener']('input',o2=>{if(mQ['test'](n3['value'])){[mV,mW,mX,mY]=BDFDB['ColorUtils']['convert'](n3['value'],'HSLCOMP');if(mY==null)mY=0x1;oa(![]);}});nb['addEventListener']('click',o3=>{mT=!mT;BDFDB['DOMUtils']['toggle'](nc,mT);BDFDB['DOMUtils']['toggleClass'](nb,'selected',mT);oa(!![]);});nb['addEventListener']('mouseenter',o4=>{BDFDB['TooltipUtils']['create'](nb,'Color\x20Gradient',{'type':'bottom'});});function o5(){var o6=BDFDB['DOMUtils']['getRects'](n4);ne=o6['left'];nf=ne+o6['width'];ng=o6['top'];nh=ng+o6['height'];var o7=BDFDB['DOMUtils']['getRects'](n6);ni=o7['left'];nj=ni+o7['width'];var o8=BDFDB['DOMUtils']['getRects'](n9);nk=o8['left'];nl=nk+o8['width'];var o9=BDFDB['DOMUtils']['getRects'](nd);nm=o9['left'];nn=nm+o9['width'];}function oa(ob){n4['style']['setProperty']('background',BDFDB['ColorUtils']['convert']([mV,'100%','100%'],'RGB'),'important');n5['style']['setProperty']('left',mW,'important');n5['style']['setProperty']('top',BDFDB['NumberUtils']['mapRange']([0x0,0x64],[0x64,0x0],parseFloat(mX))+'%','important');n7['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([0x0,0x168],[0x0,0x64],mV)+'%','important');n9['style']['setProperty']('background','linear-gradient(to\x20right,\x20'+BDFDB['ColorUtils']['setAlpha']([mV,mW,mX],0x0,'RGBA')+',\x20'+BDFDB['ColorUtils']['setAlpha']([mV,mW,mX],0x1,'RGBA'),'important');na['style']['setProperty']('left',mY*0x64+'%','important');var oc=BDFDB['ColorUtils']['convert']([mV,mW,mX,mY],mP);var od=BDFDB['ColorUtils']['convert'](oc,'RGBA');if(mR){if(mT){nd['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',od);og();}else mJ['setState']({'selectedColor':od,'customColor':od});}else if(mS){tT(mJ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+'.selected'),null,![]);if(mT){nd['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',od);og();}else tT(mJ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),od,!![]);}else{let oe=mJ['querySelector'](BDFDB['dotCN']['input']);if(oe)oe['value']=mM['comp']?BDFDB['ColorUtils']['convert'](oc,'RGBCOMP')['join'](','):od;let of=mJ['querySelector'](BDFDB['dotCN']['colorpickerswatchsingle']);if(of)of['style']['setProperty']('background-color',od,'important');}if(ob)n3['value']=oc;mM['callback'](od);}function og(){nd['style']['removeProperty']('background-color');var oh={};for(let oi of nd['querySelectorAll']('.gradient-cursor'))oh[parseFloat(oi['style']['getPropertyValue']('left'))/0x64]=oi['firstElementChild']['style']['getPropertyValue']('background-color');nd['style']['setProperty']('background-image',BDFDB['ColorUtils']['createGradient'](oh));if(mR)mJ['setState']({'selectedColor':oh,'customColor':oh});else tT(mJ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),oh,!![]);}};BDFDB['DOMUtils']={};BDFDB['DOMUtils']['addClass']=function(oj,...ok){if(!oj||!ok)return;for(let ol of BDFDB['ArrayUtils']['is'](oj)?oj:Array['of'](oj)){if(!ol){}else if(Node['prototype']['isPrototypeOf'](ol))op(ol);else if(NodeList['prototype']['isPrototypeOf'](ol))for(let om of ol)op(om);else if(typeof ol=='string')for(let on of ol['split'](','))if(on&&(on=on['trim']()))for(let oo of document['querySelectorAll'](on))op(oo);}function op(oq){if(oq&&oq['classList'])for(let or of ok)for(let os of BDFDB['ArrayUtils']['is'](or)?or:Array['of'](or))if(typeof os=='string')for(let ot of os['split']('\x20'))if(ot)oq['classList']['add'](ot);}};BDFDB['DOMUtils']['removeClass']=function(ou,...ov){if(!ou||!ov)return;for(let ow of BDFDB['ArrayUtils']['is'](ou)?ou:Array['of'](ou)){if(!ow){}else if(Node['prototype']['isPrototypeOf'](ow))oA(ow);else if(NodeList['prototype']['isPrototypeOf'](ow))for(let ox of ow)oA(ox);else if(typeof ow=='string')for(let oy of ow['split'](','))if(oy&&(oy=oy['trim']()))for(let oz of document['querySelectorAll'](oy))oA(oz);}function oA(oB){if(oB&&oB['classList'])for(let oC of ov)for(let oD of BDFDB['ArrayUtils']['is'](oC)?oC:Array['of'](oC))if(typeof oD=='string')for(let oE of oD['split']('\x20'))if(oE)oB['classList']['remove'](oE);}};BDFDB['DOMUtils']['toggleClass']=function(oF,...oG){if(!oF||!oG)return;var oH=oG['pop']();if(typeof oH!='boolean'){oG['push'](oH);oH=undefined;}if(!oG['length'])return;for(let oI of BDFDB['ArrayUtils']['is'](oF)?oF:Array['of'](oF)){if(!oI){}else if(Node['prototype']['isPrototypeOf'](oI))oM(oI);else if(NodeList['prototype']['isPrototypeOf'](oI))for(let oJ of oI)oM(oJ);else if(typeof oI=='string')for(let oK of oI['split'](','))if(oK&&(oK=oK['trim']()))for(let oL of document['querySelectorAll'](oK))oM(oL);}function oM(oN){if(oN&&oN['classList'])for(let oO of oG)for(let oP of BDFDB['ArrayUtils']['is'](oO)?oO:Array['of'](oO))if(typeof oP=='string')for(let oQ of oP['split']('\x20'))if(oQ)oN['classList']['toggle'](oQ,oH);}};BDFDB['DOMUtils']['containsClass']=function(oR,...oS){if(!oR||!oS)return;var oT=oS['pop']();if(typeof oT!='boolean'){oS['push'](oT);oT=!![];}if(!oS['length'])return;var oU=undefined;for(let oV of BDFDB['ArrayUtils']['is'](oR)?oR:Array['of'](oR)){if(!oV){}else if(Node['prototype']['isPrototypeOf'](oV))oZ(oV);else if(NodeList['prototype']['isPrototypeOf'](oV))for(let oW of oV)oZ(oW);else if(typeof oV=='string')for(let oX of oV['split'](','))if(oX&&(oX=oX['trim']()))for(let oY of document['querySelectorAll'](oX))oZ(oY);}return oU;function oZ(p0){if(p0&&p0['classList'])for(let p1 of oS)if(typeof p1=='string')for(let p2 of p1['split']('\x20'))if(p2){if(oU===undefined)oU=oT;if(oT&&!p0['classList']['contains'](p2))oU=![];if(!oT&&p0['classList']['contains'](p2))oU=!![];}}};BDFDB['DOMUtils']['replaceClass']=function(p3,p4,p5){if(!p3||typeof p4!='string'||typeof p5!='string')return;for(let p6 of BDFDB['ArrayUtils']['is'](p3)?p3:Array['of'](p3)){if(!p6){}else if(Node['prototype']['isPrototypeOf'](p6))pa(p6);else if(NodeList['prototype']['isPrototypeOf'](p6))for(let p7 of p6)pa(p7);else if(typeof p6=='string')for(let p8 of p6['split'](','))if(p8&&(p8=p8['trim']()))for(let p9 of document['querySelectorAll'](p8))pa(p9);}function pa(pb){if(pb&&pb['tagName']&&pb['className'])pb['className']=pb['className']['replace'](new RegExp(p4,'g'),p5)['trim']();}};BDFDB['DOMUtils']['formatClassName']=function(...pc){return pc['flat']()['filter'](pd=>pd)['join']('\x20');};BDFDB['DOMUtils']['removeClassFromDOM']=function(...pe){for(let pf of pe['flat']())if(typeof pf=='string')for(let pg of pf['split'](','))if(pg&&(pg=pg['replace'](/\.|\s/g,'')))BDFDB['DOMUtils']['removeClass'](document['querySelectorAll']('.'+pg),pg);};BDFDB['DOMUtils']['show']=function(...ph){BDFDB['DOMUtils']['toggle'](...ph,!![]);};BDFDB['DOMUtils']['hide']=function(...pi){BDFDB['DOMUtils']['toggle'](...pi,![]);};BDFDB['DOMUtils']['toggle']=function(...pj){if(!pj)return;var pk=pj['pop']();if(typeof pk!='boolean'){pj['push'](pk);pk=undefined;}if(!pj['length'])return;for(let pl of pj['flat']()){if(Node['prototype']['isPrototypeOf'](pl))pp(pl);else if(NodeList['prototype']['isPrototypeOf'](pl))for(let pm of pl)pp(pm);else if(typeof pl=='string')for(let pn of pl['split'](','))if(pn&&(pn=pn['trim']()))for(let pm of document['querySelectorAll'](pn))pp(pm);}function pp(pq){if(!pq||!Node['prototype']['isPrototypeOf'](pq))return;var pr=pk===undefined?!BDFDB['DOMUtils']['isHidden'](pq):!pk;if(pr)pq['style']['setProperty']('display','none','important');else pq['style']['removeProperty']('display');}};BDFDB['DOMUtils']['isHidden']=function(ps){if(Node['prototype']['isPrototypeOf'](ps)&&ps['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(ps,null)['getPropertyValue']('display')=='none';};BDFDB['DOMUtils']['remove']=function(...pt){for(let pu of pt['flat']()){if(Node['prototype']['isPrototypeOf'](pu))pu['remove']();else if(NodeList['prototype']['isPrototypeOf'](pu)){let pv=Array['from'](pu);while(pv['length'])pv['shift']()['remove']();}else if(typeof pu=='string')for(let pw of pu['split'](','))if(pw&&(pw=pw['trim']())){let pv=Array['from'](document['querySelectorAll'](pw));while(pv['length'])pv['shift']()['remove']();}}};BDFDB['DOMUtils']['create']=function(py){if(typeof py!='string'||!py['trim']())return null;let pz=document['createElement']('template');try{pz['innerHTML']=py['replace'](/(?[\t\r\n]+<(?!pre)/g,'><');}catch(pA){pz['innerHTML']=py['replace'](/>[\t\r\n]+<(?!pre)/g,'><');}if(pz['content']['childElementCount']==0x1)return pz['content']['firstElementChild'];else{var pB=document['createElement']('span');var pC=Array['from'](pz['content']['childNodes']);while(pC['length'])pB['appendChild'](pC['shift']());return pB;}};BDFDB['DOMUtils']['getParent']=function(pD,pE){var pF=null;if(Node['prototype']['isPrototypeOf'](pE)&&pD){var pG=NodeList['prototype']['isPrototypeOf'](pD)?pD:typeof pD=='string'?document['querySelectorAll'](pD):null;if(pG)for(let pH of pG)if(pH['contains'](pE)){pF=pH;break;}}return pF;};BDFDB['DOMUtils']['setText']=function(pI,pJ){if(!pI||!Node['prototype']['isPrototypeOf'](pI))return;var pK=pI['nodeType']==Node['TEXT_NODE']?pI:null;if(!pK)for(let pL of pI['childNodes'])if(pL['nodeType']==Node['TEXT_NODE']||BDFDB['DOMUtils']['containsClass'](pL,'BDFDB-textnode')){pK=pL;break;}if(pK){if(Node['prototype']['isPrototypeOf'](pJ)&&pJ['nodeType']!=Node['TEXT_NODE']){BDFDB['DOMUtils']['addClass'](pJ,'BDFDB-textnode');pI['replaceChild'](pJ,pK);}else if(Node['prototype']['isPrototypeOf'](pK)&&pK['nodeType']!=Node['TEXT_NODE'])pI['replaceChild'](document['createTextNode'](pJ),pK);else pK['textContent']=pJ;}else pI['appendChild'](Node['prototype']['isPrototypeOf'](pJ)?pJ:document['createTextNode'](pJ));};BDFDB['DOMUtils']['getText']=function(pM){if(!pM||!Node['prototype']['isPrototypeOf'](pM))return;for(let pN of pM['childNodes'])if(pN['nodeType']==Node['TEXT_NODE'])return pN['textContent'];};BDFDB['DOMUtils']['getRects']=function(pO){var pP={};if(Node['prototype']['isPrototypeOf'](pO)&&pO['nodeType']!=Node['TEXT_NODE']){var pQ=pO;while(pQ){var pR=BDFDB['DOMUtils']['isHidden'](pQ);if(pR){BDFDB['DOMUtils']['toggle'](pQ,!![]);pQ['BDFDBgetRectsHidden']=!![];}pQ=pQ['parentElement'];}pP=pO['getBoundingClientRect']();pQ=pO;while(pQ){if(pQ['BDFDBgetRectsHidden']){BDFDB['DOMUtils']['toggle'](pQ,![]);delete pQ['BDFDBgetRectsHidden'];}pQ=pQ['parentElement'];}}return pP;};BDFDB['DOMUtils']['getHeight']=function(pS){if(Node['prototype']['isPrototypeOf'](pS)&&pS['nodeType']!=Node['TEXT_NODE']){var pT=BDFDB['DOMUtils']['getRects'](pS);var pU=getComputedStyle(pS);return pT['height']+parseInt(pU['marginTop'])+parseInt(pU['marginBottom']);}return 0x0;};BDFDB['DOMUtils']['getWidth']=function(pV){if(Node['prototype']['isPrototypeOf'](pV)&&pV['nodeType']!=Node['TEXT_NODE']){var pW=BDFDB['DOMUtils']['getRects'](pV);var pX=getComputedStyle(pV);return pW['width']+parseInt(pX['marginLeft'])+parseInt(pX['marginRight']);}return 0x0;};BDFDB['DOMUtils']['appendWebScript']=function(pY,pZ){if(!pZ&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));pZ=pZ||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];pZ=Node['prototype']['isPrototypeOf'](pZ)?pZ:document['head'];BDFDB['DOMUtils']['removeWebScript'](pY,pZ);pZ['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebScript']=function(q0,q1){q1=q1||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];q1=Node['prototype']['isPrototypeOf'](q1)?q1:document['head'];BDFDB['DOMUtils']['remove'](q1['querySelectorAll']('script[src=\x22'+q0+'\x22]'));};BDFDB['DOMUtils']['appendWebStyle']=function(q2,q3){if(!q3&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));q3=q3||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];q3=Node['prototype']['isPrototypeOf'](q3)?q3:document['head'];BDFDB['DOMUtils']['removeWebStyle'](q2,q3);q3['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebStyle']=function(q4,q5){q5=q5||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];q5=Node['prototype']['isPrototypeOf'](q5)?q5:document['head'];BDFDB['DOMUtils']['remove'](q5['querySelectorAll']('link[href=\x22'+q4+'\x22]'));};BDFDB['DOMUtils']['appendLocalStyle']=function(d,q7,q8){if(!q8&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));q8=q8||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];q8=Node['prototype']['isPrototypeOf'](q8)?q8:document['head'];BDFDB['DOMUtils']['removeLocalStyle'](d,q8);q8['appendChild'](BDFDB['DOMUtils']['create'](''+q7['replace'](/\t|\r|\n/g,'')+''));};BDFDB['DOMUtils']['removeLocalStyle']=function(d,qa){qa=qa||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qa=Node['prototype']['isPrototypeOf'](qa)?qa:document['head'];BDFDB['DOMUtils']['remove'](qa['querySelectorAll']('style[id=\x22'+d+'CSS\x22]'));};BDFDB['triggerSend']=function(qb){if(!qb)return;BDFDB['TimeUtils']['timeout'](c=>{var qd=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](qd,'keyCode',{'value':0xd});Object['defineProperty'](qd,'which',{'value':0xd});qb['dispatchEvent'](qd);});};BDFDB['initElements']=function(qe,qf){if(!Node['prototype']['isPrototypeOf'](qe))return;var qg=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themelight'];qe['querySelectorAll']('.BDFDB-containertext')['forEach'](qh=>{if(BDFDB['DOMUtils']['containsClass'](qh['nextElementSibling'],'BDFDB-collapsecontainer')){if(BDFDB['DOMUtils']['containsClass'](qh['firstElementChild'],'closed'))BDFDB['DOMUtils']['toggle'](qh['nextElementSibling'],![]);qh['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggle'](qh['nextElementSibling'],BDFDB['DOMUtils']['containsClass'](qh['firstElementChild'],'closed'));BDFDB['DOMUtils']['toggleClass'](qh['firstElementChild'],'closed');};s3(qh,'click',qh['BDFDBupdateElement']);}});qe['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](qj=>{rH(qj,![]);qj['BDFDBupdateElement']=c=>{rH(qj,!![]);};s3(qj,'click',qj['BDFDBupdateElement']);});qe['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](ql=>{rR(ql);ql['BDFDBupdateElement']=c=>{rR(ql);};s3(ql,'click',ql['BDFDBupdateElement']);});qe['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](qn=>{rV(qn);qn['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggleClass'](qn,BDFDB['disCN']['giffavoriteselected']);rV(qn);};s3(qn,'click',qn['BDFDBupdateElement']);var d='FAV_s'+Math['round'](Math['random']()*0x2386f26fc10000);s3(qn,'mouseenter',c=>{BDFDB['DOMUtils']['remove']('#'+d+'_tooltip');BDFDB['TooltipUtils']['create'](qn,BDFDB['LanguageUtils']['LanguageStrings']['GIF_TOOLTIP_'+(BDFDB['DOMUtils']['containsClass'](qn,BDFDB['disCN']['giffavoriteselected'])?'REMOVE_FROM':'ADD_TO')+'_FAVORITES'],{'type':'top','id':d+'_tooltip'});});});qe['querySelectorAll']('.file-navigator')['forEach'](qr=>{qr['BDFDBupdateElement']=c=>{var qt=qr['querySelector']('input[type=\x22file\x22]');if(qt)qt['click']();};s3(qr,'click',qr['BDFDBupdateElement']);});qe['querySelectorAll']('input[type=\x22file\x22]')['forEach'](qu=>{s3(qu,'change',qv=>{var qw=qu['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var qx=qu['files'][0x0];if(qw&&qx)qw['value']=qx['path'];});});qe['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](qy=>{s3(qy,'keydown',qz=>{qz['stopPropagation']();});});qe['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](qA=>{qA['setAttribute']('placeholder',BDFDB['LanguageUtils']['LanguageStrings']['SEARCHING']);s3(qA,'keyup',qB=>{let qC=qA['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon']);BDFDB['DOMUtils']['toggleClass'](qC[0x0],BDFDB['disCN']['searchbarvisible'],qA['value']['length']==0x0);BDFDB['DOMUtils']['toggleClass'](qC[0x1],BDFDB['disCN']['searchbarvisible'],qA['value']['length']);});});qe['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](qD=>{s3(qD,'click',qE=>{if(BDFDB['DOMUtils']['containsClass'](qD,BDFDB['disCN']['searchbarvisible'])){var qF=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['searchbar'],qD)['querySelector'](BDFDB['dotCN']['searchbarinput']);qF['value']='';qF['dispatchEvent'](new Event('change'));qF['dispatchEvent'](new Event('input'));qF['dispatchEvent'](new Event('keydown'));qF['dispatchEvent'](new Event('keyup'));qF['dispatchEvent'](new Event('keypressed'));BDFDB['DOMUtils']['addClass'](qD['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon'])[0x0],BDFDB['disCN']['searchbarvisible']);BDFDB['DOMUtils']['removeClass'](qD,BDFDB['disCN']['searchbarvisible']);}});});qe['querySelectorAll']('.numberinput-button-up')['forEach'](qG=>{s3(qG,'click',qH=>{var qI=qG['parentElement']['parentElement']['querySelector']('input');var qJ=parseInt(qI['getAttribute']('min'));var qK=parseInt(qI['getAttribute']('max'));var qL=parseInt(qI['value'])+0x1;if(isNaN(qK)||!isNaN(qK)&&qL<=qK){BDFDB['DOMUtils']['addClass'](qG['parentElement'],'pressed');clearTimeout(qG['parentElement']['pressedTimeout']);qI['value']=isNaN(qJ)||!isNaN(qJ)&&qL>=qJ?qL:qJ;qI['dispatchEvent'](new Event('change'));qI['dispatchEvent'](new Event('input'));qI['dispatchEvent'](new Event('keydown'));qI['dispatchEvent'](new Event('keyup'));qI['dispatchEvent'](new Event('keypressed'));qG['parentElement']['pressedTimeout']=BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](qG['parentElement'],'pressed');},0xbb8);}});});qe['querySelectorAll']('.numberinput-button-down')['forEach'](qN=>{s3(qN,'click',qO=>{var qP=qN['parentElement']['parentElement']['querySelector']('input');var qQ=parseInt(qP['getAttribute']('min'));var qR=parseInt(qP['getAttribute']('max'));var qS=parseInt(qP['value'])-0x1;if(isNaN(qQ)||!isNaN(qQ)&&qS>=qQ){BDFDB['DOMUtils']['addClass'](qN['parentElement'],'pressed');clearTimeout(qN['parentElement']['pressedTimeout']);qP['value']=isNaN(qR)||!isNaN(qR)&&qS<=qR?qS:qR;qP['dispatchEvent'](new Event('change'));qP['dispatchEvent'](new Event('input'));qP['dispatchEvent'](new Event('keydown'));qP['dispatchEvent'](new Event('keyup'));qP['dispatchEvent'](new Event('keypressed'));qN['parentElement']['pressedTimeout']=BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](qN['parentElement'],'pressed');},0xbb8);}});});qe['querySelectorAll']('.amount-input')['forEach'](qU=>{s3(qU,'input',qV=>{if(BDFDB['ObjectUtils']['is'](qf)){var qW=qU['getAttribute']('option');var qX=parseInt(qU['value']);var qY=parseInt(qU['getAttribute']('min'));var qZ=parseInt(qU['getAttribute']('max'));if(qW&&!isNaN(qX)&&(isNaN(qY)||!isNaN(qY)&&qX>=qY)&&(isNaN(qZ)||!isNaN(qZ)&&qX<=qZ)){BDFDB['DataUtils']['save'](qX,qf,'amounts',qW);qf['SettingsUpdated']=!![];}}});});qe['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](r0=>{s0(r0,r0['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==r0?0x2:0x0);s3(r0,'click',r1=>{BDFDB['DOMUtils']['removeClass'](qe['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen']),BDFDB['disCN']['modaltabcontentopen']);r0['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](r0=>{s0(r0,0x0);});var r3=qe['querySelector'](BDFDB['dotCN']['modaltabcontent']+'[tab=\x22'+r0['getAttribute']('tab')+'\x22]');if(r3)BDFDB['DOMUtils']['addClass'](r3,BDFDB['disCN']['modaltabcontentopen']);s0(r0,0x2);});s3(r0,'mouseenter',r4=>{if(!BDFDB['DOMUtils']['containsClass'](r0,BDFDB['disCN']['settingsitemselected']))s0(r0,0x1);});s3(r0,'mouseleave',r5=>{if(!BDFDB['DOMUtils']['containsClass'](r0,BDFDB['disCN']['settingsitemselected']))s0(r0,0x0);});});qe['querySelectorAll']('.BDFDB-textscrollwrapper')['forEach'](r6=>{var r7=r6['querySelector']('.BDFDB-textscroll');if(r7){if(BDFDB['DOMUtils']['containsClass'](r6['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))r6['style']['setProperty']('margin-right','10px');if(BDFDB['DOMUtils']['getRects'](r6)['width']>0x64)r6['style']['setProperty']('text-overflow','ellipsis','important');r6['style']['setProperty']('position','relative','important');r6['style']['setProperty']('display','block','important');r6['style']['setProperty']('overflow','hidden','important');r7['style']['setProperty']('left','0px','important');r7['style']['setProperty']('position','relative','important');r7['style']['setProperty']('white-space','nowrap','important');r7['style']['setProperty']('display','inline','important');var r8,r9;s3(r6,'mouseenter',ra=>{if(BDFDB['DOMUtils']['getRects'](r6)['width']{if(BDFDB['DOMUtils']['containsClass'](r6,'scrolling')){BDFDB['DOMUtils']['removeClass'](r6,'scrolling');r7['style']['setProperty']('display','inline','important');if(!r9||!r8)rc();r8(0x0);}});function rc(){r9=new gR['AnimationUtils']['Value'](0x0);r9['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](r7)['width']-BDFDB['DOMUtils']['getRects'](r6)['width'])*-0x1]})['addListener'](rd=>{r7['style']['setProperty']('left',rd['value']+'px','important');});r8=re=>{var rf=re+parseFloat(r7['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](r7)['width']-BDFDB['DOMUtils']['getRects'](r6)['width']);rf=isNaN(rf)||!isFinite(rf)?re:rf;rf*=BDFDB['DOMUtils']['getRects'](r7)['width']/(BDFDB['DOMUtils']['getRects'](r6)['width']*0x2);gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](r9,{'toValue':re,'duration':Math['sqrt'](rf**0x2)*0xfa0/(r6['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['DOMUtils']['removeClass'](qe['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);BDFDB['DOMUtils']['addClass'](qe['querySelector'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);qe['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rg=>{rg['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['ADD'];});qe['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rh=>{rh['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['FORM_LABEL_ALL'];});qe['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ri=>{ri['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'];});qe['querySelectorAll']('.btn-done\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rj=>{rj['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DONE'];});qe['querySelectorAll']('.btn-download\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rk=>{rk['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DOWNLOAD'];});qe['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rl=>{rl['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['OKAY'];});qe['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rm=>{rm['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SAVE'];});qe['querySelectorAll']('.btn-send\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rn=>{rn['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SEND'];});qe['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ro=>{ro['innerText']=BDFDB['LanguageUtils']['LibraryStrings']['file_navigator_text'];});if(qg){BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectcontroldark']),BDFDB['disCN']['selectcontroldark'],BDFDB['disCN']['selectcontrollight']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectsingledark']),BDFDB['disCN']['selectsingledark'],BDFDB['disCN']['selectsinglelight']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerdark']),BDFDB['disCN']['selectarrowcontainerdark'],BDFDB['disCN']['selectarrowcontainerlight']);}else{BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectcontrollight']),BDFDB['disCN']['selectcontrollight'],BDFDB['disCN']['selectcontroldark']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectsinglelight']),BDFDB['disCN']['selectsinglelight'],BDFDB['disCN']['selectsingledark']);BDFDB['DOMUtils']['replaceClass'](qe['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerlight']),BDFDB['disCN']['selectarrowcontainerlight'],BDFDB['disCN']['selectarrowcontainerdark']);}var rp=c=>{qe['querySelectorAll']('.BDFDB-tableheader')['forEach'](rr=>{var rs=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rr);var rt=rr['getAttribute']('table-id');var ru=rr['querySelector']('.BDFDB-tableheadertext');var rv=rr['querySelectorAll']('.BDFDB-tableheadercolumns\x20.BDFDB-tableheadercolumn');if(rs&&rt&&ru&&rv['length']){let rw=![],rx=BDFDB['ObjectUtils']['is'](rs['BDFDB-tableheader-maxwidth'])?rs['BDFDB-tableheader-maxwidth'][rt]:0x0;if(!rx){for(let ry of rv){let rz=BDFDB['DOMUtils']['getRects'](ry)['width'];rx=rz>rx?rz:rx;}rx+=0x4;}if(rv['length']*rx>0x12c){rw=!![];rx=parseInt(0x122/rv['length']);}else if(rx<0x24){rx=0x24;}rv['forEach']((rA,rB)=>{rA['style']['setProperty']('flex','0\x200\x20'+rx+'px','important');if(rw){if(rB==0x0)rA['style']['setProperty']('margin-left',-0x1*(0xa+rx/0x2)+'px','important');rA['style']['setProperty']('margin-top','0','important');rA['style']['setProperty']('text-align','right','important');rA['style']['setProperty']('writing-mode','vertical-rl','important');}else rA['style']['setProperty']('text-align','center','important');});ru['style']['setProperty']('flex','0\x200\x20'+(0x22c-rv['length']*rx)+'px','important');rv[0x0]['parentElement']['style']['setProperty']('flex','0\x200\x20'+rv['length']*rx+'px','important');if(!BDFDB['ObjectUtils']['is'](rs['BDFDB-tableheader-maxwidth']))rs['BDFDB-tableheader-maxwidth']={};rs['BDFDB-tableheader-maxwidth'][rt]=rx;}});qe['querySelectorAll']('.BDFDB-tablecheckbox')['forEach'](rC=>{var rD=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rC);var rE=rC['getAttribute']('table-id');if(rD&&rE&&BDFDB['ObjectUtils']['is'](rD['BDFDB-tableheader-maxwidth'])&&rD['BDFDB-tableheader-maxwidth'][rE]){var rF=getComputedStyle(rC);rC['style']['setProperty']('flex','0\x200\x20'+(rD['BDFDB-tableheader-maxwidth'][rE]-parseInt(rF['marginLeft'])-parseInt(rF['marginRight']))+'px','important');}});};if(document['contains'](qe))rp();else BDFDB['TimeUtils']['timeout'](c=>{rp();});function rH(rI,rJ){if(!rI)return;var rK=rI['checked'];BDFDB['DOMUtils']['toggleClass'](rI['parentElement'],BDFDB['disCN']['switchvaluechecked'],rK);BDFDB['DOMUtils']['toggleClass'](rI['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!rK);if(rJ&&BDFDB['ObjectUtils']['is'](qf)&&BDFDB['DOMUtils']['containsClass'](rI,'settings-switch')){let rL=rI['getAttribute']('value')['trim']()['split']('\x20')['filter'](rM=>rM);let rN=rL['shift']();if(rN){var rO=BDFDB['DataUtils']['load'](qf,rN);var rP='';for(let rQ of rL)rP+='{\x22'+rQ+'\x22:';rP+=rK+'}'['repeat'](rL['length']);rP=JSON['parse'](rP);if(BDFDB['ObjectUtils']['is'](rP))BDFDB['ObjectUtils']['deepAssign'](rO,rP);else rO=rP;BDFDB['DataUtils']['save'](rO,qf,rN);qf['SettingsUpdated']=!![];}}};function rR(rS){if(!rS)return;var rT=rS['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var rU=rT['querySelector']('polyline');if(rS['checked']){BDFDB['DOMUtils']['addClass'](rT,BDFDB['disCN']['checkboxchecked']);rT['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');rT['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');if(rU)rU['setAttribute']('stroke','#ffffff');}else{BDFDB['DOMUtils']['removeClass'](rT,BDFDB['disCN']['checkboxchecked']);rT['style']['removeProperty']('background-color');rT['style']['removeProperty']('border-color');if(rU)rU['setAttribute']('stroke','transparent');}};function rV(rW){var rX=BDFDB['DOMUtils']['containsClass'](rW,BDFDB['disCN']['giffavoriteselected']);var rY=rW['querySelector'](BDFDB['dotCN']['giffavoriteicon']);if(rY){rY['setAttribute']('name',rX?'FavoriteFilled':'Favorite');rY['innerHTML']=rX?'':'';}if(rX){BDFDB['DOMUtils']['addClass'](rW,BDFDB['disCN']['giffavoriteshowpulse']);BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](rW,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function s0(s1,s2){if(!s1)return;switch(s2){case 0x0:BDFDB['DOMUtils']['removeClass'](s1,BDFDB['disCN']['settingsitemselected']);s1['style']['setProperty']('border-color','transparent');s1['style']['setProperty']('color',qg?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['DOMUtils']['removeClass'](s1,BDFDB['disCN']['settingsitemselected']);s1['style']['setProperty']('border-color',qg?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');s1['style']['setProperty']('color',qg?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['DOMUtils']['addClass'](s1,BDFDB['disCN']['settingsitemselected']);s1['style']['setProperty']('border-color',qg?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');s1['style']['setProperty']('color',qg?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function s3(s4,s5,s6){if(!s4['BDFDBupdateElementsListeners'])s4['BDFDBupdateElementsListeners']={};if(s4['BDFDBupdateElementsListeners'][s5])s4['removeEventListener'](s5,s4['BDFDBupdateElementsListeners'][s5]);s4['BDFDBupdateElementsListeners'][s5]=s6;s4['addEventListener'](s5,s6,!![]);};};BDFDB['appendModal']=function(s7){if(!Node['prototype']['isPrototypeOf'](s7))return;if(!BDFDB['appendModal']['modals']||!document['contains'](BDFDB['appendModal']['modals']))BDFDB['appendModal']['modals']=BDFDB['ReactUtils']['findDOMNode'](BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['app']),{'name':'Modals','depth':0x5f5e0ff,'time':0x5f5e0ff}));if(!BDFDB['appendModal']['modals'])return;var s8=BDFDB['DOMUtils']['containsClass'](s7,BDFDB['disCN']['modal'])?s7:s7['querySelector'](BDFDB['dotCN']['modal']);var s9=s8?s8['previousElementSibling']:null;var sa=new gR['AnimationUtils']['Value'](0x0);sa['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x1]})['addListener'](sb=>{if(s8)s8['style']['setProperty']('opacity',''+sb['value']);});var sc=new gR['AnimationUtils']['Value'](0x0);sc['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.7,0x1]})['addListener'](sd=>{if(s8)s8['style']['setProperty']('transform','scale('+sd['value']+')\x20translateZ(0px)');});var se=new gR['AnimationUtils']['Value'](0x0);se['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.85]})['addListener'](sf=>{if(s9){s9['style']['setProperty']('opacity',''+sf['value']);s9['style']['setProperty']('background-color','rgb(0,\x200,\x200)');s9['style']['setProperty']('z-index','1000');s9['style']['setProperty']('transform','translateZ(0px)');}});var sg=sh=>{gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](sa,{'toValue':sh,'duration':0xfa,'easing':gR['AnimationUtils']['Easing']['inOut'](gR['AnimationUtils']['Easing']['ease'])}),gR['AnimationUtils']['timing'](sc,{'toValue':sh,'duration':0xfa,'easing':gR['AnimationUtils']['Easing']['inOut'](gR['AnimationUtils']['Easing']['ease'])}),gR['AnimationUtils']['timing'](se,{'toValue':sh,'duration':0xc8,'delay':0x32})])['start']();};var si=sj=>{if(!document['contains'](s7))document['removeEventListener']('keydown',si);else if(sj['which']==0x1b&&s9)s9['click']();};document['addEventListener']('keydown',si);BDFDB['ListenerUtils']['addToChildren'](s7,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok,\x20.btn-done',c=>{document['removeEventListener']('keydown',si);sg(0x0);BDFDB['TimeUtils']['timeout'](c=>{s7['remove']();},0x12c);});BDFDB['appendModal']['modals']['appendChild'](s7);BDFDB['initElements'](s7);sg(0x1);};BDFDB['createSearchBar']=function(sm='small'){if(typeof sm!='string'||!['small','medium','large']['includes'](sm['toLowerCase']()))sm='small';var sn=vL['SearchBar'][sm]?'\x20'+BDFDB['disCN']['searchbar'+sm]:'';var so=BDFDB['DOMUtils']['create']('');BDFDB['initElements'](so);return so;};BDFDB['createSelectMenu']=function(sp,sq,sr='',ss=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sp!='string'||typeof sq!='string'&&typeof sq!='number')return BDFDB['DOMUtils']['create']('
');var st=ss?'dark':'light';return''+sp+'';};BDFDB['openDropdownMenu']=function(su,sv,sw,sx,sy=![],sz=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sv!='function'||typeof sw!='function'||!sx||typeof sx!='object')return;let sA=(BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['selectwrap'],su['currentTarget'])||su['currentTarget'])['querySelector'](BDFDB['dotCN']['selectcontrol']);let sB=sA['parentElement'];if(BDFDB['DOMUtils']['containsClass'](sB,BDFDB['disCN']['selectisopen']))return;BDFDB['DOMUtils']['addClass'](sB,BDFDB['disCN']['selectisopen']);var sC=sB['getAttribute']('type');var sD=sB['getAttribute']('value');var sE=sz?'dark':'light';var sF='';for(var sG in sx)sF+=''+sw(sG)+'';sF+='';var sH=BDFDB['DOMUtils']['create'](sF);if(sy){BDFDB['DOMUtils']['addClass'](sH,'above-select');sH['style']['setProperty']('top','unset','important');sH['style']['setProperty']('bottom',BDFDB['DOMUtils']['getRects'](sB)['height']+'px','important');}sB['appendChild'](sH);BDFDB['initElements'](sH);BDFDB['ListenerUtils']['addToChildren'](sH,'mouseenter',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sI=>{if(sz){BDFDB['DOMUtils']['removeClass'](sI['currentTarget'],BDFDB['disCN']['selectoptiondark']);BDFDB['DOMUtils']['addClass'](sI['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);}else{BDFDB['DOMUtils']['removeClass'](sI['currentTarget'],BDFDB['disCN']['selectoptionlight']);BDFDB['DOMUtils']['addClass'](sI['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);}});BDFDB['ListenerUtils']['addToChildren'](sH,'mouseleave',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sJ=>{if(sz){BDFDB['DOMUtils']['removeClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);BDFDB['DOMUtils']['addClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptiondark']);}else{BDFDB['DOMUtils']['removeClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);BDFDB['DOMUtils']['addClass'](sJ['currentTarget'],BDFDB['disCN']['selectoptionlight']);}});BDFDB['ListenerUtils']['addToChildren'](sH,'mousedown',BDFDB['dotCN']['selectoption'],sK=>{if(!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],sK['target'])){var sL=sK['currentTarget']['getAttribute']('value');sB['setAttribute']('value',sL);sv(sB,sC,sL);}});var sM=sN=>{if(sN['target']['parentElement']!=sH&&!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],sN['target'])){document['removeEventListener']('mousedown',sM);sH['remove']();BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](sB,BDFDB['disCN']['selectisopen']);},0x64);}};document['addEventListener']('mousedown',sM);return sH;};BDFDB['ModalUtils']={};BDFDB['ModalUtils']['open']=function(sP,sQ){if(!BDFDB['ObjectUtils']['is'](sP)||!BDFDB['ObjectUtils']['is'](sQ))return;var sR,sS=[],sT=[],sU=[],sV,sW=[],sX=c=>{if(BDFDB['ObjectUtils']['is'](sV)&&typeof sV['onClose']=='function')sV['onClose']();};if(typeof sQ['text']=='string'){sT['push'](BDFDB['ReactUtils']['createElement'](wm['TextElement'],{'color':wm['TextElement']['Colors']['PRIMARY'],'children':sQ['text']}));}if(sQ['children']){let sZ,t0=[];for(let t1 of BDFDB['ArrayUtils']['is'](sQ['children'])?sQ['children']:Array['of'](sQ['children']))if(gR['React']['isValidElement'](t1)){if(t1['type']==wm['ModalComponents']['ModalTabContent']){if(!t0['length'])t1['props']['open']=!![];else delete t1['props']['open'];t0['push'](BDFDB['ReactUtils']['createElement'](wm['TabBar']['Item'],{'className':BDFDB['disCN']['tabbaritem'],'itemType':wm['TabBar']['Types']['TOP'],'id':t1['props']['tab'],'children':t1['props']['tab'],'aria-label':t1['props']['tab']}));}sT['push'](t1);}if(t0['length'])sS['push'](BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['disCN']['tabbarcontainer'],'children':BDFDB['ReactUtils']['createElement'](wm['TabBar'],{'className':BDFDB['disCN']['tabbar'],'type':wm['TabBar']['Types']['TOP'],'selectedItem':t0[0x0]['props']['id'],'children':t0,'onItemSelect':(t2,t3)=>{t3['props']['selectedItem']=t2;BDFDB['ReactUtils']['forceUpdate'](t3);let sR=BDFDB['DOMUtils']['getParent']('.BDFDB-modal',BDFDB['ReactUtils']['findDOMNode'](t3));if(sR)for(let t5 of sR['querySelectorAll'](BDFDB['dotCN']['modaltabcontent'])){let t6=BDFDB['ReactUtils']['getValue'](t5,'return.return.stateNode');if(t6){if(t6['props']['tab']==t2)t6['props']['open']=!![];else delete t6['props']['open'];BDFDB['ReactUtils']['forceUpdate'](t6);}}}}),'style':{'marginBottom':0xa}}));}if(BDFDB['ArrayUtils']['is'](sQ['buttons']))for(let t7 of sQ['buttons']){let t8=typeof t7['contents']=='string'?t7['contents']:null;if(t8){let t9=typeof t7['color']=='string'&&wm['Button']['Colors'][t7['color']['toUpperCase']()];let ta=typeof t7['look']=='string'&&wm['Button']['Looks'][t7['look']['toUpperCase']()];let tb=typeof t7['click']=='function'?t7['click']:c=>{};if(t7['cancel'])sW['push'](tb);sU['push'](BDFDB['ReactUtils']['createElement'](wm['Button'],{'type':'button','look':ta||(t9?wm['Button']['Looks']['FILLED']:wm['Button']['Looks']['LINK']),'color':t9||wm['Button']['Colors']['PRIMARY'],'onClick':c=>{if(t7['close'])sX();if(!(t7['close']&&t7['cancel']))tb(sR);},'children':t8}));}}sT=sT['filter'](te=>te&&BDFDB['ReactUtils']['isValidElement'](te));sS=sS['filter'](tf=>tf&&BDFDB['ReactUtils']['isValidElement'](tf));sU=sU['filter'](tg=>tg&&BDFDB['ReactUtils']['isValidElement'](tg));if(sT['length']){if(typeof sQ['onClose']!='function')sQ['onClose']=c=>{};if(typeof sQ['onOpen']!='function')sQ['onOpen']=c=>{};let tj=sP['name']||(typeof sP['getName']=='function'?sP['getName']():null);tj=typeof tj=='string'?tj:null;let tk=typeof sQ['size']=='string'&&wm['ModalComponents']['ModalSize'][sQ['size']['toUpperCase']()];let tl=0x0;gR['ModalUtils']['openModal'](tm=>{sV=tm;return BDFDB['ReactUtils']['createElement'](class BDFDBModal extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalRoot'],{'className':BDFDB['DOMUtils']['formatClassName']('BDFDB-modal',tj?tj+'-modal':null,sQ['selector']?sQ['selector']:null),'size':tk||wm['ModalComponents']['ModalSize']['SMALL'],'transitionState':tm['transitionState'],'children':[BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalHeader'],{'className':sS['length']?BDFDB['disCN']['modalheaderhassibling']:null,'separator':sQ['headerseparator']||![],'children':[BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'grow':0x1,'shrink':0x1,'children':[BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'tag':wm['FormComponents']['FormTitle']['Tags']['H4'],'children':typeof sQ['header']=='string'?sQ['header']:''}),BDFDB['ReactUtils']['createElement'](wm['TextElement'],{'size':wm['TextElement']['Sizes']['SMALL'],'color':wm['TextElement']['Colors']['PRIMARY'],'children':typeof sQ['subheader']=='string'?sQ['subheader']:tj||''})]}),BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalCloseButton'],{'onClick':sX})]}),sS['length']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'children':sS}):null,BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalContent'],{'children':sT}),sU['length']?BDFDB['ReactUtils']['createElement'](wm['ModalComponents']['ModalFooter'],{'children':sU}):null]});}['componentDidMount'](){sR=BDFDB['ReactUtils']['findDOMNode'](this);sR=sR&&sR['parentElement']?sR['parentElement']['querySelector']('.BDFDB-modal'):null;if(sR&&tm['transitionState']==0x2&&tm['transitionState']>tl)sQ['onOpen'](sR,this);tl=tm['transitionState'];}['componentWillUnmount'](){if(sR&&tm['transitionState']==0x4){for(let tn of sW)tn(sR);sQ['onClose'](sR,this);}}},tm);},{'onCloseRequest':sX});}};BDFDB['ModalUtils']['confirm']=function(to,tp,tq){if(!BDFDB['ObjectUtils']['is'](to)||typeof tp!='string')return;tq=typeof tq=='function'?tq:c=>{};BDFDB['ModalUtils']['open'](to,{'text':tp,'header':'Are\x20you\x20sure?','selector':'BDFDB-confirmmodal','buttons':[{'contents':BDFDB['LanguageUtils']['LanguageStrings']['OKAY'],'close':!![],'color':'RED','click':tq},{'contents':BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'],'close':!![]}]});};BDFDB['ContextMenuUtils']={};BDFDB['ContextMenuUtils']['open']=function(ts,tt,tu){gR['ContextMenuUtils']['openContextMenu'](tt,function(tt){return BDFDB['ReactUtils']['createElement'](wm['ContextMenu'],Object['assign']({},tt,{'BDFDBcontextMenu':!![],'type':BDFDB['DiscordConstants']['ContextMenuTypes']['NATIVE_TEXT'],'value':'','className':BDFDB['disCN']['contextmenu']+'\x20BDFDB-contextMenu\x20'+ts['name']+'-contextMenuItem','children':tu}));});};BDFDB['ContextMenuUtils']['close']=function(tw){if(!BDFDB['ObjectUtils']['is'](tw))return;var tx=BDFDB['ReactUtils']['findOwner'](tw,{'props':'closeContextMenu','up':!![]});if(BDFDB['ObjectUtils']['is'](tx)&&tx['props']&&typeof tx['props']['closeContextMenu']=='function')tx['props']['closeContextMenu']();};BDFDB['createMessageOptionPopout']=function(ty){if(!ty)return;var tz=document['querySelector'](BDFDB['dotCN']['popouts']);if(!tz)return;ty=BDFDB['DOMUtils']['containsClass'](ty,BDFDB['disCN']['optionpopoutbutton'])?ty:ty['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var tA=BDFDB['ReactUtils']['getInstance'](BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['messagebuttoncontainer'],ty));tA=tA&&tA['child']?tA['child']:null;tA=tA&&tA['stateNode']&&typeof tA['stateNode']['renderReactionPopout']=='function'?tA['sibling']:tA;if(tA&&tA['stateNode']&&typeof tA['stateNode']['renderOptionPopout']=='function'){BDFDB['DOMUtils']['addClass'](ty,'popout-open');var tB=BDFDB['DOMUtils']['create']('');tz['appendChild'](tB);var tC=tA['stateNode']['renderOptionPopout'](tA['stateNode']['props']);tC['props']['target']=ty;tC['props']['onClose']=c=>{BDFDB['DOMUtils']['removeClass'](ty,'popout-open');tB['remove']();};BDFDB['ReactUtils']['render'](tC,tB);var tE=BDFDB['DOMUtils']['getRects'](ty);tB['style']['setProperty']('left',tE['left']+tE['width']/0x2+'px');tB['style']['setProperty']('top',tE['top']+tE['height']/0x2+'px');var tF=tG=>{document['removeEventListener']('mousedown',tF);if(!tB['contains'](tG['target']))tC['props']['onClose']();};document['addEventListener']('mousedown',tF);}};BDFDB['createSortPopout']=function(tH,tI,tJ){if(!tH||!tI||typeof tJ!='function'||BDFDB['DOMUtils']['containsClass'](tH,'popout-open'))return;var tK=document['querySelector'](BDFDB['dotCN']['popouts']);var tL=tH['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!tK||!tL)return;BDFDB['DOMUtils']['addClass'](tH,'popout-open');var tM=BDFDB['DOMUtils']['create'](tI);var tN=BDFDB['DOMUtils']['getRects'](tH);tM['style']['setProperty']('left',tN['left']+tN['width']+'px');tM['style']['setProperty']('top',tN['top']+BDFDB['DOMUtils']['getRects'](tL)['height']+'px');BDFDB['DOMUtils']['addClass'](tM['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['DiscordUtils']['getTheme']());BDFDB['ListenerUtils']['addToChildren'](tM,'click',BDFDB['dotCN']['contextmenuitem'],tO=>{tL['innerText']=tO['currentTarget']['innerText'];tL['setAttribute']('option',tO['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',tQ);tM['remove']();BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](tH,'popout-open');},0x12c);tJ();});tK['appendChild'](tM);BDFDB['initElements'](tM);var tQ=tR=>{if(!document['contains'](tM))document['removeEventListener']('mousedown',tQ);else if(!tM['contains'](tR['target'])){document['removeEventListener']('mousedown',tQ);tM['remove']();BDFDB['TimeUtils']['timeout'](c=>{BDFDB['DOMUtils']['removeClass'](tH,'popout-open');},0x12c);}};document['addEventListener']('mousedown',tQ);};var tT=(tU,tV,tW)=>{if(!tU)return;else if(tW){BDFDB['DOMUtils']['addClass'](tU,BDFDB['disCN']['colorpickerswatchselected']);var tX=BDFDB['DOMUtils']['containsClass'](tU,BDFDB['disCN']['colorpickerswatchcustom']);var tY=tV&&BDFDB['ObjectUtils']['is'](tV);var tZ=BDFDB['ObjectUtils']['is'](tV)?BDFDB['ColorUtils']['createGradient'](tV):BDFDB['ColorUtils']['convert'](tV,'RGBA');var u0=tZ&&!tY?BDFDB['ColorUtils']['isBright'](tZ):![];if(!tU['querySelector']('svg[name=\x22Checkmark\x22]'))tU['appendChild'](BDFDB['DOMUtils']['create'](''));if(tX){BDFDB['DOMUtils']['removeClass'](tU,BDFDB['disCN']['colorpickerswatchnocolor']);tU['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill',u0?'#000000':'#ffffff');if(tZ){if(tY)tU['gradient']=tV;tU['style']['setProperty'](tY?'background-image':'background-color',tZ,'important');}}}else{delete tU['gradient'];BDFDB['DOMUtils']['removeClass'](tU,'selected');BDFDB['DOMUtils']['remove'](tU['querySelectorAll']('.swatch-checkmark'));if(BDFDB['DOMUtils']['containsClass'](tU,BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['DOMUtils']['addClass'](tU,BDFDB['disCN']['colorpickerswatchnocolor']);tU['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill','#ffffff');tU['style']['removeProperty']('background-color');tU['style']['removeProperty']('background-image');}}};BDFDB['setColorSwatches']=function(u1,u2){if(!Node['prototype']['isPrototypeOf'](u1))return;var u3=u1['querySelector'](BDFDB['dotCN']['colorpickerswatches']+':not([number])');if(!u3)return;u3['setAttribute']('number',parseInt(u1['querySelectorAll'](BDFDB['dotCN']['colorpickerswatches']+'[number]')['length']+0x1));var u4=[null,'rgba(82,233,30,1)','rgba(46,204,113,1)','rgba(26,188,156,1)','rgba(52,152,219,1)','rgba(52,84,219,1)','rgba(134,30,233,1)','rgba(155,89,182,1)','rgba(233,30,99,1)','rgba(233,65,30,1)','rgba(231,76,60,1)','rgba(230,126,34,1)','rgba(241,196,15,1)','rgba(199,204,205,1)','rgba(112,128,136,1)','rgba(99,99,99,1)','rgba(255,255,255,1)','rgba(59,173,20,1)','rgba(31,139,76,1)','rgba(17,128,106,1)','rgba(32,102,148,1)','rgba(32,57,148,1)','rgba(109,20,173,1)','rgba(113,54,138,1)','rgba(173,20,87,1)','rgba(173,32,20,1)','rgba(153,45,34,1)','rgba(168,67,0,1)','rgba(194,124,14,1)','rgba(151,156,159,1)','rgba(93,104,109,1)','rgba(44,44,44,1)'];var u5=[u4['slice'](0x0,parseInt(u4['length']/0x2)),u4['slice'](parseInt(u4['length']/0x2))];u4['shift']();u3['appendChild'](BDFDB['DOMUtils']['create'](''+u5['map'](u6=>''+u6['map'](u7=>'')['join']('')+'')['join']('')+''));if(u2&&!BDFDB['ColorUtils']['compare'](u2,[0x0,0x0,0x0,0x0])){var u8=u4['indexOf'](BDFDB['ColorUtils']['convert'](u2,'RGBA'));tT(u8>-0x1?u3['querySelectorAll'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor'])[u8]:u3['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']),u2,!![]);}else tT(u3['querySelector'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor']),null,!![]);BDFDB['ListenerUtils']['addToChildren'](u3,'click',BDFDB['dotCN']['colorpickerswatch'],u9=>{if(BDFDB['DOMUtils']['containsClass'](u3,'disabled')||BDFDB['DOMUtils']['containsClass'](u9['currentTarget'],BDFDB['disCN']['colorpickerswatchdisabled']))return;else if(BDFDB['DOMUtils']['containsClass'](u9['currentTarget'],BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['ColorUtils']['openPicker'](u3,u9['currentTarget'],u9['currentTarget']['gradient']||u9['currentTarget']['style']['getPropertyValue']('background-color'));}else{tT(u3['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']),null,![]);tT(u9['currentTarget'],u9['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});BDFDB['ListenerUtils']['addToChildren'](u3,'mouseenter',BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'],ua=>{BDFDB['TooltipUtils']['create'](ua['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['CUSTOM_COLOR'],{'type':'bottom'});});BDFDB['ListenerUtils']['addToChildren'](u3,'mouseenter',BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor'],ub=>{BDFDB['TooltipUtils']['create'](ub['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['DEFAULT'],{'type':'bottom'});});};BDFDB['TimeUtils']={};BDFDB['TimeUtils']['interval']=function(uc,ud){if(typeof uc!='function'||typeof ud!='number'||ud<0x1)return;else return setInterval(()=>{BDFDB['TimeUtils']['suppress'](uc,'Interval')();},ud);};BDFDB['TimeUtils']['timeout']=function(ue,uf){if(typeof ue!='function')return;else if(typeof uf!='number'||uf<0x1)return setImmediate(()=>{BDFDB['TimeUtils']['suppress'](ue,'Immediate')();});else return setTimeout(()=>{BDFDB['TimeUtils']['suppress'](ue,'Timeout')();},uf);};BDFDB['TimeUtils']['clear']=function(ug){clearInterval(ug);clearTimeout(ug);clearImmediate(ug);};BDFDB['TimeUtils']['suppress']=function(uh,ui,uj){return function(...uk){try{return uh(...uk);}catch(ul){if(typeof ui!='string')ui='';BDFDB['LogUtils']['error'](ui+'\x20'+ul,uj);}};};BDFDB['LogUtils']={};BDFDB['LogUtils']['log']=function(um,un='BDFDB'){if(typeof um!='string')um='';console['log']('%c['+un+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',um['trim']());};BDFDB['LogUtils']['warn']=function(uo,up='BDFDB'){if(typeof uo!='string')uo='';console['warn']('%c['+up+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',uo['trim']());};BDFDB['LogUtils']['error']=function(uq,ur='BDFDB'){if(typeof uq!='string')uq='';console['error']('%c['+ur+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20'+uq['trim']());};BDFDB['StringUtils']={};BDFDB['StringUtils']['htmlEscape']=function(us){var ut=document['createElement']('div');ut['innerText']=us;return ut['innerHTML'];};BDFDB['StringUtils']['regEscape']=function(uu){return uu['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['StringUtils']['insertNRST']=function(uv){return uv['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['StringUtils']['getParsedLength']=function(uw,ux=gR['LastChannelStore']['getChannelId']()){if(!uw)return 0x0;var uy=gR['ChannelStore']['getChannel'](ux);var uz=!uy||uw['indexOf']('/')==0x0||uw['indexOf']('s/')==0x0||uw['indexOf']('+:')==0x0?uw['length']:gR['MessageCreationUtils']['parse'](uy,uw)['content']['length'];return uz>uw['length']?uz:uw['length'];};BDFDB['StringUtils']['highlight']=function(uA,uB){if(!uB||uB['length']<0x1)return uA;var uC=0x0,uD=uA,uE='',uF='';BDFDB['ArrayUtils']['getAllIndexes'](uA['toUpperCase'](),uB['toUpperCase']())['forEach'](uG=>{var uH=uC*(uE['length']+uF['length']);uG=uG+uH;var uI=uG+uB['length'];var uJ=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](uA['substring'](0x0,uG),'<'));var uK=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](uA['substring'](0x0,uG),'>'));if(uJ[uJ['length']-0x1]>uK[uK['length']-0x1])return;uA=uA['substring'](0x0,uG)+uE+uA['substring'](uG,uI)+uF+uA['substring'](uI);uC++;});return uA?uA:uD;};BDFDB['NumberUtils']={};BDFDB['NumberUtils']['formatBytes']=function(uL,uM){uL=parseInt(uL);if(isNaN(uL)||uL<0x0)return'0\x20Bytes';if(uL==0x1)return'1\x20Byte';var uN=Math['floor'](Math['log'](uL)/Math['log'](0x400));return parseFloat((uL/Math['pow'](0x400,uN))['toFixed'](uM<0x1?0x0:uM>0x14?0x14:uM||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][uN];};BDFDB['NumberUtils']['mapRange']=function(uO,uP,uQ){if(parseFloat(uQ)parseFloat(uO[0x1]))return parseFloat(uP[0x1]);else return parseFloat(uP[0x0])+(parseFloat(uQ)-parseFloat(uO[0x0]))*(parseFloat(uP[0x1])-parseFloat(uP[0x0]))/(parseFloat(uO[0x1])-parseFloat(uO[0x0]));};BDFDB['NumberUtils']['generateId']=function(uR){uR=BDFDB['ArrayUtils']['is'](uR)?uR:[];let d=Math['floor'](Math['random']()*0x2386f26fc10000);if(uR['includes'](d))return BDFDB['NumberUtils']['generateId'](uR);else{uR['push'](d);return d;}};BDFDB['NumberUtils']['compareVersions']=function(uT,uU){if(!uT||!uU)return!![];uT=uT['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uV=>parseInt(uV))['filter'](uW=>(uW||uW==0x0)&&!isNaN(uW));uU=uU['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uX=>parseInt(uX))['filter'](uY=>(uY||uY==0x0)&&!isNaN(uY));var uZ=Math['max'](uT['length'],uU['length']);if(!uZ)return!![];if(uT['length']>uU['length']){var v0=new Array(uT['length']-uU['length']);for(let v1=0x0;v1uU[v6])return!![];}return![];};BDFDB['NumberUtils']['getVersionDifference']=function(v7,v8){if(!v7||!v8)return![];v7=v7['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](v9=>parseInt(v9))['filter'](va=>(va||va==0x0)&&!isNaN(va));v8=v8['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](vb=>parseInt(vb))['filter'](vc=>(vc||vc==0x0)&&!isNaN(vc));var vd=Math['max'](v7['length'],v8['length']);if(!vd)return![];if(v7['length']>v8['length']){var ve=new Array(v7['length']-v8['length']);for(let vf=0x0;vf0x12c?'stable':da>0xc8?'canary':'ptb';else vn='stable';}else vn='stable';}}BDFDB['DiscordUtils']['getBuilt']['built']=vn;return vn;}};BDFDB['DiscordUtils']['getVersion']=function(){if(BDFDB['DiscordUtils']['getBuilt']['version'])return BDFDB['DiscordUtils']['getBuilt']['version'];else{var vr=null;try{vr=gO['electron']['remote']['app']['getVersion']();}catch(vs){vr='';}BDFDB['DiscordUtils']['getBuilt']['version']=vr;return vr;}};BDFDB['DiscordUtils']['getTheme']=function(){return BDFDB['DOMUtils']['containsClass'](document['documentElement'],BDFDB['disCN']['themelight'])?BDFDB['disCN']['themelight']:BDFDB['disCN']['themedark'];};BDFDB['DiscordUtils']['getMode']=function(){return document['querySelectorAll'](BDFDB['dotCN']['messagegroupcompact'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['messagegroupcozy'])['length']?'compact':'cozy';};BDFDB['DiscordUtils']['getZoomFactor']=function(){var vt=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var vu=Math['round'](0x64*window['outerWidth']/vt['width']);var vv=Math['round'](0x64*window['outerHeight']/vt['height']);return vu{BDFDB['Plugins'][vH]=vI;});})();(BDFDB['BDUtils']['setThemeCache']=function(){if(!BDFDB['BDUtils']['isBDv2']())return;BDFDB['Themes']={};for(let vJ of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](vJ)['then'](vK=>{BDFDB['Themes'][vJ]=vK;});})();var vL={};vL['BDFDB']={'BDFDBundefined':'BDFDB_undefined','cardInner':'inner-OP_8zd','cardWrapper':'card-rT4Wbb','charCounter':'counter-uAzbKp','colorPickerSwatches':'swatches','colorPickerSwatchesDisabled':'disabled','colorPickerSwatchSingle':'single-swatch','colorPickerSwatchSelected':'selected','favButtonContainer':'favbutton-8Fzu45','inputNumberButton':'button-J9muv5','inputNumberButtonDown':'down-cOY7Qp\x20button-J9muv5','inputNumberButtonUp':'up-mUs_72\x20button-J9muv5','inputNumberButtons':'buttons-our3p-','inputNumberWrapper':'numberInputWrapper-j4svZS','inputNumberWrapperDefault':'numberInputWrapperDefault-gRxcuK\x20numberInputWrapper-j4svZS','inputNumberWrapperMini':'numberInputWrapperMini-wtUU31\x20numberInputWrapper-j4svZS','overflowEllipsis':'ellipsis-qlo9sA','modalHeaderHasSibling':'hasSiblings-fRyjyl','modalTabContent':'tab-content','modalTabContentOpen':'open'};vL['BDrepo']={'bdGuild':'bd-guild','bdGuildAnimatable':'bd-animatable','bdGuildAudio':'bd-audio','bdGuildSelected':'bd-selected','bdGuildSeparator':'bd-guild-separator','bdGuildUnread':'bd-unread','bdGuildVideo':'bd-video','bdPillSelected':'bd-selected','bdPillUnread':'bd-unread','bdaAuthor':'bda-author','bdaControls':'bda-controls','bdaDescription':'bda-description','bdaDescriptionWrap':'bda-description-wrap','bdaFooter':'bda-footer','bdaHeader':'bda-header','bdaHeaderTitle':'bda-header-title','bdaLink':'bda-link','bdaLinks':'bda-links','bdaName':'bda-name','bdaSettingsButton':'bda-settings-button','bdaSlist':'bda-slist','bdaVersion':'bda-version','bdPfbtn':'bd-pfbtn','settingsOpen':'settings-open','settingsClosed':'settings-closed','switch':'ui-switch','switchCheckbox':'ui-switch-checkbox','switchChecked':'checked','switchItem':'ui-switch-item','switchWrapper':'ui-switch-wrapper'};vL['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};vL['NotFound']={'_':'','avatarStopAnimation':'stop-animation','badgeWrapper':'wrapper-232cHJ','channelPanelTitle':'title-eS5yk3','emoji':'emoji','guildChannels':'container-PNkimc','highlight':'highlight','hoverCardButton':'button-2CgfFz','loginScreen':'wrapper-3Q5DdO','nameContainerNameContainer':'container-2ax-kl','mention':'mention','select':'css-1kj8ui-container','selectArrow':'css-19bqh2r','selectArrowContainer':'css-bdfdb-indicatorContainer','selectArrowContainerDark':'css-12qlrak-indicatorContainer','selectArrowContainerLight':'css-11dkexk-indicatorContainer','selectArrowZone':'css-1wy0on6','selectControl':'css-bdfdb-control','selectControlDark':'css-15ejc46-control','selectControlLight':'css-oc2jo8-control','selectDummyInput':'css-gj7qu5-dummyInput','selectHasValue':'css-bdfdb-hasValue','selectIsOpen':'css-bdfdb-isOpen','selectIsSelected':'css-bdfdb-isSelected','selectMenu':'css-1ye7vu0','selectMenuOuter':'css-bdfdb-menuOuter','selectMenuOuterDark':'css-ua3v5p-menu','selectMenuOuterLight':'css-1ea7eys-menu','selectOption':'css-bdfdb-option','selectOptionDark':'css-1aymab5-option','selectOptionLight':'css-ddw2o3-option','selectOptionHoverDark':'css-1gnr91b-option','selectOptionHoverLight':'css-qgio2y-option','selectOptionSelectDark':'css-12o7ek3-option','selectOptionSelectLight':'css-1kft5vg-option','selectSingle':'css-bdfdb-singleValue','selectSingleDark':'css-1k00wn6-singleValue','selectSingleLight':'css-6nrxdk-singleValue','selectValue':'css-1hwfws3','splashBackground':'splashBackground-1FRCko','subtext':'subtext-3CDbHg','themeDark':'theme-dark','themeLight':'theme-light','themeUndefined':'theme-undefined','voiceDraggable':'draggable-1KoBzC'};vL['AccountDetails']=BDFDB['ModuleUtils']['findByProperties']('usernameContainer','container');vL['AccountDetailsButtons']=BDFDB['ModuleUtils']['findByProperties']('button','enabled','disabled');vL['ActivityFeed']=BDFDB['ModuleUtils']['findByProperties']('activityFeed');vL['Anchor']=BDFDB['ModuleUtils']['findByProperties']('anchor','anchorUnderlineOnHover');vL['AnimationContainer']=BDFDB['ModuleUtils']['findByProperties']('animatorLeft','didRender');vL['AppBase']=BDFDB['ModuleUtils']['findByProperties']('container','base');vL['AppInner']=BDFDB['ModuleUtils']['findByProperties']('app','layers');vL['AppMount']=BDFDB['ModuleUtils']['findByProperties']('appMount');vL['ApplicationStore']=BDFDB['ModuleUtils']['findByProperties']('applicationStore','navigation');vL['AppOuter']=BDFDB['ModuleUtils']['find'](vM=>typeof vM['app']=='string'&&Object['keys'](vM)['length']==0x1);vL['AuditLog']=BDFDB['ModuleUtils']['findByProperties']('auditLog');vL['AuthBox']=BDFDB['ModuleUtils']['findByProperties']('authBox');vL['Autocomplete']=BDFDB['ModuleUtils']['findByProperties']('autocomplete','autocompleteRow');vL['Avatar']=BDFDB['ModuleUtils']['findByProperties']('avatar','mask','wrapper');vL['AvatarIcon']=BDFDB['ModuleUtils']['findByProperties']('iconActiveLarge','iconActiveMedium');vL['Backdrop']=BDFDB['ModuleUtils']['findByProperties']('backdrop');vL['Badge']=BDFDB['ModuleUtils']['findByProperties']('numberBadge','textBadge','iconBadge');vL['BotTag']=BDFDB['ModuleUtils']['findByProperties']('botTag','botTagInvert');vL['Button']=BDFDB['ModuleUtils']['findByProperties']('colorBlack','button');vL['Call']=BDFDB['ModuleUtils']['findByProperties']('callAvatarWrapper','video');vL['CallCurrent']=BDFDB['ModuleUtils']['findByProperties']('wrapper','fullScreen');vL['CallDetails']=BDFDB['ModuleUtils']['findByProperties']('container','hotspot');vL['CallIncoming']=BDFDB['ModuleUtils']['findByProperties']('incomingCall','container');vL['CallIncomingInner']=BDFDB['ModuleUtils']['findByProperties']('incomingCallInner','members');vL['Card']=BDFDB['ModuleUtils']['findByProperties']('card','cardBrand');vL['CardStatus']=BDFDB['ModuleUtils']['findByProperties']('reset','error','card');vL['CardStore']=BDFDB['ModuleUtils']['findByProperties']('card','interactive','url');vL['Category']=BDFDB['ModuleUtils']['findByProperties']('wrapper','children','muted');vL['CategoryContainer']=BDFDB['ModuleUtils']['findByProperties']('addButtonIcon','containerDefault');vL['ChangeLog']=BDFDB['ModuleUtils']['findByProperties']('added','fixed','improved','progress');vL['Channel']=BDFDB['ModuleUtils']['findByProperties']('wrapper','content','modeSelected');vL['ChannelContainer']=BDFDB['ModuleUtils']['findByProperties']('actionIcon','containerDefault');vL['ChannelLimit']=BDFDB['ModuleUtils']['findByProperties']('users','total','wrapper');vL['ChannelTextArea']=BDFDB['ModuleUtils']['findByProperties']('textArea','attachButtonDivider');vL['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByProperties']('buttonWrapper','active');vL['ChatWindow']=BDFDB['ModuleUtils']['findByProperties']('chat','channelTextArea');vL['Checkbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxWrapper','round');vL['ColorPicker']=BDFDB['ModuleUtils']['findByProperties']('colorPickerCustom','customColorPickerInput');vL['ColorPickerInner']=BDFDB['ModuleUtils']['findByProperties']('saturation','hue','wrapper');vL['ContextMenu']=BDFDB['ModuleUtils']['findByProperties']('contextMenu','itemGroup');vL['ContextMenuCheckbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxInner','checkboxElement');vL['CtaVerification']=BDFDB['ModuleUtils']['findByProperties']('attendeeCTA','verificationNotice');vL['Cursor']=BDFDB['ModuleUtils']['findByProperties']('cursorDefault','userSelectNone');vL['CustomStatus']=BDFDB['ModuleUtils']['findByProperties']('customStatusContentIcon','customStatus');vL['CustomStatusIcon']=BDFDB['ModuleUtils']['findByProperties']('icon','emoji');vL['DmAddPopout']=BDFDB['ModuleUtils']['findByProperties']('popout','searchBarComponent');vL['DmAddPopoutItems']=BDFDB['ModuleUtils']['findByProperties']('friendSelected','friendWrapper');vL['DownloadLink']=BDFDB['ModuleUtils']['findByProperties']('downloadLink','size12');vL['Embed']=BDFDB['ModuleUtils']['findByProperties']('embed','embedAuthorIcon');vL['EmbedActions']=BDFDB['ModuleUtils']['findByProperties']('iconPlay','iconWrapperActive');vL['Emoji']=BDFDB['ModuleUtils']['find'](vN=>typeof vN['emoji']=='string'&&Object['keys'](vN)['length']==0x1);vL['EmojiButton']=BDFDB['ModuleUtils']['findByProperties']('emojiButton','sprite');vL['EmojiPicker']=BDFDB['ModuleUtils']['findByProperties']('emojiPicker','categories');vL['File']=BDFDB['ModuleUtils']['findByProperties']('downloadButton','fileNameLink');vL['Flex']=BDFDB['ModuleUtils']['findByProperties']('alignBaseline','alignCenter');vL['FlexChild']=BDFDB['ModuleUtils']['findByProperties']('flexChild','flex');vL['FlowerStar']=BDFDB['ModuleUtils']['findByProperties']('flowerStarContainer','flowerStar');vL['FormText']=BDFDB['ModuleUtils']['findByProperties']('description','modeDefault');vL['Friends']=BDFDB['ModuleUtils']['findByProperties']('friendsColumn','friendsRow');vL['Game']=BDFDB['ModuleUtils']['findByProperties']('game','gameName');vL['GameIcon']=BDFDB['ModuleUtils']['findByProperties']('gameIcon','small','xsmall');vL['GameLibrary']=BDFDB['ModuleUtils']['findByProperties']('gameLibrary','scroller');vL['GifFavoriteButton']=BDFDB['ModuleUtils']['findByProperties']('gifFavoriteButton','showPulse');vL['GiftInventory']=BDFDB['ModuleUtils']['findByProperties']('root','body','scroller');vL['GoLiveDetails']=BDFDB['ModuleUtils']['findByProperties']('panel','gameWrapper');vL['Guild']=BDFDB['ModuleUtils']['findByProperties']('wrapper','lowerBadge','svg');vL['GuildChannels']=BDFDB['ModuleUtils']['findByProperties']('positionedContainer','unreadBar');vL['GuildDiscovery']=BDFDB['ModuleUtils']['findByProperties']('pageWrapper','guildCard');vL['GuildDm']=BDFDB['ModuleUtils']['find'](vO=>typeof vO['pill']=='string'&&Object['keys'](vO)['length']==0x1);vL['GuildEdges']=BDFDB['ModuleUtils']['findByProperties']('wrapper','edge','autoPointerEvents');vL['GuildFolder']=BDFDB['ModuleUtils']['findByProperties']('folder','expandedGuilds');vL['GuildHeader']=BDFDB['ModuleUtils']['findByProperties']('header','name','bannerImage');vL['GuildHeaderButton']=BDFDB['ModuleUtils']['findByProperties']('button','open');vL['GuildIcon']=BDFDB['ModuleUtils']['findByProperties']('acronym','selected','wrapper');vL['GuildInvite']=BDFDB['ModuleUtils']['findByProperties']('wrapper','guildIconJoined');vL['GuildSettingsBanned']=BDFDB['ModuleUtils']['findByProperties']('bannedUser','bannedUserAvatar');vL['GuildSettingsInvite']=BDFDB['ModuleUtils']['findByProperties']('countdownColumn','inviteSettingsInviteRow');vL['GuildSettingsMember']=BDFDB['ModuleUtils']['findByProperties']('member','membersFilterPopout');vL['GuildServer']=BDFDB['ModuleUtils']['findByProperties']('blobContainer','pill');vL['GuildsItems']=BDFDB['ModuleUtils']['findByProperties']('guildSeparator','guildsError');vL['GuildsWrapper']=BDFDB['ModuleUtils']['findByProperties']('scrollerWrap','unreadMentionsBar','wrapper');vL['HeaderBar']=BDFDB['ModuleUtils']['findByProperties']('container','children','toolbar');vL['HeaderBarExtras']=BDFDB['ModuleUtils']['findByProperties']('headerBarLoggedOut','search');vL['HeaderBarSearch']=BDFDB['ModuleUtils']['findByProperties']('search','searchBar','open');vL['HeaderBarTopic']=BDFDB['ModuleUtils']['findByProperties']('topic','expandable','content');vL['HomeIcon']=BDFDB['ModuleUtils']['findByProperties']('homeIcon');vL['HotKeyRecorder']=BDFDB['ModuleUtils']['findByProperties']('editIcon','recording');vL['HoverCard']=BDFDB['ModuleUtils']['findByProperties']('card','active');vL['IconDirection']=BDFDB['ModuleUtils']['findByProperties']('directionDown','directionUp');vL['ImageWrapper']=BDFDB['ModuleUtils']['findByProperties']('clickable','imageWrapperBackground');vL['InviteModal']=BDFDB['ModuleUtils']['findByProperties']('inviteRow','modal');vL['Item']=BDFDB['ModuleUtils']['findByProperties']('item','side','header');vL['ItemLayerContainer']=BDFDB['ModuleUtils']['findByProperties']('layer','layerContainer');vL['Input']=BDFDB['ModuleUtils']['findByProperties']('inputMini','inputDefault');vL['LayerModal']=BDFDB['ModuleUtils']['findByProperties']('root','small','medium');vL['Layers']=BDFDB['ModuleUtils']['findByProperties']('layer','layers');vL['LiveTag']=BDFDB['ModuleUtils']['findByProperties']('liveRed','live');vL['LFG']=BDFDB['ModuleUtils']['findByProperties']('lfg','topSectionHeader');vL['Margins']=BDFDB['ModuleUtils']['findByProperties']('marginBottom4','marginCenterHorz');vL['Member']=BDFDB['ModuleUtils']['findByProperties']('member','ownerIcon');vL['MembersWrap']=BDFDB['ModuleUtils']['findByProperties']('membersWrap','membersGroup');vL['Mention']=BDFDB['ModuleUtils']['findByProperties']('wrapperHover','wrapperNoHover');vL['Message']=BDFDB['ModuleUtils']['findByProperties']('containerCozy','content');vL['MessageAccessory']=BDFDB['ModuleUtils']['findByProperties']('embedWrapper','gifFavoriteButton');vL['MessageBody']=BDFDB['ModuleUtils']['findByProperties']('buttonContainer','isMentioned');vL['MessageElements']=BDFDB['ModuleUtils']['findByProperties']('messageGroupBlockedBtn','dividerRed');vL['MessageFile']=BDFDB['ModuleUtils']['findByProperties']('cancelButton','filenameLinkWrapper');vL['MessageMarkup']=BDFDB['ModuleUtils']['findByProperties']('markup');vL['MessageOperations']=BDFDB['ModuleUtils']['find'](vP=>typeof vP['operations']=='string'&&Object['keys'](vP)['length']==0x1);vL['MessageSystem']=BDFDB['ModuleUtils']['findByProperties']('container','actionAnchor');vL['MessagesPopout']=BDFDB['ModuleUtils']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');vL['MessagesWelcome']=BDFDB['ModuleUtils']['findByProperties']('welcomeMessage','h1');vL['MessagesWrap']=BDFDB['ModuleUtils']['findByProperties']('messagesWrapper','messageGroupBlocked');vL['Modal']=BDFDB['ModuleUtils']['findByProperties']('modal','sizeLarge');vL['ModalDivider']=BDFDB['ModuleUtils']['find'](vQ=>typeof vQ['divider']=='string'&&Object['keys'](vQ)['length']==0x1);vL['ModalItems']=BDFDB['ModuleUtils']['findByProperties']('guildName','checkboxContainer');vL['ModalMiniContent']=BDFDB['ModuleUtils']['find'](vR=>typeof vR['modal']=='string'&&typeof vR['content']=='string'&&typeof vR['size']=='string'&&Object['keys'](vR)['length']==0x3);vL['ModalWrap']=BDFDB['ModuleUtils']['find'](vS=>typeof vS['modal']=='string'&&typeof vS['inner']=='string'&&Object['keys'](vS)['length']==0x2);vL['NameContainer']=vL['ContextMenu']['subMenuContext']?BDFDB['ModuleUtils']['findByProperties']('nameAndDecorators','name'):{};vL['NameTag']=BDFDB['ModuleUtils']['findByProperties']('bot','nameTag');vL['Note']=BDFDB['ModuleUtils']['find'](vT=>typeof vT['note']=='string'&&Object['keys'](vT)['length']==0x1);vL['Notice']=BDFDB['ModuleUtils']['findByProperties']('notice','noticeFacebook');vL['OptionPopout']=BDFDB['ModuleUtils']['findByProperties']('container','button','item');vL['PictureInPicture']=BDFDB['ModuleUtils']['findByProperties']('pictureInPicture','pictureInPictureWindow');vL['PillWrapper']=BDFDB['ModuleUtils']['find'](vU=>typeof vU['item']=='string'&&typeof vU['wrapper']=='string'&&Object['keys'](vU)['length']==0x2);vL['PrivateChannel']=BDFDB['ModuleUtils']['findByProperties']('channel','closeButton');vL['PrivateChannelList']=BDFDB['ModuleUtils']['findByProperties']('privateChannels','searchBar');vL['Popout']=BDFDB['ModuleUtils']['findByProperties']('popout','arrowAlignmentTop');vL['PopoutActivity']=BDFDB['ModuleUtils']['findByProperties']('ellipsis','activityActivityFeed');vL['QuickMessage']=BDFDB['ModuleUtils']['findByProperties']('quickMessage','isBlocked');vL['QuickSelect']=BDFDB['ModuleUtils']['findByProperties']('quickSelectArrow','selected');vL['QuickSwitch']=BDFDB['ModuleUtils']['findByProperties']('resultFocused','guildIconContainer');vL['QuickSwitchWrap']=BDFDB['ModuleUtils']['findByProperties']('container','miscContainer');vL['Reactions']=BDFDB['ModuleUtils']['findByProperties']('reactionBtn','reaction');vL['RecentMentions']=BDFDB['ModuleUtils']['findByProperties']('recentMentionsFilterPopout','mentionFilter');vL['Role']=BDFDB['ModuleUtils']['findByProperties']('roleCircle','roleName');vL['Scrollbar']=BDFDB['ModuleUtils']['findByProperties']('scrollbar','scrollbarGhost');vL['Scroller']=BDFDB['ModuleUtils']['findByProperties']('firefoxFixScrollFlex','scroller');vL['SearchBar']=BDFDB['ModuleUtils']['findByProperties']('container','clear');vL['SearchPopout']=BDFDB['ModuleUtils']['findByProperties']('datePicker','searchResultChannelIconBackground');vL['SearchPopoutWrap']=BDFDB['ModuleUtils']['findByProperties']('container','queryContainer');vL['SearchResults']=BDFDB['ModuleUtils']['findByProperties']('resultsWrapper','searchResults');vL['Select']=BDFDB['ModuleUtils']['findByProperties']('select','error','errorMessage');vL['SettingsCloseButton']=BDFDB['ModuleUtils']['findByProperties']('closeButton','keybind');vL['SettingsItems']=BDFDB['ModuleUtils']['findByProperties']('dividerMini','note');vL['SettingsTable']=BDFDB['ModuleUtils']['findByProperties']('headerOption','headerSize');vL['SettingsWindow']=BDFDB['ModuleUtils']['findByProperties']('contentRegion','standardSidebarView');vL['Slider']=BDFDB['ModuleUtils']['findByProperties']('slider','grabber');vL['Spoiler']=BDFDB['ModuleUtils']['findByProperties']('spoilerContainer','hidden');vL['Switch']=BDFDB['ModuleUtils']['findByProperties']('switchDisabled','valueChecked');vL['Table']=BDFDB['ModuleUtils']['findByProperties']('stickyHeader','emptyStateText');vL['Text']=BDFDB['ModuleUtils']['findByProperties']('defaultColor','defaultMarginh1');vL['TextColor']=BDFDB['ModuleUtils']['findByProperties']('colorStandard','colorMuted','colorError');vL['TextColor2']=BDFDB['ModuleUtils']['findByProperties']('base','muted','wrapper');vL['TextSize']=BDFDB['ModuleUtils']['findByProperties']('size10','size14','size20');vL['TextStyle']=BDFDB['ModuleUtils']['findByProperties']('large','primary','selectable');vL['Tip']=BDFDB['ModuleUtils']['findByProperties']('pro','inline');vL['Title']=BDFDB['ModuleUtils']['findByProperties']('title','size18');vL['TitleBar']=BDFDB['ModuleUtils']['findByProperties']('titleBar','wordmark');vL['Tooltip']=BDFDB['ModuleUtils']['findByProperties']('tooltip','tooltipTop');vL['Typing']=BDFDB['ModuleUtils']['findByProperties']('cooldownWrapper','typing');vL['UnreadBar']=BDFDB['ModuleUtils']['findByProperties']('active','bar','unread');vL['UserPopout']=BDFDB['ModuleUtils']['findByProperties']('userPopout','headerPlaying');vL['UserProfile']=BDFDB['ModuleUtils']['findByProperties']('topSectionNormal','tabBarContainer');vL['Video']=BDFDB['ModuleUtils']['findByProperties']('video','fullScreen');vL['VoiceChannel']=BDFDB['ModuleUtils']['findByProperties']('avatarSpeaking','voiceUser');vL['VoiceChannelList']=BDFDB['ModuleUtils']['findByProperties']('list','collapsed');vL['VoiceDetails']=BDFDB['ModuleUtils']['findByProperties']('container','customStatusContainer');vL['VoiceDetailsPing']=BDFDB['ModuleUtils']['findByProperties']('rtcConnectionQualityBad','rtcConnectionQualityFine');BDFDB['DiscordClassModules']=Object['assign']({},vL);var vV={'_bdguild':['BDrepo','bdGuild'],'_bdguildanimatable':['BDrepo','bdGuildAnimatable'],'_bdguildaudio':['BDrepo','bdGuildAudio'],'_bdguildselected':['BDrepo','bdGuildSelected'],'_bdguildseparator':['BDrepo','bdGuildSeparator'],'_bdguildunread':['BDrepo','bdGuildUnread'],'_bdguildvideo':['BDrepo','bdGuildVideo'],'_bdpillselected':['BDrepo','bdPillSelected'],'_bdpillunread':['BDrepo','bdPillUnread'],'_bdv2button':['BDv2repo','bdButton'],'_bdv2card':['BDv2repo','bdCard'],'_bdv2hastooltip':['BDv2repo','bdHasTooltip'],'_bdv2materialdesignicon':['BDv2repo','bdMaterialDesignIcon'],'_bdv2tooltipopen':['BDv2repo','vTooltipOpen'],'_repoauthor':['BDrepo','bdaAuthor'],'_repocheckbox':['BDrepo','switchCheckbox'],'_repocheckboxchecked':['BDrepo','switchChecked'],'_repocheckboxinner':['BDrepo','switch'],'_repocheckboxitem':['BDrepo','switchItem'],'_repocheckboxwrap':['BDrepo','switchWrapper'],'_repocontrols':['BDrepo','bdaControls'],'_repodescription':['BDrepo','bdaDescription'],'_repodescriptionwrap':['BDrepo','bdaDescriptionWrap'],'_repofolderbutton':['BDrepo','bdPfbtn'],'_repofooter':['BDrepo','bdaFooter'],'_repoheader':['BDrepo','bdaHeader'],'_repoheadertitle':['BDrepo','bdaHeaderTitle'],'_repolist':['BDrepo','bdaSlist'],'_repolink':['BDrepo','bdaLink'],'_repolinks':['BDrepo','bdaLinks'],'_reponame':['BDrepo','bdaName'],'_reposettingsbutton':['BDrepo','bdaSettingsButton'],'_reposettingsopen':['BDrepo','settingsOpen'],'_reposettingsclosed':['BDrepo','settingsClosed'],'_repoversion':['BDrepo','bdaVersion'],'accountinfo':['AccountDetails','container'],'accountinfoavatar':['AccountDetails','avatar'],'accountinfoavatarwrapper':['AccountDetails','avatarWrapper'],'accountinfobutton':['AccountDetailsButtons','button'],'accountinfobuttondisabled':['AccountDetailsButtons','disabled'],'accountinfobuttonenabled':['AccountDetailsButtons','enabled'],'accountinfodetails':['AccountDetails','usernameContainer'],'accountinfonametag':['AccountDetails','nameTag'],'activityfeed':['ActivityFeed','activityFeed'],'alignbaseline':['Flex','alignBaseline'],'aligncenter':['Flex','alignCenter'],'alignend':['Flex','alignEnd'],'alignstart':['Flex','alignStart'],'alignstretch':['Flex','alignStretch'],'anchor':['Anchor','anchor'],'anchorunderlineonhover':['Anchor','anchorUnderlineOnHover'],'animationcontainerbottom':['AnimationContainer','animatorBottom'],'animationcontainerleft':['AnimationContainer','animatorLeft'],'animationcontainerright':['AnimationContainer','animatorRight'],'animationcontainertop':['AnimationContainer','animatorTop'],'animationcontainerrender':['AnimationContainer','didRender'],'animationcontainerscale':['AnimationContainer','scale'],'animationcontainertranslate':['AnimationContainer','translate'],'app':['AppOuter','app'],'appcontainer':['AppBase','container'],'appmount':['AppMount','appMount'],'applayers':['AppInner','layers'],'applicationstore':['ApplicationStore','applicationStore'],'appold':['AppInner','app'],'auditlog':['AuditLog','auditLog'],'auditloguserhook':['AuditLog','userHook'],'authbox':['AuthBox','authBox'],'autocomplete':['Autocomplete','autocomplete'],'autocomplete2':['ChannelTextArea','autocomplete'],'autocompletecontent':['Autocomplete','content'],'autocompletecontenttitle':['Autocomplete','contentTitle'],'autocompletedescription':['Autocomplete','description'],'autocompletedescriptiondiscriminator':['Autocomplete','descriptionDiscriminator'],'autocompletedescriptionusername':['Autocomplete','descriptionUsername'],'autocompleteicon':['Autocomplete','icon'],'autocompleteiconforeground':['Autocomplete','iconForeground'],'autocompleteinner':['Autocomplete','autocompleteInner'],'autocompleterow':['Autocomplete','autocompleteRow'],'autocompleterowhorizontal':['Autocomplete','autocompleteRowHorizontal'],'autocompleterowvertical':['Autocomplete','autocompleteRowVertical'],'autocompleteselectable':['Autocomplete','selectable'],'autocompleteselected':['Autocomplete','selectorSelected'],'autocompleteselector':['Autocomplete','selector'],'avatar':['Avatar','avatar'],'avatarcursordefault':['Avatar','cursorDefault'],'avataricon':['AvatarIcon','icon'],'avatariconactivelarge':['AvatarIcon','iconActiveLarge'],'avatariconactivemedium':['AvatarIcon','iconActiveMedium'],'avatariconactivemini':['AvatarIcon','iconActiveMini'],'avatariconactivesmall':['AvatarIcon','iconActiveSmall'],'avatariconactivexlarge':['AvatarIcon','iconActiveXLarge'],'avatariconinactive':['AvatarIcon','iconInactive'],'avatariconsizelarge':['AvatarIcon','iconSizeLarge'],'avatariconsizemedium':['AvatarIcon','iconSizeMedium'],'avatariconsizemini':['AvatarIcon','iconSizeMini'],'avatariconsizesmol':['AvatarIcon','iconSizeSmol'],'avatariconsizesmall':['AvatarIcon','iconSizeSmall'],'avatariconsizexlarge':['AvatarIcon','iconSizeXLarge'],'avatarmask':['Avatar','mask'],'avatarnoicon':['AvatarIcon','noIcon'],'avatarpointer':['Avatar','pointer'],'avatarpointerevents':['Avatar','pointerEvents'],'avatarwrapper':['Avatar','wrapper'],'backdrop':['Backdrop','backdrop'],'badgewrapper':['NotFound','badgeWrapper'],'bottag':['BotTag','botTag'],'bottaginvert':['BotTag','botTagInvert'],'bottagmember':['Member','botTag'],'bottagmessage':['Message','botTag'],'bottagmessagecompact':['Message','botTagCompact'],'bottagmessagecozy':['Message','botTagCozy'],'bottagnametag':['NameTag','bot'],'bottagregular':['BotTag','botTagRegular'],'button':['Button','button'],'buttoncolorblack':['Button','colorBlack'],'buttoncolorbrand':['Button','colorBrand'],'buttoncolorgreen':['Button','colorGreen'],'buttoncolorgrey':['Button','colorGrey'],'buttoncolorlink':['Button','colorLink'],'buttoncolorprimary':['Button','colorPrimary'],'buttoncolorred':['Button','colorRed'],'buttoncolortransparent':['Button','colorTransparent'],'buttoncolorwhite':['Button','colorWhite'],'buttoncoloryellow':['Button','colorYellow'],'buttoncontents':['Button','contents'],'buttondisabledoverlay':['Button','disabledButtonOverlay'],'buttondisabledwrapper':['Button','disabledButtonWrapper'],'buttonfullwidth':['Button','fullWidth'],'buttongrow':['Button','grow'],'buttonhashover':['Button','hasHover'],'buttonhoverblack':['Button','hoverBlack'],'buttonhoverbrand':['Button','hoverBrand'],'buttonhovergreen':['Button','hoverGreen'],'buttonhovergrey':['Button','hoverGrey'],'buttonhoverlink':['Button','hoverLink'],'buttonhoverprimary':['Button','hoverPrimary'],'buttonhoverred':['Button','hoverRed'],'buttonhovertransparent':['Button','hoverTransparent'],'buttonhoverwhite':['Button','hoverWhite'],'buttonhoveryellow':['Button','hoverYellow'],'buttonlookblank':['Button','lookBlank'],'buttonlookfilled':['Button','lookFilled'],'buttonlookghost':['Button','lookGhost'],'buttonlookinverted':['Button','lookInverted'],'buttonlooklink':['Button','lookLink'],'buttonlookoutlined':['Button','lookOutlined'],'buttonsizeicon':['Button','sizeIcon'],'buttonsizelarge':['Button','sizeLarge'],'buttonsizemax':['Button','sizeMax'],'buttonsizemedium':['Button','sizeMedium'],'buttonsizemin':['Button','sizeMin'],'buttonsizesmall':['Button','sizeSmall'],'buttonsizexlarge':['Button','sizeXlarge'],'buttonspinner':['Button','spinner'],'buttonspinneritem':['Button','spinnerItem'],'buttonsubmitting':['Button','submitting'],'callavatarvideo':['Call','callAvatarVideo'],'callavatarvoice':['Call','callAvatarVoice'],'callavatarwrapper':['Call','callAvatarWrapper'],'callcurrentcontainer':['CallCurrent','wrapper'],'callcurrentdetails':['CallDetails','container'],'callcurrentvideo':['Video','video'],'callincoming':['CallIncoming','incomingCall'],'callincomingcontainer':['CallIncoming','container'],'callincominginner':['CallIncomingInner','incomingCallInner'],'callmembers':['CallIncomingInner','members'],'callselected':['Call','selected'],'callvideo':['Call','video'],'card':['Card','card'],'cardbrand':['Card','cardBrand'],'cardbrandoutline':['Card','cardBrandOutline'],'carddanger':['Card','cardDanger'],'carddangeroutline':['Card','cardDangerOutline'],'cardprimary':['Card','cardPrimary'],'cardprimaryeditable':['Card','cardPrimaryEditable'],'cardprimaryoutline':['Card','cardPrimaryOutline'],'cardprimaryoutlineeditable':['Card','cardPrimaryOutlineEditable'],'cardstore':['CardStore','card'],'cardstoreinteractive':['CardStore','interactive'],'cardsuccess':['Card','cardSuccess'],'cardsuccessoutline':['Card','cardSuccessOutline'],'cardwarning':['Card','cardWarning'],'cardwarningoutline':['Card','cardWarningOutline'],'categoryaddbutton':['CategoryContainer','addButton'],'categoryaddbuttonicon':['CategoryContainer','addButtonIcon'],'categorychildren':['Category','children'],'categoryclickable':['Category','clickable'],'categorycollapsed':['Category','collapsed'],'categorycontainerdefault':['CategoryContainer','containerDefault'],'categoryforcevisible':['CategoryContainer','forceVisible'],'categoryicon':['Category','icon'],'categoryiconvisibility':['CategoryContainer','iconVisibility'],'categorymuted':['Category','muted'],'categoryname':['Category','name'],'categorywrapper':['Category','wrapper'],'changelogadded':['ChangeLog','added'],'changelogfixed':['ChangeLog','fixed'],'changelogimproved':['ChangeLog','improved'],'changelogprogress':['ChangeLog','added'],'changelogtitle':['ChangeLog','title'],'channelactionicon':['ChannelContainer','actionIcon'],'channelchildicon':['ChannelContainer','iconItem'],'channelchildiconbase':['ChannelContainer','iconBase'],'channelchildren':['Channel','children'],'channelcontainerdefault':['ChannelContainer','containerDefault'],'channelcontent':['Channel','content'],'channeldisabled':['ChannelContainer','disabled'],'channelheaderchannelname':['ChatWindow','channelName'],'channelheaderchildren':['HeaderBar','children'],'channelheaderdivider':['HeaderBar','divider'],'channelheaderheaderbar':['HeaderBar','container'],'channelheaderheaderbarthemed':['HeaderBar','themed'],'channelheaderheaderbartitle':['HeaderBar','title'],'channelheadericon':['HeaderBar','icon'],'channelheadericonbadge':['HeaderBar','iconBadge'],'channelheadericonclickable':['HeaderBar','clickable'],'channelheadericonselected':['HeaderBar','selected'],'channelheadericonwrapper':['HeaderBar','iconWrapper'],'channelheadertitle':['ChatWindow','title'],'channelheadertitlewrapper':['ChatWindow','titleWrapper'],'channelheadersearch':['HeaderBarExtras','search'],'channelheadersearchbar':['HeaderBarSearch','searchBar'],'channelheadersearchicon':['HeaderBarSearch','icon'],'channelheadersearchinner':['HeaderBarSearch','search'],'channelheadertoolbar':['HeaderBar','toolbar'],'channelheadertoolbar2':['HeaderBarExtras','toolbar'],'channelheadertopic':['HeaderBarTopic','topic'],'channelheadertopicexpandable':['HeaderBarTopic','expandable'],'channelicon':['Channel','icon'],'channeliconvisibility':['ChannelContainer','iconVisibility'],'channelmentionsbadge':['ChannelContainer','mentionsBadge'],'channelmodeconnected':['Channel','modeConnected'],'channelmodelocked':['Channel','modeLocked'],'channelmodemuted':['Channel','modeMuted'],'channelmodeselected':['Channel','modeSelected'],'channelmodeunread':['Channel','modeUnread'],'channelname':['Channel','name'],'channelpanel':['AppBase','activityPanel'],'channelpaneltitle':['NotFound','channelPanelTitle'],'channelpanels':['AppBase','panels'],'channels':['AppBase','sidebar'],'channelselected':['ChannelContainer','selected'],'channelsscroller':['GuildChannels','scroller'],'channelsunreadbar':['GuildChannels','unreadBar'],'channelsunreadbarcontainer':['GuildChannels','positionedContainer'],'channelsunreadbarbottom':['GuildChannels','unreadBottom'],'channelsunreadbarunread':['GuildChannels','unread'],'channelsunreadbartop':['GuildChannels','unreadTop'],'channelunread':['Channel','unread'],'channeluserlimit':['ChannelLimit','wrapper'],'channeluserlimitcontainer':['ChannelContainer','userLimit'],'channeluserlimittotal':['ChannelLimit','total'],'channeluserlimitusers':['ChannelLimit','users'],'channelwrapper':['Channel','wrapper'],'charcounter':['BDFDB','charCounter'],'chat':['ChatWindow','chat'],'chatbase':['AppBase','base'],'chatcontent':['ChatWindow','chatContent'],'chatform':['ChatWindow','form'],'chatinner':['ChatWindow','content'],'chatspacer':['AppBase','content'],'checkbox':['Checkbox','checkbox'],'checkboxchecked':['Checkbox','checked'],'checkboxcontainer':['ModalItems','checkboxContainer'],'checkboxinput':['Checkbox','input'],'checkboxinputdefault':['Checkbox','inputDefault'],'checkboxinputdisabled':['Checkbox','inputDisabled'],'checkboxround':['Checkbox','round'],'checkboxwrapper':['Checkbox','checkboxWrapper'],'checkboxwrapperdisabled':['Checkbox','checkboxWrapperDisabled'],'clickable':['Message','clickOverride'],'colorbase':['TextColor2','base'],'colorerror':['TextColor','colorError'],'colormuted':['TextColor','colorMuted'],'colormuted2':['TextColor2','muted'],'colorpicker':['ColorPicker','colorPickerCustom'],'colorpickerhexinput':['ColorPicker','customColorPickerInput'],'colorpickerhue':['ColorPickerInner','hue'],'colorpickerinner':['ColorPickerInner','wrapper'],'colorpickerrow':['ColorPicker','colorPickerRow'],'colorpickersaturation':['ColorPickerInner','saturation'],'colorpickerswatch':['ColorPicker','colorPickerSwatch'],'colorpickerswatches':['BDFDB','colorPickerSwatches'],'colorpickerswatchesdisabled':['BDFDB','colorPickerSwatchesDisabled'],'colorpickerswatchcustom':['ColorPicker','custom'],'colorpickerswatchdefault':['ColorPicker','default'],'colorpickerswatchdisabled':['ColorPicker','disabled'],'colorpickerswatchdropper':['ColorPicker','colorPickerDropper'],'colorpickerswatchdropperfg':['ColorPicker','colorPickerDropperFg'],'colorpickerswatchnocolor':['ColorPicker','noColor'],'colorpickerswatchselected':['BDFDB','colorPickerSwatchSelected'],'colorpickerswatchsingle':['BDFDB','colorPickerSwatchSingle'],'colorstandard':['TextColor','colorStandard'],'contentregion':['SettingsWindow','contentRegion'],'contextmenu':['ContextMenu','contextMenu'],'contextmenucheckbox':['ContextMenuCheckbox','checkbox'],'contextmenucheckbox2':['ContextMenu','checkbox'],'contextmenucheckboxdisabled':['ContextMenuCheckbox','disabled'],'contextmenucheckboxinner':['ContextMenuCheckbox','checkboxInner'],'contextmenucheckboxelement':['ContextMenuCheckbox','checkboxElement'],'contextmenuhint':['ContextMenu','hint'],'contextmenuitem':['ContextMenu','item'],'contextmenuitembrand':['ContextMenu','brand'],'contextmenuitemclickable':['ContextMenu','clickable'],'contextmenuitemdanger':['ContextMenu','danger'],'contextmenuitemdisabled':['ContextMenu','disabled'],'contextmenuitemgroup':['ContextMenu','itemGroup'],'contextmenuitemtoggle':['ContextMenu','itemToggle'],'contextmenuitemselected':['ContextMenu','selected'],'contextmenuitemslider':['ContextMenu','itemSlider'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenucaret':['ContextMenu','caret'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'contextmenuslider':['ContextMenu','slider'],'contextmenusubcontext':['ContextMenu','subMenuContext'],'cooldownwrapper':['Typing','cooldownWrapper'],'cursordefault':['Cursor','cursorDefault'],'cursorpointer':['Cursor','cursorPointer'],'customstatus':['CustomStatus','customStatus'],'customstatuscontenticon':['CustomStatus','customStatusContentIcon'],'customstatusemoji':['CustomStatusIcon','emoji'],'customstatusicon':['CustomStatusIcon','icon'],'defaultcolor':['Text','defaultColor'],'description':['FormText','description'],'directioncolumn':['Flex','directionColumn'],'directiondown':['IconDirection','directionDown'],'directionleft':['IconDirection','directionLeft'],'directionright':['IconDirection','directionRight'],'directionrow':['Flex','directionRow'],'directionrowreverse':['Flex','directionRowReverse'],'directionup':['IconDirection','directionUp'],'directiontransition':['IconDirection','transition'],'disabled':['SettingsItems','disabled'],'discriminator':['NameTag','discriminator'],'divider':['ModalDivider','divider'],'dividerdefault':['SettingsItems','dividerDefault'],'dividermini':['SettingsItems','dividerMini'],'modaldivider':['ModalDivider','divider'],'modaldividerdefault':['SettingsItems','dividerDefault'],'modaldividermini':['SettingsItems','dividerMini'],'dmchannel':['PrivateChannel','channel'],'dmchannelactivity':['PrivateChannel','activity'],'dmchannelactivityemoji':['PrivateChannel','activityEmoji'],'dmchannelactivitytext':['PrivateChannel','activityText'],'dmchannelclose':['PrivateChannel','closeButton'],'dmchannelheader':['PrivateChannelList','header'],'dmchannels':['PrivateChannelList','privateChannels'],'dmpill':['GuildDm','pill'],'downloadlink':['DownloadLink','downloadLink'],'ellipsis':['PopoutActivity','ellipsis'],'embed':['Embed','embed'],'embedauthor':['Embed','embedAuthor'],'embedauthoricon':['Embed','embedAuthorIcon'],'embedauthorname':['Embed','embedAuthorName'],'embedauthornamelink':['Embed','embedAuthorNameLink'],'embedcentercontent':['Embed','centerContent'],'embedcontent':['Embed','embedContent'],'embedcontentinner':['Embed','embedContentInner'],'embeddescription':['Embed','embedDescription'],'embedfield':['Embed','embedField'],'embedfieldinline':['Embed','embedFieldInline'],'embedfieldname':['Embed','embedFieldName'],'embedfields':['Embed','embedFields'],'embedfieldvalue':['Embed','embedFieldValue'],'embedfooter':['Embed','embedFooter'],'embedfootericon':['Embed','embedFooterIcon'],'embedfooterseparator':['Embed','embedFooterSeparator'],'embedfootertext':['Embed','embedFooterText'],'embedgiftag':['Embed','embedGIFTag'],'embedgifv':['Embed','embedGIFV'],'embedhiddenspoiler':['Embed','hiddenSpoiler'],'embedhighbackgroundopacity':['Embed','highBackgroundOpacity'],'embediframe':['Embed','embedIframe'],'embedimage':['Embed','embedImage'],'embedinner':['Embed','embedInner'],'embedlink':['Embed','embedLink'],'embedlowbackgroundopacity':['Embed','lowBackgroundOpacity'],'embedmargin':['Embed','embedMargin'],'embedmarginlarge':['Embed','embedMarginLarge'],'embedmediumbackgroundopacity':['Embed','mediumBackgroundOpacity'],'embedpill':['Embed','embedPill'],'embedprovider':['Embed','embedProvider'],'embedproviderlink':['Embed','embedProviderLink'],'embedspoilerattachment':['Embed','spoilerAttachment'],'embedspoilerembed':['Embed','spoilerEmbed'],'embedspotify':['Embed','embedSpotify'],'embedthumbnail':['Embed','embedThumbnail'],'embedtitle':['Embed','embedTitle'],'embedtitlelink':['Embed','embedTitleLink'],'embedvideo':['Embed','embedVideo'],'embedvideoaction':['Embed','embedVideoAction'],'embedvideoactions':['Embed','embedVideoActions'],'embedvideoimagecomponent':['Embed','embedVideoImageComponent'],'embedvideoimagecomponentinner':['Embed','embedVideoImageComponentInner'],'embedwrapper':['MessageAccessory','embedWrapper'],'emoji':['Emoji','emoji'],'emojiold':['NotFound','emoji'],'emojibutton':['EmojiButton','emojiButton'],'emojibuttonhovered':['EmojiButton','emojiButtonHovered'],'emojibuttonnormal':['EmojiButton','emojiButtonNormal'],'emojibuttonsprite':['EmojiButton','sprite'],'emojipicker':['EmojiPicker','emojiPicker'],'emojipickeractivity':['EmojiPicker','activity'],'emojipickerbutton':['Reactions','reactionBtn'],'emojipickercategories':['EmojiPicker','categories'],'emojipickercategory':['EmojiPicker','category'],'emojipickercustom':['EmojiPicker','custom'],'emojipickerdimmer':['EmojiPicker','dimmer'],'emojipickerdisabled':['EmojiPicker','disabled'],'emojipickerdiversityselector':['EmojiPicker','diversitySelector'],'emojipickeremojiitem':['EmojiPicker','emojiItem'],'emojipickerflags':['EmojiPicker','flags'],'emojipickerfood':['EmojiPicker','food'],'emojipickerheader':['EmojiPicker','header'],'emojipickeritem':['EmojiPicker','item'],'emojipickernature':['EmojiPicker','nature'],'emojipickerobjects':['EmojiPicker','objects'],'emojipickerpeople':['EmojiPicker','people'],'emojipickerpopout':['EmojiPicker','popout'],'emojipickerpremiumpromo':['EmojiPicker','premiumPromo'],'emojipickerpremiumpromoclose':['EmojiPicker','premiumPromoClose'],'emojipickerpremiumpromodescription':['EmojiPicker','premiumPromoDescription'],'emojipickerpremiumpromoimage':['EmojiPicker','premiumPromoImage'],'emojipickerpremiumpromotitle':['EmojiPicker','premiumPromoTitle'],'emojipickerrecent':['EmojiPicker','recent'],'emojipickerrow':['EmojiPicker','row'],'emojipickersearchbar':['EmojiPicker','searchBar'],'emojipickerscroller':['EmojiPicker','scroller'],'emojipickerscrollerwrap':['EmojiPicker','scrollerWrap'],'emojipickerselected':['EmojiPicker','selected'],'emojipickerspriteitem':['EmojiPicker','spriteItem'],'emojipickerstickyheader':['EmojiPicker','stickyHeader'],'emojipickersymbols':['EmojiPicker','symbols'],'emojipickertravel':['EmojiPicker','travel'],'emojipickervisible':['EmojiPicker','visible'],'favbuttoncontainer':['BDFDB','favButtonContainer'],'fileattachment':['File','attachment'],'fileattachmentinner':['File','attachmentInner'],'filecancelbutton':['File','cancelButton'],'filedownloadbutton':['File','downloadButton'],'filename':['File','filename'],'filenamelink':['File','fileNameLink'],'filenamelinkwrapper':['File','filenameLinkWrapper'],'filenamewrapper':['File','filenameWrapper'],'flex':['FlexChild','flex'],'flex2':['Flex','flex'],'flexcenter':['Flex','flexCenter'],'flexchild':['FlexChild','flexChild'],'flexmarginreset':['FlexChild','flexMarginReset'],'flexspacer':['Flex','spacer'],'flowerstar':['FlowerStar','flowerStar'],'flowerstarchild':['FlowerStar','childContainer'],'flowerstarcontainer':['FlowerStar','flowerStarContainer'],'formtext':['FormText','formText'],'friends':['Friends','container'],'friendscolumn':['Friends','friendsColumn'],'friendscolumnnamewrap':['Friends','friendsColumnName'],'friendsrow':['Friends','friendsRow'],'friendstable':['Friends','friendsTable'],'friendstableheader':['Friends','friendsTableHeader'],'friendsusername':['Friends','username'],'game':['Game','game'],'gameicon':['GameIcon','gameIcon'],'gameiconlarge':['GameIcon','large'],'gameiconmedium':['GameIcon','medium'],'gameiconsmall':['GameIcon','small'],'gameiconxsmall':['GameIcon','xsmall'],'gamelibrary':['GameLibrary','gameLibrary'],'gamelibrarytable':['Table','table'],'gamelibrarytableheader':['Table','header'],'gamelibrarytablestickyheader':['Table','stickyHeader'],'gamename':['Game','gameName'],'gamenameinput':['Game','gameNameInput'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'goliveactions':['GoLiveDetails','actions'],'golivebody':['GoLiveDetails','body'],'goliveclickablegamewrapper':['GoLiveDetails','clickableGameWrapper'],'golivegameicon':['GoLiveDetails','gameIcon'],'golivegamename':['GoLiveDetails','gameName'],'golivegamewrapper':['GoLiveDetails','gameWrapper'],'golivepanel':['GoLiveDetails','panel'],'green':['TextStyle','statusGreen'],'grey':['TextStyle','statusGrey'],'guildbadgebase':['Badge','base'],'guildbadgeicon':['Badge','icon'],'guildbadgeiconbadge':['Badge','iconBadge'],'guildbadgeiconbadge2':['GuildsItems','iconBadge'],'guildbadgenumberbadge':['Badge','numberBadge'],'guildbadgetextbadge':['Badge','textBadge'],'guildbuttoncontainer':['GuildsItems','circleButtonMask'],'guildbuttoninner':['GuildsItems','circleIconButton'],'guildbuttonicon':['GuildsItems','circleIcon'],'guildbuttonpill':['GuildsItems','pill'],'guildbuttonselected':['GuildsItems','selected'],'guildchannels':['NotFound','guildChannels'],'guildcontainer':['GuildServer','blobContainer'],'guilddiscovery':['GuildDiscovery','pageWrapper'],'guildedge':['GuildEdges','edge'],'guildedgehalf':['GuildEdges','half'],'guildedgehigher':['GuildEdges','higher'],'guildedgemiddle':['GuildEdges','middle'],'guildedgewrapper':['GuildEdges','wrapper'],'guildserror':['GuildsItems','guildsError'],'guildserrorinner':['GuildsItems','errorInner'],'guildfolder':['GuildFolder','folder'],'guildfolderexpandendbackground':['GuildFolder','expandedFolderBackground'],'guildfolderexpandendbackgroundcollapsed':['GuildFolder','collapsed'],'guildfolderexpandendbackgroundhover':['GuildFolder','hover'],'guildfolderexpandedguilds':['GuildFolder','expandedGuilds'],'guildfolderguildicon':['GuildFolder','guildIcon'],'guildfoldericonwrapper':['GuildFolder','folderIconWrapper'],'guildfoldericonwrapperclosed':['GuildFolder','closedFolderIconWrapper'],'guildfoldericonwrapperexpanded':['GuildFolder','expandedFolderIconWrapper'],'guildfolderwrapper':['GuildFolder','wrapper'],'guildheader':['GuildHeader','container'],'guildheaderbannerimage':['GuildHeader','bannerImage'],'guildheaderbannerimagecontainer':['GuildHeader','animatedContainer'],'guildheaderbannervisible':['GuildHeader','bannerVisible'],'guildheaderbutton':['GuildHeaderButton','button'],'guildheaderbuttonopen':['GuildHeaderButton','open'],'guildheaderclickable':['GuildHeader','clickable'],'guildheaderhasbanner':['GuildHeader','hasBanner'],'guildheadericoncontainer':['GuildHeader','guildIconContainer'],'guildheadericonbgtiernone':['GuildHeader','iconBackgroundTierNone'],'guildheadericonbgtierone':['GuildHeader','iconBackgroundTierOne'],'guildheadericonbgtierthree':['GuildHeader','iconBackgroundTierThree'],'guildheadericonbgtiertwo':['GuildHeader','iconBackgroundTierTwo'],'guildheadericonpremiumgem':['GuildHeader','premiumGuildIconGem'],'guildheadericontiernone':['GuildHeader','iconTierNone'],'guildheadericontierone':['GuildHeader','iconTierOne'],'guildheadericontierthree':['GuildHeader','iconTierThree'],'guildheadericontiertwo':['GuildHeader','iconTierTwo'],'guildheaderheader':['GuildHeader','header'],'guildheadername':['GuildHeader','name'],'guildicon':['GuildIcon','icon'],'guildiconacronym':['GuildIcon','acronym'],'guildiconchildwrapper':['GuildIcon','childWrapper'],'guildiconselected':['GuildIcon','selected'],'guildiconwrapper':['GuildIcon','wrapper'],'guildinner':['Guild','wrapper'],'guildinnerwrapper':['GuildsItems','listItemWrapper'],'guildlowerbadge':['Guild','lowerBadge'],'guildouter':['GuildsItems','listItem'],'guildpill':['GuildServer','pill'],'guildpillitem':['PillWrapper','item'],'guildpillwrapper':['PillWrapper','wrapper'],'guildplaceholder':['GuildsItems','dragInner'],'guildplaceholdermask':['GuildsItems','placeholderMask'],'guilds':['AppBase','guilds'],'guildseparator':['GuildsItems','guildSeparator'],'guildserror':['GuildsItems','guildsError'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinvitechannelname':['GuildSettingsInvite','channelName'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'guildsscroller':['GuildsWrapper','scroller'],'guildsscrollerwrap':['GuildsWrapper','scrollerWrap'],'guildsvg':['Guild','svg'],'guildswrapper':['GuildsWrapper','wrapper'],'guildswrapperunreadmentionsbar':['GuildsWrapper','unreadMentionsBar'],'guildswrapperunreadmentionsbarbottom':['GuildsWrapper','unreadMentionsIndicatorBottom'],'guildswrapperunreadmentionsbartop':['GuildsWrapper','unreadMentionsIndicatorTop'],'guildupperbadge':['Guild','upperBadge'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'h2':['Text','h2'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height12':['UserPopout','height12'],'height16':['File','height16'],'height24':['Title','height24'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'homebuttonicon':['HomeIcon','homeIcon'],'homebuttonpill':['HomeIcon','pill'],'horizontal':['FlexChild','horizontal'],'horizontal2':['NotFound','_'],'horizontalreverse':['FlexChild','horizontalReverse'],'horizontalreverse2':['NotFound','_'],'hotkeybase':['NotFound','_'],'hotkeybutton':['HotKeyRecorder','button'],'hotkeybutton2':['NotFound','_'],'hotkeycontainer':['HotKeyRecorder','container'],'hotkeycontainer2':['NotFound','_'],'hotkeydisabled':['HotKeyRecorder','disabled'],'hotkeydisabled2':['NotFound','_'],'hotkeyediticon':['HotKeyRecorder','editIcon'],'hotkeyhasvalue':['HotKeyRecorder','hasValue'],'hotkeyinput':['HotKeyRecorder','input'],'hotkeyinput2':['HotKeyRecorder','input'],'hotkeylayout':['HotKeyRecorder','layout'],'hotkeylayout2':['HotKeyRecorder','layout'],'hotkeyrecording':['HotKeyRecorder','recording'],'hotkeyshadowpulse':['HotKeyRecorder','shadowPulse'],'hotkeytext':['HotKeyRecorder','text'],'hovercard':['HoverCard','card'],'hovercardbutton':['NotFound','hoverCardButton'],'hovercardinner':['BDFDB','cardInner'],'hovercardwrapper':['BDFDB','cardWrapper'],'icon':['EmbedActions','icon'],'iconactionswrapper':['EmbedActions','wrapper'],'iconexternal':['EmbedActions','iconExternal'],'iconexternalmargins':['EmbedActions','iconExternalMargins'],'iconplay':['EmbedActions','iconPlay'],'iconwrapper':['EmbedActions','iconWrapper'],'iconwrapperactive':['EmbedActions','iconWrapperActive'],'imageaccessory':['ImageWrapper','imageAccessory'],'imageclickable':['ImageWrapper','clickable'],'imageerror':['ImageWrapper','imageError'],'imageplaceholder':['ImageWrapper','imagePlaceholder'],'imageplaceholderoverlay':['ImageWrapper','imagePlaceholderOverlay'],'imagewrapper':['ImageWrapper','imageWrapper'],'imagewrapperbackground':['ImageWrapper','imageWrapperBackground'],'imagewrapperinner':['ImageWrapper','imageWrapperInner'],'imagezoom':['ImageWrapper','imageZoom'],'itemlayer':['ItemLayerContainer','layer'],'itemlayercontainer':['ItemLayerContainer','layerContainer'],'input':['Input','input'],'inputdefault':['Input','inputDefault'],'inputdisabled':['Input','disabled'],'inputeditable':['Input','editable'],'inputerror':['Input','error'],'inputerrormessage':['Input','errorMessage'],'inputfocused':['Input','focused'],'inputmini':['Input','inputMini'],'inputprefix':['Input','inputPrefix'],'inputsuccess':['Input','success'],'inputwrapper':['Input','inputWrapper'],'inputnumberbutton':['BDFDB','inputNumberButton'],'inputnumberbuttondown':['BDFDB','inputNumberButtonDown'],'inputnumberbuttonup':['BDFDB','inputNumberButtonUp'],'inputnumberbuttons':['BDFDB','inputNumberButtons'],'inputnumberwrapper':['BDFDB','inputNumberWrapper'],'inputnumberwrapperdefault':['BDFDB','inputNumberWrapperDefault'],'inputnumberwrappermini':['BDFDB','inputNumberWrapperMini'],'invite':['GuildInvite','wrapper'],'invitebutton':['GuildInvite','button'],'invitebuttoncontent':['GuildInvite','buttonContent'],'invitebuttonicon':['GuildInvite','buttonIcon'],'invitebuttoninner':['GuildInvite','buttonInner'],'invitebuttonsize':['GuildInvite','buttonSize'],'invitechannelname':['GuildInvite','channelName'],'invitecontent':['GuildInvite','content'],'invitecursordefault':['GuildInvite','cursorDefault'],'inviteguilddetail':['GuildInvite','guildDetail'],'inviteguildicon':['GuildInvite','guildIcon'],'inviteguildiconexpired':['GuildInvite','guildIconExpired'],'inviteguildiconimage':['GuildInvite','guildIconImage'],'inviteguildiconimagejoined':['GuildInvite','guildIconImageJoined'],'inviteguildiconjoined':['GuildInvite','guildIconJoined'],'inviteguildinfo':['GuildInvite','guildInfo'],'inviteguildname':['GuildInvite','guildName'],'inviteguildnameexpired':['GuildInvite','guildNameExpired'],'inviteguildnamejoined':['GuildInvite','guildNameJoined'],'inviteheader':['GuildInvite','header'],'invitehighbackgroundopacity':['GuildInvite','highBackgroundOpacity'],'inviteiconsizeoverride':['GuildInvite','iconSizeOverride'],'invitelowbackgroundopacity':['GuildInvite','lowBackgroundOpacity'],'invitemediumbackgroundopacity':['GuildInvite','mediumBackgroundOpacity'],'invitemodal':['InviteModal','modal'],'invitemodalinviterow':['InviteModal','inviteRow'],'invitemodalinviterowname':['InviteModal','inviteRowName'],'invitemodalwrapper':['InviteModal','wrapper'],'inviteonlinecount':['GuildInvite','onlineCount'],'inviteresolving':['GuildInvite','resolving'],'inviteresolvingbackground':['GuildInvite','resolvingBackground'],'invitestatus':['GuildInvite','status'],'invitestatusoffline':['GuildInvite','statusOffline'],'invitestatusonline':['GuildInvite','statusOnline'],'inviteuserselectnone':['GuildInvite','userSelectNone'],'justifycenter':['Flex','justifyCenter'],'justifyend':['Flex','justifyEnd'],'justifystart':['Flex','justifyStart'],'large':['TextStyle','large'],'layermodal':['LayerModal','root'],'layermodallarge':['LayerModal','large'],'layermodalmedium':['LayerModal','medium'],'layermodalsmall':['LayerModal','small'],'layer':['Layers','layer'],'layerbase':['Layers','baseLayer'],'layers':['Layers','layers'],'layersbg':['Layers','bg'],'lfg':['LFG','lfg'],'livetag':['LiveTag','live'],'livetaggray':['LiveTag','liveGray'],'livetaglarge':['LiveTag','liveLarge'],'livetagred':['LiveTag','liveRed'],'livetagsmall':['LiveTag','liveSmall'],'loginscreen':['NotFound','loginScreen'],'marginbottom4':['Margins','marginBottom4'],'marginbottom8':['Margins','marginBottom8'],'marginbottom20':['Margins','marginBottom20'],'marginbottom40':['Margins','marginBottom40'],'marginbottom60':['Margins','marginBottom60'],'margincenterhorz':['Margins','marginCenterHorz'],'marginleft4':['Autocomplete','marginLeft4'],'marginleft8':['Autocomplete','marginLeft8'],'marginreset':['Margins','marginReset'],'margintop4':['Margins','marginTop4'],'margintop8':['Margins','marginTop8'],'margintop20':['Margins','marginTop20'],'margintop40':['Margins','marginTop40'],'margintop60':['Margins','marginTop60'],'medium':['TextStyle','medium'],'member':['Member','member'],'membericon':['Member','icon'],'memberoffline':['Member','offline'],'memberownericon':['Member','ownerIcon'],'memberpremiumicon':['Member','premiumIcon'],'members':['MembersWrap','members'],'membersgroup':['MembersWrap','membersGroup'],'memberswrap':['MembersWrap','membersWrap'],'memberusername':['Member','roleColor'],'mention':['NotFound','mention'],'mentionwrapper':['Mention','wrapper'],'mentionwrapperhover':['Mention','wrapperHover'],'mentionwrappernohover':['Mention','wrapperNoHover'],'messageaccessory':['MessageAccessory','container'],'messageaccessorycompact':['MessageAccessory','containerCompact'],'messageaccessorycozy':['MessageAccessory','containerCozy'],'messageavatar':['Message','avatar'],'messagebarbase':['MessageElements','barBase'],'messagebarbuttonalt':['MessageElements','barButtonAlt'],'messagebarbuttonbase':['MessageElements','barButtonBase'],'messagebarbuttonicon':['MessageElements','barButtonIcon'],'messagebarbuttonmain':['MessageElements','barButtonMain'],'messagebarhasmore':['MessageElements','hasMore'],'messagebarjumptopresentbar':['MessageElements','jumpToPresentBar'],'messagebarloadingmore':['MessageElements','loadingMore'],'messagebarnewmessagesbar':['MessageElements','newMessagesBar'],'messagebarspan':['MessageElements','span'],'messagebarspinner':['MessageElements','spinner'],'messagebarspinneritem':['MessageElements','spinnerItem'],'messagebody':['MessageBody','container'],'messagebodycompact':['MessageBody','containerCompact'],'messagebodycozy':['MessageBody','containerCozy'],'messagebodyismentioned':['MessageBody','isMentioned'],'messagebodyismentionedcompact':['MessageBody','isMentionedCompact'],'messagebodyismentionedcozy':['MessageBody','isMentionedCozy'],'messagebuttoncontainer':['Message','buttonContainer'],'messagebuttoncontainerouter':['MessageBody','buttonContainer'],'messagecompact':['Message','messageCompact'],'messagecontent':['Message','content'],'messagecontentcompact':['Message','contentCompact'],'messagecontentcozy':['Message','contentCozy'],'messagedivider':['Message','divider'],'messagedividerenabled':['Message','dividerEnabled'],'messageedited':['MessageBody','edited'],'messagegroup':['Message','container'],'messagegroupblocked':['MessageElements','messageGroupBlocked'],'messagegroupblockedbtn':['MessageElements','messageGroupBlockedBtn'],'messagegroupblockedrevealed':['MessageElements','revealed'],'messagegroupcozy':['Message','containerCozy'],'messagegroupcompact':['Message','containerCompact'],'messagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messageheadercompact':['Message','headerCompact'],'messageheadercozy':['Message','headerCozy'],'messageheadercozymeta':['Message','headerCozyMeta'],'messagelocalbotmessage':['Message','localBotMessage'],'messagemarkup':['MessageMarkup','markup'],'messagemarkupiscompact':['MessageBody','isCompact'],'messageoperations':['MessageOperations','operations'],'messages':['MessagesWrap','messages'],'messagesdivider':['MessagesWrap','divider'],'messagespopout':['MessagesPopout','messagesPopout'],'messagespopoutaccessories':['MessagesPopout','accessories'],'messagespopoutactionbuttons':['MessagesPopout','actionButtons'],'messagespopoutbody':['MessagesPopout','body'],'messagespopoutbottom':['MessagesPopout','bottom'],'messagespopoutchannelname':['MessagesPopout','channelName'],'messagespopoutchannelseparator':['MessagesPopout','channelSeparator'],'messagespopoutclosebutton':['MessagesPopout','closeButton'],'messagespopoutcomment':['MessagesPopout','comment'],'messagespopoutcontainercompactbounded':['Message','containerCompactBounded'],'messagespopoutcontainercozybounded':['Message','containerCozyBounded'],'messagespopoutemptyplaceholder':['MessagesPopout','emptyPlaceholder'],'messagespopoutfooter':['MessagesPopout','footer'],'messagespopoutguildname':['MessagesPopout','guildName'],'messagespopouthasmore':['MessagesPopout','hasMore'],'messagespopouthasmorebutton':['MessagesPopout','hasMoreButton'],'messagespopoutheader':['MessagesPopout','header'],'messagespopouthidden':['MessagesPopout','hidden'],'messagespopoutimage':['MessagesPopout','image'],'messagespopoutjumpbutton':['MessagesPopout','jumpButton'],'messagespopoutloading':['MessagesPopout','loading'],'messagespopoutloadingmore':['MessagesPopout','loadingMore'],'messagespopoutloadingplaceholder':['MessagesPopout','loadingPlaceholder'],'messagespopoutmessagegroupcozy':['MessagesPopout','messageGroupCozy'],'messagespopoutmessagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagespopoutmessagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messagespopoutscrollingfooterwrap':['MessagesPopout','scrollingFooterWrap'],'messagespopoutspinner':['MessagesPopout','spinner'],'messagespopouttext':['MessagesPopout','text'],'messagespopouttip':['MessagesPopout','tip'],'messagespopouttitle':['MessagesPopout','title'],'messagespopoutvisible':['MessagesPopout','visible'],'messagespopoutwrap':['MessagesPopout','messagesPopoutWrap'],'messagesscrollerwrapper':['MessagesWrap','scrollerWrap'],'messageswelcomemessage':['MessagesWelcome','welcomeMessage'],'messageswelcomemessageheader':['MessagesWelcome','h1'],'messageswrapper':['MessagesWrap','messagesWrapper'],'messagesystem':['MessageSystem','container'],'messagesystemcontent':['MessageSystem','content'],'messagesystemicon':['MessageSystem','icon'],'messagetimedivider':['MessageElements','divider'],'messagetimedividerred':['MessageElements','dividerRed'],'messagetimedividercontent':['MessageElements','dividerContent'],'messagetimestampcompact':['Message','timestampCompact'],'messagetimestampcompactismentioned':['Message','timestampCompactIsMentioned'],'messagetimestampcozy':['Message','timestampCozy'],'messagetimestampsystem':['MessageSystem','timestamp'],'messageuploadcancel':['MessageFile','cancelButton'],'messageusername':['Message','username'],'modal':['ModalWrap','modal'],'modalclose':['Modal','close'],'modalcontent':['Modal','content'],'modalfooter':['Modal','footer'],'modalguildname':['ModalItems','guildName'],'modalheader':['Modal','header'],'modalheaderhassibling':['BDFDB','modalHeaderHasSibling'],'modalinner':['ModalWrap','inner'],'modalmini':['ModalMiniContent','modal'],'modalminicontent':['ModalMiniContent','content'],'modalminisize':['ModalMiniContent','size'],'modalminitext':['HeaderBarTopic','content'],'modalseparator':['Modal','separator'],'modalsizelarge':['Modal','sizeLarge'],'modalsizemedium':['Modal','sizeMedium'],'modalsizesmall':['Modal','sizeSmall'],'modalsub':['Modal','modal'],'modalsubinner':['Modal','inner'],'modaltabcontent':['BDFDB','modalTabContent'],'modaltabcontentopen':['BDFDB','modalTabContentOpen'],'modedefault':['FormText','modeDefault'],'modedisabled':['FormText','modeDisabled'],'modeselectable':['FormText','modeSelectable'],'namecontainer':['NameContainer','container'],'namecontaineravatar':['NameContainer','avatar'],'namecontainerclickable':['NameContainer','clickable'],'namecontainercontent':['NameContainer','content'],'namecontainerlayout':['NameContainer','layout'],'namecontainername':['NameContainer','name'],'namecontainernamecontainer':['NotFound','nameContainerNameContainer'],'namecontainernamewrapper':['NameContainer','nameAndDecorators'],'namecontainerselected':['NameContainer','selected'],'namecontainersubtext':['NameContainer','subText'],'nametag':['NameTag','nameTag'],'nochannel':['ChatWindow','noChannel'],'notice':['Notice','notice'],'noticebrand':['Notice','noticeBrand'],'noticebutton':['Notice','button'],'noticedanger':['Notice','noticeDanger'],'noticedefault':['Notice','noticeDefault'],'noticedismiss':['Notice','dismiss'],'noticefacebook':['Notice','noticeFacebook'],'noticeicon':['Notice','icon'],'noticeiconandroid':['Notice','iconAndroid'],'noticeiconapple':['Notice','iconApple'],'noticeiconwindows':['Notice','iconWindows'],'noticeinfo':['Notice','noticeInfo'],'noticeplatformicon':['Notice','platformIcon'],'noticepremium':['Notice','noticePremium'],'noticepremiumaction':['Notice','premiumAction'],'noticepremiumgrandfathered':['Notice','noticePremiumGrandfathered'],'noticepremiumlogo':['Notice','premiumLogo'],'noticepremiumtext':['Notice','premiumText'],'noticerichpresence':['Notice','noticeRichPresence'],'noticespotify':['Notice','noticeSpotify'],'noticestreamer':['Notice','noticeStreamerMode'],'noticesuccess':['Notice','noticeSuccess'],'noticesurvey':['Notice','noticeSurvey'],'note':['SettingsItems','note'],'nowrap':['Flex','noWrap'],'optionpopout':['OptionPopout','container'],'optionpopoutbutton':['OptionPopout','button'],'optionpopoutbuttonicon':['OptionPopout','icon'],'optionpopoutitem':['OptionPopout','item'],'overflowellipsis':['BDFDB','overflowEllipsis'],'pictureinpicture':['PictureInPicture','pictureInPicture'],'pictureinpicturewindow':['PictureInPicture','pictureInPictureWindow'],'popout':['Popout','popout'],'popoutarrowalignmenttop':['Popout','arrowAlignmentTop'],'popoutarrowalignmentmiddle':['Popout','arrowAlignmentMiddle'],'popoutbody':['Popout','body'],'popoutbottom':['Popout','popoutBottom'],'popoutbottomleft':['Popout','popoutBottomLeft'],'popoutbottomright':['Popout','popoutBottomRight'],'popoutfooter':['Popout','footer'],'popoutheader':['Popout','header'],'popoutinvert':['Popout','popoutInvert'],'popoutleft':['Popout','popoutLeft'],'popoutnoarrow':['Popout','noArrow'],'popoutnoshadow':['Popout','noShadow'],'popoutright':['Popout','popoutRight'],'popouts':['Popout','popouts'],'popoutsubtitle':['Popout','subtitle'],'popoutthemedpopout':['Popout','themedPopout'],'popouttip':['Popout','tip'],'popouttitle':['Popout','title'],'popouttop':['Popout','popoutTop'],'popouttopleft':['Popout','popoutTopLeft'],'popouttopright':['Popout','popoutTopRight'],'primary':['TextStyle','primary'],'quickmessage':['QuickMessage','quickMessage'],'quickmessagepopout':['UserPopout','quickMessage'],'quickselect':['QuickSelect','quickSelect'],'quickselectarrow':['QuickSelect','quickSelectArrow'],'quickselectclick':['QuickSelect','quickSelectClick'],'quickselectlabel':['QuickSelect','quickSelectLabel'],'quickselectpopout':['QuickSelect','quickSelectPopout'],'quickselectpopoutoption':['QuickSelect','quickSelectPopoutOption'],'quickselectpopoutscroll':['QuickSelect','quickSelectPopoutScroll'],'quickselectscroller':['QuickSelect','quickSelectScroller'],'quickselectselected':['QuickSelect','selected'],'quickselectvalue':['QuickSelect','quickSelectValue'],'quickswitcher':['QuickSwitchWrap','quickswitcher'],'quickswitchresult':['QuickSwitch','result'],'quickswitchresultfocused':['QuickSwitch','resultFocused'],'quickswitchresultguildicon':['QuickSwitch','guildIcon'],'quickswitchresultmatch':['QuickSwitch','match'],'quickswitchresultmisccontainer':['QuickSwitchWrap','miscContainer'],'quickswitchresultname':['QuickSwitch','name'],'quickswitchresultnote':['QuickSwitch','note'],'quickswitchresultusername':['QuickSwitch','username'],'recentmentionsfilterpopout':['RecentMentions','recentMentionsFilterPopout'],'recentmentionsheader':['RecentMentions','header'],'recentmentionsloadingmore':['RecentMentions','loadingMore'],'recentmentionsmentionfilter':['RecentMentions','mentionFilter'],'recentmentionsmentionfilterlabel':['RecentMentions','label'],'recentmentionsmentionfiltervalue':['RecentMentions','value'],'recentmentionspopout':['RecentMentions','recentMentionsPopout'],'red':['TextStyle','statusRed'],'reset':['CardStatus','reset'],'scrollbar':['Scrollbar','scrollbar'],'scrollbardefault':['Scrollbar','scrollbarDefault'],'scrollbarghost':['Scrollbar','scrollbarGhost'],'scrollbarghosthairline':['Scrollbar','scrollbarGhostHairline'],'scroller':['Scroller','scroller'],'scrollerfade':['Scroller','scrollerFade'],'scrollerfirefoxfixscrollflex':['Scroller','firefoxFixScrollFlex'],'scrollersystempad':['Scroller','systemPad'],'scrollerthemed':['Scroller','scrollerThemed'],'scrollerthemedwithtrack':['Scroller','themedWithTrack'],'scrollerthemeghost':['Scroller','themeGhost'],'scrollerthemeghosthairline':['Scroller','themeGhostHairline'],'scrollerthemeghosthairlinechannels':['Scroller','themeGhostHairlineChannels'],'scrollerwrap':['Scroller','scrollerWrap'],'searchbar':['SearchBar','container'],'searchbarclear':['SearchBar','clear'],'searchbarclose':['SearchBar','close'],'searchbaricon':['SearchBar','icon'],'searchbariconlayout':['SearchBar','iconLayout'],'searchbariconwrap':['SearchBar','iconContainer'],'searchbarinner':['SearchBar','inner'],'searchbarinput':['SearchBar','input'],'searchbarlarge':['SearchBar','large'],'searchbarmedium':['SearchBar','medium'],'searchbarsmall':['SearchBar','small'],'searchbartag':['SearchBar','tag'],'searchbarvisible':['SearchBar','visible'],'searchpopout':['SearchPopoutWrap','container'],'searchpopoutanswer':['SearchPopout','answer'],'searchpopoutdatepicker':['SearchPopout','datePicker'],'searchpopoutdatepickerhint':['SearchPopout','datePickerHint'],'searchpopoutdmaddpopout':['DmAddPopout','popout'],'searchpopoutddmaddfriend':['DmAddPopoutItems','friend'],'searchpopoutddmaddfriendwrapper':['DmAddPopoutItems','friendWrapper'],'searchpopoutdisplayavatar':['SearchPopout','displayAvatar'],'searchpopoutdisplayusername':['SearchPopout','displayUsername'],'searchpopoutdisplayednick':['SearchPopout','displayedNick'],'searchpopoutfilter':['SearchPopout','filter'],'searchpopoutheader':['SearchPopout','header'],'searchpopouthint':['SearchPopout','hint'],'searchpopouthintvalue':['SearchPopout','hintValue'],'searchpopoutlinksource':['SearchPopout','linkSource'],'searchpopoutnontext':['SearchPopout','nonText'],'searchpopoutoption':['SearchPopout','option'],'searchpopoutplusicon':['SearchPopout','plusIcon'],'searchpopoutresultchannel':['SearchPopout','resultChannel'],'searchpopoutresultsgroup':['SearchPopout','resultsGroup'],'searchpopoutsearchclearhistory':['SearchPopout','searchClearHistory'],'searchpopoutsearchlearnmore':['SearchPopout','searchLearnMore'],'searchpopoutsearchoption':['SearchPopout','searchOption'],'searchpopoutsearchresultchannelcategory':['SearchPopout','searchResultChannelCategory'],'searchpopoutsearchresultchannelicon':['SearchPopout','searchResultChannelIcon'],'searchpopoutsearchresultchanneliconbackground':['SearchPopout','searchResultChannelIconBackground'],'searchpopoutselected':['SearchPopout','selected'],'searchpopoutuser':['SearchPopout','user'],'searchresults':['SearchResults','searchResults'],'searchresultschannelname':['SearchResults','channelName'],'searchresultspagination':['SearchResults','pagination'],'searchresultspaginationdisabled':['SearchResults','disabled'],'searchresultspaginationnext':['SearchResults','paginationNext'],'searchresultspaginationprevious':['SearchResults','paginationPrevious'],'searchresultssearchheader':['SearchResults','searchHeader'],'searchresultswrap':['SearchResults','searchResultsWrap'],'searchresultswrapper':['SearchResults','resultsWrapper'],'select':['NotFound','select'],'selectable':['TextStyle','selectable'],'selectarrow':['NotFound','selectArrow'],'selectarrowcontainer':['NotFound','selectArrowContainer'],'selectarrowcontainerdark':['NotFound','selectArrowContainerDark'],'selectarrowcontainerlight':['NotFound','selectArrowContainerLight'],'selectarrowzone':['NotFound','selectArrowZone'],'selectcontrol':['NotFound','selectControl'],'selectcontroldark':['NotFound','selectControlDark'],'selectcontrollight':['NotFound','selectControlLight'],'selectdummyinput':['NotFound','selectDummyInput'],'selecthasvalue':['NotFound','selectHasValue'],'selectisopen':['NotFound','selectIsOpen'],'selectmenu':['NotFound','selectMenu'],'selectmenuouter':['NotFound','selectMenuOuter'],'selectmenuouterdark':['NotFound','selectMenuOuterDark'],'selectmenuouterlight':['NotFound','selectMenuOuterLight'],'selectoption':['NotFound','selectOption'],'selectoptiondark':['NotFound','selectOptionDark'],'selectoptionlight':['NotFound','selectOptionLight'],'selectoptionhoverdark':['NotFound','selectOptionHoverDark'],'selectoptionhoverlight':['NotFound','selectOptionHoverLight'],'selectoptionselectdark':['NotFound','selectOptionSelectDark'],'selectoptionselectlight':['NotFound','selectOptionSelectLight'],'selectselected':['NotFound','selectIsSelected'],'selectsingle':['NotFound','selectSingle'],'selectsingledark':['NotFound','selectSingleDark'],'selectsinglelight':['NotFound','selectSingleLight'],'selectvalue':['NotFound','selectValue'],'selectwrap':['Select','select'],'settingsclosebutton':['SettingsCloseButton','closeButton'],'settingsclosebuttoncontainer':['SettingsCloseButton','container'],'settingsheader':['Item','header'],'settingsitem':['Item','item'],'settingsitemselected':['Item','selected'],'settingsitemthemed':['Item','themed'],'settingsseparator':['Item','separator'],'settingstabbar':['Friends','tabBar'],'settingstabbarbadge':['Friends','badge'],'settingstabbartoppill':['Item','topPill'],'sidebarregion':['SettingsWindow','sidebarRegion'],'sinkinteractions':['Message','disableInteraction'],'size10':['TextSize','size10'],'size12':['TextSize','size12'],'size14':['TextSize','size14'],'size16':['TextSize','size16'],'size20':['TextSize','size20'],'size24':['TextSize','size24'],'size32':['TextSize','size32'],'slider':['Slider','slider'],'sliderbar':['Slider','bar'],'sliderbarfill':['Slider','barFill'],'sliderbubble':['Slider','bubble'],'sliderdisabled':['Slider','disabled'],'slidergrabber':['Slider','grabber'],'sliderinput':['Slider','input'],'slidermark':['Slider','mark'],'slidermarkdash':['Slider','markDash'],'slidermarkdashsimple':['Slider','markDashSimple'],'slidermarkvalue':['Slider','markValue'],'slidermini':['Slider','mini'],'slidertrack':['Slider','track'],'spoilercontainer':['Spoiler','spoilerContainer'],'spoilerhidden':['Spoiler','hidden'],'spoilertext':['Spoiler','spoilerText'],'spoilerwarning':['Spoiler','spoilerWarning'],'small':['TextStyle','small'],'splashbackground':['NotFound','splashBackground'],'standardsidebarview':['SettingsWindow','standardSidebarView'],'status':['Avatar','status'],'subtext':['NotFound','subtext'],'switch':['Switch','switch'],'switchdisabled':['Switch','switchDisabled'],'switchenabled':['Switch','switchEnabled'],'switchinner':['Switch','checkbox'],'switchinnerdisabled':['Switch','checkboxDisabled'],'switchinnerenabled':['Switch','checkboxEnabled'],'switchsize':['Switch','size'],'switchsizedefault':['Switch','sizeDefault'],'switchsizemini':['Switch','sizeMini'],'switchthemeclear':['Switch','themeClear'],'switchthemedefault':['Switch','themeDefault'],'switchvalue':['Switch','value'],'switchvaluechecked':['Switch','valueChecked'],'switchvalueunchecked':['Switch','valueUnchecked'],'systempad':['Scroller','systemPad'],'tabbar':['UserProfile','tabBar'],'tabbarcontainer':['UserProfile','tabBarContainer'],'tabbarheader':['RecentMentions','tabBar'],'tabbarheadercontainer':['RecentMentions','headerTabBarWrapper'],'tabbarheaderitem':['RecentMentions','tabBarItem'],'tabbaritem':['UserProfile','tabBarItem'],'tabbartop':['Item','top'],'tableheader':['SettingsTable','header'],'tableheadername':['SettingsTable','headerName'],'tableheaderoption':['SettingsTable','headerOption'],'tableheadersize':['SettingsTable','headerSize'],'textarea':['ChannelTextArea','textArea'],'textareaattachbutton':['ChannelTextArea','attachButton'],'textareaattachbuttondivider':['ChannelTextArea','attachButtonDivider'],'textareaattachbuttoninner':['ChannelTextArea','attachButtonInner'],'textareaattachbuttonplus':['ChannelTextArea','attachButtonPlus'],'textareabutton':['ChannelTextAreaButton','button'],'textareabuttonactive':['ChannelTextAreaButton','active'],'textareabuttonwrapper':['ChannelTextAreaButton','buttonWrapper'],'textareadisabled':['ChannelTextArea','textAreaDisabled'],'textareaedit':['ChannelTextArea','textAreaEdit'],'textareaenabled':['ChannelTextArea','textAreaEnabled'],'textareaenablednoattach':['ChannelTextArea','textAreaEnabledNoAttach'],'textareaicon':['ChannelTextAreaButton','icon'],'textareainner':['ChannelTextArea','inner'],'textareainnerautocomplete':['ChannelTextArea','innerAutocomplete'],'textareainnerdisabled':['ChannelTextArea','innerDisabled'],'textareainnerenablednoattach':['ChannelTextArea','innerEnabledNoAttach'],'textareainnernoautocomplete':['ChannelTextArea','innerNoAutocomplete'],'textareapickerbutton':['ChannelTextArea','button'],'textareapickerbuttoncontainer':['ChannelTextArea','buttonContainer'],'textareapickerbuttons':['ChannelTextArea','buttons'],'textareauploadinput':['ChannelTextArea','uploadInput'],'textareawrapall':['ChannelTextArea','channelTextArea'],'textareawrapchat':['ChatWindow','channelTextArea'],'textareawrapdisabled':['ChannelTextArea','channelTextAreaDisabled'],'textareawrapenablednoattach':['ChannelTextArea','channelTextAreaEnabledNoAttach'],'textlink':['Notice','textLink'],'textrow':['PopoutActivity','textRow'],'themedark':['NotFound','themeDark'],'themeghosthairline':['Scroller','themeGhostHairline'],'themelight':['NotFound','themeLight'],'themeundefined':['NotFound','themeUndefined'],'tip':['Tip','tip'],'tipblock':['Tip','block'],'tippro':['Tip','pro'],'tipinline':['Tip','inline'],'title':['SettingsItems','title'],'titlebar':['TitleBar','titleBar'],'titledefault':['SettingsItems','titleDefault'],'titlemini':['SettingsItems','titleMini'],'titlesize10':['UserPopout','size10'],'titlesize12':['UserPopout','size12'],'titlesize14':['UserPopout','size14'],'titlesize16':['UserPopout','size16'],'size18':['Title','size18'],'titlesize18':['Title','size18'],'tooltip':['Tooltip','tooltip'],'tooltipblack':['Tooltip','tooltipBlack'],'tooltipbottom':['Tooltip','tooltipBottom'],'tooltipbrand':['Tooltip','tooltipBrand'],'tooltipgreen':['Tooltip','tooltipGreen'],'tooltipgrey':['Tooltip','tooltipGrey'],'tooltipleft':['Tooltip','tooltipLeft'],'tooltippointer':['Tooltip','tooltipPointer'],'tooltipred':['Tooltip','tooltipRed'],'tooltipright':['Tooltip','tooltipRight'],'tooltiptop':['Tooltip','tooltipTop'],'tooltipyellow':['Tooltip','tooltipYellow'],'typing':['Typing','typing'],'unreadbar':['UnreadBar','bar'],'unreadbaractive':['UnreadBar','active'],'unreadbarcontainer':['UnreadBar','container'],'unreadbaricon':['UnreadBar','icon'],'unreadbarmention':['UnreadBar','mention'],'unreadbartext':['UnreadBar','text'],'unreadbarunread':['UnreadBar','unread'],'userpopout':['UserPopout','userPopout'],'userpopoutavatarhint':['UserPopout','avatarHint'],'userpopoutavatarhintinner':['UserPopout','avatarHintInner'],'userpopoutavatarwrapper':['UserPopout','avatarWrapper'],'userpopoutavatarwrappernormal':['UserPopout','avatarWrapperNormal'],'userpopoutbody':['UserPopout','body'],'userpopoutbodyinner':['UserPopout','bodyInner'],'userpopoutbodytitle':['UserPopout','bodyTitle'],'userpopoutcustomstatus':['UserPopout','customStatus'],'userpopoutcustomstatusemoji':['UserPopout','customStatusEmoji'],'userpopoutcustomstatussoloemoji':['UserPopout','customStatusSoloEmoji'],'userpopoutcustomstatustext':['UserPopout','customStatusText'],'userpopoutendbodysection':['UserPopout','endBodySection'],'userpopoutfooter':['UserPopout','footer'],'userpopoutheader':['UserPopout','header'],'userpopoutheaderbottagwithnickname':['UserPopout','headerBotTagWithNickname'],'userpopoutheadernamewrapper':['UserPopout','headerNameWrapper'],'userpopoutheadernickname':['UserPopout','headerName'],'userpopoutheadernonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadernormal':['UserPopout','headerNormal'],'userpopoutheaderplaying':['UserPopout','headerPlaying'],'userpopoutheaderspotify':['UserPopout','headerSpotify'],'userpopoutheaderstreaming':['UserPopout','headerStreaming'],'userpopoutheadertag':['UserPopout','headerTag'],'userpopoutheadertagnonickname':['UserPopout','headerTagNoNickname'],'userpopoutheadertagusernamenonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadertagwithnickname':['UserPopout','headerTagWithNickname'],'userpopoutheadertext':['UserPopout','headerText'],'userpopoutheadertop':['UserPopout','headerTop'],'userpopoutprotip':['UserPopout','protip'],'userpopoutrole':['Role','role'],'userpopoutrolecircle':['Role','roleCircle'],'userpopoutrolelist':['UserPopout','rolesList'],'userpopoutrolename':['Role','roleName'],'userpopoutroles':['Role','root'],'userprofile':['UserProfile','root'],'userprofilebody':['UserProfile','body'],'userprofilebottag':['UserProfile','botTag'],'userprofilecustomstatus':['UserProfile','customStatusText'],'userprofilecustomstatusemoji':['UserProfile','customStatusEmoji'],'userprofileheader':['UserProfile','header'],'userprofileheaderfill':['UserProfile','headerFill'],'userprofileheaderinfo':['UserProfile','headerInfo'],'userprofilelistavatar':['UserProfile','listAvatar'],'userprofilelistguildavatarwithouticon':['UserProfile','guildAvatarWithoutIcon'],'userprofilelistname':['UserProfile','listName'],'userprofilelistrow':['UserProfile','listRow'],'userprofilenametag':['UserProfile','nameTag'],'userprofiletopsectionnormal':['UserProfile','topSectionNormal'],'userprofiletopsectionplaying':['UserProfile','topSectionPlaying'],'userprofiletopsectionspotify':['UserProfile','topSectionSpotify'],'userprofiletopsectionstreaming':['UserProfile','topSectionStreaming'],'userprofiletopsectionxbox':['UserProfile','topSectionXbox'],'userprofileusername':['UserProfile','username'],'username':['NameTag','username'],'usernote':['Note','note'],'usernotepopout':['UserPopout','note'],'usernoteprofile':['UserProfile','note'],'vertical':['Flex','vertical'],'voiceavatar':['VoiceChannel','avatar'],'voiceavatarcontainer':['VoiceChannel','avatarContainer'],'voiceavatarlarge':['VoiceChannel','avatarLarge'],'voiceavatarsmall':['VoiceChannel','avatarSmall'],'voiceavatarspeaking':['VoiceChannel','avatarSpeaking'],'voiceclickable':['VoiceChannel','clickable'],'voicecontent':['VoiceChannel','content'],'voicedetails':['VoiceDetails','container'],'voicedetailsactive':['VoiceDetailsPing','active'],'voicedetailschannel':['VoiceDetails','channel'],'voicedetailscustomstatuscontainer':['VoiceDetails','customStatusContainer'],'voicedetailshotspot':['VoiceDetails','hotspot'],'voicedetailsinactive':['VoiceDetailsPing','inactive'],'voicedetailsinner':['VoiceDetails','inner'],'voicedetailslabelwrapper':['VoiceDetailsPing','labelWrapper'],'voicedetailsping':['VoiceDetailsPing','ping'],'voicedetailsqualityaverage':['VoiceDetailsPing','rtcConnectionQualityAverage'],'voicedetailsqualitybad':['VoiceDetailsPing','rtcConnectionQualityBad'],'voicedetailsqualityfine':['VoiceDetailsPing','rtcConnectionQualityFine'],'voicedetailsstatus':['VoiceDetailsPing','rtcConnectionStatus'],'voicedetailsstatusconnected':['VoiceDetailsPing','rtcConnectionStatusConnected'],'voicedetailsstatusconnecting':['VoiceDetailsPing','rtcConnectionStatusConnecting'],'voicedetailsstatuserror':['VoiceDetailsPing','rtcConnectionStatusError'],'voicedetailsstatustooltip':['VoiceDetails','statusTooltip'],'voicedetailsstatuswithpopout':['VoiceDetails','statusWithPopout'],'voicedraggable':['NotFound','voiceDraggable'],'voiceflipped':['VoiceChannel','flipped'],'voiceicon':['VoiceChannel','icon'],'voiceicons':['VoiceChannel','icons'],'voiceiconspacing':['VoiceChannel','iconSpacing'],'voicelist':['VoiceChannel','list'],'voicelist2':['VoiceChannelList','list'],'voicelistcollapsed':['VoiceChannel','listCollapse'],'voicelistcollapsed2':['VoiceChannelList','collapsed'],'voicelistdefault':['VoiceChannel','listDefault'],'voiceliveicon':['VoiceChannel','liveIcon'],'voicename':['VoiceChannel','username'],'voicenamefont':['VoiceChannel','usernameFont'],'voicenamespeaking':['VoiceChannel','usernameSpeaking'],'voiceselected':['VoiceChannel','selected'],'voiceuser':['VoiceChannel','voiceUser'],'voiceuserlarge':['VoiceChannel','userLarge'],'voiceusersmall':['VoiceChannel','userSmall'],'weightbold':['TextStyle','weightBold'],'weightlight':['TextStyle','weightLight'],'weightmedium':['TextStyle','weightMedium'],'weightnormal':['TextStyle','weightNormal'],'weightsemibold':['TextStyle','weightSemiBold'],'white':['TextStyle','white'],'whitney':['TextStyle','whitney'],'wrap':['Flex','wrap'],'wrapreverse':['Flex','wrapReverse'],'yellow':['TextStyle','statusYellow']};BDFDB['DiscordClasses']=Object['assign']({},vV);e['getDiscordClass']=(vW,vX)=>{var vY=vL['BDFDB']['BDFDBundefined'];if(vV[vW]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vW+'\x20not\x20found\x20in\x20DiscordClasses');return vY;}else if(!BDFDB['ArrayUtils']['is'](vV[vW])||vV[vW]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vW+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20DiscordClasses');return vY;}else if(vL[vV[vW][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vV[vW][0x0]+'\x20not\x20found\x20in\x20DiscordClassModules');return vY;}else if(vL[vV[vW][0x0]][vV[vW][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vV[vW][0x1]+'\x20not\x20found\x20in\x20'+vV[vW][0x0]+'\x20in\x20DiscordClassModules');return vY;}else{vY=vL[vV[vW][0x0]][vV[vW][0x1]];if(vX){vY=vY['split']('\x20')['filter'](vZ=>vZ['indexOf']('da-')!=0x0)['join'](vX?'.':'\x20');vY=vY||vL['BDFDB']['BDFDBundefined'];}return vY;}};BDFDB['disCN']=new Proxy(vV,{'get':function(w0,w1){return e['getDiscordClass'](w1,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(vV,{'get':function(w2,w3){return e['getDiscordClass'](w3,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(vV,{'get':function(w4,w5){return e['getDiscordClass'](w5,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(vV,{'get':function(w6,w7){let w8=e['getDiscordClass'](w7,!![]);return(w8['indexOf']('#')==0x0?'':'.')+w8;}});BDFDB['dotCNS']=new Proxy(vV,{'get':function(w9,wa){let wb=e['getDiscordClass'](wa,!![]);return(wb['indexOf']('#')==0x0?'':'.')+wb+'\x20';}});BDFDB['dotCNC']=new Proxy(vV,{'get':function(wc,wd){let we=e['getDiscordClass'](wd,!![]);return(we['indexOf']('#')==0x0?'':'.')+we+',';}});BDFDB['notCN']=new Proxy(vV,{'get':function(wf,wg){return':not(.'+e['getDiscordClass'](wg,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(vV,{'get':function(wh,wi){return':not(.'+e['getDiscordClass'](wi,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(vV,{'get':function(wj,wk){return':not(.'+e['getDiscordClass'](wk,!![])['split']('.')[0x0]+'),';}});var wl={},wm={},wn=gR['React']&&gR['React']['Component'];wl['Button']=BDFDB['ModuleUtils']['findByProperties']('Colors','Hovers','Looks');wl['ContextMenuToggleItem']=BDFDB['ModuleUtils']['findByName']('ToggleMenuItem');wl['FavButton']=BDFDB['ModuleUtils']['findByName']('GIFFavButton');wl['PopoutContainer']=BDFDB['ModuleUtils']['findByName']('Popout');wl['Select']=BDFDB['ModuleUtils']['findByName']('SelectTempWrapper');wl['Switch']=BDFDB['ModuleUtils']['findByName']('Switch');wl['TabBar']=BDFDB['ModuleUtils']['findByName']('TabBar');wl['TextInput']=BDFDB['ModuleUtils']['findByName']('TextInput');wl['TooltipContainer']=BDFDB['ModuleUtils']['findByName']('Tooltip');wm['BotTag']=wn?class BDFDB_BotTag extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('span',{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['invertColor']?BDFDB['disCN']['bottaginvert']:BDFDB['disCN']['bottagregular'],this['props']['className']),'style':this['props']['style'],'children':this['props']['tag']||BDFDB['LanguageUtils']['LanguageStrings']['BOT_TAG_BOT']});}}:wm['BotTag'];wm['Button']=wn?class BDFDB_Button extends gR['React']['Component']{['handleClick'](wo){if(typeof this['props']['onClick']=='function')this['props']['onClick'](wo,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['Button'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}));}}:wm['Button'];wm['Card']=wn?class BDFDB_Card extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['hovercardwrapper'],this['props']['backdrop']||this['props']['backdrop']===undefined?BDFDB['disCN']['hovercard']:null,this['props']['className']),'direction':this['props']['direction'],'justify':this['props']['justify'],'align':this['props']['align'],'wrap':this['props']['wrap'],'style':this['props']['style'],'onClick':wp=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,wp);},'children':[!this['props']['noRemove']?BDFDB['ReactUtils']['createElement'](wm['CardRemoveButton'],{'onClick':wq=>{if(typeof this['props']['onRemove']=='function')this['props']['onRemove'](this,wq);BDFDB['ListenerUtils']['stopEvent'](wq);}}):null]['concat'](this['props']['children'])});}}:wm['Card'];wm['CardRemoveButton']=BDFDB['ModuleUtils']['findByName']('RemoveButton');wm['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByName']('ChannelTextAreaButton');wm['CharCounter']=wn?class BDFDB_CharCounter extends gR['React']['Component']{['getCounterString'](){let wr=this['refElement']||{};let ws=wr['value']||'',wt=wr['selectionStart']||0x0,wu=wr['selectionEnd']||0x0;let wv=this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](ws):ws['length'];let ww=wu-wt==0x0?0x0:this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](ws['slice'](wt,wu)):wu-wt;ww=!ww?0x0:ww>wv?wv-(wv-wu-wt):ww;return''+wv+(!this['props']['max']?'':'/'+this['props']['max'])+(!ww?'':'\x20('+ww+')');}['updateCounter'](){if(!this['refElement'])return;clearTimeout(this['updateTimeout']);this['updateTimeout']=BDFDB['TimeUtils']['timeout'](this['forceUpdateCounter']['bind'](this),0x64);}['forceUpdateCounter'](){if(!this['refElement'])return;this['props']['children']=this['getCounterString']();BDFDB['ReactUtils']['forceUpdate'](this);}['handleSelection'](){if(!this['refElement'])return;let wx=()=>{BDFDB['TimeUtils']['timeout'](this['forceUpdateCounter']['bind'](this),0xa);};let wy=()=>{document['removeEventListener']('mousemove',wx);document['removeEventListener']('mouseup',wy);if(this['refElement']['selectionEnd']-this['refElement']['selectionStart'])BDFDB['TimeUtils']['timeout'](()=>{document['addEventListener']('click',wz);});};let wz=()=>{var wA=BDFDB['ReactUtils']['getValue'](document['querySelector'](BDFDB['dotCN']['contextmenu']),'return.stateNode.props.type');if(!wA||!wA['startsWith']('CHANNEL_TEXT_AREA'))this['forceUpdateCounter']();BDFDB['TimeUtils']['timeout'](this['forceUpdateCounter']['bind'](this),0x64);document['removeEventListener']('mousemove',wx);document['removeEventListener']('mouseup',wy);document['removeEventListener']('click',wz);};document['addEventListener']('mousemove',wx);document['addEventListener']('mouseup',wy);}['componentDidMount'](){if(this['props']['refClass']){let wB=BDFDB['ReactUtils']['findDOMNode'](this);if(wB){this['refElement']=wB['parentElement']['querySelector'](this['props']['refClass']);if(this['refElement']){if(!this['_updateCounter'])this['_updateCounter']=()=>{if(!document['contains'](wB))BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'keydown\x20click\x20change',this['_updateCounter']);else this['updateCounter']();};if(!this['_handleSelection'])this['_handleSelection']=()=>{if(!document['contains'](wB))BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'mousedown',this['_handleSelection']);else this['handleSelection']();};BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'keydown\x20click\x20change',this['_updateCounter']);BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'mousedown',this['_handleSelection']);BDFDB['ListenerUtils']['multiAdd'](this['refElement'],'keydown\x20click\x20change',this['_updateCounter']);BDFDB['ListenerUtils']['multiAdd'](this['refElement'],'mousedown',this['_handleSelection']);this['updateCounter']();}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','could\x20not\x20find\x20referenceElement\x20for\x20BDFDB_CharCounter');}}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','refClass\x20can\x20not\x20be\x20undefined\x20for\x20BDFDB_CharCounter');}['render'](){let wC=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['charcounter'],this['props']['className']),'children':this['getCounterString']()});BDFDB['ObjectUtils']['delete'](wC,'parsing','max','refClass');return BDFDB['ReactUtils']['createElement']('div',wC);}}:wm['CharCounter'];wm['Clickable']=BDFDB['ModuleUtils']['findByName']('Clickable');wm['ColorSwatches']=wn?class BDFDB_ColorSwatches extends gR['React']['Component']{constructor(wD){super(wD);wD['selectedColor']=BDFDB['ObjectUtils']['is'](wD['color'])?wD['color']:BDFDB['ColorUtils']['convert'](wD['color'],'RGBA');wD['colors']=(BDFDB['ArrayUtils']['is'](wD['colors'])?wD['colors']:[null,0x52e91e,0x2ecc71,0x1abc9c,0x3498db,0x3454db,0x861ee9,0x9b59b6,0xe91e63,0xe9411e,0xe74c3c,0xe67e22,0xf1c40f,0xc7cccd,0x708088,0x636363,0xffffff,0x3bad14,0x1f8b4c,0x11806a,0x206694,0x203994,0x6d14ad,0x71368a,0xad1457,0xad2014,0x992d22,0xa84300,0xc27c0e,0x979c9f,0x5d686d,0x2c2c2c])['map'](wE=>BDFDB['ColorUtils']['convert'](wE,'RGBA'));wD['colorRows']=wD['colors']['length']?[wD['colors']['slice'](0x0,parseInt(wD['colors']['length']/0x2)),wD['colors']['slice'](parseInt(wD['colors']['length']/0x2))]:[];wD['customColor']=wD['selectedColor']!=null?wD['colors']['indexOf'](wD['selectedColor'])>-0x1?null:wD['selectedColor']:null;wD['customSelected']=!!wD['customColor'];wD['pickerConfig']=BDFDB['ObjectUtils']['is'](wD['pickerConfig'])?wD['pickerConfig']:{'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}};this['state']=wD;var wG=this;this['ColorSwatch']=class ColorSwatch extends gR['React']['Component']{['render'](){let wH=!BDFDB['ColorUtils']['isBright'](this['props']['color']);return BDFDB['ReactUtils']['createElement']('button',{'type':'button','className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['colorpickerswatch'],this['props']['isDisabled']?BDFDB['disCN']['colorpickerswatchdisabled']:null,this['props']['isSelected']?BDFDB['disCN']['colorpickerswatchselected']:null,this['props']['isCustom']?BDFDB['disCN']['colorpickerswatchcustom']:null,this['props']['isSingle']?BDFDB['disCN']['colorpickerswatchsingle']:null,this['props']['color']==null?BDFDB['disCN']['colorpickerswatchnocolor']:null),'disabled':this['props']['isDisabled'],'onClick':c=>{if(!this['props']['isSelected']){let wJ=this['props']['isCustom']&&this['props']['color']==null?'rgba(0,0,0,1)':this['props']['color'];wG['setState']({'selectedColor':wJ,'customColor':this['props']['isCustom']?wJ:wG['state']['customColor'],'customSelected':this['props']['isCustom']});}if(this['props']['isCustom']||this['props']['isSingle']){let wK=BDFDB['ReactUtils']['findDOMNode'](this);if(wK)BDFDB['ColorUtils']['openPicker'](wG,wK,this['props']['color'],wG['state']['pickerConfig']);};},'onMouseEnter':c=>{let wM=this['props']['isCustom']||this['props']['isSingle']||this['props']['color']==null?BDFDB['ReactUtils']['findDOMNode'](this):null;if(wM)BDFDB['TooltipUtils']['create'](wM,this['props']['isCustom']||this['props']['isSingle']?BDFDB['LanguageUtils']['LanguageStrings']['CUSTOM_COLOR']:BDFDB['LanguageUtils']['LanguageStrings']['DEFAULT'],{'type':'bottom'});},'style':Object['assign']({},this['props']['style'],{'background':BDFDB['ObjectUtils']['is'](this['props']['color'])?BDFDB['ColorUtils']['createGradient'](this['props']['color']):BDFDB['ColorUtils']['convert'](this['props']['color'],'RGBA')}),'children':[this['props']['isCustom']||this['props']['isSingle']?BDFDB['ReactUtils']['createElement'](wm['SvgIcon'],{'className':BDFDB['disCN']['colorpickerswatchdropper'],'foreground':BDFDB['disCN']['colorpickerswatchdropperfg'],'name':wm['SvgIcon']['Names']['DROPPER'],'width':this['props']['isCustom']?0xe:0xa,'height':this['props']['isCustom']?0xe:0xa,'color':wH?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null,this['props']['isSelected']&&!this['props']['isSingle']?BDFDB['ReactUtils']['createElement'](wm['SvgIcon'],{'name':wm['SvgIcon']['Names']['CHECKMARK'],'width':this['props']['isCustom']?0x20:0x10,'height':this['props']['isCustom']?0x18:0x10,'color':wH?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null]});}};}['renderRow'](wN){return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['disCN']['colorpickerrow'],'wrap':wm['Flex']['Wrap']['WRAP'],'children':wN['map'](wO=>{return BDFDB['ReactUtils']['createElement'](this['ColorSwatch'],{'color':wO,'isCustom':![],'isSelected':!this['state']['customSelected']&&wO===this['state']['selectedColor'],'isDisabled':this['state']['disabled']});})});}['render'](){return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['colorpickerswatches'],this['state']['disabled']?BDFDB['disCN']['colorpickerswatchesdisabled']:null),'number':this['props']['number']!=null?this['props']['number']:0x0,'children':[BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'className':BDFDB['disCN']['marginreset'],'shrink':0x0,'grow':0x0,'wrap':!![],'children':[BDFDB['ReactUtils']['createElement'](this['ColorSwatch'],{'color':this['state']['customColor'],'isSingle':!this['state']['colors']['length'],'isCustom':this['state']['colors']['length'],'isSelected':this['state']['customSelected'],'isDisabled':this['state']['disabled'],'style':{'margin':0x0}})]}),this['state']['colors']['length']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'direction':wm['Flex']['Direction']['VERTICAL'],'className':BDFDB['disCN']['flexmarginreset'],'grow':0x1,'children':[this['renderRow'](this['state']['colorRows'][0x0]),this['renderRow'](this['state']['colorRows'][0x1])]}):null]});}}:wm['ColorSwatches'];wm['ContextMenu']=BDFDB['ModuleUtils']['findByName']('NativeContextMenu');wm['ContextMenuItem']=wn?class BDFDB_ContextMenuItem extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['Clickable'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['contextmenuitem'],!this['props']['disabled']?BDFDB['disCN']['contextmenuitemclickable']:null,this['props']['danger']?BDFDB['disCN']['contextmenuitemdanger']:null,this['props']['disabled']?BDFDB['disCN']['contextmenuitemdisabled']:null,this['props']['brand']?BDFDB['disCN']['contextmenuitembrand']:null,this['props']['className']),'style':this['props']['style'],'role':'menuitem','onClick':this['props']['disabled']||typeof this['props']['action']!='function'?null:this['props']['action'],'children':[BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['contextmenulabel'],'children':this['props']['label']}),BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['contextmenuhint'],'style':this['props']['hint']?{'width':0x2a,'maxWidth':0x2a,'marginLeft':0x8}:{},'children':this['props']['hint']?BDFDB['ReactUtils']['createElement'](wm['TextScroller'],{'speed':0x2,'children':this['props']['hint']}):null}),this['props']['children']]});}}:wm['ContextMenuItem'];wm['ContextMenuItemGroup']=BDFDB['ModuleUtils']['findByString']('\x22div\x22,{className','default.itemGroup}');wm['ContextMenuSliderItem']=BDFDB['ModuleUtils']['findByName']('SliderMenuItem');wm['ContextMenuSubItem']=BDFDB['ModuleUtils']['findByName']('FluxContainer(SubMenuItem)');wm['ContextMenuToggleItem']=wn?class BDFDB_ContextMenuToggleItem extends gR['React']['Component']{['handleToggle'](){if(typeof this['props']['action']=='function')this['props']['action'](!this['props']['active']);this['props']['active']=!this['props']['active'];BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['ContextMenuToggleItem'],Object['assign']({},this['props'],{'action':this['handleToggle']['bind'](this)}));}}:wm['ContextMenuToggleItem'];wm['FavButton']=wn?class BDFDB_FavButton extends gR['React']['Component']{['handleClick'](){if(typeof this['props']['onClick']=='function')this['props']['onClick'](!this['props']['isFavorite'],this);this['props']['isFavorite']=!this['props']['isFavorite'];BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['favbuttoncontainer'],'children':BDFDB['ReactUtils']['createElement'](wl['FavButton'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}))});}}:wm['FavButton'];wm['Flex']=BDFDB['ModuleUtils']['findByProperties']('Wrap','Direction','Child');wm['FormComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('FormSection','FormText')||{});wm['FormComponents']['FormItem']=wn?class BDFDB_FormItem extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':this['props']['className'],'style':this['props']['style'],'children':[BDFDB['ReactUtils']['createElement'](wm['Flex'],{'align':wm['Flex']['Align']['BASELINE'],'children':[this['props']['title']!=null||this['props']['error']!=null?BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'tag':this['props']['tag']||wm['FormComponents']['FormTitle']['Tags']['H5'],'disabled':this['props']['disabled'],'required':this['props']['required'],'error':this['props']['error'],'className':this['props']['titleClassName'],'children':this['props']['title']})}):null,BDFDB['ArrayUtils']['is'](this['props']['titlechildren'])?this['props']['titlechildren']:Array['of'](this['props']['titlechildren'])]})]['concat'](this['props']['children'])});}}:wm['FormComponents']['FormItem'];wm['IconBadge']=BDFDB['ModuleUtils']['findByName']('IconBadge');wm['ModalComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('ModalContent','ModalFooter')||{});wm['ModalComponents']['ModalTabContent']=wn?class BDFDB_ModalTabContent extends gR['React']['Component']{['render'](){let wP=Object['assign']({},this['props']);BDFDB['ObjectUtils']['delete'](wP,'open');return BDFDB['ReactUtils']['createElement'](wm['Flex'],Object['assign']({'tab':'unnamed'},wP,{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['modaltabcontent'],this['props']['open']?BDFDB['disCN']['modaltabcontentopen']:null,this['props']['className']),'direction':wm['Flex']['Direction']['VERTICAL'],'align':wm['Flex']['Align']['STRETCH'],'style':Object['assign']({},wP['style'],{'display':this['props']['open']?null:'none','marginTop':0xa})}));}}:wm['ModalComponents']['ModalTabContent'];wm['NumberBadge']=BDFDB['ModuleUtils']['findByName']('NumberBadge');wm['Popout']=wn?class BDFDB_Popout extends gR['React']['Component']{['render'](){let wQ=typeof this['props']['position']=='string'?this['props']['position']['toLowerCase']():null;let wR=wQ&&vV['popout'+wQ]?BDFDB['disCN']['popout'+wQ]:BDFDB['disCN']['popouttop'];let wS=!this['props']['arrow']?BDFDB['disCN']['popoutnoarrow']:wQ&&wQ['indexOf']('top')>-0x1&&wQ!='top'?BDFDB['disCN']['popoutarrowalignmenttop']:BDFDB['disCN']['popoutarrowalignmentmiddle'];return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['popout'],wR,this['props']['invert']&&wQ&&wQ!='bottom'?BDFDB['disCN']['popoutinvert']:null,wS,!this['props']['shadow']?BDFDB['disCN']['popoutnoshadow']:null,this['props']['className']),'id':this['props']['id'],'style':Object['assign']({},this['props']['style'],{'position':this['props']['isChild']?'relative':'absolute'}),'children':BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['popoutthemedpopout'],'style':{'padding':parseInt(this['props']['padding'])||null,'width':parseInt(this['props']['width'])||null},'children':this['props']['children']})});}}:wm['Popout'];wm['PopoutContainer']=wn?class BDFDB_PopoutContainer extends gR['React']['Component']{['handleRender'](wT){return BDFDB['ReactUtils']['createElement'](wm['Popout'],{'className':this['props']['popoutClassName'],'isChild':!![],'position':wT['position'],'arrow':this['props']['arrow'],'shadow':this['props']['shadow'],'padding':this['props']['padding'],'height':this['props']['height'],'width':this['props']['width'],'style':this['props']['popoutStyle'],'children':typeof this['props']['renderPopout']=='function'?this['props']['renderPopout'](this):null});}['componentDidMount'](){let wU=BDFDB['ReactUtils']['findOwner'](this,{'name':'BasePopout'});if(!wU||!wU['handleClick'])return;this['handleClick']=wU['handleClick'];this['close']=(...wV)=>{wU['close'](...wV);if(typeof this['props']['onClose']=='function')this['props']['onClose'](this);};this['domElementRef']=wU['domElementRef'];}['render'](){if(typeof this['props']['children']!='function'){let wW=this['props']['children'];this['props']['children']=c=>{return wW||BDFDB['ReactUtils']['createElement']('div',{'style':{'height':'100%','width':'100%'}});};}return BDFDB['ReactUtils']['createElement'](wm['Clickable'],{'className':this['props']['className'],'style':this['props']['style'],'onClick':wY=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wY['target'])){if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,wY);if((this['props']['openOnClick']||this['props']['openOnClick']===undefined)&&typeof this['handleClick']=='function')this['handleClick']();}else wY['stopPropagation']();},'onContextMenu':wZ=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wZ['target'])){if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,wZ);if(this['props']['openOnContextMenu']&&typeof this['handleClick']=='function')this['handleClick']();}else wZ['stopPropagation']();},'children':BDFDB['ReactUtils']['createElement'](wl['PopoutContainer'],Object['assign']({},this['props'],{'renderPopout':this['handleRender']['bind'](this)}))});}}:wm['PopoutContainer'];wm['Select']=wn?class BDFDB_Select extends gR['React']['Component']{['handleChange'](x0){if(typeof this['props']['onChange']=='function')this['props']['onChange'](x0,this);this['props']['value']=x0;BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['Select'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wm['Select'];wm['SettingsPanel']=wn?class BDFDB_SettingsPanel extends gR['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'direction':wm['Flex']['Direction']['VERTICAL'],'grow':0x1,'children':[typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'className':BDFDB['disCNS']['marginbottom20']+'BDFDB-settings-title','tag':wm['FormComponents']['FormTitle']['Tags']['H2'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':'BDFDB-settings-inner','direction':wm['Flex']['Direction']['VERTICAL'],'children':this['props']['children']})]}):null;}}:wm['SettingsPanel'];wm['SettingsPanelInner']=wn?class BDFDB_SettingsPanelInner extends gR['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wm['Flex'],{'direction':wm['Flex']['Direction']['VERTICAL'],'children':[BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom8']}),typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormTitle'],{'className':BDFDB['disCN']['marginbottom4'],'tag':wm['FormComponents']['FormTitle']['Tags']['H3'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':'BDFDB-settings-inner-list','direction':wm['Flex']['Direction']['VERTICAL'],'children':this['props']['children']}),BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom20']})]}):null;}}:wm['SettingsPanelInner'];wm['SettingsItem']=wn?class BDFDB_SettingsItem extends gR['React']['Component']{['handleChange'](x1){if(typeof this['props']['onChange']=='function')this['props']['onChange'](x1,this);}['render'](){if(typeof this['props']['type']!='string'||!['BUTTON','SWITCH','TEXTINPUT']['includes'](this['props']['type']['toUpperCase']()))return null;let x2=wm[this['props']['type']];if(!x2)return null;if(this['props']['mini']&&x2['Sizes'])this['props']['size']=x2['Sizes']['MINI']||x2['Sizes']['MIN'];let x3=Object['assign']({},this['props'],{'className':this['props']['childClassName'],'onChange':this['handleChange']['bind'](this)});BDFDB['ObjectUtils']['delete'](x3,'basis','dividerbottom','dividertop','label','labelchildren','mini','note','type','childClassName');return BDFDB['ReactUtils']['createElement'](wm['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['className'],this['props']['disabled']?BDFDB['disCN']['disabled']:null),'direction':wm['Flex']['Direction']['VERTICAL'],'align':wm['Flex']['Align']['STRETCH'],'children':[this['props']['dividertop']?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['marginbottom8']:BDFDB['disCN']['marginbottom20']}):null,BDFDB['ReactUtils']['createElement'](wm['Flex'],{'align':wm['Flex']['Align']['CENTER'],'children':[BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'children':BDFDB['ReactUtils']['createElement'](wm['SettingsLabel'],{'mini':this['props']['mini'],'label':this['props']['label']})}),BDFDB['ArrayUtils']['is'](this['props']['labelchildren'])?this['props']['labelchildren']:Array['of'](this['props']['labelchildren']),BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'grow':this['props']['basis']?0x1:0x0,'shrink':0x0,'basis':this['props']['basis'],'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](x2,x3)})]}),typeof this['props']['note']=='string'?BDFDB['ReactUtils']['createElement'](wm['Flex']['Child'],{'className':BDFDB['disCN']['note'],'children':BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormText'],{'disabled':this['props']['disabled'],'type':wm['FormComponents']['FormText']['Types']['DESCRIPTION'],'children':this['props']['note']})}):null,this['props']['dividerbottom']?BDFDB['ReactUtils']['createElement'](wm['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['margintop8']:BDFDB['disCN']['margintop20']}):null]});}}:wm['SettingsItem'];wm['SettingsLabel']=wn?class BDFDB_SettingsLabel extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('label',{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['mini']?BDFDB['disCN']['titlemini']:BDFDB['disCN']['titledefault'],BDFDB['disCN']['cursordefault']),'children':this['props']['label']});}}:wm['SettingsLabel'];wm['SettingsSwitch']=wn?class BDFDB_SettingsSwitch extends gR['React']['Component']{['saveSettings'](x4){if(typeof this['props']['onChange']=='function')this['props']['onChange'](x4,this);let x5=this['props']['keys']['filter'](x6=>x6);let x7=x5['shift']();if(BDFDB['ObjectUtils']['is'](this['props']['plugin'])&&x7){var x8=BDFDB['DataUtils']['load'](this['props']['plugin'],x7);var x9='';for(let xa of x5)x9+='{\x22'+xa+'\x22:';x9+=x4+'}'['repeat'](x5['length']);x9=JSON['parse'](x9);if(BDFDB['ObjectUtils']['is'](x9))BDFDB['ObjectUtils']['deepAssign'](x8,x9);else x8=x9;BDFDB['DataUtils']['save'](x8,this['props']['plugin'],x7);this['props']['plugin']['SettingsUpdated']=!![];}}['render'](){return BDFDB['ReactUtils']['createElement'](wm['SettingsItem'],Object['assign']({'keys':[]},this['props'],{'type':'Switch','onChange':this['saveSettings']['bind'](this)}));}}:wm['SettingsSwitch'];wm['SvgIcon']=BDFDB['ModuleUtils']['findByProperties']('Gradients','Names');wm['Switch']=wn?class BDFDB_Switch extends gR['React']['Component']{['handleChange'](){if(typeof this['props']['onChange']=='function')this['props']['onChange'](!this['props']['value'],this);this['props']['value']=!this['props']['value'];BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['Switch'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wm['Switch'];wm['TabBar']=wn?class BDFDB_TabBar extends gR['React']['Component']{['handleItemSelect'](xb){if(typeof this['props']['onItemSelect']=='function')this['props']['onItemSelect'](xb,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wl['TabBar'],Object['assign']({},this['props'],{'onItemSelect':this['handleItemSelect']['bind'](this)}));}}:wm['TabBar'];wm['TextElement']=BDFDB['ModuleUtils']['findByName']('Text');wm['TextInput']=wn?class BDFDB_TextInput extends gR['React']['Component']{['handleKeyDown'](xc){if(typeof this['props']['onKeyDown']=='function')this['props']['onKeyDown'](xc,this);}['handleChange'](xd){xd=BDFDB['ObjectUtils']['is'](xd)?xd['currentTarget']['value']:xd;if(typeof this['props']['onChange']=='function')this['props']['onChange'](xd,this);this['props']['value']=xd;BDFDB['ReactUtils']['forceUpdate'](this);}['handleInput'](xe){xe=BDFDB['ObjectUtils']['is'](xe)?xe['currentTarget']['value']:xe;if(typeof this['props']['onInput']=='function')this['props']['onInput'](xe,this);}['handleBlur'](xf){if(typeof this['props']['onBlur']=='function')this['props']['onBlur'](xf,this);}['handleFocus'](xg){if(typeof this['props']['onFocus']=='function')this['props']['onFocus'](xg,this);}['handleMouseEnter'](xh){if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](xh,this);}['handleMouseLeave'](xi){if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](xi,this);}['handleNumberButton'](xj,xk){clearTimeout(xj['pressedTimeout']);xj['pressedTimeout']=BDFDB['TimeUtils']['timeout'](c=>{delete this['props']['focused'];BDFDB['ReactUtils']['forceUpdate'](this);},0x3e8);this['props']['focused']=!![];this['handleChange']['bind'](this)(xk);this['handleInput']['bind'](this)(xk);}['componentDidMount'](){let xm=BDFDB['ReactUtils']['findDOMNode'](this);if(!xm)return;xm=xm['querySelector']('input')||xm;if(xm&&!xm['patched']){xm['addEventListener']('keydown',xn=>{this['handleKeyDown']['bind'](this)(xn);xn['stopImmediatePropagation']();});xm['patched']=!![];}}['render'](){let xo=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['size']&&wm['TextInput']['Sizes'][this['props']['size']['toUpperCase']()]&&BDFDB['disCN']['input'+this['props']['size']['toLowerCase']()]||BDFDB['disCN']['inputdefault'],this['props']['inputClassName'],this['props']['focused']?BDFDB['disCN']['inputfocused']:null,this['props']['error']||this['props']['errorMessage']?BDFDB['disCN']['inputerror']:this['props']['success']?BDFDB['disCN']['inputsuccess']:null,this['props']['disabled']?BDFDB['disCN']['inputdisabled']:null,this['props']['editable']?BDFDB['disCN']['inputeditable']:null),'disabled':this['props']['disabled'],'onKeyDown':this['handleKeyDown']['bind'](this),'onChange':this['handleChange']['bind'](this),'onInput':this['handleInput']['bind'](this),'onBlur':this['handleBlur']['bind'](this),'onFocus':this['handleFocus']['bind'](this),'onMouseEnter':this['handleMouseEnter']['bind'](this),'onMouseLeave':this['handleMouseLeave']['bind'](this),'ref':this['props']['inputRef']});BDFDB['ObjectUtils']['delete'](xo,'errorMessage','focused','error','success','inputClassName','inputPrefix','size','editable','inputRef','style');return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['inputwrapper'],this['props']['type']=='number'?this['props']['size']&&wm['TextInput']['Sizes'][this['props']['size']['toUpperCase']()]&&BDFDB['disCN']['inputnumberwrapper'+this['props']['size']['toLowerCase']()]||BDFDB['disCN']['inputnumberwrapperdefault']:null,this['props']['className']),'style':this['props']['style'],'children':[this['props']['inputPrefix']?BDFDB['ReactUtils']['createElement']('span',{'className':BDFDB['disCN']['inputprefix']}):null,this['props']['type']=='number'?BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttons'],'children':[BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttonup'],'onClick':xp=>{var xq=parseInt(this['props']['min']);var xr=parseInt(this['props']['max']);var xs=parseInt(this['props']['value'])+0x1||xq||0x0;if(isNaN(xr)||!isNaN(xr)&&xs<=xr)this['handleNumberButton']['bind'](this)(xp['_targetInst'],isNaN(xq)||!isNaN(xq)&&xs>=xq?xs:xq);}}),BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttondown'],'onClick':xt=>{var xu=parseInt(this['props']['min']);var xv=parseInt(this['props']['max']);var xw=parseInt(this['props']['value'])-0x1||xu||0x0;if(isNaN(xu)||!isNaN(xu)&&xw>=xu)this['handleNumberButton']['bind'](this)(xt['_targetInst'],isNaN(xv)||!isNaN(xv)&&xw<=xv?xw:xv);}})]}):null,BDFDB['ReactUtils']['createElement']('input',xo),this['props']['errorMessage']?BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputerrormessage'],'children':this['props']['errorMessage']}):null]});}}:wm['TextInput'];wm['TextScroller']=wn?class BDFDB_TextScroller extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':'BDFDB-textscroller','style':{'position':'relative','display':'block','overflow':'hidden'},'ref':xx=>{let xy=BDFDB['ReactUtils']['findDOMNode'](xx);if(xy){var xz=xy['firstElementChild'];var xA=new gR['AnimationUtils']['Value'](0x0);xA['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](xz)['width']-BDFDB['DOMUtils']['getRects'](xy)['width'])*-0x1]})['addListener'](xB=>{xz['style']['setProperty']('left',xB['value']+'px','important');});this['scroll']=xC=>{var xD=xC+parseFloat(xz['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](xz)['width']-BDFDB['DOMUtils']['getRects'](xy)['width']);xD=isNaN(xD)||!isFinite(xD)?xC:xD;xD*=BDFDB['DOMUtils']['getRects'](xz)['width']/(BDFDB['DOMUtils']['getRects'](xy)['width']*0x2);gR['AnimationUtils']['parallel']([gR['AnimationUtils']['timing'](xA,{'toValue':xC,'duration':Math['sqrt'](xD**0x2)*0xfa0/(parseInt(this['props']['speed'])||0x1)})])['start']();};}},'onMouseEnter':xE=>{var xF=xE['currentTarget'];var xG=xF['firstElementChild'];if(BDFDB['DOMUtils']['getRects'](xF)['width']{var xI=xH['currentTarget'];var xJ=xI['firstElementChild'];if(this['scrolling']){delete this['scrolling'];xJ['style']['setProperty']('display','inline','important');this['scroll'](0x0);}},'children':BDFDB['ReactUtils']['createElement']('div',{'style':{'left':'0','position':'relative','display':'inline','whiteSpace':'nowrap'},'children':this['props']['children']})});}}:wm['TextScroller'];wm['TooltipContainer']=wn?class BDFDB_TooltipContainer extends gR['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wm['Clickable'],{'className':this['props']['className'],'onMouseEnter':xK=>{BDFDB['TooltipUtils']['create'](xK['currentTarget'],this['props']['text'],Object['assign']({},this['props']['tooltipConfig']));if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](this,xK);},'onMouseLeave':xL=>{if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](this,xL);},'onClick':xM=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,xM);},'onContextMenu':xN=>{if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,xN);},'children':this['props']['children']});}}:wm['TooltipContainer'];for(let xO in wl)if(wm[xO])for(let xP in wl[xO])if(xP!='displayName'&&xP!='name'&&typeof wl[xO][xP]!='function')wm[xO][xP]=wl[xO][xP];BDFDB['LibraryComponents']=Object['assign']({},wm);var xQ=gR['LanguageStore']&&gR['LanguageStore']['_proxyContext']?Object['assign']({},gR['LanguageStore']['_proxyContext']['defaultMessages']):{};BDFDB['LanguageUtils']={};BDFDB['LanguageUtils']['languages']={'$discord':{'name':'Discord\x20(English\x20(US))','id':'en-US','ownlang':'English\x20(US)','integrated':![],'dic':![]},'af':{'name':'Afrikaans','id':'af','ownlang':'Afrikaans','integrated':![],'dic':!![]},'sq':{'name':'Albanian','id':'sq','ownlang':'Shqiptar','integrated':![],'dic':![]},'am':{'name':'Amharic','id':'am','ownlang':'አማርኛ','integrated':![],'dic':![]},'ar':{'name':'Arabic','id':'ar','ownlang':'اللغة\x20العربية','integrated':![],'dic':![]},'hy':{'name':'Armenian','id':'hy','ownlang':'Հայերեն','integrated':![],'dic':![]},'az':{'name':'Azerbaijani','id':'az','ownlang':'آذربایجان\x20دیلی','integrated':![],'dic':![]},'eu':{'name':'Basque','id':'eu','ownlang':'Euskara','integrated':![],'dic':![]},'be':{'name':'Belarusian','id':'be','ownlang':'Беларуская','integrated':![],'dic':![]},'bn':{'name':'Bengali','id':'bn','ownlang':'বাংলা','integrated':![],'dic':![]},'bs':{'name':'Bosnian','id':'bs','ownlang':'Босански','integrated':![],'dic':![]},'bg':{'name':'Bulgarian','id':'bg','ownlang':'български','integrated':!![],'dic':![]},'my':{'name':'Burmese','id':'my','ownlang':'မြန်မာစာ','integrated':![],'dic':![]},'ca':{'name':'Catalan','id':'ca','ownlang':'Català','integrated':![],'dic':![]},'ceb':{'name':'Cebuano','id':'ceb','ownlang':'Bisaya','integrated':![],'dic':![]},'ny':{'name':'Chewa','id':'ny','ownlang':'Nyanja','integrated':![],'dic':![]},'zh-HK':{'name':'Chinese\x20(Hong\x20Kong)','id':'zh-HK','ownlang':'香港中文','integrated':![],'dic':![]},'zh-CN':{'name':'Chinese\x20(Simplified)','id':'zh-CN','ownlang':'简体中文','integrated':![],'dic':![]},'zh-TW':{'name':'Chinese\x20(Traditional)','id':'zh-TW','ownlang':'繁體中文','integrated':!![],'dic':![]},'co':{'name':'Corsican','id':'co','ownlang':'Corsu','integrated':![],'dic':![]},'hr':{'name':'Croatian','id':'hr','ownlang':'Hrvatski','integrated':!![],'dic':![]},'cs':{'name':'Czech','id':'cs','ownlang':'Čeština','integrated':!![],'dic':![]},'da':{'name':'Danish','id':'da','ownlang':'Dansk','integrated':!![],'dic':!![]},'nl':{'name':'Dutch','id':'nl','ownlang':'Nederlands','integrated':!![],'dic':!![]},'en':{'name':'English','id':'en','ownlang':'English','integrated':![],'dic':!![]},'en-GB':{'name':'English\x20(UK)','id':'en-GB','ownlang':'English\x20(UK)','integrated':!![],'dic':!![]},'en-US':{'name':'English\x20(US)','id':'en-US','ownlang':'English\x20(US)','integrated':!![],'dic':!![]},'eo':{'name':'Esperanto','id':'eo','ownlang':'Esperanto','integrated':![],'dic':![]},'et':{'name':'Estonian','id':'et','ownlang':'Eesti','integrated':![],'dic':![]},'fil':{'name':'Filipino','id':'fil','ownlang':'Wikang\x20Filipino','integrated':![],'dic':![]},'fi':{'name':'Finnish','id':'fi','ownlang':'Suomi','integrated':!![],'dic':![]},'fr':{'name':'French','id':'fr','ownlang':'Français','integrated':!![],'dic':!![]},'fr-CA':{'name':'French\x20(Canadian)','id':'fr-CA','ownlang':'Français\x20Canadien','integrated':![],'dic':![]},'fy':{'name':'Frisian','id':'fy','ownlang':'Frysk','integrated':![],'dic':![]},'gl':{'name':'Galician','id':'gl','ownlang':'Galego','integrated':![],'dic':![]},'ka':{'name':'Georgian','id':'ka','ownlang':'ქართული','integrated':![],'dic':![]},'de':{'name':'German','id':'de','ownlang':'Deutsch','integrated':!![],'dic':!![]},'de-AT':{'name':'German\x20(Austria)','id':'de-AT','ownlang':'Österreichisch\x20Deutsch','integrated':![],'dic':![]},'de-CH':{'name':'German\x20(Switzerland)','id':'de-CH','ownlang':'Schweizerdeutsch','integrated':![],'dic':![]},'el':{'name':'Greek','id':'el','ownlang':'Ελληνικά','integrated':![],'dic':![]},'gu':{'name':'Gujarati','id':'gu','ownlang':'ગુજરાતી','integrated':![],'dic':![]},'ht':{'name':'Haitian\x20Creole','id':'ht','ownlang':'Kreyòl\x20Ayisyen','integrated':![],'dic':![]},'ha':{'name':'Hausa','id':'ha','ownlang':'حَوْسَ','integrated':![],'dic':![]},'haw':{'name':'Hawaiian','id':'haw','ownlang':'ʻŌlelo\x20Hawaiʻi','integrated':![],'dic':![]},'iw':{'name':'Hebrew','id':'iw','ownlang':'עברית','integrated':![],'dic':![]},'hi':{'name':'Hindi','id':'hi','ownlang':'हिन्दी','integrated':![],'dic':![]},'hmn':{'name':'Hmong','id':'hmn','ownlang':'lol\x20Hmongb','integrated':![],'dic':![]},'hu':{'name':'Hungarain','id':'hu','ownlang':'Magyar','integrated':![],'dic':![]},'is':{'name':'Icelandic','id':'is','ownlang':'Íslenska','integrated':![],'dic':![]},'ig':{'name':'Igbo','id':'ig','ownlang':'Asụsụ\x20Igbo','integrated':![],'dic':![]},'id':{'name':'Indonesian','id':'id','ownlang':'Bahasa\x20Indonesia','integrated':![],'dic':![]},'ga':{'name':'Irish','id':'ga','ownlang':'Gaeilge','integrated':![],'dic':![]},'it':{'name':'Italian','id':'it','ownlang':'Italiano','integrated':!![],'dic':!![]},'ja':{'name':'Japanese','id':'ja','ownlang':'日本語','integrated':!![],'dic':![]},'jv':{'name':'Javanese','id':'jv','ownlang':'ꦧꦱꦗꦮ','integrated':![],'dic':![]},'kn':{'name':'Kannada','id':'kn','ownlang':'ಕನ್ನಡ','integrated':![],'dic':![]},'kk':{'name':'Kazakh','id':'kk','ownlang':'Қазақ\x20Tілі','integrated':![],'dic':![]},'km':{'name':'Khmer','id':'km','ownlang':'ភាសាខ្មែរ','integrated':![],'dic':![]},'ko':{'name':'Korean','id':'ko','ownlang':'한국어','integrated':!![],'dic':![]},'ku':{'name':'Kurdish','id':'ku','ownlang':'کوردی','integrated':![],'dic':![]},'ky':{'name':'Kyrgyz','id':'ky','ownlang':'кыргызча','integrated':![],'dic':![]},'lo':{'name':'Lao','id':'lo','ownlang':'ພາສາລາວ','integrated':![],'dic':![]},'la':{'name':'Latin','id':'la','ownlang':'Latina','integrated':![],'dic':![]},'lv':{'name':'Latvian','id':'lv','ownlang':'Latviešu','integrated':![],'dic':![]},'lt':{'name':'Lithuanian','id':'lt','ownlang':'Lietuvių','integrated':![],'dic':![]},'lb':{'name':'Luxembourgish','id':'lb','ownlang':'Lëtzebuergesch','integrated':![],'dic':![]},'mk':{'name':'Macedonian','id':'mk','ownlang':'Mакедонски','integrated':![],'dic':![]},'mg':{'name':'Malagasy','id':'mg','ownlang':'Malagasy','integrated':![],'dic':![]},'ms':{'name':'Malay','id':'ms','ownlang':'بهاس\x20ملايو','integrated':![],'dic':![]},'ml':{'name':'Malayalam','id':'ml','ownlang':'മലയാളം','integrated':![],'dic':![]},'mt':{'name':'Maltese','id':'mt','ownlang':'Malti','integrated':![],'dic':![]},'mi':{'name':'Maori','id':'mi','ownlang':'te\x20Reo\x20Māori','integrated':![],'dic':![]},'mr':{'name':'Marathi','id':'mr','ownlang':'मराठी','integrated':![],'dic':![]},'mn':{'name':'Mongolian','id':'mn','ownlang':'Монгол\x20Хэл','integrated':![],'dic':![]},'ne':{'name':'Nepali','id':'ne','ownlang':'नेपाली','integrated':![],'dic':![]},'no':{'name':'Norwegian','id':'no','ownlang':'Norsk','integrated':!![],'dic':![]},'ps':{'name':'Pashto','id':'ps','ownlang':'پښتو','integrated':![],'dic':![]},'fa':{'name':'Persian','id':'fa','ownlang':'فارسی','integrated':![],'dic':![]},'pl':{'name':'Polish','id':'pl','ownlang':'Polski','integrated':!![],'dic':![]},'pt':{'name':'Portuguese','id':'pt','ownlang':'Português','integrated':![],'dic':!![]},'pt-BR':{'name':'Portuguese\x20(Brazil)','id':'pt-BR','ownlang':'Português\x20do\x20Brasil','integrated':!![],'dic':!![]},'pt-PT':{'name':'Portuguese\x20(Portugal)','id':'pt-PT','ownlang':'Português\x20do\x20Portugal','integrated':![],'dic':![]},'pa':{'name':'Punjabi','id':'pa','ownlang':'पंजाबी','integrated':![],'dic':![]},'ro':{'name':'Romanian','id':'ro','ownlang':'Română','integrated':![],'dic':![]},'ru':{'name':'Russian','id':'ru','ownlang':'Pусский','integrated':!![],'dic':!![]},'sm':{'name':'Samoan','id':'sm','ownlang':'Gagana\x20Sāmoa','integrated':![],'dic':![]},'gd':{'name':'Scottish\x20Gaelic','id':'gd','ownlang':'Gàidhlig','integrated':![],'dic':![]},'sr':{'name':'Serbian','id':'sr','ownlang':'Српски','integrated':![],'dic':![]},'st':{'name':'Sotho','id':'st','ownlang':'Sesotho','integrated':![],'dic':![]},'sn':{'name':'Shona','id':'sn','ownlang':'Shona','integrated':![],'dic':![]},'sd':{'name':'Sindhi','id':'sd','ownlang':'سنڌي','integrated':![],'dic':![]},'si':{'name':'Sinhala','id':'si','ownlang':'සිංහල','integrated':![],'dic':![]},'sk':{'name':'Slovak','id':'sk','ownlang':'Slovenčina','integrated':![],'dic':![]},'sl':{'name':'Slovenian','id':'sl','ownlang':'Slovenščina','integrated':![],'dic':![]},'es':{'name':'Spanish','id':'es','ownlang':'Español','integrated':!![],'dic':!![]},'es-419':{'name':'Spanish\x20(Latin\x20America)','id':'es-419','ownlang':'Español\x20latinoamericano','integrated':![],'dic':![]},'sw':{'name':'Swahili','id':'sw','ownlang':'Kiswahili','integrated':![],'dic':![]},'sv':{'name':'Swedish','id':'sv','ownlang':'Svenska','integrated':!![],'dic':!![]},'tg':{'name':'Tajik','id':'tg','ownlang':'тоҷикӣ','integrated':![],'dic':![]},'ta':{'name':'Tamil','id':'ta','ownlang':'தமிழ்','integrated':![],'dic':![]},'te':{'name':'Telugu','id':'te','ownlang':'తెలుగు','integrated':![],'dic':![]},'th':{'name':'Thai','id':'th','ownlang':'ภาษาไทย','integrated':![],'dic':![]},'tr':{'name':'Turkish','id':'tr','ownlang':'Türkçe','integrated':!![],'dic':![]},'uk':{'name':'Ukrainian','id':'uk','ownlang':'Yкраїнський','integrated':!![],'dic':![]},'ur':{'name':'Urdu','id':'ur','ownlang':'اُردُو','integrated':![],'dic':![]},'uz':{'name':'Uzbek','id':'uz','ownlang':'اوزبیک','integrated':![],'dic':![]},'vi':{'name':'Vietnamese','id':'vi','ownlang':'Tiếng\x20Việt\x20Nam','integrated':![],'dic':![]},'cy':{'name':'Welsh','id':'cy','ownlang':'Cymraeg','integrated':![],'dic':![]},'xh':{'name':'Xhosa','id':'xh','ownlang':'Xhosa','integrated':![],'dic':![]},'yi':{'name':'Yiddish','id':'yi','ownlang':'ייִדיש\x20ייִדיש‬','integrated':![],'dic':![]},'yo':{'name':'Yoruba','id':'yo','ownlang':'Èdè\x20Yorùbá','integrated':![],'dic':![]},'zu':{'name':'Zulu','id':'zu','ownlang':'Zulu','integrated':![],'dic':![]}};e['LibraryStrings']={'hr':{'toast_plugin_started':'{{var0}}\x20je\x20započeo.','toast_plugin_stopped':'{{var0}}\x20zaustavljen.','toast_plugin_translated':'prijevod\x20na\x20{{var0}}.','file_navigator_text':'Pregledajte\x20datoteku','btn_all_text':'Sve'},'da':{'toast_plugin_started':'{{var0}}\x20er\x20startet.','toast_plugin_stopped':'{{var0}}\x20er\x20stoppet.','toast_plugin_translated':'oversat\x20til\x20{{var0}}.','file_navigator_text':'Gennemse\x20fil','btn_all_text':'Alle'},'de':{'toast_plugin_started':'{{var0}}\x20wurde\x20gestartet.','toast_plugin_stopped':'{{var0}}\x20wurde\x20gestoppt.','toast_plugin_translated':'auf\x20{{var0}}\x20übersetzt.','file_navigator_text':'Datei\x20durchsuchen','btn_all_text':'Alle'},'es':{'toast_plugin_started':'{{var0}}\x20se\x20guilddiv\x20iniciado.','toast_plugin_stopped':'{{var0}}\x20se\x20guilddiv\x20detenido.','toast_plugin_translated':'traducido\x20a\x20{{var0}}.','file_navigator_text':'Buscar\x20archivo','btn_all_text':'Todo'},'fr':{'toast_plugin_started':'{{var0}}\x20a\x20été\x20démarré.','toast_plugin_stopped':'{{var0}}\x20a\x20été\x20arrêté.','toast_plugin_translated':'traduit\x20en\x20{{var0}}.','file_navigator_text':'Parcourir\x20le\x20fichier','btn_all_text':'Tout'},'it':{'toast_plugin_started':'{{var0}}\x20è\x20stato\x20avviato.','toast_plugin_stopped':'{{var0}}\x20è\x20stato\x20interrotto.','toast_plugin_translated':'tradotto\x20in\x20{{var0}}.','file_navigator_text':'Sfoglia\x20file','btn_all_text':'Tutto'},'nl':{'toast_plugin_started':'{{var0}}\x20is\x20gestart.','toast_plugin_stopped':'{{var0}}\x20is\x20gestopt.','toast_plugin_translated':'vertaald\x20naar\x20{{var0}}.','file_navigator_text':'Bestand\x20zoeken','btn_all_text':'Alle'},'no':{'toast_plugin_started':'{{var0}}\x20er\x20startet.','toast_plugin_stopped':'{{var0}}\x20er\x20stoppet.','toast_plugin_translated':'oversatt\x20til\x20{{var0}}.','file_navigator_text':'Bla\x20gjennom\x20fil','btn_all_text':'Alle'},'pl':{'toast_plugin_started':'{{var0}}\x20został\x20uruchomiony.','toast_plugin_stopped':'{{var0}}\x20został\x20zatrzymany.','toast_plugin_translated':'przetłumaczono\x20na\x20{{var0}}.','file_navigator_text':'Przeglądać\x20plik','btn_all_text':'Wszystkie'},'pt-BR':{'toast_plugin_started':'{{var0}}\x20foi\x20iniciado.','toast_plugin_stopped':'{{var0}}\x20foi\x20interrompido.','toast_plugin_translated':'traduzido\x20para\x20{{var0}}.','file_navigator_text':'Procurar\x20arquivo','btn_all_text':'Todo'},'fi':{'toast_plugin_started':'{{var0}}\x20on\x20käynnistetty.','toast_plugin_stopped':'{{var0}}\x20on\x20pysäytetty.','toast_plugin_translated':'käännetty\x20osoitteeseen\x20{{var0}}.','file_navigator_text':'Selaa\x20tiedostoa','btn_all_text':'Kaikki'},'sv':{'toast_plugin_started':'{{var0}}\x20har\x20startats.','toast_plugin_stopped':'{{var0}}\x20har\x20blivit\x20stoppad.','toast_plugin_translated':'översatt\x20till\x20{{var0}}.','file_navigator_text':'Bläddra\x20i\x20fil','btn_all_text':'All'},'tr':{'toast_plugin_started':'{{var0}}\x20başlatıldı.','toast_plugin_stopped':'{{var0}}\x20durduruldu.','toast_plugin_translated':'{{var0}}\x20olarak\x20çevrildi.','file_navigator_text':'Dosyaya\x20gözat','btn_all_text':'Her'},'cs':{'toast_plugin_started':'{{var0}}\x20byl\x20spuštěn.','toast_plugin_stopped':'{{var0}}\x20byl\x20zastaven.','toast_plugin_translated':'přeložen\x20do\x20{{var0}}.','file_navigator_text':'Procházet\x20soubor','btn_all_text':'Vše'},'bg':{'toast_plugin_started':'{{var0}}\x20е\x20стартиран.','toast_plugin_stopped':'{{var0}}\x20е\x20спрян.','toast_plugin_translated':'преведена\x20на\x20{{var0}}.','file_navigator_text':'Прегледайте\x20файла','btn_all_text':'Bсичко'},'ru':{'toast_plugin_started':'{{var0}}\x20запущен.','toast_plugin_stopped':'{{var0}}\x20остановлен.','toast_plugin_translated':'переведен\x20на\x20{{var0}}.','file_navigator_text':'Просмотр\x20файла','btn_all_text':'Все'},'uk':{'toast_plugin_started':'{{var0}}\x20було\x20запущено.','toast_plugin_stopped':'{{var0}}\x20було\x20зупинено.','toast_plugin_translated':'перекладено\x20{{var0}}.','file_navigator_text':'Перегляньте\x20файл','btn_all_text':'Все'},'ja':{'toast_plugin_started':'{{var0}}が開始されました.','toast_plugin_stopped':'{{var0}}が停止しました.','toast_plugin_translated':'は{{var0}}に翻訳されました.','file_navigator_text':'ファイルを参照','btn_all_text':'すべて'},'zh-TW':{'toast_plugin_started':'{{var0}}已經啟動.','toast_plugin_stopped':'{{var0}}已停止.','toast_plugin_translated':'翻譯為{{var0}}.','file_navigator_text':'瀏覽文件','btn_all_text':'所有'},'ko':{'toast_plugin_started':'{{var0}}\x20시작되었습니다.','toast_plugin_stopped':'{{var0}}\x20중지되었습니다.','toast_plugin_translated':'{{var0}}\x20로\x20번역되었습니다.','file_navigator_text':'파일\x20찾아보기','btn_all_text':'모든'},'default':{'toast_plugin_started':'{{var0}}\x20has\x20been\x20started.','toast_plugin_stopped':'{{var0}}\x20has\x20been\x20stopped.','toast_plugin_translated':'translated\x20to\x20{{var0}}.','file_navigator_text':'Browse\x20File','btn_all_text':'All'}};BDFDB['LanguageUtils']['getLanguage']=function(){var xR=document['querySelector']('html')['lang']||'en-US';var xS=xR['split']('-');var xT=xS[0x0];var xU=xS[0x1]||'';xR=xU&&xT['toUpperCase']()!==xU['toUpperCase']()?xT+'-'+xU:xT;return BDFDB['LanguageUtils']['languages'][xR]||BDFDB['LanguageUtils']['languages'][xT]||BDFDB['LanguageUtils']['languages']['en-US'];};BDFDB['LanguageUtils']['LanguageStrings']=new Proxy(xQ,{'get':function(xV,xW){var xX=gR['LanguageStore']['Messages'][xW];if(!xX)console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xW+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LanguageStrings');else{if(xX&&typeof xX=='object'&&typeof xX['format']=='function')return BDFDB['LanguageUtils']['LanguageStringsFormat'](xW);else return xX;}return'';}});BDFDB['LanguageUtils']['LanguageStringsCheck']=new Proxy(xQ,{'get':function(xY,xZ){return!!gR['LanguageStore']['Messages'][xZ];}});BDFDB['LanguageUtils']['LanguageStringsFormat']=function(y0,...y1){if(y0){var y2=gR['LanguageStore']['Messages'][y0];if(y2&&typeof y2=='object'&&typeof y2['format']=='function'){let y3=0x0,y4,y5={};while(!y4&&y3<0xa){y3++;try{y4=y2['format'](y5);}catch(y6){y4=null;y5[y6['toString']()['split']('for:\x20')[0x1]]=y1['shift']()||'undefined';}}if(y4){if(BDFDB['ArrayUtils']['is'](y4)){let y7='';for(let y8 of y4){if(typeof y8=='string')y7+=BDFDB['StringUtils']['htmlEscape'](y8);else if(BDFDB['ObjectUtils']['is'](y8)&&y8['props'])y7+='<'+y8['type']+'>'+BDFDB['StringUtils']['htmlEscape'](y8['props']['children'][0x0]['toString']())+'';}return y7;}return y4;}else{console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',y0+'\x20failed\x20to\x20format\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';}}else return BDFDB['LanguageUtils']['LanguageStrings'][y0];}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',y0+'\x20enter\x20a\x20valid\x20key\x20to\x20format\x20the\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';};BDFDB['LanguageUtils']['LibraryStrings']=new Proxy(e['LibraryStrings']['default'],{'get':function(y9,ya){let yb=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][yb]&&e['LibraryStrings'][yb][ya])return e['LibraryStrings'][yb][ya];else if(e['LibraryStrings']['default'][ya])return e['LibraryStrings']['default'][ya];else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ya+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LibraryStrings');return'';}});BDFDB['LanguageUtils']['LibraryStringsCheck']=new Proxy(xQ,{'get':function(yc,yd){return!!e['LibraryStrings']['default'][yd];}});BDFDB['LanguageUtils']['LibraryStringsFormat']=function(ye,...yf){if(ye&&yf['length']){let yg=BDFDB['LanguageUtils']['getLanguage']()['id'],yh=null;if(e['LibraryStrings'][yg]&&e['LibraryStrings'][yg][ye])yh=e['LibraryStrings'][yg][ye];else if(e['LibraryStrings']['default'][ye])yh=e['LibraryStrings']['default'][ye];if(yh){for(let yi=0x0;yi{if(document['querySelector']('html')['lang']){clearInterval(yj);var yl=BDFDB['LanguageUtils']['getLanguage']();BDFDB['LanguageUtils']['languages']['$discord']['name']='Discord\x20('+yl['name']+')';BDFDB['LanguageUtils']['languages']['$discord']['id']=yl['id'];BDFDB['LanguageUtils']['languages']['$discord']['ownlang']=yl['ownlang'];}},0x64);BDFDB['DOMUtils']['appendLocalStyle']('BDFDB','\x0a\x09\x09@import\x20url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BetterDocsBlock.css);\x0a\x0a\x09\x09'+BDFDB['dotCN']['overflowellipsis']+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09text-overflow:\x20ellipsis;\x0a\x09\x09}\x0a\x0a\x09\x09'+BDFDB['dotCN']['favbuttoncontainer']+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09}\x0a\x0a\x09\x09'+BDFDB['dotCN']['cursordefault']+'\x20{\x0a\x09\x09\x09cursor:\x20default\x20!important;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['cursorpointer']+'\x20{\x0a\x09\x09\x09cursor:\x20pointer\x20!important;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+BDFDB['dotCN']['selectwrap']+'\x20>\x20[class*=\x22css-\x22][class*=\x22-container\x22]\x20>\x20[class*=\x22css-\x22][class*=\x22-menu\x22]\x20{\x0a\x09\x09\x09z-index:\x203;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+(BDFDB['dotCNS']['hovercardwrapper']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09top:\x20-3px;\x0a\x09\x09\x09right:\x20-3px;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['hovercardwrapper']+BDFDB['dotCN']['hovercard']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09right:\x20-31px;\x0a\x09\x09\x09top:\x20-12px;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['hovercardwrapper']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+BDFDB['dotCN']['charcounter']+'\x20{\x0a\x09\x09\x09color:\x20var(--channels-default);\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+BDFDB['dotCN']['inputnumberwrapper']+'\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbuttons']+':hover\x20+\x20'+(BDFDB['dotCN']['input']+BDFDB['notCN']['inputfocused']+BDFDB['notCN']['inputerror']+BDFDB['notCN']['inputsuccess']+BDFDB['notCN']['inputdisabled'])+':not(:focus)\x20{\x0a\x09\x09\x09border-color:\x20#040405;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapperdefault']+BDFDB['dotCN']['input'])+'\x20{\x0a\x09\x09\x09padding-right:\x2025px;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrappermini']+BDFDB['dotCN']['input'])+'\x20{\x0a\x09\x09\x09padding-left:\x206px;\x0a\x09\x09\x09padding-right:\x2017px;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapper']+BDFDB['dotCN']['input'])+'::-webkit-inner-spin-button,\x20\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapper']+BDFDB['dotCN']['input'])+'::-webkit-outer-spin-button{\x0a\x09\x09\x09-webkit-appearance:\x20none\x20!important;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbuttons']+'\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20space-around;\x0a\x09\x09\x09height:\x20110%;\x0a\x09\x09\x09top:\x20-2%;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrapperdefault']+BDFDB['dotCN']['inputnumberbuttons'])+'\x20{\x0a\x09\x09\x09right:\x208px;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['inputnumberwrappermini']+BDFDB['dotCN']['inputnumberbuttons'])+'\x20{\x0a\x09\x09\x09right:\x204px;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbutton']+'\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09border:\x20transparent\x20solid\x205px;\x0a\x09\x09\x09border-top-width:\x202.5px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['inputnumberbutton'])+'\x20{\x0a\x09\x09\x09border-bottom-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['inputnumberbutton'])+':hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['inputnumberbutton'])+'\x20{\x0a\x09\x09\x09border-bottom-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['inputnumberbutton'])+':hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['inputnumberbuttondown']+'\x20{\x0a\x09\x09\x09transform:\x20rotate(180deg);\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09\x0a\x09\x09\x0a\x09\x09/*OLD*/\x0a\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercozy'])+'\x20{\x0a\x09\x09\x09padding-top:\x200;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercompact'])+'\x20>\x20span.popout-open,\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercompact'])+'\x20>\x20span[class=\x22\x22],\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercozymeta'])+'\x20>\x20span.popout-open,\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCN']['messageheadercozymeta'])+'\x20>\x20span[class=\x22\x22]\x20{\x0a\x09\x09\x09display:\x20inline-flex;\x0a\x09\x09\x09align-items:\x20baseline;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCNS']['messageheadercompact']+BDFDB['dotCN']['bottag'])+',\x0a\x09\x09'+(BDFDB['dotCNS']['messagegroup']+BDFDB['dotCNS']['messageheadercompact']+BDFDB['dotCN']['messageusername'])+'\x20{\x0a\x09\x09\x09text-indent:\x200px;\x0a\x09\x09}\x0a\x0a\x09\x09#bd-settingspane-container\x20.ui-form-title\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repofolderbutton']+'\x20{\x0a\x09\x09\x09position:\x20static;\x0a\x09\x09\x09margin-bottom:\x200;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20.bd-updatebtn\x20~\x20.bd-updatebtn\x20{\x0a\x09\x09\x09display:\x20none\x20!important;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repodescription']+'\x20{\x0a\x09\x09\x09white-space:\x20pre-line\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-versionchangelog\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09background:\x20currentColor;\x0a\x09\x09\x09-webkit-mask:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center/contain\x20no-repeat;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09margin:\x200\x204px\x200\x203px;\x0a\x09\x09}\x0a\x09\x09\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['popoutthemedpopout']+BDFDB['notCN']['messagespopoutwrap'])+'\x20{\x0a\x09\x09\x09-webkit-box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,20%);\x0a\x09\x09\x09background-color:\x20#2f3136;\x0a\x09\x09\x09border:\x201px\x20solid\x20rgba(28,36,43,.6);\x0a\x09\x09\x09box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09}\x0a\x09\x09.BDFDB-notice\x20{\x0a\x09\x09\x09transition:\x20height\x200.5s\x20ease\x20!important;\x0a\x09\x09\x09border-radius:\x200\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-notice\x20'+BDFDB['dotCN']['noticeplatformicon']+'\x20{\x0a\x09\x09\x09margin-top:\x20-7px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-notice\x20'+BDFDB['dotCN']['noticeplatformicon']+'\x20svg\x20{\x0a\x09\x09\x09max-height:\x2028px;\x0a\x09\x09}\x0a\x09\x09.hidden-by-OTB\x20.BDFDB-notice\x20{\x0a\x09\x09\x09-webkit-app-region:\x20drag\x20!important;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span\x20{\x0a\x09\x09\x09-webkit-app-region:\x20no-drag;\x0a\x09\x09\x09color:\x20#FFF;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span:hover\x20{\x0a\x09\x09\x09text-decoration:\x20underline;\x0a\x09\x09}\x0a\x09\x09.BDFDB-itemlayercontainer,\x20.BDFDB-itemlayer\x20{\x0a\x09\x09\x09z-index:\x203002;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['tooltip']+'.tooltip-customcolor\x20'+BDFDB['dotCN']['tooltippointer']+'\x20{\x0a\x09\x09\x09border-top-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09.toasts\x20{\x0a\x09\x09\x09position:\x20fixed;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09top:\x200;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20flex-end;\x0a\x09\x09\x09pointer-events:\x20none;\x0a\x09\x09\x09z-index:\x204000;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-up\x20{\x0a\x09\x09\x09from\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast\x20{\x0a\x09\x09\x09animation:\x20toast-up\x20300ms\x20ease;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09\x09background-color:\x20#36393F;\x0a\x09\x09\x09padding:\x2010px;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09box-shadow:\x200\x200\x200\x201px\x20rgba(32,34,37,.6),\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09\x09font-weight:\x20500;\x0a\x09\x09\x09color:\x20#fff;\x0a\x09\x09\x09user-select:\x20text;\x0a\x09\x09\x09font-size:\x2014px;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09margin-top:\x2010px;\x0a\x09\x09\x09pointer-events:\x20auto;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-down\x20{\x0a\x09\x09\x09to\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0px);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast.closing\x20{\x0a\x09\x09\x09animation:\x20toast-down\x20200ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-inner\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-avatar\x20{\x0a\x09\x09\x09margin-right:\x205px;\x0a\x09\x09\x09width:\x2025px;\x0a\x09\x09\x09height:\x2025px;\x0a\x09\x09\x09background-size:\x20cover;\x0a\x09\x09\x09background-position:\x20center;\x0a\x09\x09\x09border-radius:\x2050%;\x0a\x09\x09}\x0a\x09\x09.toast.icon\x20{\x0a\x09\x09\x09padding-left:\x2030px;\x0a\x09\x09\x09background-position:\x206px\x2050%;\x0a\x09\x09\x09background-size:\x2020px\x2020px;\x0a\x09\x09\x09background-repeat:\x20no-repeat;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand\x20{\x0a\x09\x09\x09background-color:\x20#7289DA;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjI3IDI3IDExNSAxMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMTEuMywxMjQuMWMwLDAtMy40LTQuMS02LjMtNy43YzEyLjYtMy41LDE3LjQtMTEuMywxNy40LTExLjMgYy00LDIuNi03LjcsNC40LTExLjEsNS42Yy00LjgsMi05LjUsMy4zLTE0LDQuMWMtOS4yLDEuNy0xNy42LDEuMy0yNC45LTAuMWMtNS41LTEtMTAuMi0yLjUtMTQuMS00LjFjLTIuMi0wLjgtNC42LTEuOS03LjEtMy4zIGMtMC4zLTAuMi0wLjYtMC4zLTAuOS0wLjVjLTAuMS0wLjEtMC4zLTAuMi0wLjQtMC4yYy0xLjctMS0yLjYtMS42LTIuNi0xLjZzNC42LDcuNiwxNi44LDExLjJjLTIuOSwzLjYtNi40LDcuOS02LjQsNy45IGMtMjEuMi0wLjYtMjkuMy0xNC41LTI5LjMtMTQuNWMwLTMwLjYsMTMuOC01NS40LDEzLjgtNTUuNGMxMy44LTEwLjMsMjYuOS0xMCwyNi45LTEwbDEsMS4xQzUyLjgsNTAuMyw0NSw1Ny45LDQ1LDU3LjkgczIuMS0xLjIsNS43LTIuN2MxMC4zLTQuNSwxOC40LTUuNywyMS44LTZjMC41LTAuMSwxLjEtMC4yLDEuNi0wLjJjNS45LTAuNywxMi41LTAuOSwxOS40LTAuMmM5LjEsMSwxOC45LDMuNywyOC45LDkuMSBjMCwwLTcuNS03LjItMjMuOS0xMi4xbDEuMy0xLjVjMCwwLDEzLjEtMC4zLDI2LjksMTBjMCwwLDEzLjgsMjQuOCwxMy44LDU1LjRDMTQwLjYsMTA5LjYsMTMyLjUsMTIzLjUsMTExLjMsMTI0LjF6IE0xMDEuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzExMS41LDg0LjQsMTA3LjEsNzkuNywxMDEuNyw3OS43eiBNNjYuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzc2LjUsODQuNCw3Mi4xLDc5LjcsNjYuNyw3OS43eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger,\x20\x0a\x09\x09.toast.toast-error\x20{\x0a\x09\x09\x09background-color:\x20#F04747;\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger.icon,\x0a\x09\x09.toast.toast-error.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTUgMTMuNTlMMTUuNTkgMTcgMTIgMTMuNDEgOC40MSAxNyA3IDE1LjU5IDEwLjU5IDEyIDcgOC40MSA4LjQxIDcgMTIgMTAuNTkgMTUuNTkgNyAxNyA4LjQxIDEzLjQxIDEyIDE3IDE1LjU5eiIvPiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);\x0a\x09\x09}\x0a\x09\x09.toast.toast-default\x20{\x0a\x09\x09\x09background-color:\x20#F26522;\x0a\x09\x09}\x0a\x09\x09.toast.toast-default.icon\x20{\x0a\x09\x09\x09padding-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook\x20{\x0a\x09\x09\x09background-color:\x20#355089;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9Ii01IC01IDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggaWQ9IkZhY2Vib29rX194MjhfYWx0X3gyOV8iIGQ9Ik05MCwxNS4wMDFDOTAsNy4xMTksODIuODg0LDAsNzUsMEgxNUM3LjExNiwwLDAsNy4xMTksMCwxNS4wMDF2NTkuOTk4ICAgQzAsODIuODgxLDcuMTE2LDkwLDE1LjAwMSw5MEg0NVY1NkgzNFY0MWgxMXYtNS44NDRDNDUsMjUuMDc3LDUyLjU2OCwxNiw2MS44NzUsMTZINzR2MTVINjEuODc1QzYwLjU0OCwzMSw1OSwzMi42MTEsNTksMzUuMDI0VjQxICAgaDE1djE1SDU5djM0aDE2YzcuODg0LDAsMTUtNy4xMTksMTUtMTUuMDAxVjE1LjAwMXoiIGZpbGw9IndoaXRlIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-info\x20{\x0a\x09\x09\x09background-color:\x20#4A90E2;\x0a\x09\x09}\x0a\x09\x09.toast.toast-info.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtNmgydjZ6bTAtOGgtMlY3aDJ2MnoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium\x20{\x0a\x09\x09\x09background-color:\x20#202225;\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMiIGhlaWdodD0iMjYiPiAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOTYuMjgyNiA4LjYwMjc4ODI0bC0xLjIxNTUgOC4zOTAzNTI5NmMtLjI3NzUgMS45ODI2Mjc0LTIuNDY1NSAyLjkwMzMzMzMtNC40NzkgMi45MDMzMzMzLTEuODc1IDAtMy43MTU1LS45MjA3MDU5LTMuNDcyNS0yLjcyNTkyMTZsMS4yMTU1LTguNTY3NzY0NjZjLjI3NzUtMS44NzY1ODgyNCAyLjQ2NTUtMi44MzI0NzA2IDQuNDc5LTIuODMyNDcwNiAyLjAxNCAwIDMuNzUuOTU1ODgyMzYgMy40NzI1IDIuODMyNDcwNk05My43NzIxLjAwMzkyNTVsLjAwMDUtLjAwNDA3ODQ0aC0xMy4wODRjLS4zMzQgMC0uNjE4LjI1MDMxMzcyLS42NjYuNTg3Mjk0MTJsLS42MzY1IDQuNDMyMjM1M2MtLjA1OTUuNDE0NDcwNTguMjU2Ljc4NjExNzY0LjY2NjUuNzg2MTE3NjRoMi4zODk1Yy4yNCAwIC40MDQ1LjI0OTgwMzkyLjMxLjQ3NTY0NzA2LS4yOTguNzEyMTk2MDctLjUxNTUgMS40ODYwNzg0My0uNjM2IDIuMzIxNjQ3MDZsLTEuMjE1NSA4LjU2Nzc2NDY2Yy0uNzk5IDUuNzM1Mjk0MiAzLjg4OSA4LjYwMjQzMTQgOC45OTMgOC42MDI0MzE0IDUuMzQ3NSAwIDEwLjU5MDUtMi44NjcxMzcyIDExLjM4OS04LjYwMjQzMTRsMS4yMTUtOC41Njc3NjQ2NmMuNzgzLTUuNjIyMTE3NjUtMy43Mzk1LTguNDg4MjM1My04LjcyNTUtOC41OTg4NjI3NW0tNzguNTk1MjUgMTEuNzI4NjUxbC4wNjcgNC4xNTg5ODA0Yy4wMDE1LjA4NTEzNzItLjA1NS4xNjA1ODgyLS4xMzYuMTgxNDkwMmgtLjAwMDVsLTEuMzg1NS01LjAxNjQ3MDZjLS4wMDItLjAwNzY0NzEtLjAwNS0uMDE0Nzg0My0uMDA4LS4wMjI0MzE0TDkuNDE0MzUuNzcwNzcyNTNjLS4xMDYtLjI1Mjg2Mjc1LS4zNDk1LS40MTY1MDk4LS42MTk1LS40MTY1MDk4aC00Ljg3MjVjLS4zMzYgMC0uNjIwNS4yNTIzNTI5NC0uNjY3LjU5MTM3MjU0TC4wMDY4NSAyNC42MzcyNDMxYy0uMDU3LjQxMzQ1MS4yNTc1Ljc4MjAzOTMuNjY2NS43ODIwMzkzaDQuODU0Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybDEuMjcyLTkuNDEyNTA5OGMuMDAxNS0uMDA5MTc2NS4wMDItLjAxODM1My4wMDItLjAyNzUyOTRsLS4wNjk1LTQuODM2NTA5OC4xMzg1LS4wMzUxNzY1IDEuNDU1NSA1LjAxNjQ3MDZjLjAwMjUuMDA3MTM3Mi4wMDUuMDEzNzY0Ny4wMDc1LjAyMDkwMmw0LjAyMTUgOS40NTM4MDM5Yy4xMDY1LjI1MDgyMzUuMzQ5NS40MTM0NTEuNjE3NS40MTM0NTFoNS4yNTY1Yy4zMzYgMCAuNjIwNS0uMjUyMzUzLjY2Ny0uNTkxODgyNGwzLjI0OTUtMjMuNjkxNjA3ODRjLjA1NjUtLjQxMjk0MTE4LS4yNTgtLjc4MTUyOTQyLS42NjctLjc4MTUyOTQyaC00LjgyMDVjLS4zMzYgMC0uNjIwNS4yNTE4NDMxNC0uNjY3LjU5MDg2Mjc1bC0xLjQ4IDEwLjc1ODkwMmMtLjAwMS4wMDkxNzY0LS4wMDE1LjAxODg2MjctLjAwMTUuMDI4NTQ5bTkuMzk0IDEzLjY4NjYwMzloNC44NTVjLjMzNiAwIC42MjA1LS4yNTIzNTI5LjY2Ny0uNTkxMzcyNmwzLjI0OS0yMy42OTIxMTc2Yy4wNTY1LS40MTI5NDEyLS4yNTgtLjc4MTUyOTQ0LS42NjctLjc4MTUyOTQ0aC00Ljg1NWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTVsLTMuMjQ5IDIzLjY5MjExNzY4Yy0uMDU2NS40MTI5NDEyLjI1OC43ODE1Mjk0LjY2Ny43ODE1Mjk0TTM2LjYyMTE1LjkwNjA3NDVsLS42MzYgNC40MzIyMzUzYy0uMDU5NS40MTQ0NzA2LjI1NTUuNzg2MTE3NjUuNjY2Ljc4NjExNzY1aDUuMDgwNWMuNDA4NSAwIC43MjMuMzY3NTY4NjMuNjY3NS43ODA1MDk4bC0yLjM5MzUgMTcuNzM0MDM5MjVjLS4wNTU1LjQxMjQzMTMuMjU4NS43OC42NjcuNzhoNC45MjU1Yy4zMzY1IDAgLjYyMS0uMjUyODYyOC42NjctLjU5MjkwMmwyLjQ0NC0xOC4xMDg3NDUxYy4wNDYtLjMzOTUyOTQuMzMwNS0uNTkyOTAxOTUuNjY3LS41OTI5MDE5NWg1LjQ2MjVjLjMzNCAwIC42MTgtLjI0OTgwMzkyLjY2Ni0uNTg3Mjk0MTJsLjYzNy00LjQzMjIzNTNjLjA1OTUtLjQxNDQ3MDU4LS4yNTU1LS43ODYxMTc2NC0uNjY2NS0uNzg2MTE3NjRoLTE4LjE4NzVjLS4zMzQ1IDAtLjYxOC4yNTAzMTM3LS42NjY1LjU4NzI5NDFNNzEuMDM4NyA5LjA5ODM2ODZjLS4xNzQgMS40NTE0MTE3Ny0xLjI4NDUgMi45MDI4MjM1Ny0zLjE5NSAyLjkwMjgyMzU3aC0yLjg2OTVjLS40MSAwLS43MjQ1LS4zNjk2MDc5LS42NjctLjc4MzA1ODlsLjYwNzUtNC4zNjE4ODIzM2MuMDQ3LS4zMzg1MDk4LjMzMTUtLjU5MDM1Mjk0LjY2Ny0uNTkwMzUyOTRoMy4wNjFjMS44NDA1IDAgMi41Njk1IDEuMzEwMTk2MDggMi4zOTYgMi44MzI0NzA2TTY5LjMzNzIuMzU0MjExNzZoLTkuMjQwNWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTRsLTMuMjQ5IDIzLjY5MjExNzdjLS4wNTY1LjQxMjk0MTEuMjU4Ljc4MTUyOTQuNjY3Ljc4MTUyOTRoNC45MjM1Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybC45NTYtNy4wNzY1ODgyYy4wMjMtLjE2OTc2NDcuMTY1LS4yOTYxOTYxLjMzMzUtLjI5NjE5NjFoLjYzM2MuMTE0NSAwIC4yMjE1LjA1OTY0NzEuMjgzNS4xNTgwMzkybDQuNzAyIDcuNDkxMDU4OGMuMTI0LjE5NzI5NDIuMzM3NS4zMTY1ODgzLjU2NzUuMzE2NTg4M2g2LjA4MWMuNTQ1IDAgLjg2NDUtLjYyNTAxOTYuNTUyLTEuMDgwMjc0NWwtNC45MzQ1LTcuMTkxODA0Yy0uMTE4LS4xNzI4MjM1LS4wNTc1LS40MTI0MzEzLjEyOC0uNTA0NzA1OCAzLjE1MDUtMS41Njk2ODYzIDQuOTc5NS0zLjE3ODExNzcgNS41ODMtNy42NTAxMTc3LjY5MzUtNS44NzcwMTk2LTIuOTE3LTguNjM4MTE3NjMtNy45ODY1LTguNjM4MTE3NjMiLz48L3N2Zz4=);\x0a\x09\x09\x09background-size:\x2063px\x2016px;\x0a\x09\x09\x09padding-left:\x2073px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify\x20{\x0a\x09\x09\x09background-color:\x20#1DB954;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwOC41MiA1MDguNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwOC41MiA1MDguNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTI1NC4yNiwwQzExMy44NDUsMCwwLDExMy44NDUsMCwyNTQuMjZzMTEzLjg0NSwyNTQuMjYsMjU0LjI2LDI1NC4yNiAgICAgczI1NC4yNi0xMTMuODQ1LDI1NC4yNi0yNTQuMjZTMzk0LjY3NSwwLDI1NC4yNiwweiBNMzcxLjY5Niw0MDMuMjg4Yy0zLjE3OCw1LjgxNi05LjEyMiw5LjA1OC0xNS4yODcsOS4wNTggICAgIGMtMi44NiwwLTUuNzIxLTAuNjY3LTguNDIyLTIuMTI5Yy00MC43MTMtMjIuNDM4LTg2Ljk1Ny0zNC4yOTMtMTMzLjY3Ny0zNC4yOTNjLTI4LDAtNTUuNjUxLDQuMTYzLTgyLjEyNiwxMi4zNjMgICAgIGMtOS4yMTcsMi44Ni0xOS4wMDYtMi4yODgtMjEuODM1LTExLjUzN2MtMi44Ni05LjE4NSwyLjI4OC0yOC43LDExLjUzNy0zMS41OTJjMjkuODQ0LTkuMjQ5LDYwLjk1OS0xMy45MjEsOTIuNDU1LTEzLjkyMSAgICAgYzUyLjU2OCwwLDEwNC42NiwxMy4zNDksMTUwLjUyMiwzOC42MTZDMzczLjMxNywzNzQuNDYxLDM3Ni40LDM5NC44NjYsMzcxLjY5Niw0MDMuMjg4eiBNNDA0LjAxOSwzMDcuNTI3ICAgICBjLTMuNjIzLDcuMDI0LTEwLjc0MiwxOC4zMzgtMTguMDg0LDE4LjMzOGMtMy4yMSwwLTYuMzg4LTAuNjk5LTkuMzc2LTIuMzJjLTUwLjQ3MS0yNi4xODktMTA1LjA0MS0zOS40NzQtMTYyLjIxOC0zOS40NzQgICAgIGMtMzEuNDk2LDAtNjIuNzcsNC4xMzItOTIuOTY0LDEyLjQ1OWMtMTAuOTAxLDIuOTU2LTIyLjA4OS0zLjQwMS0yNS4wNDUtMTQuMzAyYy0yLjkyNC0xMC45MDEsMy40NjQtMjkuNDMxLDE0LjMzNC0zMi4zODYgICAgIGMzMy42ODktOS4xODUsNjguNTg3LTEzLjg1NywxMDMuNjc0LTEzLjg1N2M2Mi44OTgsMCwxMjUuNDQ1LDE1LjI1NiwxODAuOTM4LDQ0LjExNCAgICAgQzQwNS4yOSwyODUuMjQ4LDQwOS4xOTksMjk3LjUxNiw0MDQuMDE5LDMwNy41Mjd6IE00MTcuNTI2LDIzMC44MzZjLTMuNDY0LDAtNy4wMjQtMC43OTUtMTAuMzYxLTIuNDQ3ICAgICBjLTYwLjIyOC0zMC4wMzQtMTI1LjA5Ni00NS4yMjYtMTkyLjc2MS00NS4yMjZjLTM1LjI3OSwwLTcwLjQzLDQuMjkxLTEwNC41MzMsMTIuNzEzYy0xMi41MjIsMy4wODMtMjUuMTQtNC41MTMtMjguMjIzLTE3LjAwNCAgICAgYy0zLjExNS0xMi40NTksNC41MTMtMjcuNTU1LDE3LjAwNC0zMC42MzhjMzcuNzI2LTkuMzc2LDc2LjY1OS0xNC4xMTEsMTE1LjcyLTE0LjExMWM3NC45NzUsMCwxNDYuODY3LDE2Ljg3NywyMTMuNTc4LDUwLjEyMSAgICAgYzExLjUzNyw1Ljc1MywxNi4yNDEsMTkuNzM3LDEwLjQ4OCwzMS4yNDJDNDM0LjMwOCwyMjMuNjUzLDQyNi4xMDgsMjMwLjgzNiw0MTcuNTI2LDIzMC44MzZ6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode\x20{\x0a\x09\x09\x09background-color:\x20#593695;\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjUgLTI1IDU0MiA1NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxwYXRoIGQ9Ik00ODguMywxNDIuNXYyMDMuMWMwLDE1LjctMTcsMjUuNS0zMC42LDE3LjdsLTg0LjYtNDguOHYxMy45YzAsNDEuOC0zMy45LDc1LjctNzUuNyw3NS43SDc1LjdDMzMuOSw0MDQuMSwwLDM3MC4yLDAsMzI4LjQgICBWMTU5LjljMC00MS44LDMzLjktNzUuNyw3NS43LTc1LjdoMjIxLjhjNDEuOCwwLDc1LjcsMzMuOSw3NS43LDc1Ljd2MTMuOWw4NC42LTQ4LjhDNDcxLjMsMTE3LDQ4OC4zLDEyNi45LDQ4OC4zLDE0Mi41eiIgZmlsbD0iI0ZGRkZGRiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-success\x20{\x0a\x09\x09\x09background-color:\x20#43B581;\x0a\x09\x09}\x0a\x09\x09.toast.toast-success.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptLTIgMTVsLTUtNSAxLjQxLTEuNDFMMTAgMTQuMTdsNy41OS03LjU5TDE5IDhsLTkgOXoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-warning,\x0a\x09\x09.toast.toast-warn\x20{\x0a\x09\x09\x09background-color:\x20#FFA600;\x0a\x09\x09}\x0a\x09\x09.toast.toast-warning.icon,\x0a\x09\x09.toast.toast-warn.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMSAyMWgyMkwxMiAyIDEgMjF6bTEyLTNoLTJ2LTJoMnYyem0wLTRoLTJ2LTRoMnY0eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.BDFDB-quickSelectPopout\x20{\x0a\x09\x09\x09min-width:\x20210px\x20!important;\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09\x09width:\x20auto\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20.BDFDB-settings-inner\x20.BDFDB-containertext,\x0a\x09\x09.BDFDB-settings\x20.BDFDB-settings-inner\x20.BDFDB-containertext\x20{\x0a\x09\x09\x09margin-left:\x20-18px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20.BDFDB-containerarrow,\x0a\x09\x09.BDFDB-settings\x20.BDFDB-containerarrow\x20{\x0a\x09\x09\x09background:\x20url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItOTUwIDUzMiAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtOTUwIDUzMiAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTt9DQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS05MzIsNTMydjE4aC0xOHYtMThILTkzMnoiLz4NCjxwb2x5bGluZSBjbGFzcz0ic3QxIiBwb2ludHM9Ii05MzYuNiw1MzguOCAtOTQxLDU0My4yIC05NDUuNCw1MzguOCAiLz4NCjwvc3ZnPg0K);\x0a\x09\x09\x09height:\x2016px;\x0a\x09\x09\x09width:\x2016px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x202px;\x0a\x09\x09\x09transition:\x20transform\x20.3s\x20ease;\x0a\x09\x09\x09transform:\x20rotate(0);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20.BDFDB-containerarrow.closed,\x0a\x09\x09.BDFDB-settings\x20.BDFDB-containerarrow.closed\x20{\x0a\x09\x09\x09transform:\x20rotate(-90deg);\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20.BDFDB-settings-inner\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09\x09padding-right:\x205px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20.BDFDB-settings-inner-list\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+':focus,\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone.pressed\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20#7289da;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20{\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-right:\x2025px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-left:\x206px;\x0a\x09\x09\x09padding-right:\x2017px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-inner-spin-button,\x20\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-outer-spin-button{\x0a\x09\x09\x09-webkit-appearance:\x20none;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20space-around;\x0a\x09\x09\x09height:\x20110%;\x0a\x09\x09\x09right:\x208px;\x0a\x09\x09\x09top:\x20-5%;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09right:\x204px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-color:\x20transparent\x20transparent\x20#999\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x202.5px\x205px\x205px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-color:\x20#999\x20transparent\x20transparent\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x205px\x205px\x202.5px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['select']+'\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectcontrol']+'\x20{\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-wrap:\x20wrap;\x0a\x09\x09\x09-webkit-box-pack:\x20justify;\x0a\x09\x09\x09justify-content:\x20space-between;\x0a\x09\x09\x09min-height:\x2040px;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x201px;\x0a\x09\x09\x09transition:\x20border\x200.15s\x20ease\x200s;\x0a\x09\x09\x09outline:\x200px\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectcontrollight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(79,\x2084,\x2092,\x200.02);\x0a\x09\x09\x09background-color:\x20rgba(79,\x2084,\x2092,\x200.02);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectcontroldark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09\x09border-color:\x20rgba(0,\x200,\x200,\x200.3);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectvalue']+'\x20{\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-wrap:\x20wrap;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09flex:\x201\x201\x200%;\x0a\x09\x09\x09padding:\x202px\x208px;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectsingle']+'\x20{\x0a\x09\x09\x09margin-left:\x202px;\x0a\x09\x09\x09margin-right:\x202px;\x0a\x09\x09\x09max-width:\x20calc(100%\x20-\x208px);\x0a\x09\x09\x09width:\x20calc(100%\x20-\x208px);\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09text-overflow:\x20ellipsis;\x0a\x09\x09\x09white-space:\x20nowrap;\x0a\x09\x09\x09top:\x2050%;\x0a\x09\x09\x09transform:\x20translateY(-50%);\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectsinglelight']+'\x20{\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectsingledark']+'\x20{\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectdummyinput']+'\x20{\x0a\x09\x09\x09font-size:\x20inherit;\x0a\x09\x09\x09width:\x201px;\x0a\x09\x09\x09color:\x20transparent;\x0a\x09\x09\x09left:\x20-100px;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09transform:\x20scale(0);\x0a\x09\x09\x09background:\x200px\x20center;\x0a\x09\x09\x09border-width:\x200px;\x0a\x09\x09\x09border-style:\x20initial;\x0a\x09\x09\x09border-color:\x20initial;\x0a\x09\x09\x09border-image:\x20initial;\x0a\x09\x09\x09outline:\x200px;\x0a\x09\x09\x09padding:\x200px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowzone']+'\x20{\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09align-self:\x20stretch;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-shrink:\x200;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowcontainer']+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09opacity:\x200.3;\x0a\x09\x09\x09padding:\x208px\x208px\x208px\x200px;\x0a\x09\x09\x09transition:\x20color\x20150ms\x20ease\x200s;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowcontainerlight']+'\x20{\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrowcontainerdark']+'\x20{\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectarrow']+'\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09fill:\x20currentcolor;\x0a\x09\x09\x09line-height:\x201;\x0a\x09\x09\x09stroke:\x20currentcolor;\x0a\x09\x09\x09stroke-width:\x200;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouter']+'\x20{\x0a\x09\x09\x09top:\x20100%;\x0a\x09\x09\x09margin-bottom:\x20-1px;\x0a\x09\x09\x09margin-top:\x20-1px;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09width:\x20100%;\x0a\x09\x09\x09z-index:\x20100;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09border-radius:\x200px\x200px\x203px\x203px;\x0a\x09\x09\x09border-width:\x201px;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-image:\x20initial;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouter']+'.above-select\x20{\x0a\x09\x09\x09border-radius:\x203px\x203px\x200\x200;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouterlight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(255,\x20255,\x20255);\x0a\x09\x09\x09border-color:\x20rgb(185,\x20187,\x20190);\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenuouterdark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(47,\x2049,\x2054);\x0a\x09\x09\x09border-color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'\x20{\x0a\x09\x09\x09max-height:\x20300px;\x0a\x09\x09\x09overflow-y:\x20auto;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09padding:\x200px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'::-webkit-scrollbar\x20{\x0a\x09\x09\x09width:\x208px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'::-webkit-scrollbar-thumb\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.4);\x0a\x09\x09\x09background-clip:\x20padding-box;\x0a\x09\x09\x09border-color:\x20transparent;\x0a\x09\x09\x09border-radius:\x204px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectmenu']+'::-webkit-scrollbar-track-piece\x20{\x0a\x09\x09\x09background-color:\x20transparent;\x0a\x09\x09\x09border-color:\x20transparent;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoption']+'\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09font-size:\x20inherit;\x0a\x09\x09\x09width:\x20100%;\x0a\x09\x09\x09user-select:\x20none;\x0a\x09\x09\x09-webkit-tap-highlight-color:\x20rgba(0,\x200,\x200,\x200);\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09-webkit-box-align:\x20center;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09min-height:\x2040px;\x0a\x09\x09\x09padding:\x208px\x2012px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionlight']+'\x20{\x0a\x09\x09\x09background-color:\x20transparent;\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptiondark']+'\x20{\x0a\x09\x09\x09background-color:\x20transparent;\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionhoverlight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionhoverdark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionselectlight']+'\x20{\x0a\x09\x09\x09background-color:\x20rgb(220,\x20221,\x20222);\x0a\x09\x09\x09color:\x20rgb(32,\x2034,\x2037);\x0a\x09\x09}\x0a\x09\x09.BDFDB-select\x20'+BDFDB['dotCN']['selectoptionselectdark']+'\x20{\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.2);\x0a\x09\x09\x09color:\x20rgb(246,\x20246,\x20247);\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20550px;\x0a\x09\x09\x09min-height:\x2028px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settingsmodal\x20.BDFDB-settings\x20{\x0a\x09\x09\x09margin-bottom:\x2020px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settingsmodal\x20.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.BDFDB-settingsmodal\x20.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20520px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+':before\x20{\x0a\x09\x09\x09z-index:\x2050;\x0a\x09\x09\x09left:\x20-10px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09z-index:\x20100;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09right:\x20-31px;\x0a\x09\x09\x09top:\x20-12px;\x0a\x09\x09\x09z-index:\x20200;\x0a\x09\x09}\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['hovercard']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x09\x09\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+',\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09margin-right:\x205px;\x0a\x09\x09\x09margin-left:\x205px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+':before,\x0a\x09\x09.BDFDB-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+':before\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+'\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09filter:\x20grayscale(70%)\x20brightness(50%);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:after,\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after\x20{\x0a\x09\x09\x09content:\x20\x22\x22;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09top:\x200;\x0a\x09\x09\x09right:\x200;\x0a\x09\x09\x09bottom:\x200;\x0a\x09\x09\x09left:\x200;\x0a\x09\x09\x09z-index:\x20-1;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchdefault'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchdefault'])+':after\x20{\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']+BDFDB['notCN']['colorpickerswatchdefault'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']+BDFDB['notCN']['colorpickerswatchdefault'])+':after\x20{\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-checker,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:after,\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after,\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor']+BDFDB['notCN']['colorpickerswatchdefault']+BDFDB['notCN']['colorpickerswatchdisabled'])+':after\x20{\x0a\x09\x09\x09background:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center\x20repeat\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+'\x20'+BDFDB['dotCN']['colorpickerswatch']+',\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatches']+BDFDB['dotCN']['colorpickerswatchesdisabled'])+'\x20'+BDFDB['dotCN']['colorpickerswatch']+'\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'])+'[style*=\x22background\x22],\x0a\x09\x09.BDFDB-settings\x20'+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'])+'[style*=\x22background\x22]\x20{\x0a\x09\x09\x09border:\x20none;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['colorpickersaturation'])+'\x20>\x20div\x20>\x20div\x20>\x20div\x20>\x20div\x20{\x0a\x09\x09\x09box-shadow:\x20rgb(200,\x20200,\x20200)\x200px\x200px\x200px\x201.5px,\x20rgba(0,\x200,\x200,\x200.6)\x200px\x200px\x201px\x201px\x20inset,\x20rgba(0,\x200,\x200,\x200.6)\x200px\x200px\x201px\x202px\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themelight']+BDFDB['dotCN']['colorpickerhue'])+'\x20>\x20div\x20>\x20div\x20>\x20div\x20>\x20div,\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.alpha-bar\x20>\x20div\x20>\x20div\x20>\x20div\x20>\x20div\x20{\x0a\x09\x09\x09background:\x20rgb(200,\x20200,\x20200)\x20!important;\x0a\x09\x09\x09box-shadow:\x20rgba(0,\x200,\x200,\x201)\x200px\x200px\x202px\x20!important;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09opacity:\x200.3;\x0a\x09\x09\x09transition:\x20all\x20200ms\x20ease;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button:hover\x20{\x0a\x09\x09\x09opacity:\x200.6;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button.selected,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-button.selected:hover\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.gradient-button\x20{\x0a\x09\x09\x09color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-colorpicker\x20.gradient-button\x20{\x0a\x09\x09\x09color:\x20#fff;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-checker,\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-horizontal,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-horizontal\x20{\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.alpha-bar\x20.alpha-cursor,\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div\x20{\x0a\x09\x09\x09height:\x208px;\x0a\x09\x09\x09width:\x208px;\x0a\x09\x09\x09margin-top:\x20-15px;\x0a\x09\x09\x09border:\x201px\x20solid\x20rgb(128,\x20128,\x20128);\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09\x09transform:\x20translateX(-5px);\x0a\x09\x09\x09transform-style:\x20preserve-3d;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:after\x20{\x0a\x09\x09\x09border-radius:\x203px;\x0a\x09\x09\x09transform:\x20translateZ(-1px);\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor\x20>\x20div:before\x20{\x0a\x09\x09\x09content:\x20\x22\x22;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09border:\x203px\x20solid\x20transparent;\x0a\x09\x09\x09border-top-width:\x205px;\x0a\x09\x09\x09border-top-color:\x20rgb(128,\x20128,\x20128);\x0a\x09\x09\x09width:\x200;\x0a\x09\x09\x09height:\x200;\x0a\x09\x09\x09top:\x20100%;\x0a\x09\x09\x09left:\x20-50%;\x0a\x09\x09\x09transform:\x20translateX(5px);\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.edge\x20>\x20div:before\x20{\x0a\x09\x09\x09border-right-width:\x200;\x0a\x09\x09\x09border-left-width:\x205px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.edge\x20\x20~\x20.gradient-cursor.edge\x20>\x20div:before\x20{\x0a\x09\x09\x09border-right-width:\x205px;\x0a\x09\x09\x09border-left-width:\x200;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div\x20{\x0a\x09\x09\x09border-color:\x20rgb(55,\x2055,\x2055);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div:before\x20{\x0a\x09\x09\x09border-top-color:\x20rgb(55,\x2055,\x2055);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div\x20{\x0a\x09\x09\x09border-color:\x20rgb(200,\x20200,\x20200);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-colorpicker\x20.gradient-bar\x20.gradient-cursor.selected\x20>\x20div:before\x20{\x0a\x09\x09\x09border-top-color:\x20rgb(200,\x20200,\x20200);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid\x20{\x0a\x09\x09\x09background-color:\x20rgba(67,\x20181\x20,129,\x200.5);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(27,\x20141,\x2089);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(67,\x20181,\x20129);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(67,\x20181,\x20129,\x200.7);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid\x20{\x0a\x09\x09\x09background-color:\x20rgba(241,\x2071,\x2071,\x200.5);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(201,\x2031,\x2031);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(241,\x2071,\x2071);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(241,\x2071,\x2071,\x200.7);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['inputdefault']+':disabled\x20{\x0a\x09\x09\x09color:\x20#555555;\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09background-color:\x20rgba(0,\x200,\x200,\x200.5);\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['modalheader']+BDFDB['dotCN']['modalheaderhassibling'])+'\x20{\x0a\x09\x09\x09padding-bottom:\x2010px;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09\x09border:\x20none\x20!important;\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,\x200,\x200,\x200.05);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.BDFDB-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,\x200,\x200,\x200.2);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,\x200,\x200,\x200.1);\x0a\x09\x09}\x0a\x09\x09/*\x20REMOVE\x20*/\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen'])+'\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09flex-wrap:\x20nowrap;\x0a\x09\x09\x09justify-content:\x20flex-start;\x0a\x09\x09\x09align-items:\x20stretch;\x0a\x09\x09}\x0a\x09\x09.BDFDB-modal\x20'+(BDFDB['dotCN']['modaltabcontent']+BDFDB['notCN']['modaltabcontentopen'])+'\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x0a\x09\x09/*\x20REMOVE\x20*/\x0a\x09\x09.BDFDB-modal\x20*'+BDFDB['notCN']['modalsubinner']+'\x20>\x20'+(BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen']+BDFDB['notCN']['modalsubinner'])+'\x20>\x20*\x20{\x0a\x09\x09\x09padding:\x200\x2020px\x200\x2012px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-container\x20{\x0a\x09\x09\x09padding:\x2010px\x2010px\x2010px\x2030px;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20initial;\x0a\x09\x09\x09margin:\x20auto;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-controls\x20{\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09\x09margin-right:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-inputs\x20{\x0a\x09\x09\x09text-align:\x20center;\x0a\x09\x09\x09width:\x20150px;\x0a\x09\x09\x09padding:\x203px\x203px\x203px\x2010px;\x0a\x09\x09\x09margin-top:\x2087px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickerpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-black,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-white,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x20308px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-sliderpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09left:\x20-6px;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x09\x0a\x09\x09.colorpicker-modal\x20[class^=\x22colorpicker-preview-\x22]\x20{\x0a\x09\x09\x09background-color:\x20#808080;\x0a\x09\x09\x09border:\x203px\x20solid\x20transparent;\x0a\x09\x09\x09height:\x2065px;\x0a\x09\x09\x09width:\x2080px;\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-0\x20{\x0a\x09\x09\x09border-radius:\x205px\x200\x200\x205px;\x0a\x09\x09\x09border-right:\x20none;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-2\x20{\x0a\x09\x09\x09border-radius:\x200\x205px\x205px\x200;\x0a\x09\x09\x09border-left:\x20none;\x0a\x09\x09}');BDFDB['ListenerUtils']['add'](BDFDB,document,'click.BDFDBPluginClick','.bd-settingswrap\x20.bd-refresh-button,\x20.bd-settingswrap\x20.bd-switch-checkbox',c=>{BDFDB['BDUtils']['setPluginCache']();BDFDB['BDUtils']['setThemeCache']();});var yn={};BDFDB['ListenerUtils']['add'](BDFDB,document,'keydown.BDFDBPressedKeys',yo=>{if(!BDFDB['pressedKeys']['includes'](yo['which'])){clearTimeout(yn[yo['which']]);BDFDB['pressedKeys']['push'](yo['which']);yn[yo['which']]=BDFDB['TimeUtils']['timeout'](c=>{BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yo['which'],!![]);},0xea60);}});BDFDB['ListenerUtils']['add'](BDFDB,document,'keyup.BDFDBPressedKeys',yq=>{clearTimeout(yn[yq['which']]);BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yq['which'],!![]);});BDFDB['ListenerUtils']['add'](BDFDB,document,'mousedown.BDFDBMousePosition',yr=>{BDFDB['mousePosition']=yr;});BDFDB['ListenerUtils']['add'](BDFDB,window,'focus.BDFDBPressedKeysReset',ys=>{BDFDB['pressedKeys']=[];});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'UserPopout':'componentDidMount','UserProfile':'componentDidMount','Message':['componentDidMount','componentDidUpdate']};var yt={};yt['processV2CList']=function(yu){if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&yu['instance']['_reactInternalFiber']['key']&&yu['instance']['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var yv=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(yv){var yw=BDFDB['DOMUtils']['create']('Check\x20for\x20Updates');yw['addEventListener']('click',c=>{BDFDB['PluginUtils']['checkAllUpdates']();});yw['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yw,'Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',{'type':'top','selector':'update-button-tooltip','style':'max-width:\x20420px'});});yw['addEventListener']('contextmenu',c=>{if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var yA=[];for(let yB in window['PluginUpdates']['plugins'])yA['push'](window['PluginUpdates']['plugins'][yB]['name']);BDFDB['TooltipUtils']['create'](yw,yA['sort']()['join'](',\x20'),{'type':'bottom','selector':'update-list-tooltip','style':'max-width:\x20420px'});}});BDFDB['DOMUtils']['remove']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);yv['parentElement']['insertBefore'](yw,yv['nextSibling']);new MutationObserver(yC=>{yC['forEach'](yD=>{yD['addedNodes']['forEach'](yE=>{if(yv['parentElement']['querySelectorAll']('.bd-updatebtn')['length']>0x1&&BDFDB['DOMUtils']['containsClass'](yE,'bd-updatebtn'))BDFDB['DOMUtils']['remove'](yE);});});})['observe'](yv['parentElement'],{'subtree':!![],'childList':!![]});}}};yt['_processCard']=function(yF,yG){var yH,yI=null;if(BDFDB['DOMUtils']['containsClass'](yF['node'],BDFDB['disCN']['_reposettingsclosed'])&&(yH=yF['node']['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(yI=yF['node']['querySelector'](BDFDB['dotCN']['_repodescription']))!=null&&(!BDFDB['ObjectUtils']['is'](yG)||typeof yG['getRawUrl']!='function')){if(!yH['firstElementChild']&&!yI['firstElementChild']&&(yH['innerText']=='DevilBro'||yH['innerText']['indexOf']('DevilBro,')==0x0)){yI['style']['setProperty']('display','block','important');yH['innerHTML']='DevilBro'+yH['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');yH['addEventListener']('click',c=>{if(BDFDB['UserUtils']['me']['id']=='278543574059057154')return;let yK=gR['ChannelStore']['getDMFromUserId']('278543574059057154');if(yK)gR['SelectChannelUtils']['selectPrivateChannel'](yK);else gR['DirectMessageUtils']['openPrivateChannel'](BDFDB['UserUtils']['me']['id'],'278543574059057154');let yL=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yL)yL['click']();});let yM=yF['node']['querySelector'](BDFDB['dotCN']['_repoversion']);if(yM&&yG['changelog']){BDFDB['DOMUtils']['remove'](yM['querySelectorAll']('.BDFDB-versionchangelog'));let yN=BDFDB['DOMUtils']['create']('\x20\x20\x20\x20\x20');yM['appendChild'](yN);yN['addEventListener']('click',c=>{BDFDB['PluginUtils']['openChangeLog'](yG);});yN['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yN,BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],{'type':'top','selector':'changelogicon-tooltip'});});}let yQ=yF['node']['querySelector'](BDFDB['dotCN']['_repolinks']);if(yQ){if(yQ['firstElementChild'])yQ['appendChild'](document['createTextNode']('\x20|\x20'));let yR=BDFDB['DOMUtils']['create']('Support\x20Server');yR['addEventListener']('click',yF=>{BDFDB['ListenerUtils']['stopEvent'](yF);let yT=c=>{gR['GuildUtils']['transitionToGuildSync']('410787888507256842');let yV=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yV)yV['click']();};if(gR['GuildStore']['getGuild']('410787888507256842'))yT();else gR['InviteUtils']['acceptInvite']('Jx3TjNS')['then'](c=>{yT();});});yQ['appendChild'](yR);if(BDFDB['UserUtils']['me']['id']!='98003542823944192'&&BDFDB['UserUtils']['me']['id']!='116242787980017679'&&BDFDB['UserUtils']['me']['id']!='81388395867156480'){yQ['appendChild'](document['createTextNode']('\x20|\x20'));yQ['appendChild'](BDFDB['DOMUtils']['create']('Donations'));}}}}};yt['processV2CPluginCard']=function(yX){yt['_processCard'](yX,yX['instance']['props']['plugin']);};yt['processV2CThemeCard']=function(yY){yt['_processCard'](yY,yY['instance']['props']['theme']);};yt['_processAvatar']=function(yZ,z0){if(z0&&yZ){z0['setAttribute']('user_by_BDFDB',yZ['id']);var z1=z0['querySelector'](BDFDB['dotCN']['avatarpointerevents']);if(z1){z1['addEventListener']('mouseenter',c=>{BDFDB['DOMUtils']['addClass'](z0,'statusHovered');});z1['addEventListener']('mouseleave',c=>{BDFDB['DOMUtils']['removeClass'](z0,'statusHovered');});}}};yt['processUserPopout']=function(z4){yt['_processAvatar'](z4['instance']['props']['user'],z4['node']['querySelector'](BDFDB['dotCN']['userpopoutavatarwrapper']));};yt['processUserProfile']=function(z5){yt['_processAvatar'](z5['instance']['props']['user'],z5['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};yt['processMessage']=function(z6){yt['_processAvatar'](z6['instance']['props']['message']['author'],z6['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};e['patchPlugin'](BDFDB);if(wm['SvgIcon'])BDFDB['ModuleUtils']['patch'](BDFDB,wm['SvgIcon']['prototype'],'render',{'after':z7=>{if(!z7['thisObject']['props']['name']){let z8=z7['thisObject']['props']['iconSVG']||BDFDB['ReactUtils']['findValue'](z7['thisObject'],'iconSVG',{'up':!![]});if(z8)z7['returnValue']=BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](z8));}}});BDFDB['ModuleUtils']['patch'](BDFDB,gR['GuildStore'],'getGuild',{'after':z9=>{if(z9['returnValue']&&z9['methodArguments'][0x0]=='410787888507256842'&&!z9['returnValue']['banner']){z9['returnValue']['banner']='data:image/png;base64,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W7fu537u5xYtWjQ9Pd3tdp/VUxEPTsLqdruVSmVqaurgJKzJycnp6enp6empqamD/xwbG9u6dWtPT8/Y2Nj+/fsPHDhw4MCBvXv3HjhwIMuy4eHhOT0kzzzzzDe84Q2XXnrpypUri//dbt26dWhoyA8SAOY6BRYA80R7bGd7bGeBCyxm1H/ceyjmsZvHpP3vu1yFJEm+vwFWVksrPUmyIOtdFpaelMSYhCR2252p4c7Ens7Yzu7U/uaBzc2990zvuDUmMcm7sduOSRJCJWSVws7PCiF0u90777xz06ZNX/7yl9/whje84Q1v6O/vn7kjDg4O/tCvxMcsko0xhhA6nc7ExMTU1NTExMTY2NjExESe5/v379+5c+fu3bu3bt360EMPNZvNRx55JE3T4q9JXLFixVvf+taf+ImfOO644+bKe+O+++5rtVp+RgAw5+/2ivmoFAA4/GtauuyF/33hGW+UBIcgJo9ZhBi+/7DCENIkhBjz2J7OO9N5a6w9um161x2TO+9ojzzSbY51J3bnnWaa1UNWSUL6w8VZEf5iMR5czddoNNavX/+2t73tFa94xbJlywr1TeZ53ul0frDqcHp6evPmzTfeeOPevXs3bdq0c+fOiYmJ4eHhPM8PLlEsgtWrV1966aU/8zM/s3bt2izL5spA37Zt2y//8i/fcsst3vMAzPmbfQUWAPPGglN/atlFvxVST/rjGd0dJckPiq0kJiGENIQsbw5P73twavut0/vua+3f0BzaHNtTIasmSZqkaQhp0f4aBxf6tdvtCy644E1vetOll166bNmywj4mL8/zg9OvYoy7du168MEH77vvvna7fccdd2zatGl6enrv3r3dbvcHf2zWNBqN00477cUvfvFrX/vaY489dg5VVwddd911v/qrv7p7925vbADm/C2aAguAeaO2+IRVL/tobdEJomAGbprSNKuFak/eHGsNb2kNbZ7edcfE1htaBzbmnWbsNkOShqz6/Q2zCmRiYiLGeP755//Mz/zMq171qqLNxnoSMcY9e/bs27dvcnLy/vvvv/feezdv3rxly5bx8fGpqamDs7dm7ugLFy487bTTfvqnf/olL3nJ4sVzcm1yjPEv/uIv/viP/9jbF4D5cC+mwAJgPln143/Uf8JLC7iwi3khJjEJWRayRsiqeWe62xzpjGwf33z1xJbvdMZ2tUa3J3k3hJCkWUirSZol8chv6pSmaafTGRsby7Ls/PPP/y//5b9ccsklc+4OsNvtNpvNgztqbdy48aabbtq2bdsdd9yxb9++vXv3PosH6unpWbFixYUXXvjKV176nOecOzAwMHfH6+jo6K/92q9deeWV3roAzAMKLADmlQWnvnbZRb8VKrWk8LtBM5fFJCZJloW0FkKapFnenmruuXt807fbw5un9tzTHn4ktqdjkqS13pDVkhiP+L7vIYSDu011u92LL774DW94w+te97of3YV9brnrrrs2bdp0991333bbbXv37t2+ffv09PTTW2NYr9ePPvro5z3veeecc875559/4oknzoNheu+9977jHe/YuHGjdywA84ACC4B5JetZctxPfyHrXxo7TWkw82KSJElIk5CmWU9a6+lM7G0deGhq5+0Tm/9tatc9nYm9eXs8q/WHal8ROqwkSfI8HxkZybLsTW960y//8i+fc845c/0cdDqdRx55ZGpq6vrrr7/hhhu2bNmyc+fOoaGhQ/naarV63HHHPec5z7noogtPOunk0047bT6Nzv/zf/7P7/zO73S7XW9UAOYBBRYA86tOiPGoSz/ev+4/xU77iPcFlHAAhqye1vpizLsTe5tDmye3XDe1/XvTu+9pj24Ntf600jh4A3ZkB2eaps1mc2JiYv369a9//et/6qd+6tRTT50H6U9PT4+Pj2/fvv2WW27ZuXPnTTfddN99942Njf3on+zv7z/llFNOP/30008//eyzzz7uuON6enrm2VgcHR39rd/6rX/5l3/xtgRgflBgATC/+oPO9ILTX7/qP304xjzm5h1wREZhTNIsrfYmaZp0u92p/dO7757cftPo/f/a3P9gWqknIQtpLQlHuMbK83x8fDxJktNOO+3d7373ZZddNm/OQLfbTdP0vvvu27hx49VXX33fffc9/PDDK1asWLVq1bnnnnv00UevXLnyhBNOWLlyZbU6bx9aes8997z+9a8fHh72jgRgflBgATC/qoNOs7Zk3dGv/l/VhcfETksgHMHBmCTh4FbuIYTYabVGt03vunP0wa9Obb+p2xpLut202nPEH1nYbrdbrVZfX9+ll176u7/7uyecMN8e4jk8PDw6OtpsNnt7e3t6ehYuXJim6fwffDH+7d/+7fve9z7vQwDmjWxOP1oFAH5YSLuT+6qDR/WsPj/J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1q37+Mc//tKXvrRsyW/evPn973//1VdffXD3egDg2aLAAgCYT2JaX9Cd3L/vux8/cOv/TpKQNgafyZbth9VehRCGhobWr1//8Y9//Md+7MfKFv23vvWtv/qrv/rud79rFALAs06BBUA5hVnbxxpmU1YfnN53/95rPzZ2/78kWS2t9SVx9qYCjYyMrF+//s///M/LtnJwdHT0//7f//u5z31u48aNBiEAzAQFFgAlFC0hZP6N6pBWQ6Uxvunbe6//2NSOW0O1L1Rqs9lejY+Pr1279uMf/3jZ2qtOp/PHf/zHX/jCF0ZHRw1EAJghCiwASiiYgcX8EtNab2y3DnzvU/tv+mRneiSt9iYhm832anJy8oQTTviTP/mTl7zkJSXKPcY777zz05/+9Je+9CVbtgPAjFJgAQDMXTEJWVrva+3ftO+7fzn2wL/GmKeV+ixXtNPT08cff/zHPvaxUu3a3m63v/KVr/z5n//5xo0bY1SIA8DMUmABAMxRIVTqSZqNP/iNvdf98dTue9JaX0hn++7u4NyrP/3TPy1Pe5Xn+Z49ez7/+c9/8pOfnJycNBABYBYosAAA5pwY0mrIap2JvUO3f+7AbZ/pTh7IGoOzubNbCCHP87GxsbVr1/7Zn/1Zefa9mp6evummm/78z//8pptusmwQAGaNAgsAYA6JSRLSal8SwvSOm/dc9xdjG67IGguyngWzuatbCCHGODw8fOKJJ5aqvdq2bdvf/d3ffeELX9i1a5exCACzSYEFQDkrAE8hZE4O3ZBWs8aC9viu0Xv++cBt/7u5f2Olb+mjg3q2HJx7tW/fvlNOOeXP//zPS7JycHR09K677vrkJz95ww03TE1NGYsAMMsUWACUkKcQMufEJMa01hey2thD3zxw299NPHRlzDtZY9Esj+QQQqvVGh4ePu+88z760Y++6EUvmvfRt9vtbdu2ffKTn7zxxhs3btxoLALAEaHAAqCUXYAZWMwtaTWrDXTHdx644/89cOtnOuO700pPWuud/faq2WzGGH/+53/+3e9+94knnjjvg5+env7c5z73xS9+8YEHHpienjYSAeBIUWABUEJmYDGHRmtIK715d3r47n88cOtnmnvujt1OVh9IQjbLYzhN08nJyb6+vne/+90///M/PzAwML+Dn56evvXWWz/96U9ff/31IyMjRiIAHFkKLACAYgqhUg8hTO28dd+Nn5zYdFUSQhLStNabJMnsN7AjIyOrVq36zd/8zbe+9a2Vyny+hxwZGdm1a9dnP/vZK664Yv/+/e1221gEgCNOgQVAOVlCSIGFNKRZkmatvRuG7/3C2IOXt0e2h2pPCOkR+XY6nU673X7hC1/427/92y960YvSNJ2fPxRi7HQ6d9xxxz//8z9fe+21W7Zs6XQ6BiMAFIQCC4CSNgSWEFLIgZmFrJrEbnt0x8g9Xxi771+aw5uTtJrW+md/xB582uD09HQI4Wd/9md/53d+Z9WqVfM1+MnJyTvvvPPyyy//5je/uWPHDrOuAKBoFFgAlJMZWBRqPMaQVUOlkSTd1tAjYxu/PnTH/9sZ3hKTJK31f3/Ezrbp6elWq3XMMcf81//6X3/pl36pVqvNy+wnJyfvvvvur3zlK1ddddWmTZsMRgAoJgUWAOVkBhbFEGPIammtL8ZOe2jL2MYrhu/6x+ndd6eVRqj0hnDEBur4+HiM8ZJLLnnPe97z3Oc+d/4F3263W63W1Vdffc0111xzzTWqKwAoOAUWACWtDczA4ogPwpBW0/pAbE9P77l7YvN3Ru/94tSuO2PMs57F3x+lR6a9GhkZOeqoo375l3/5Z37mZ5YtWzbPcp+cnBwaGrrqqqtuueWW66+/ftu2bcYiABSfAgsAYDbFJKQhrWS1gW5zZHzTVRMPXz3+0DdbBzbnncmsvjDJqknMj8h3FkLodrtDQ0Pnn3/++9///pe97GXzLPqhoaENGzZ885vfvO222+6///6RkRHbtAPAXKHAAqCcLCFk1j260VVPDDGf3D9y1z+Obf5Wc8+97bEdSZ6HrJr1Lk1iPCLtVZqmnU5nYmKiXq+/5S1veec733nyySfPp+z37Nlz/fXXf+lLX3rggQf27t07OTlpPALA3KLAAgCYaTFktVDti82R6Z23jj989djGbzT3PxTbEyGrhKweqlmShCQesVJ1fHw8SZK1a9f+6q/+6hvf+MaBgYF5EHqz2Txw4MDtt9/+3e9+9zvf+c7+/fv3799vLALAHKXAAqCkhYI9sJgNIYRQSauN1vju6Y3/Nv7Q10c3Xhk7zSRJkpCmtd7HjMMj017FGCcmJlatWvXWt771zW9+8+rVq9M0ndOR53m+adOmrVu33nnnnZdffvnevXuHhoZarZbBCABzmgILgJL2CpYQMlNDK4QQQpKEGJIkxtbQ5tENV0w+cl1z912d5lha7QtpJQlHviTK87zdbscYX/KSl3zgAx84++yz52511el08jw/uE7whhtueOCBB7Zu3To6OnrwL2hQAsA8oMACAHiGYpKEkFaSkIU0xJh3p0Y7k3um99w9vuHKqV13dif3xryTVhpZ/cgvzQshdDqddrtdrVbPPvvsX/7lX375y1/e398/F3Nvt9v79u2bmpq65ZZbbr311quvvnr//v1jY2NGJADMPwosAICnJcYkSUJWDZV6SEKM3e70cHP/xube+ya23Ti19cbOxJ4krYYQQloLWeOIT/oLIeR5PjEx0el0li1b9vM///O/8iu/snTp0rmSd57neZ6HEMbGxrZt27Z79+4NGzZ8/etfHxoaevDBB41HAJjfFFgAAIfl4HyralrrSdJa3p7oTu5vHtg8ueOW6R03Te+5t3VgU5KEtN6f1vqSJHx/veqRbK9CCEmSjI2NtVqt5cuX//iP//hrXvOaV77ylcXPut1uT05OdjqdycnJTZs23XPPPdPT0w8//PCGDRv27t27Y8cOwxEASkKBBQDwJA4WTyEJIUlCyKpppRHSandqqLn3gebww9N77p3a9r3W/g3t8d15azyt9WWNhUmaPuaRgke4uooxNpvNkZGRFStWXHrppZdddtnFF1/caDQKm3in0zlw4MDevXsnJyc3b958++2379q1a3R0dMeOHQe3Y5+amjIuAaBsFFgAAI8VH22c0jSELAlZkmYhJElIY0y6o9vH99w3vefOzsiO6X33tfZvzLvTsdNKQkgrPZX+5Uk8+ApHfuPwg9XV1NTU9PT0ggUL3va2t73+9a9/wQteUMzqqtVq7dix49577x0bG9u0adOWLVs2btw4OTm5a9euH2w2b2gCQJkpsAAop5gkQQr8+3iISZIkIU2TtBayakirMe/E9lTsTHSb463hh5u7757YcVNnbGd3Yl97fGcSkySkIYQQKmmjJwkhiUlSmJIlTdOJiYlWq7VgwYLLLrvszW9+8/nnn9/b23ukvp88zw8+KLDT6SRJ0u12x8bGDhw48Mgjj9xzzz179+7dvn37/v379+zZ0263h4aGjEgA4IcosAAop3DEd9SmICMhpFmSVkNWC1kltic6kwe6k/s643taI4+09j/UPLChNbQ5tqfyznTemUxiEtJKWmkkSUhC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';}}});BDFDB['ModuleUtils']['patch'](BDFDB,gR['IconUtils'],'getGuildBannerURL',{'instead':za=>{return za['methodArguments'][0x0]['id']=='410787888507256842'?za['methodArguments'][0x0]['banner']:za['callOriginalMethod']();}});for(let zb of g1)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName'](zb),![]);for(let zc of g2)e['patchPopoutLib'](BDFDB['ModuleUtils']['findByName'](zc),![]);for(let zd of g3)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName']('FluxContainer('+zd+')'),!![]);BDFDB['ModuleUtils']['forceAllUpdates'](BDFDB);e['addContextListeners'](BDFDB);BDFDB['loaded']=!![];e['reloadLib']=c=>{var zf=document['querySelector']('head\x20script#BDFDBLibraryScript');if(zf)zf['remove']();zf=document['createElement']('script');zf['setAttribute']('id','BDFDBLibraryScript');zf['setAttribute']('type','text/javascript');zf['setAttribute']('src','https://mwittrien.github.io/BetterDiscordAddons/Plugins/BDFDB.min.js');zf['setAttribute']('date',performance['now']());document['head']['appendChild'](zf);};var zg=Object['keys'](BDFDB)['length']-0xa,zh=BDFDB['TimeUtils']['interval'](c=>{if(!window['BDFDB']||typeof BDFDB!='object'||Object['keys'](BDFDB)['length']0x112a880){clearInterval(zh);e['reloadLib']();}},0x2710);if(BDFDB['UserUtils']['me']['id']=='278543574059057154'){for(let zj in vL)if(!vL[zj])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zj+'\x20not\x20initialized\x20in\x20DiscordClassModules');for(let zk in gO)if(!gO[zk])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zk+'\x20not\x20initialized\x20in\x20LibraryRequires');for(let zl in gR)if(!gR[zl])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zl+'\x20not\x20initialized\x20in\x20LibraryModules');for(let zm in wl)if(!wl[zm])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zm+'\x20not\x20initialized\x20in\x20NativeSubComponents');for(let zn in wm)if(!wm[zn])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zn+'\x20not\x20initialized\x20in\x20LibraryComponents');BDFDB['ModuleUtils']['DevFuncs']={};BDFDB['ModuleUtils']['DevFuncs']['generateClassId']=function(zo){let zp='0123456789ABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'['split']('');let d='';while(d['length']<0x6)d+=zp[Math['floor'](Math['random']()*zp['length'])];return d;};BDFDB['ModuleUtils']['DevFuncs']['findByIndex']=function(zr){var zs=e['getWebModuleReq']();return zs['c'][zr];};BDFDB['ModuleUtils']['DevFuncs']['findPropAny']=function(zt){zt=BDFDB['ArrayUtils']['is'](zt)?zt:Array['from'](arguments);var zu=e['getWebModuleReq']();window['t']={'$filter':zv=>zt['every'](zw=>zv['toLowerCase']()['indexOf'](zw['toLowerCase']())>-0x1)};for(let zx in zu['c'])if(zu['c']['hasOwnProperty'](zx)){let zy=zu['c'][zx]['exports'];if(zy&&typeof zy=='object')for(let zz in zy)if(window['t']['$filter'](zz))window['t'][zz+'_'+zx]=zy;if(zy&&typeof zy=='object'&&typeof zy['default']=='object')for(let zA in zy['default'])if(window['t']['$filter'](zA))window['t'][zA+'_default_'+zx]=zy['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropFunc']=function(zB){zB=BDFDB['ArrayUtils']['is'](zB)?zB:Array['from'](arguments);var zC=e['getWebModuleReq']();window['t']={'$filter':zD=>zB['every'](zE=>zD['toLowerCase']()['indexOf'](zE['toLowerCase']())>-0x1)};for(let zF in zC['c'])if(zC['c']['hasOwnProperty'](zF)){let zG=zC['c'][zF]['exports'];if(zG&&typeof zG=='object')for(let zH in zG)if(window['t']['$filter'](zH)&&typeof zG[zH]!='string')window['t'][zH+'_'+zF]=zG;if(zG&&typeof zG=='object'&&typeof zG['default']=='object')for(let zI in zG['default'])if(window['t']['$filter'](zI)&&typeof zG['default'][zI]!='string')window['t'][zI+'_default_'+zF]=zG['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropStringLib']=function(zJ){zJ=BDFDB['ArrayUtils']['is'](zJ)?zJ:Array['from'](arguments);var zK=e['getWebModuleReq']();window['t']={'$filter':zL=>zJ['every'](zM=>zL['toLowerCase']()['indexOf'](zM['toLowerCase']())>-0x1)};for(let zN in zK['c'])if(zK['c']['hasOwnProperty'](zN)){let zO=zK['c'][zN]['exports'];if(zO&&typeof zO=='object')for(let zP in zO)if(window['t']['$filter'](zP)&&typeof zO[zP]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zO[zP]))window['t'][zP+'_'+zN]=zO;if(zO&&typeof zO=='object'&&typeof zO['default']=='object')for(let zQ in zO['default'])if(window['t']['$filter'](zQ)&&typeof zO['default'][zQ]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zO['default'][zQ]))window['t'][zQ+'_default_'+zN]=zO['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findNameAny']=function(zR){zR=BDFDB['ArrayUtils']['is'](zR)?zR:Array['from'](arguments);var zS=e['getWebModuleReq']();window['t']={'$filter':zT=>zR['some'](zU=>typeof zT['displayName']=='string'&&zT['displayName']['toLowerCase']()['indexOf'](zU['toLowerCase']())>-0x1||zT['name']=='string'&&zT['name']['toLowerCase']()['indexOf'](zU['toLowerCase']())>-0x1)};for(let zV in zS['c'])if(zS['c']['hasOwnProperty'](zV)){let zW=zS['c'][zV]['exports'];if(zW&&(typeof zW=='object'||typeof zW=='function')&&window['t']['$filter'](zW))window['t'][(zW['displayName']||zW['name'])+'_'+zV]=zW;if(zW&&(typeof zW=='object'||typeof zW=='function')&&zW['default']&&(typeof zW['default']=='object'||typeof zW['default']=='function')&&window['t']['$filter'](zW['default']))window['t'][(zW['default']['displayName']||zW['default']['name'])+'_'+zV]=zW['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findCodeAny']=function(zX){zX=BDFDB['ArrayUtils']['is'](zX)?zX:Array['from'](arguments);var zY=e['getWebModuleReq']();window['t']={'$filter':zZ=>zX['every'](A0=>zZ['toLowerCase']()['indexOf'](A0['toLowerCase']())>-0x1)};for(let A1 in zY['c'])if(zY['c']['hasOwnProperty'](A1)){let A2=zY['c'][A1]['exports'];if(A2&&typeof A2=='object')for(let A3 in A2){let A4=A2[A3];if(typeof A4=='function'&&window['t']['$filter'](A4['toString']()))window['t'][A3+'_module_'+A1]={'string':A4['toString'](),'func':A4,'module':A2};}if(A2&&typeof A2=='object'&&typeof A2['default']=='object')for(let A5 in A2['default']){let A4=A2['default'][A5];if(typeof A4=='function'&&window['t']['$filter'](A4['toString']()))window['t'][A5+'_default_'+A1]={'string':A4['toString'](),'func':A4,'module':A2['default']};}}for(let A7 in zY['m']){let A4=zY['m'][A7];if(typeof A4=='function'&&window['t']['$filter'](A4['toString']()))window['t']['funtion_'+A7]={'string':A4['toString'](),'func':A4};}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllModules']=function(){var A9=e['getWebModuleReq']();window['t']={};for(let Aa in A9['c'])if(A9['c']['hasOwnProperty'](Aa)){let Ab=A9['c'][Aa]['exports'];if(Ab&&typeof Ab=='object')window['t'][Aa]=Ab;}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllStringLibs']=function(){var Ac=e['getWebModuleReq']();window['t']=[];for(let Ad in Ac['c'])if(Ac['c']['hasOwnProperty'](Ad)){let Ae=Ac['c'][Ad]['exports'];if(Ae&&typeof Ae=='object'&&!BDFDB['ArrayUtils']['is'](Ae)&&Object['keys'](Ae)['length']){var Af=!![],Ag=![];for(let Ah in Ae){if(typeof Ae[Ah]!='string')Af=![];if(typeof Ae[Ah]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](Ae[Ah]))Ag=!![];}if(Af&&Ag)window['t']['push'](Ae);}if(Ae&&typeof Ae=='object'&&Ae['default']&&typeof Ae['default']=='object'&&!BDFDB['ArrayUtils']['is'](Ae['default'])&&Object['keys'](Ae['default'])['length']){var Af=!![],Ag=![];for(let Ak in Ae['default']){if(typeof Ae['default'][Ak]!='string')Af=![];if(typeof Ae['default'][Ak]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](Ae['default'][Ak]))Ag=!![];}if(Af&&Ag)window['t']['push'](Ae['default']);}}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['listen']=function(Al){Al=BDFDB['ArrayUtils']['is'](Al)?Al:Array['from'](arguments);BDFDB['ModuleUtils']['DevFuncs']['listenstop']();BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=BDFDB['ModuleUtils']['patch']('WebpackSearch',BDFDB['ModuleUtils']['findByProperties'](Al),Al[0x0],{'after':Am=>{console['log'](Am);}});};BDFDB['ModuleUtils']['DevFuncs']['listenstop']=function(){if(typeof BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=='function')BDFDB['ModuleUtils']['DevFuncs']['listen']['p']();};BDFDB['ModuleUtils']['DevFuncs']['req']=e['getWebModuleReq']();}for(let An in wl)if(!wl[An])wl[An]='div';for(let Ao in wm)if(!wm[Ao]){wm[Ao]='div';BDFDB['LibraryComponents'][Ao]='div';}BDFDB['loadMessage']=BDFDB['PluginUtils']['init'];BDFDB['unloadMessage']=BDFDB['PluginUtils']['clear'];BDFDB['createSettingsPanel']=BDFDB['PluginUtils']['createSettingsPanel'];BDFDB['addObserver']=BDFDB['ObserverUtils']['connect'];BDFDB['killObservers']=BDFDB['ObserverUtils']['disconnect'];BDFDB['addEventListener']=BDFDB['ListenerUtils']['add'];BDFDB['removeEventListener']=BDFDB['ListenerUtils']['remove'];BDFDB['addChildEventListener']=BDFDB['ListenerUtils']['addToChildren'];BDFDB['copyEvent']=BDFDB['ListenerUtils']['copyEvent'];BDFDB['stopEvent']=BDFDB['ListenerUtils']['stopEvent'];BDFDB['showToast']=BDFDB['NotificationUtils']['toast'];BDFDB['showDesktopNotification']=BDFDB['NotificationUtils']['desktop'];BDFDB['createNotificationsBar']=BDFDB['NotificationUtils']['notice'];BDFDB['createTooltip']=(Ap,Aq,Ar)=>{return BDFDB['TooltipUtils']['create'](Aq,Ap,Ar);};BDFDB['updateTooltipPosition']=BDFDB['TooltipUtils']['update'];BDFDB['isObject']=BDFDB['ObjectUtils']['is'];BDFDB['sortObject']=BDFDB['ObjectUtils']['sort'];BDFDB['reverseObject']=BDFDB['ObjectUtils']['reverse'];BDFDB['filterObject']=BDFDB['ObjectUtils']['filter'];BDFDB['mapObject']=BDFDB['ObjectUtils']['map'];BDFDB['isObjectEmpty']=BDFDB['ObjectUtils']['isEmpty'];BDFDB['sortArrayByKey']=BDFDB['ArrayUtils']['keySort'];BDFDB['numSortArray']=BDFDB['ArrayUtils']['numSort'];BDFDB['removeFromArray']=BDFDB['ArrayUtils']['remove'];BDFDB['getAllIndexes']=BDFDB['ArrayUtils']['getAllIndexes'];BDFDB['removeCopiesFromArray']=BDFDB['ArrayUtils']['removeCopies'];BDFDB['React']=Object['assign']({},BDFDB['ReactUtils']);BDFDB['getKeyInformation']=As=>{return BDFDB['ReactUtils']['findValue'](As['node']||As['instance'],As['key'],As);};BDFDB['getReactInstance']=BDFDB['ReactUtils']['getInstance'];BDFDB['getOwnerInstance']=At=>{return BDFDB['ReactUtils']['findOwner'](At['node']||At['instance'],At);};BDFDB['ReactUtils']['getOwner']=BDFDB['ReactUtils']['findOwner'];BDFDB['getContextMenuGroupAndIndex']=(Au,Av)=>{return BDFDB['ReactUtils']['findChildren'](Au,{'name':Av,'props':[['label',Av]]});};BDFDB['getReactValue']=BDFDB['ReactUtils']['getValue'];BDFDB['WebModules']=Object['assign']({},BDFDB['ModuleUtils']);BDFDB['WebModules']['patch']=(Aw,Ax,Ay,Az)=>{return BDFDB['ModuleUtils']['patch'](Ay,Aw,Ax,Az);};BDFDB['ModuleUtils']['initiateProcess']=e['initiateProcess'];BDFDB['WebModules']['initiateProcess']=e['initiateProcess'];BDFDB['myData']=BDFDB['UserUtils']['me'];BDFDB['getUserStatus']=BDFDB['UserUtils']['getStatus'];BDFDB['getUserStatusColor']=BDFDB['UserUtils']['getStatusColor'];BDFDB['getUserAvatar']=BDFDB['UserUtils']['getAvatar'];BDFDB['isUserAllowedTo']=BDFDB['UserUtils']['can'];BDFDB['getGuildIcon']=BDFDB['GuildUtils']['getIcon'];BDFDB['getGuildBanner']=BDFDB['GuildUtils']['getBanner'];BDFDB['getServerDiv']=BDFDB['GuildUtils']['getDiv'];BDFDB['getServerData']=BDFDB['GuildUtils']['getData'];BDFDB['readServerList']=BDFDB['GuildUtils']['getAll'];BDFDB['readUnreadServerList']=BDFDB['GuildUtils']['getUnread'];BDFDB['readPingedServerList']=BDFDB['GuildUtils']['getPinged'];BDFDB['readMutedServerList']=BDFDB['GuildUtils']['getMuted'];BDFDB['getSelectedServer']=BDFDB['GuildUtils']['getSelected'];BDFDB['createServerDivCopy']=BDFDB['GuildUtils']['createCopy'];BDFDB['openGuildContextMenu']=BDFDB['GuildUtils']['openMenu'];BDFDB['markGuildAsRead']=BDFDB['GuildUtils']['markAsRead'];BDFDB['getFolderID']=BDFDB['FolderUtils']['getId'];BDFDB['getFolderDiv']=BDFDB['FolderUtils']['getDiv'];BDFDB['getChannelDiv']=BDFDB['ChannelUtils']['getDiv'];BDFDB['getSelectedChannel']=BDFDB['ChannelUtils']['getSelected'];BDFDB['openChannelContextMenu']=BDFDB['ChannelUtils']['openMenu'];BDFDB['markChannelAsRead']=BDFDB['ChannelUtils']['markAsRead'];BDFDB['DmUtils']=BDFDB['DMUtils'];BDFDB['getDmDiv']=BDFDB['DMUtils']['getDiv'];BDFDB['getChannelIcon']=BDFDB['DMUtils']['getIcon'];BDFDB['readDmList']=BDFDB['DMUtils']['getAll'];BDFDB['saveAllData']=(AA,AB,AC)=>{BDFDB['DataUtils']['save'](AA,AB,AC);};BDFDB['saveData']=(d,AE,AF,AG)=>{BDFDB['DataUtils']['save'](AE,AF,AG,d);};BDFDB['loadAllData']=(AH,AI)=>{return BDFDB['DataUtils']['load'](AH,AI);};BDFDB['loadData']=(d,AK,AL)=>{return BDFDB['DataUtils']['load'](AK,AL,d);};BDFDB['removeAllData']=(AM,AN)=>{BDFDB['DataUtils']['remove'](AM,AN);};BDFDB['removeData']=(d,AP,AQ)=>{BDFDB['DataUtils']['remove'](AP,AQ,d);};BDFDB['getAllData']=(AR,AS)=>{return BDFDB['DataUtils']['get'](AR,AS);};BDFDB['getData']=(d,AU,AV)=>{return BDFDB['DataUtils']['get'](AU,AV,d);};BDFDB['colorCONVERT']=BDFDB['ColorUtils']['convert'];BDFDB['colorSETALPHA']=BDFDB['ColorUtils']['setAlpha'];BDFDB['colorGETALPHA']=BDFDB['ColorUtils']['getAlpha'];BDFDB['colorCHANGE']=BDFDB['ColorUtils']['change'];BDFDB['colorINV']=BDFDB['ColorUtils']['invert'];BDFDB['colorCOMPARE']=BDFDB['ColorUtils']['compare'];BDFDB['colorISBRIGHT']=BDFDB['ColorUtils']['isBright'];BDFDB['colorTYPE']=BDFDB['ColorUtils']['getType'];BDFDB['colorGRADIENT']=BDFDB['ColorUtils']['createGradient'];BDFDB['getSwatchColor']=BDFDB['ColorUtils']['getSwatchColor'];BDFDB['openColorPicker']=BDFDB['ColorUtils']['openPicker'];BDFDB['addClass']=BDFDB['DOMUtils']['addClass'];BDFDB['removeClass']=BDFDB['DOMUtils']['removeClass'];BDFDB['toggleClass']=BDFDB['DOMUtils']['toggleClass'];BDFDB['containsClass']=BDFDB['DOMUtils']['containsClass'];BDFDB['replaceClass']=BDFDB['DOMUtils']['replaceClass'];BDFDB['removeClasses']=BDFDB['DOMUtils']['removeClassFromDOM'];BDFDB['toggleEles']=BDFDB['DOMUtils']['toggle'];BDFDB['isEleHidden']=BDFDB['DOMUtils']['isHidden'];BDFDB['removeEles']=BDFDB['DOMUtils']['remove'];BDFDB['htmlToElement']=BDFDB['DOMUtils']['create'];BDFDB['getParentEle']=BDFDB['DOMUtils']['getParent'];BDFDB['setInnerText']=BDFDB['DOMUtils']['setText'];BDFDB['getInnerText']=BDFDB['DOMUtils']['getText'];BDFDB['getRects']=BDFDB['DOMUtils']['getRects'];BDFDB['getTotalHeight']=BDFDB['DOMUtils']['getHeight'];BDFDB['getTotalWidth']=BDFDB['DOMUtils']['getWidth'];BDFDB['appendLocalStyle']=BDFDB['DOMUtils']['appendLocalStyle'];BDFDB['removeLocalStyle']=BDFDB['DOMUtils']['removeLocalStyle'];BDFDB['encodeToHTML']=BDFDB['StringUtils']['htmlEscape'];BDFDB['regEscape']=BDFDB['StringUtils']['regEscape'];BDFDB['insertNRST']=BDFDB['StringUtils']['insertNRST'];BDFDB['getParsedLength']=BDFDB['StringUtils']['getParsedLength'];BDFDB['highlightText']=BDFDB['StringUtils']['highlight'];BDFDB['formatBytes']=BDFDB['NumberUtils']['formatBytes'];BDFDB['mapRange']=BDFDB['NumberUtils']['mapRange'];BDFDB['getDiscordTheme']=BDFDB['DiscordUtils']['getTheme'];BDFDB['getDiscordMode']=BDFDB['DiscordUtils']['getMode'];BDFDB['getDiscordZoomFactor']=BDFDB['DiscordUtils']['getZoomFactor'];BDFDB['getDiscordFontScale']=BDFDB['DiscordUtils']['getFontScale'];BDFDB['openModal']=BDFDB['ModalUtils']['open'];BDFDB['openConfirmModal']=BDFDB['ModalUtils']['confirm'];BDFDB['openContextMenu']=BDFDB['ContextMenuUtils']['open'];BDFDB['closeContextMenu']=BDFDB['ContextMenuUtils']['close'];BDFDB['BdUtils']=BDFDB['BDUtils'];BDFDB['getPluginsFolder']=BDFDB['BDUtils']['getPluginsFolder'];BDFDB['getThemesFolder']=BDFDB['BDUtils']['getThemesFolder'];BDFDB['isPluginEnabled']=BDFDB['BDUtils']['isPluginEnabled'];BDFDB['getPlugin']=BDFDB['BDUtils']['getPlugin'];BDFDB['isThemeEnabled']=BDFDB['BDUtils']['isThemeEnabled'];BDFDB['getTheme']=BDFDB['BDUtils']['getTheme'];BDFDB['isRestartNoMoreEnabled']=BDFDB['BDUtils']['isAutoLoadEnabled'];BDFDB['languages']=BDFDB['LanguageUtils']['languages'];BDFDB['getDiscordLanguage']=BDFDB['LanguageUtils']['getLanguage'];BDFDB['LanguageStrings']=BDFDB['LanguageUtils']['LanguageStrings'];BDFDB['LanguageStringsCheck']=BDFDB['LanguageUtils']['LanguageStringsCheck'];BDFDB['LanguageStringsFormat']=BDFDB['LanguageUtils']['LanguageStringsFormat'];BDFDB['getLibraryStrings']=()=>{let AW=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][AW])return e['LibraryStrings'][AW];return e['LibraryStrings']['default'];};BDFDB['LibraryComponents']['ModalTabContent']=wm['ModalComponents']['ModalTabContent'];})(); \ No newline at end of file diff --git a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js index 1713906790..67f43858ed 100644 --- a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js +++ b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js @@ -178,7 +178,10 @@ class BadgesEverywhere { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/BetterFriendCount/BetterFriendCount.plugin.js b/Plugins/BetterFriendCount/BetterFriendCount.plugin.js index 98a49c0cc1..464ab2964c 100644 --- a/Plugins/BetterFriendCount/BetterFriendCount.plugin.js +++ b/Plugins/BetterFriendCount/BetterFriendCount.plugin.js @@ -43,7 +43,10 @@ class BetterFriendCount { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/BetterNsfwTag/BetterNsfwTag.plugin.js b/Plugins/BetterNsfwTag/BetterNsfwTag.plugin.js index 80f1d13e61..2f75d53859 100644 --- a/Plugins/BetterNsfwTag/BetterNsfwTag.plugin.js +++ b/Plugins/BetterNsfwTag/BetterNsfwTag.plugin.js @@ -37,7 +37,10 @@ class BetterNsfwTag { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/BetterSearchPage/BetterSearchPage.plugin.js b/Plugins/BetterSearchPage/BetterSearchPage.plugin.js index 3b1cdec2b1..196186fdbf 100644 --- a/Plugins/BetterSearchPage/BetterSearchPage.plugin.js +++ b/Plugins/BetterSearchPage/BetterSearchPage.plugin.js @@ -99,7 +99,10 @@ class BetterSearchPage { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/CharCounter/CharCounter.plugin.js b/Plugins/CharCounter/CharCounter.plugin.js index 6d380db925..9c4c080a1d 100644 --- a/Plugins/CharCounter/CharCounter.plugin.js +++ b/Plugins/CharCounter/CharCounter.plugin.js @@ -94,7 +94,10 @@ class CharCounter { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ChatAliases/ChatAliases.plugin.js b/Plugins/ChatAliases/ChatAliases.plugin.js index 8af5fff992..4c9bd2a1a5 100644 --- a/Plugins/ChatAliases/ChatAliases.plugin.js +++ b/Plugins/ChatAliases/ChatAliases.plugin.js @@ -154,7 +154,10 @@ class ChatAliases { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ChatFilter/ChatFilter.plugin.js b/Plugins/ChatFilter/ChatFilter.plugin.js index 8d683cf55c..3d59d346e6 100644 --- a/Plugins/ChatFilter/ChatFilter.plugin.js +++ b/Plugins/ChatFilter/ChatFilter.plugin.js @@ -170,7 +170,10 @@ class ChatFilter { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js b/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js index a4f303fb61..460ee9cd9a 100644 --- a/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js +++ b/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js @@ -98,7 +98,10 @@ class CompleteTimestamps { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/CopyRawMessage/CopyRawMessage.plugin.js b/Plugins/CopyRawMessage/CopyRawMessage.plugin.js index 67ccaf5f16..b06bda81d5 100644 --- a/Plugins/CopyRawMessage/CopyRawMessage.plugin.js +++ b/Plugins/CopyRawMessage/CopyRawMessage.plugin.js @@ -37,7 +37,10 @@ class CopyRawMessage { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/CreationDate/CreationDate.plugin.js b/Plugins/CreationDate/CreationDate.plugin.js index c230e22dd0..1eaa4f40d3 100644 --- a/Plugins/CreationDate/CreationDate.plugin.js +++ b/Plugins/CreationDate/CreationDate.plugin.js @@ -115,7 +115,10 @@ class CreationDate { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js index 53387aecba..dedcb8df3e 100644 --- a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js +++ b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js @@ -74,7 +74,10 @@ class DisplayServersAsChannels { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/EditChannels/EditChannels.plugin.js b/Plugins/EditChannels/EditChannels.plugin.js index fb5ce245ab..8aea968c41 100644 --- a/Plugins/EditChannels/EditChannels.plugin.js +++ b/Plugins/EditChannels/EditChannels.plugin.js @@ -102,7 +102,10 @@ class EditChannels { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/EditServers/EditServers.plugin.js b/Plugins/EditServers/EditServers.plugin.js index a11397177f..4631e14460 100644 --- a/Plugins/EditServers/EditServers.plugin.js +++ b/Plugins/EditServers/EditServers.plugin.js @@ -85,7 +85,10 @@ class EditServers { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/EditUsers/EditUsers.plugin.js b/Plugins/EditUsers/EditUsers.plugin.js index 6d143b3a5d..4390794ff0 100644 --- a/Plugins/EditUsers/EditUsers.plugin.js +++ b/Plugins/EditUsers/EditUsers.plugin.js @@ -148,7 +148,10 @@ class EditUsers { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/EmojiStatistics/EmojiStatistics.plugin.js b/Plugins/EmojiStatistics/EmojiStatistics.plugin.js index b8901d95f3..c31dd2388f 100644 --- a/Plugins/EmojiStatistics/EmojiStatistics.plugin.js +++ b/Plugins/EmojiStatistics/EmojiStatistics.plugin.js @@ -172,7 +172,10 @@ class EmojiStatistics { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ForceImagePreviews/ForceImagePreviews.plugin.js b/Plugins/ForceImagePreviews/ForceImagePreviews.plugin.js index 93d536aac8..9947074c85 100644 --- a/Plugins/ForceImagePreviews/ForceImagePreviews.plugin.js +++ b/Plugins/ForceImagePreviews/ForceImagePreviews.plugin.js @@ -37,7 +37,10 @@ class ForceImagePreviews { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/FriendNotifications/FriendNotifications.plugin.js b/Plugins/FriendNotifications/FriendNotifications.plugin.js index 96770cb924..acf8f4adbd 100644 --- a/Plugins/FriendNotifications/FriendNotifications.plugin.js +++ b/Plugins/FriendNotifications/FriendNotifications.plugin.js @@ -310,7 +310,10 @@ class FriendNotifications { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js b/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js index 4edfad9ea5..158a412fdf 100644 --- a/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js +++ b/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js @@ -75,7 +75,10 @@ class GoogleSearchReplace { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js index 556ece30f0..9afa1079c9 100644 --- a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js +++ b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js @@ -123,7 +123,10 @@ class GoogleTranslateOption { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ImageGallery/ImageGallery.plugin.js b/Plugins/ImageGallery/ImageGallery.plugin.js index 2a257c999c..1b400fb8b7 100644 --- a/Plugins/ImageGallery/ImageGallery.plugin.js +++ b/Plugins/ImageGallery/ImageGallery.plugin.js @@ -57,7 +57,10 @@ class ImageGallery { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ImageZoom/ImageZoom.plugin.js b/Plugins/ImageZoom/ImageZoom.plugin.js index 46694ac56b..a00e4b520f 100644 --- a/Plugins/ImageZoom/ImageZoom.plugin.js +++ b/Plugins/ImageZoom/ImageZoom.plugin.js @@ -60,7 +60,10 @@ class ImageZoom { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/JoinedAtDate/JoinedAtDate.plugin.js b/Plugins/JoinedAtDate/JoinedAtDate.plugin.js index 1d46171fd9..61b5fa21df 100644 --- a/Plugins/JoinedAtDate/JoinedAtDate.plugin.js +++ b/Plugins/JoinedAtDate/JoinedAtDate.plugin.js @@ -116,7 +116,10 @@ class JoinedAtDate { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/LastMessageDate/LastMessageDate.plugin.js b/Plugins/LastMessageDate/LastMessageDate.plugin.js index 1aa3b17d76..8acd11dde4 100644 --- a/Plugins/LastMessageDate/LastMessageDate.plugin.js +++ b/Plugins/LastMessageDate/LastMessageDate.plugin.js @@ -117,7 +117,10 @@ class LastMessageDate { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/MessageUtilities/MessageUtilities.plugin.js b/Plugins/MessageUtilities/MessageUtilities.plugin.js index 18d08358e2..68edea9fc0 100644 --- a/Plugins/MessageUtilities/MessageUtilities.plugin.js +++ b/Plugins/MessageUtilities/MessageUtilities.plugin.js @@ -109,7 +109,10 @@ class MessageUtilities { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/MoveablePopups/MoveablePopups.plugin.js b/Plugins/MoveablePopups/MoveablePopups.plugin.js index 6643fe8c22..dc52c580ed 100644 --- a/Plugins/MoveablePopups/MoveablePopups.plugin.js +++ b/Plugins/MoveablePopups/MoveablePopups.plugin.js @@ -41,7 +41,10 @@ class MoveablePopups { }, 15000); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/NotificationSounds/NotificationSounds.plugin.js b/Plugins/NotificationSounds/NotificationSounds.plugin.js index a0245250ca..b409e30739 100644 --- a/Plugins/NotificationSounds/NotificationSounds.plugin.js +++ b/Plugins/NotificationSounds/NotificationSounds.plugin.js @@ -210,7 +210,10 @@ class NotificationSounds { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/OldTitleBar/OldTitleBar.plugin.js b/Plugins/OldTitleBar/OldTitleBar.plugin.js index dd64fffb6e..10de260761 100644 --- a/Plugins/OldTitleBar/OldTitleBar.plugin.js +++ b/Plugins/OldTitleBar/OldTitleBar.plugin.js @@ -144,7 +144,10 @@ class OldTitleBar { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/OwnerTag/OwnerTag.plugin.js b/Plugins/OwnerTag/OwnerTag.plugin.js index 9242631bbe..867b932410 100644 --- a/Plugins/OwnerTag/OwnerTag.plugin.js +++ b/Plugins/OwnerTag/OwnerTag.plugin.js @@ -88,7 +88,10 @@ class OwnerTag { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/PersonalPins/PersonalPins.plugin.js b/Plugins/PersonalPins/PersonalPins.plugin.js index 383c585255..10ad3c2530 100644 --- a/Plugins/PersonalPins/PersonalPins.plugin.js +++ b/Plugins/PersonalPins/PersonalPins.plugin.js @@ -166,7 +166,10 @@ class PersonalPins { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/PinDMs/PinDMs.plugin.js b/Plugins/PinDMs/PinDMs.plugin.js index 5448a56d33..1cbe033a25 100644 --- a/Plugins/PinDMs/PinDMs.plugin.js +++ b/Plugins/PinDMs/PinDMs.plugin.js @@ -149,7 +149,10 @@ class PinDMs { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index 9c9b1915d7..26883fa85f 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -293,7 +293,10 @@ class PluginRepo { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js index c645eb1d2a..c9c08ba09e 100644 --- a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js +++ b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js @@ -103,7 +103,10 @@ class ReadAllNotificationsButton { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/RemoveNicknames/RemoveNicknames.plugin.js b/Plugins/RemoveNicknames/RemoveNicknames.plugin.js index ab8524b7a3..6be7cb623f 100644 --- a/Plugins/RemoveNicknames/RemoveNicknames.plugin.js +++ b/Plugins/RemoveNicknames/RemoveNicknames.plugin.js @@ -79,7 +79,10 @@ class RemoveNicknames { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/RepoControls/RepoControls.plugin.js b/Plugins/RepoControls/RepoControls.plugin.js index 5f6b37527c..9d85446ba4 100644 --- a/Plugins/RepoControls/RepoControls.plugin.js +++ b/Plugins/RepoControls/RepoControls.plugin.js @@ -165,7 +165,10 @@ class RepoControls { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/RevealAllSpoilersOption/RevealAllSpoilersOption.plugin.js b/Plugins/RevealAllSpoilersOption/RevealAllSpoilersOption.plugin.js index 064cc75cd1..263e3278a5 100644 --- a/Plugins/RevealAllSpoilersOption/RevealAllSpoilersOption.plugin.js +++ b/Plugins/RevealAllSpoilersOption/RevealAllSpoilersOption.plugin.js @@ -38,7 +38,10 @@ class RevealAllSpoilersOption { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ReverseImageSearch/ReverseImageSearch.plugin.js b/Plugins/ReverseImageSearch/ReverseImageSearch.plugin.js index 8af18d93d7..385527a987 100644 --- a/Plugins/ReverseImageSearch/ReverseImageSearch.plugin.js +++ b/Plugins/ReverseImageSearch/ReverseImageSearch.plugin.js @@ -82,7 +82,10 @@ class ReverseImageSearch { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/SendLargeMessages/SendLargeMessages.plugin.js b/Plugins/SendLargeMessages/SendLargeMessages.plugin.js index f9c804ec8a..6b511483a2 100644 --- a/Plugins/SendLargeMessages/SendLargeMessages.plugin.js +++ b/Plugins/SendLargeMessages/SendLargeMessages.plugin.js @@ -97,7 +97,10 @@ class SendLargeMessages { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ServerFolders/ServerFolders.plugin.js b/Plugins/ServerFolders/ServerFolders.plugin.js index e3d9658e23..60e86ca1fd 100644 --- a/Plugins/ServerFolders/ServerFolders.plugin.js +++ b/Plugins/ServerFolders/ServerFolders.plugin.js @@ -208,7 +208,10 @@ class ServerFolders { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ServerHider/ServerHider.plugin.js b/Plugins/ServerHider/ServerHider.plugin.js index 52a2e81890..192f13d098 100644 --- a/Plugins/ServerHider/ServerHider.plugin.js +++ b/Plugins/ServerHider/ServerHider.plugin.js @@ -114,7 +114,10 @@ class ServerHider { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js index d76b057e60..96954d6dda 100644 --- a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js +++ b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js @@ -146,7 +146,10 @@ class ShowHiddenChannels { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ShowImageDetails/ShowImageDetails.plugin.js b/Plugins/ShowImageDetails/ShowImageDetails.plugin.js index 34dfcaf2e3..04ffe5d826 100644 --- a/Plugins/ShowImageDetails/ShowImageDetails.plugin.js +++ b/Plugins/ShowImageDetails/ShowImageDetails.plugin.js @@ -81,7 +81,10 @@ class ShowImageDetails { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/SpellCheck/SpellCheck.plugin.js b/Plugins/SpellCheck/SpellCheck.plugin.js index 3b64c1ef7a..41dc52279f 100644 --- a/Plugins/SpellCheck/SpellCheck.plugin.js +++ b/Plugins/SpellCheck/SpellCheck.plugin.js @@ -106,7 +106,10 @@ class SpellCheck { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/StalkerNotifications/StalkerNotifications.plugin.js b/Plugins/StalkerNotifications/StalkerNotifications.plugin.js index 91466ca5d6..c87c1d0e82 100644 --- a/Plugins/StalkerNotifications/StalkerNotifications.plugin.js +++ b/Plugins/StalkerNotifications/StalkerNotifications.plugin.js @@ -47,7 +47,10 @@ class StalkerNotifications { }, 15000); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/SteamProfileLink/SteamProfileLink.plugin.js b/Plugins/SteamProfileLink/SteamProfileLink.plugin.js index ac051d6675..c516d8a7cb 100644 --- a/Plugins/SteamProfileLink/SteamProfileLink.plugin.js +++ b/Plugins/SteamProfileLink/SteamProfileLink.plugin.js @@ -33,7 +33,10 @@ class SteamProfileLink { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index 5436fa4ceb..83581ad761 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -359,7 +359,10 @@ class ThemeRepo { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/ThemeSettings/ThemeSettings.plugin.js b/Plugins/ThemeSettings/ThemeSettings.plugin.js index ed3cfa97d0..5fac2b56bd 100644 --- a/Plugins/ThemeSettings/ThemeSettings.plugin.js +++ b/Plugins/ThemeSettings/ThemeSettings.plugin.js @@ -37,7 +37,10 @@ class ThemeSettings { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/TimedLightDarkMode/TimedLightDarkMode.plugin.js b/Plugins/TimedLightDarkMode/TimedLightDarkMode.plugin.js index 3d68a08bdb..1f5c45e166 100644 --- a/Plugins/TimedLightDarkMode/TimedLightDarkMode.plugin.js +++ b/Plugins/TimedLightDarkMode/TimedLightDarkMode.plugin.js @@ -49,7 +49,10 @@ class TimedLightDarkMode { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js index 76e4483816..1714480efc 100644 --- a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js +++ b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js @@ -83,7 +83,10 @@ class TopRoleEverywhere { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/UserNotes/UserNotes.plugin.js b/Plugins/UserNotes/UserNotes.plugin.js index ff037eb0ae..d8d9f6637d 100644 --- a/Plugins/UserNotes/UserNotes.plugin.js +++ b/Plugins/UserNotes/UserNotes.plugin.js @@ -100,7 +100,10 @@ class UserNotes { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () { diff --git a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js index df2e77e62a..4029c83dbf 100644 --- a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js +++ b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js @@ -36,7 +36,10 @@ class WriteUpperCase { document.head.appendChild(libraryScript); } else if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) this.initialize(); - this.startTimeout = setTimeout(() => {this.initialize();}, 30000); + this.startTimeout = setTimeout(() => { + try {return this.initialize();} + catch (err) {console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not initiate plugin! " + err);} + }, 30000); } initialize () {