diff --git a/Plugins/BDFDB.js b/Plugins/BDFDB.js index 71a8363d08..837ec07755 100644 --- a/Plugins/BDFDB.js +++ b/Plugins/BDFDB.js @@ -228,7 +228,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB } } changeLogHTML += `` - if (logs) BDFDB.openModal(plugin, {header:BDFDB.LanguageUtils.LanguageStrings.CHANGE_LOG, children:BDFDB.ReactUtils.elementToReact(BDFDB.DOMUtils.create(changeLogHTML)), selector:"BDFDB-changelogmodal"}); + if (logs) BDBDFDB.ModalUtils.open(plugin, {header:BDFDB.LanguageUtils.LanguageStrings.CHANGE_LOG, children:BDFDB.ReactUtils.elementToReact(BDFDB.DOMUtils.create(changeLogHTML)), selector:"BDFDB-changelogmodal"}); }; BDFDB.PluginUtils.createSettingsPanel = function (plugin, children) { if (!BDFDB.ObjectUtils.is(plugin) || !children || (!BDFDB.ReactUtils.isValidElement(children) && !BDFDB.ArrayUtils.is(children)) || (BDFDB.ArrayUtils.is(children) && !children.length)) return; @@ -3316,8 +3316,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB return selectMenu; }; - - BDFDB.openModal = function (plugin, config) { + + BDFDB.ModalUtils.open = {}; + BDFDB.ModalUtils.open = function (plugin, config) { if (!BDFDB.ObjectUtils.is(plugin) || !BDFDB.ObjectUtils.is(config)) return; var modal, headerchildren = [], contentchildren = [], footerchildren = [], modalprops, cancels = [], closeModal = _ => { if (BDFDB.ObjectUtils.is(modalprops) && typeof modalprops.onClose == "function") modalprops.onClose(); @@ -3463,11 +3464,10 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB }); } }; - - BDFDB.openConfirmModal = function (plugin, text, callback) { + BDFDB.ModalUtils.confirm = function (plugin, text, callback) { if (!BDFDB.ObjectUtils.is(plugin) || typeof text != "string") return; callback = typeof callback == "function" ? callback : _ => {}; - BDFDB.openModal(plugin, {text, header:"Are you sure?", selector:"BDFDB-confirmmodal", buttons:[ + BDFDB.ModalUtils.open(plugin, {text, header:"Are you sure?", selector:"BDFDB-confirmmodal", buttons:[ {contents: BDFDB.LanguageUtils.LanguageStrings.OKAY, close:true, color:"RED", click:callback}, {contents: BDFDB.LanguageUtils.LanguageStrings.CANCEL, close:true} ]}); @@ -7976,6 +7976,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB BDFDB.getDiscordZoomFactor = BDFDB.DiscordUtils.getZoomFactor; BDFDB.getDiscordFontScale = BDFDB.DiscordUtils.getFontScale; + BDFDB.openModal = BDFDB.ModalUtils.open; + BDFDB.openConfirmModal = BDFDB.ModalUtils.confirm; + BDFDB.BdUtils = BDFDB.BDUtils; BDFDB.getPluginsFolder = BDFDB.BDUtils.getPluginsFolder; BDFDB.getThemesFolder = BDFDB.BDUtils.getThemesFolder; diff --git a/Plugins/BDFDB.min.js b/Plugins/BDFDB.min.js index 12f61c99ba..59343d9895 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'){try{f['initConstructor']();}catch(i){console['error']('%c['+f['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20initiate\x20constructor!\x20'+i);}}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']=setInterval(c=>{BDFDB['PluginUtils']['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);f['started']=!![];delete f['stopping'];for(let k in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][k]['started']&&typeof BDFDB['myPlugins'][k]['initialize']=='function'){try{BDFDB['myPlugins'][k]['initialize']();}catch(l){console['error']('%c['+k+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20initiate\x20plugin!\x20'+l);}};};BDFDB['PluginUtils']['clear']=function(m){e['clearStartTimeout'](m);delete BDFDB['myPlugins'][m['name']];var n=BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_stopped','v'+m['version']);console['log']('%c['+m['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',n);if(!BDFDB['BDUtils']['getSettings']('fork-ps-2'))BDFDB['NotificationUtils']['toast'](m['name']+'\x20'+n,{'nopointer':!![],'selector':'plugin-stopped-toast'});var o=typeof m['getRawUrl']=='function'&&typeof m['getRawUrl']()=='string'?m['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+m['name']+'/'+m['name']+'.plugin.js';if(typeof m['css']==='string')BDFDB['DOMUtils']['removeLocalStyle'](m['name']);BDFDB['ListenerUtils']['remove'](m);BDFDB['ObserverUtils']['disconnect'](m);e['removeOnSwitchListener'](m);for(let p of document['querySelectorAll']('.'+m['name']+'-modal,\x20.'+m['name']['toLowerCase']()+'-modal,\x20.'+m['name']+'-settingsmodal,\x20.'+m['name']['toLowerCase']()+'-settingsmodal')){let q=p['querySelector'](BDFDB['dotCN']['modalclose']);if(q)q['click']();}delete window['PluginUpdates']['plugins'][o];if(BDFDB['ObjectUtils']['isEmpty'](window['PluginUpdates']['plugins']))BDFDB['DOMUtils']['remove']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete m['started'];BDFDB['cleanUps'][m['name']]=setImmediate(()=>{BDFDB['ModuleUtils']['unpatch'](m);delete m['stopping'];});};BDFDB['PluginUtils']['translate']=function(r){r['labels']={};if(typeof r['setLabelsByLanguage']==='function'||typeof r['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])u();else{var s=setInterval(c=>{if(document['querySelector']('html')['lang']){clearInterval(s);u();}},0x64);}function u(){var v=BDFDB['LanguageUtils']['getLanguage']();if(typeof r['setLabelsByLanguage']==='function')r['labels']=r['setLabelsByLanguage'](v['id']);if(typeof r['changeLanguageStrings']==='function')r['changeLanguageStrings']();console['log']('%c['+r['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_translated',v['ownlang']));}}};BDFDB['PluginUtils']['checkUpdate']=function(w,x){if(BDFDB['BDUtils']['isBDv2']()||!w||!x)return;eN['request'](x,(y,z,A)=>{if(y)return;var B=A['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!B)return;if(BDFDB['NumberUtils']['getVersionDifference'](B[0x0],window['PluginUpdates']['plugins'][x]['version'])>0.2){BDFDB['NotificationUtils']['toast'](w+'\x20will\x20be\x20force\x20updated,\x20because\x20your\x20version\x20is\x20heavily\x20outdated.',{'type':'warn','nopointer':!![],'selector':'plugin-forceupdate-toast'});BDFDB['PluginUtils']['downloadUpdate'](w,x);}else if(BDFDB['NumberUtils']['compareVersions'](B[0x0],window['PluginUpdates']['plugins'][x]['version']))BDFDB['PluginUtils']['showUpdateNotice'](w,x);else BDFDB['PluginUtils']['removeUpdateNotice'](w);});};BDFDB['PluginUtils']['checkAllUpdates']=function(){for(let C in window['PluginUpdates']['plugins']){var D=window['PluginUpdates']['plugins'][C];BDFDB['PluginUtils']['checkUpdate'](D['name'],D['raw']);}};BDFDB['PluginUtils']['showUpdateNotice']=function(E,F){if(!E||!F)return;var G=document['querySelector']('#pluginNotice');if(!G){G=BDFDB['NotificationUtils']['notice']('The\x20following\x20plugins\x20need\x20to\x20be\x20updated:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['BDUtils']['isAutoLoadEnabled']()?'Reload':'','customicon':''});G['style']['setProperty']('display','block','important');G['style']['setProperty']('visibility','visible','important');G['style']['setProperty']('opacity','1','important');G['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{BDFDB['DOMUtils']['remove']('.update-clickme-tooltip');});var I=G['querySelector'](BDFDB['dotCN']['noticebutton']);if(I){BDFDB['DOMUtils']['toggle'](I,!![]);I['addEventListener']('click',c=>{window['location']['reload'](![]);});I['addEventListener']('mouseenter',c=>{if(window['PluginUpdates']['downloaded'])BDFDB['TooltipUtils']['create'](I,window['PluginUpdates']['downloaded']['join'](',\x20'),{'type':'bottom','selector':'update-notice-tooltip','style':'max-width:\x20420px'});});}}if(G){var L=G['querySelector']('#outdatedPlugins');if(L&&!L['querySelector']('#'+E+'-notice')){if(L['querySelector']('span'))L['appendChild'](BDFDB['DOMUtils']['create'](',\x20'));var M=BDFDB['DOMUtils']['create'](''+E+'');M['addEventListener']('click',c=>{BDFDB['PluginUtils']['downloadUpdate'](E,F);});L['appendChild'](M);if(!document['querySelector']('.update-clickme-tooltip'))BDFDB['TooltipUtils']['create'](L,'Click\x20us!',{'type':'bottom','selector':'update-clickme-tooltip','delay':0x1f4});}}};BDFDB['PluginUtils']['removeUpdateNotice']=function(O,P=document['querySelector']('#pluginNotice')){if(!O||!P)return;var Q=P['querySelector']('#outdatedPlugins');if(Q){var R=Q['querySelector']('#'+O+'-notice');if(R){var S=R['nextSibling'];var T=R['prevSibling'];if(S&&BDFDB['DOMUtils']['containsClass'](S,'separator'))S['remove']();else if(T&&BDFDB['DOMUtils']['containsClass'](T,'separator'))T['remove']();R['remove']();}if(!Q['querySelector']('span')){var U=P['querySelector'](BDFDB['dotCN']['noticebutton']);if(U){P['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['DOMUtils']['toggle'](U,![]);}else P['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['PluginUtils']['downloadUpdate']=function(V,W){if(!V||!W)return;eN['request'](W,(X,Y,Z)=>{if(X)return console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','Unable\x20to\x20get\x20update\x20for\x20'+V);BDFDB['creationTime']=0x0;var a0=Z['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);a0=a0['toString']()['replace'](/['"]/g,'');eN['fs']['writeFileSync'](eN['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),W['split']('/')['slice'](-0x1)[0x0]),Z);BDFDB['NotificationUtils']['toast'](V+'\x20v'+window['PluginUpdates']['plugins'][W]['version']+'\x20has\x20been\x20replaced\x20by\x20'+V+'\x20v'+a0+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});var a1=document['querySelector']('#pluginNotice');if(a1){if(a1['querySelector'](BDFDB['dotCN']['noticebutton'])){window['PluginUpdates']['plugins'][W]['version']=a0;if(!window['PluginUpdates']['downloaded'])window['PluginUpdates']['downloaded']=[];if(!window['PluginUpdates']['downloaded']['includes'](V))window['PluginUpdates']['downloaded']['push'](V);}BDFDB['PluginUtils']['removeUpdateNotice'](V,a1);}});};BDFDB['PluginUtils']['checkChangeLog']=function(a2){if(!BDFDB['ObjectUtils']['is'](a2)||!a2['changelog'])return;var a3=BDFDB['DataUtils']['load'](a2,'changelog');if(!a3['currentversion']||BDFDB['NumberUtils']['compareVersions'](a2['version'],a3['currentversion'])){a3['currentversion']=a2['version'];BDFDB['DataUtils']['save'](a3,a2,'changelog');BDFDB['PluginUtils']['openChangeLog'](a2);}};BDFDB['PluginUtils']['openChangeLog']=function(a4){if(!BDFDB['ObjectUtils']['is'](a4)||!a4['changelog'])return;var a5='',a6=![],a7={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let a8 in a4['changelog']){a8=a8['toLowerCase']();var a9=BDFDB['disCN']['changelog'+a8];if(a9){a6=!![];a5+=''+a7[a8]+'
    ';for(let aa of a4['changelog'][a8])a5+='
  • '+aa[0x0]+''+(aa[0x1]?':\x20'+aa[0x1]+'.':'')+'
  • ';a5+='
';}}a5+='';if(a6)BDFDB['openModal'](a4,{'header':BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],'children':BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](a5)),'selector':'BDFDB-changelogmodal'});};BDFDB['PluginUtils']['createSettingsPanel']=function(ab,ac){if(!BDFDB['ObjectUtils']['is'](ab)||!ac||!BDFDB['ReactUtils']['isValidElement'](ac)&&!BDFDB['ArrayUtils']['is'](ac)||BDFDB['ArrayUtils']['is'](ac)&&!ac['length'])return;var ad=BDFDB['DOMUtils']['create']('');BDFDB['ReactUtils']['render'](BDFDB['ReactUtils']['createElement'](wb['SettingsPanel'],{'title':ab['name'],'children':ac}),ad);return ad;};e['clearStartTimeout']=function(ae){if(!BDFDB['ObjectUtils']['is'](ae))return;clearTimeout(ae['startTimeout']);delete ae['startTimeout'];clearTimeout(ae['libLoadTimeout']);delete ae['libLoadTimeout'];clearImmediate(BDFDB['cleanUps'][ae['name']]);delete BDFDB['cleanUps'][ae['name']];};e['addOnSettingsClosedListener']=function(af){if(BDFDB['ObjectUtils']['is'](af)&&typeof af['onSettingsClosed']==='function'){let ag=BDFDB['ModuleUtils']['findByName']('StandardSidebarView');if(ag)BDFDB['ModuleUtils']['patch'](af,ag['prototype'],'componentWillUnmount',{'after':ah=>{af['onSettingsClosed']();}});}};e['addOnSwitchListener']=function(ai){if(BDFDB['ObjectUtils']['is'](ai)&&typeof ai['onSwitch']==='function'){e['removeOnSwitchListener'](ai);var aj=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20~\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(aj){var ak=new MutationObserver(al=>{al['forEach'](am=>{if(am['target']&&BDFDB['DOMUtils']['containsClass'](am['target'],BDFDB['disCN']['nochannel']))ai['onSwitch']();});});var an=aj['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(an)ak['observe'](an,{'attributes':!![]});ai['onSwitchFix']=new MutationObserver(ao=>{ao['forEach'](ap=>{if(ap['addedNodes']){ap['addedNodes']['forEach'](aq=>{if(BDFDB['DOMUtils']['containsClass'](aq,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))ak['observe'](aq,{'attributes':!![]});});}});});ai['onSwitchFix']['observe'](aj,{'childList':!![]});}}};e['removeOnSwitchListener']=function(ar){if(BDFDB['ObjectUtils']['is'](ar)&&typeof ar['onSwitch']==='function'&&BDFDB['ObjectUtils']['is'](ar['onSwitchFix'])){ar['onSwitchFix']['disconnect']();delete ar['onSwitchFix'];}};BDFDB['ObserverUtils']={};BDFDB['ObserverUtils']['connect']=function(as,at,au,av={'childList':!![]}){if(!BDFDB['ObjectUtils']['is'](as)||!at||!au)return;if(BDFDB['ObjectUtils']['isEmpty'](as['observers']))as['observers']={};if(!BDFDB['ArrayUtils']['is'](as['observers'][au['name']]))as['observers'][au['name']]=[];if(!au['multi'])for(let aw of as['observers'][au['name']])aw['disconnect']();if(au['instance'])as['observers'][au['name']]['push'](au['instance']);var ax=as['observers'][au['name']][as['observers'][au['name']]['length']-0x1];if(ax){var ay=Node['prototype']['isPrototypeOf'](at)?at:typeof at==='string'?document['querySelector'](at):null;if(ay)ax['observe'](ay,av);}};BDFDB['ObserverUtils']['disconnect']=function(az,aA){if(BDFDB['ObjectUtils']['is'](az)&&!BDFDB['ObjectUtils']['isEmpty'](az['observers'])){let aB=typeof aA=='string'?aA:BDFDB['ObjectUtils']['is'](aA)?aA['name']:null;if(!aB){for(let aA in az['observers'])for(let aD of az['observers'][aA])aD['disconnect']();delete az['observers'];}else if(!BDFDB['ArrayUtils']['is'](az['observers'][aB])){for(let aE of az['observers'][aB])aE['disconnect']();delete az['observers'][aB];}}};BDFDB['ListenerUtils']={};BDFDB['ListenerUtils']['add']=function(aF,aG,aH,aI,aJ){if(!BDFDB['ObjectUtils']['is'](aF)||!Node['prototype']['isPrototypeOf'](aG)&&aG!==window||!aH)return;var aK=typeof aI=='function';var aL=aK?undefined:aI;var aM=aK?aI:aJ;if(typeof aM!='function')return;BDFDB['ListenerUtils']['remove'](aF,aG,aH,aL);for(var aN of aH['split']('\x20')){aN=aN['split']('.');var aO=aN['shift']()['toLowerCase']();if(!aO)return;var aP=aO;aO=aO=='mouseenter'||aO=='mouseleave'?'mouseover':aO;var aQ=(aN['join']('.')||'')+aF['name'];if(!BDFDB['ArrayUtils']['is'](aF['listeners']))aF['listeners']=[];var aR=null;if(aL){if(aP=='mouseenter'||aP=='mouseleave'){aR=aS=>{for(let aT of aS['path'])if(typeof aT['matches']=='function'&&aT['matches'](aL)&&!aT[aQ+'BDFDB'+aP]){aT[aQ+'BDFDB'+aP]=!![];if(aP=='mouseenter')aM(BDFDB['ListenerUtils']['copyEvent'](aS,aT));let aU=aV=>{if(aV['target']['contains'](aT)||aV['target']==aT||!aT['contains'](aV['target'])){if(aP=='mouseleave')aM(BDFDB['ListenerUtils']['copyEvent'](aS,aT));delete aT[aQ+'BDFDB'+aP];document['removeEventListener']('mouseout',aU);}};document['addEventListener']('mouseout',aU);break;}};}else{aR=aW=>{for(let aX of aW['path'])if(typeof aX['matches']=='function'&&aX['matches'](aL)){aM(BDFDB['ListenerUtils']['copyEvent'](aW,aX));break;}};}}else aR=aY=>{aM(BDFDB['ListenerUtils']['copyEvent'](aY,aG));};aF['listeners']['push']({'ele':aG,'eventname':aO,'origeventname':aP,'namespace':aQ,'selector':aL,'eventcallback':aR});aG['addEventListener'](aO,aR,!![]);}};BDFDB['ListenerUtils']['remove']=function(aZ,b0,b1='',b2){if(!BDFDB['ObjectUtils']['is'](aZ)||!BDFDB['ArrayUtils']['is'](aZ['listeners']))return;if(Node['prototype']['isPrototypeOf'](b0)||b0===window){for(var b3 of b1['split']('\x20')){b3=b3['split']('.');var b4=b3['shift']()['toLowerCase']();var b5=(b3['join']('.')||'')+aZ['name'];for(let b6 of aZ['listeners']){let b7=[];if(b6['ele']==b0&&(!b4||b6['origeventname']==b4)&&b6['namespace']==b5&&(b2===undefined||b6['selector']==b2)){b0['removeEventListener'](b6['eventname'],b6['eventcallback'],!![]);b7['push'](b6);}if(b7['length'])aZ['listeners']=aZ['listeners']['filter'](b6=>{return b7['indexOf'](b6)<0x0;});}}}else if(!b0){for(let b9 of aZ['listeners'])b9['ele']['removeEventListener'](b9['eventname'],b9['eventcallback'],!![]);aZ['listeners']=[];}};BDFDB['ListenerUtils']['multiAdd']=function(ba,bb,bc){if(!Node['prototype']['isPrototypeOf'](ba)||!bb||typeof bc!='function')return;for(var bd of bb['trim']()['split']('\x20')['filter'](be=>be))ba['addEventListener'](bd,bc,!![]);};BDFDB['ListenerUtils']['multiRemove']=function(bf,bg,bh){if(!Node['prototype']['isPrototypeOf'](bf)||!bg||typeof bh!='function')return;for(var bi of bg['trim']()['split']('\x20')['filter'](bj=>bj))bf['removeEventListener'](bi,bh,!![]);};BDFDB['ListenerUtils']['addToChildren']=function(bk,bl,bm,bn){if(!Node['prototype']['isPrototypeOf'](bk)||!bl||!bm||!bm['trim']()||typeof bn!='function')return;for(var bo of bl['trim']()['split']('\x20')['filter'](bp=>bp)){var bq=bn;if(bo=='mouseenter'||bo=='mouseleave')bq=br=>{if(br['target']['matches'](bm))bn(br);};bk['querySelectorAll'](bm['trim']())['forEach'](bs=>{bs['addEventListener'](bo,bq,!![]);});}};BDFDB['ListenerUtils']['copyEvent']=function(bt,bu){if(!bt||!bt['constructor']||!bt['type'])return bt;var bv=new bt['constructor'](bt['type'],bt);Object['defineProperty'](bv,'originalEvent',{'value':bt});Object['defineProperty'](bv,'which',{'value':bt['which']});Object['defineProperty'](bv,'keyCode',{'value':bt['keyCode']});Object['defineProperty'](bv,'path',{'value':bt['path']});Object['defineProperty'](bv,'relatedTarget',{'value':bt['relatedTarget']});Object['defineProperty'](bv,'srcElement',{'value':bt['srcElement']});Object['defineProperty'](bv,'target',{'value':bt['target']});Object['defineProperty'](bv,'toElement',{'value':bt['toElement']});if(bu)Object['defineProperty'](bv,'currentTarget',{'value':bu});return bv;};BDFDB['ListenerUtils']['stopEvent']=function(bw){if(BDFDB['ObjectUtils']['is'](bw)){if(typeof bw['preventDefault']=='function')bw['preventDefault']();if(typeof bw['stopPropagation']=='function')bw['stopPropagation']();if(typeof bw['stopImmediatePropagation']=='function')bw['stopImmediatePropagation']();if(BDFDB['ObjectUtils']['is'](bw['originalEvent'])){if(typeof bw['originalEvent']['preventDefault']=='function')bw['originalEvent']['preventDefault']();if(typeof bw['originalEvent']['stopPropagation']=='function')bw['originalEvent']['stopPropagation']();if(typeof bw['originalEvent']['stopImmediatePropagation']=='function')bw['originalEvent']['stopImmediatePropagation']();}}};var bx=[],by={'queue':[],'running':![]};BDFDB['NotificationUtils']={};BDFDB['NotificationUtils']['toast']=function(bz,bA={}){var bB=document['querySelector']('.toasts,\x20.bd-toasts');if(!bB){var bC=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bD=bC?BDFDB['DOMUtils']['getRects'](bC):null;var bE=bC?bC['querySelector'](BDFDB['dotCN']['memberswrap']):null;var bF=bD?bD['left']:0x136;var bG=bD?bE?bD['width']-BDFDB['DOMUtils']['getRects'](bE)['width']:bD['width']:window['outerWidth']-0x0;var bH=bC?bC['querySelector']('form'):null;var bI=bH?BDFDB['DOMUtils']['getRects'](bH)['height']:0x50;bB=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](bB);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![],color=''}=bA;var bJ=BDFDB['DOMUtils']['create'](''+(html===!![]?bz:BDFDB['StringUtils']['htmlEscape'](bz))+'');if(type){BDFDB['DOMUtils']['addClass'](bJ,'toast-'+type);if(icon)BDFDB['DOMUtils']['addClass'](bJ,'icon');}else if(color){var bK=BDFDB['ColorUtils']['convert'](color,'RGB');if(bK)bJ['style']['setProperty']('background-color',bK);}BDFDB['DOMUtils']['addClass'](bJ,selector);bB['appendChild'](bJ);bJ['close']=c=>{if(document['contains'](bJ)){BDFDB['DOMUtils']['addClass'](bJ,'closing');bJ['style']['setProperty']('pointer-events','none','important');setTimeout(c=>{bJ['remove']();if(!bB['querySelectorAll']('.toast,\x20.bd-toast')['length'])bB['remove']();},0xbb8);}};if(nopointer)bJ['style']['setProperty']('pointer-events','none','important');else bJ['addEventListener']('click',bJ['close']);setTimeout(c=>{bJ['close']();},timeout>0x0?timeout:0x927c0);return bJ;};BDFDB['NotificationUtils']['desktop']=function(bO,bP={}){var bQ=c=>{by['queue']['push']({'parsedcontent':bO,'parsedoptions':bP});bS();};var bS=c=>{if(!by['running']){var bU=by['queue']['shift']();if(bU)bV(bU['parsedcontent'],bU['parsedoptions']);}};var bV=(bW,bX)=>{by['running']=!![];var bY=bX['silent'];bX['silent']=bX['silent']||bX['sound']?!![]:![];var bZ=new Notification(bW,bX);var c0=new Audio();var c1=setTimeout(c=>{c4();},bX['timeout']?bX['timeout']:0xbb8);if(typeof bX['click']=='function')bZ['onclick']=c=>{clearTimeout(c1);c4();bX['click']();};if(!bY&&bX['sound']){c0['src']=bX['sound'];c0['play']();}var c4=c=>{c0['pause']();bZ['close']();by['running']=![];setTimeout(c=>{bS();},0x3e8);};};if(!('Notification'in window)){}else if(Notification['permission']==='granted')bQ();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(c7){if(c7==='granted')bQ();});};BDFDB['NotificationUtils']['notice']=function(c8,c9={}){if(!c8)return;var ca=document['querySelector'](BDFDB['dotCN']['layers']);if(!ca)return;var d=BDFDB['NumberUtils']['generateId'](bx);var cc=BDFDB['DOMUtils']['create']('');ca['parentElement']['insertBefore'](cc,ca);var cd=cc['querySelector']('.notice-message');if(c9['platform'])for(let ce of c9['platform']['split']('\x20'))if(vK['noticeicon'+ce]){let cf=BDFDB['DOMUtils']['create']('');BDFDB['DOMUtils']['addClass'](cf,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](cf,BDFDB['disCN']['noticeicon']);cc['insertBefore'](cf,cd);}if(c9['customicon']){let cg=BDFDB['DOMUtils']['create'](c9['customicon']);let cf=BDFDB['DOMUtils']['create']('');if(cg['tagName']=='span'&&!cg['firstElementChild'])cf['style']['setProperty']('background','url('+c9['customicon']+')\x20center/cover\x20no-repeat');else cf['appendChild'](cg);BDFDB['DOMUtils']['addClass'](cf,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](cf,BDFDB['disCN']['noticeicon']);cc['insertBefore'](cf,cd);}if(c9['btn']||c9['button'])cc['appendChild'](BDFDB['DOMUtils']['create'](''+(c9['btn']||c9['button'])+''));if(c9['id'])cc['id']=c9['id']['split']('\x20')['join']('');if(c9['selector'])BDFDB['DOMUtils']['addClass'](cc,c9['selector']);if(c9['css'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbar'+d,c9['css']);if(c9['style'])cc['style']=c9['style'];if(c9['html']===!![])cd['innerHTML']=c8;else{var ci=document['createElement']('a');var cj=[];for(let ck of c8['split']('\x20')){var cl=BDFDB['StringUtils']['htmlEscape'](ck);ci['href']=ck;cj['push'](ci['host']&&ci['host']!==window['location']['host']?''+cl+'':cl);}cd['innerHTML']=cj['join']('\x20');}var cm=null;if(c9['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(cm=BDFDB['disCN']['notice'+c9['type']])BDFDB['DOMUtils']['addClass'](cc,cm);if(c9['type']=='premium'){var cn=cc['querySelector'](BDFDB['dotCN']['noticebutton']);if(cn)BDFDB['DOMUtils']['addClass'](cn,BDFDB['disCN']['noticepremiumaction']);BDFDB['DOMUtils']['addClass'](cd,BDFDB['disCN']['noticepremiumtext']);cc['insertBefore'](BDFDB['DOMUtils']['create'](''),cd);}}if(!cm){var co=BDFDB['ColorUtils']['convert'](c9['color'],'RGBCOMP');if(co){var cp=co[0x0]>0xb4&&co[0x1]>0xb4&&co[0x2]>0xb4?'#000':'#FFF';var cq=BDFDB['ColorUtils']['convert'](co,'HEX');var cr=co[0x0]>0xb4&&co[0x1]>0xb4&&co[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d,'.BDFDB-notice.notice-'+d+'{background-color:'+cq+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20.notice-message\x20{color:'+cp+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:'+cp+'\x20!important;border-color:'+BDFDB['ColorUtils']['setAlpha'](cp,0.25,'RGBA')+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:'+cq+'\x20!important;background-color:'+cp+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:'+cr+'\x20!important;}');}else BDFDB['DOMUtils']['addClass'](cc,BDFDB['disCN']['noticedefault']);}cc['style']['setProperty']('height','36px','important');cc['style']['setProperty']('min-width','70vw','important');cc['style']['setProperty']('left','unset','important');cc['style']['setProperty']('right','unset','important');let cs=(BDFDB['DOMUtils']['getWidth'](document['body']['firstElementChild'])-BDFDB['DOMUtils']['getWidth'](cc))/0x2;cc['style']['setProperty']('left',cs+'px','important');cc['style']['setProperty']('right',cs+'px','important');cc['style']['setProperty']('min-width','unset','important');cc['style']['setProperty']('width','unset','important');cc['style']['setProperty']('max-width','calc(100vw\x20-\x20'+cs*0x2+'px)','important');cc['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{cc['style']['setProperty']('overflow','hidden','important');cc['style']['setProperty']('height','0px','important');setTimeout(c=>{BDFDB['ArrayUtils']['remove'](bx,d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbar'+d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d);cc['remove']();},0x1f4);});return cc;};BDFDB['NotificationUtils']['alert']=function(cv,cw){if(typeof cv=='string'&&typeof cv=='string'&&window['BdApi']&&typeof BdApi['alert']=='function')BdApi['alert'](cv,cw);};var cx=[];BDFDB['TooltipUtils']={};BDFDB['TooltipUtils']['create']=function(cy,cz,cA={}){var cB=document['querySelector'](BDFDB['dotCN']['itemlayercontainer']);if(!cB||typeof cz!='string'||!Node['prototype']['isPrototypeOf'](cy)||!document['contains'](cy))return null;var cC=document['querySelector']('.BDFDB-itemlayercontainer');if(!cC){cC=cB['cloneNode']();BDFDB['DOMUtils']['addClass'](cC,'BDFDB-itemlayercontainer');cB['parentElement']['insertBefore'](cC,cB['nextSibling']);}var d=BDFDB['NumberUtils']['generateId'](cx);var cE=BDFDB['DOMUtils']['create']('');cC['appendChild'](cE);var cF=cE['firstElementChild'];if(cA['id'])cF['id']=cA['id']['split']('\x20')['join']('');if(cA['selector'])BDFDB['DOMUtils']['addClass'](cF,cA['selector']);if(cA['style']||cA['tooltipStyle'])cF['style']=cA['style']||cA['tooltipStyle'];if(cA['html']===!![])cF['innerHTML']=cz;else cF['innerText']=cz;if(!cA['type']||BDFDB['disCN']['tooltip'+cA['type']['toLowerCase']()])cA['type']='top';BDFDB['DOMUtils']['addClass'](cF,BDFDB['disCN']['tooltip'+cA['type']['toLowerCase']()]);cF['position']=cA['type']['toLowerCase']();cF['appendChild'](BDFDB['DOMUtils']['create'](''));if(cF['style']['getPropertyValue']('border-color')&&(cF['style']['getPropertyValue']('background-color')||cF['style']['getPropertyValue']('background-image')))BDFDB['DOMUtils']['addClass'](cF,'tooltip-customcolor');else if(cA['color']&&BDFDB['disCN']['tooltip'+cA['color']['toLowerCase']()])BDFDB['DOMUtils']['addClass'](cF,BDFDB['disCN']['tooltip'+cA['color']['toLowerCase']()]);else BDFDB['DOMUtils']['addClass'](cF,BDFDB['disCN']['tooltipblack']);cF['anker']=cy;if(cA['hide'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBhideOtherTooltips'+d,'#app-mount\x20'+BDFDB['dotCN']['tooltip']+':not(.BDFDB-tooltip-'+d+')\x20{display:\x20none\x20!important;}',cC);var cG=c=>{BDFDB['DOMUtils']['remove'](cE);};cy['addEventListener']('mouseleave',cG);var cI=new MutationObserver(cJ=>{cJ['forEach'](cK=>{var cL=Array['from'](cK['removedNodes']);var cM=cL['indexOf'](cE)>-0x1;var cN=cL['indexOf'](cy)>-0x1;var cO=cL['some'](cP=>cP['contains'](cy));if(cM||cN||cO){BDFDB['ArrayUtils']['remove'](cx,d);cI['disconnect']();BDFDB['DOMUtils']['remove'](cE);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBhideOtherTooltips'+d,cC);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomTooltips'+d,cC);if(!cC['firstElementChild'])BDFDB['DOMUtils']['remove'](cC);cy['removeEventListener']('mouseleave',cG);}});});cI['observe'](document['body'],{'subtree':!![],'childList':!![]});BDFDB['TooltipUtils']['update'](cF);if(cA['delay']){BDFDB['DOMUtils']['toggle'](cE);setTimeout(c=>{BDFDB['DOMUtils']['toggle'](cE);},cA['delay']);}return cE;};BDFDB['TooltipUtils']['update']=function(cR){if(!Node['prototype']['isPrototypeOf'](cR))return;let cS=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['itemlayer'],cR);if(!Node['prototype']['isPrototypeOf'](cS))return;cR=cS['querySelector'](BDFDB['dotCN']['tooltip']);if(!Node['prototype']['isPrototypeOf'](cR)||!Node['prototype']['isPrototypeOf'](cR['anker'])||!cR['position'])return;var cT=cR['querySelector'](BDFDB['dotCN']['tooltippointer']);var cU,cV,cW=BDFDB['DOMUtils']['getRects'](cR['anker']),cX=BDFDB['DOMUtils']['getRects'](cS),cY=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),cZ={'height':0xa,'width':0xa};switch(cR['position']){case'top':cV=cW['top']-cX['height']-cZ['height']+0x2;cU=cW['left']+(cW['width']-cX['width'])/0x2;break;case'bottom':cV=cW['top']+cW['height']+cZ['height']-0x2;cU=cW['left']+(cW['width']-cX['width'])/0x2;break;case'left':cV=cW['top']+(cW['height']-cX['height'])/0x2;cU=cW['left']-cX['width']-cZ['width']+0x2;break;case'right':cV=cW['top']+(cW['height']-cX['height'])/0x2;cU=cW['left']+cW['width']+cZ['width']-0x2;break;}cS['style']['setProperty']('top',cV+'px');cS['style']['setProperty']('left',cU+'px');cT['style']['removeProperty']('margin-left');cT['style']['removeProperty']('margin-top');if(cR['position']=='top'||cR['position']=='bottom'){if(cU<0x0){cS['style']['setProperty']('left','5px');cT['style']['setProperty']('margin-left',cU-0xa+'px');}else{var d0=cY['width']-(cU+cX['width']);if(d0<0x0){cS['style']['setProperty']('left',cY['width']-cX['width']-0x5+'px');cT['style']['setProperty']('margin-left',-0x1*d0+'px');}}}else if(cR['position']=='left'||cR['position']=='right'){if(cV<0x0){cS['style']['setProperty']('top','5px');cT['style']['setProperty']('margin-top',cV-0xa+'px');}else{var d1=cY['height']-(cV+cX['height']);if(d1<0x0){cS['style']['setProperty']('top',cY['height']-cX['height']-0x5+'px');cT['style']['setProperty']('margin-top',-0x1*d1+'px');}}}};BDFDB['ObjectUtils']={};BDFDB['ObjectUtils']['is']=function(d2){return d2&&Object['prototype']['isPrototypeOf'](d2)&&!Array['prototype']['isPrototypeOf'](d2);};BDFDB['ObjectUtils']['extract']=function(d3,...d4){let d5={};if(BDFDB['ObjectUtils']['is'](d3))for(let d6 of d4['flat']())if(d3[d6])d5=d3[d6];return d5;};BDFDB['ObjectUtils']['delete']=function(d7,...d8){if(BDFDB['ObjectUtils']['is'](d7))for(let d9 of d8['flat']())delete d7[d9];};BDFDB['ObjectUtils']['sort']=function(da,db,dc){if(!BDFDB['ObjectUtils']['is'](da))return{};var dd={};if(db===undefined||!db)for(let de of Object['keys'](da)['sort']())dd[de]=da[de];else{let df=[];for(let de in da)df['push'](da[de]);df=BDFDB['ArrayUtils']['keySort'](df,db,dc);for(let dh of df)for(let de in da)if(BDFDB['equals'](dh,da[de])){dd[de]=dh;break;}}return dd;};BDFDB['ObjectUtils']['reverse']=function(dj,dk){if(!BDFDB['ObjectUtils']['is'](dj))return{};var dl={};for(let dm of dk===undefined||!dk?Object['keys'](dj)['reverse']():Object['keys'](dj)['sort']()['reverse']())dl[dm]=dj[dm];return dl;};BDFDB['ObjectUtils']['filter']=function(dn,dp,dq=![]){if(!BDFDB['ObjectUtils']['is'](dn))return{};if(typeof dp!='function')return dn;return Object['keys'](dn)['filter'](dr=>dp(dq?dr:dn[dr]))['reduce']((ds,dt)=>(ds[dt]=dn[dt],ds),{});};BDFDB['ObjectUtils']['push']=function(du,dv){if(BDFDB['ObjectUtils']['is'](du))du[Object['keys'](du)['length']]=dv;};BDFDB['ObjectUtils']['pop']=function(dw,dx){if(BDFDB['ObjectUtils']['is'](dw)){let dy=Object['keys'](dw);if(!dy['length'])return;let dx=dw[dy[dy['length']-0x1]];delete dw[dy[dy['length']-0x1]];return dx;}};BDFDB['ObjectUtils']['map']=function(dA,dB){if(!BDFDB['ObjectUtils']['is'](dA))return{};if(typeof dB!='string'&&typeof dB!='function')return dA;var dC={};for(let dD in dA)if(BDFDB['ObjectUtils']['is'](dA[dD]))dC[dD]=typeof dB=='string'?dA[dD][dB]:dB(dA[dD],dD);return dC;};BDFDB['ObjectUtils']['toArray']=function(dE){if(!BDFDB['ObjectUtils']['is'](dE))return[];return Object['entries'](dE)['map'](dF=>dF[0x1]);};BDFDB['ObjectUtils']['deepAssign']=function(dG,...dH){if(!dH['length'])return dG;var dI=dH['shift']();if(BDFDB['ObjectUtils']['is'](dG)&&BDFDB['ObjectUtils']['is'](dI)){for(var dJ in dI){if(BDFDB['ObjectUtils']['is'](dI[dJ])){if(!dG[dJ])Object['assign'](dG,{[dJ]:{}});BDFDB['ObjectUtils']['deepAssign'](dG[dJ],dI[dJ]);}else Object['assign'](dG,{[dJ]:dI[dJ]});}}return BDFDB['ObjectUtils']['deepAssign'](dG,...dH);};BDFDB['ObjectUtils']['isEmpty']=function(dK){return!BDFDB['ObjectUtils']['is'](dK)||Object['getOwnPropertyNames'](dK)['length']==0x0;};BDFDB['ArrayUtils']={};BDFDB['ArrayUtils']['is']=function(dL){return dL&&Array['isArray'](dL);};BDFDB['ArrayUtils']['keySort']=function(dM,dN,dO){if(!BDFDB['ArrayUtils']['is'](dM))return[];if(dN==null)return dM;if(dO===undefined)dO=null;return dM['sort'](function(dP,dQ){var dR=dP[dN],dS=dQ[dN];if(dR!==dO)return dRdS?0x1:0x0;});};BDFDB['ArrayUtils']['numSort']=function(dT){return dT['sort'](function(dU,dV){return dUdV?0x1:0x0;});};BDFDB['ArrayUtils']['remove']=function(dW,dX,dY=![]){if(!BDFDB['ArrayUtils']['is'](dW))return[];if(!dW['includes'](dX))return dW;if(!dY)dW['splice'](dW['indexOf'](dX),0x1);else while(dW['indexOf'](dX)>-0x1)dW['splice'](dW['indexOf'](dX),0x1);return dW;};BDFDB['ArrayUtils']['getAllIndexes']=function(dZ,e0){if(!BDFDB['ArrayUtils']['is'](dZ))return[];var e1=[],e2=-0x1;while((e2=dZ['indexOf'](e0,e2+0x1))!==-0x1)e1['push'](e2);return e1;};BDFDB['ArrayUtils']['removeCopies']=function(e3){if(!BDFDB['ArrayUtils']['is'](e3))return[];return[...new Set(e3)];};BDFDB['highlightText']=function(e4,e5){if(!e5||e5['length']<0x1)return e4;var e6=0x0,e7=e4,e8='',e9='';BDFDB['ArrayUtils']['getAllIndexes'](e4['toUpperCase'](),e5['toUpperCase']())['forEach'](ea=>{var eb=e6*(e8['length']+e9['length']);ea=ea+eb;var ec=ea+e5['length'];var ed=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](e4['substring'](0x0,ea),'<'));var ee=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](e4['substring'](0x0,ea),'>'));if(ed[ed['length']-0x1]>ee[ee['length']-0x1])return;e4=e4['substring'](0x0,ea)+e8+e4['substring'](ea,ec)+e9+e4['substring'](ec);e6++;});return e4?e4:e7;};var ef=c=>{if(!ef['req']){const d='BDFDB-WebModules';const ei=typeof window['webpackJsonp']=='function'?window['webpackJsonp']([],{[d]:(ej,ek,ei)=>ek['default']=ei},[d])['default']:window['webpackJsonp']['push']([[],{[d]:(em,en,ei)=>em['exports']=ei},[[d]]]);delete ei['m'][d];delete ei['c'][d];ef['req']=ei;}return ef['req'];};BDFDB['ModuleUtils']={};BDFDB['ModuleUtils']['cached']={};BDFDB['ModuleUtils']['find']=function(ep){var eq=ef();for(let er in eq['c'])if(eq['c']['hasOwnProperty'](er)){var es=eq['c'][er]['exports'];if(es&&(typeof es=='object'||typeof es=='function')&&ep(es))return es;if(es&&es['__esModule'])for(let et in es)if(es[et]&&(typeof es[et]=='object'||typeof es[et]=='function')&&ep(es[et]))return es[et];}};BDFDB['ModuleUtils']['findByProperties']=function(eu){eu=BDFDB['ArrayUtils']['is'](eu)?eu:Array['from'](arguments);var ev=JSON['stringify'](eu);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['prop']))BDFDB['ModuleUtils']['cached']['prop']={};if(BDFDB['ModuleUtils']['cached']['prop'][ev])return BDFDB['ModuleUtils']['cached']['prop'][ev];else{var ew=BDFDB['ModuleUtils']['find'](ew=>eu['every'](ey=>ew[ey]!==undefined));if(ew){BDFDB['ModuleUtils']['cached']['prop'][ev]=ew;return ew;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ev+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByName']=function(ez){var eA=JSON['stringify'](ez);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['name']))BDFDB['ModuleUtils']['cached']['name']={};if(BDFDB['ModuleUtils']['cached']['name'][eA])return BDFDB['ModuleUtils']['cached']['name'][eA];else{var eB=BDFDB['ModuleUtils']['find'](eB=>eB['displayName']===ez);if(eB){BDFDB['ModuleUtils']['cached']['name'][eA]=eB;return eB;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',eA+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByString']=function(eD){eD=BDFDB['ArrayUtils']['is'](eD)?eD:Array['from'](arguments);var eE=JSON['stringify'](eD);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['string']))BDFDB['ModuleUtils']['cached']['string']={};if(BDFDB['ModuleUtils']['cached']['string'][eE])return BDFDB['ModuleUtils']['cached']['string'][eE];else{var eF=BDFDB['ModuleUtils']['find'](eF=>eD['every'](eH=>typeof eF=='function'&&eF['toString']()['indexOf'](eH)>-0x1));if(eF){BDFDB['ModuleUtils']['cached']['string'][eE]=eF;return eF;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',eE+'\x20[string]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByPrototypes']=function(eI){eI=BDFDB['ArrayUtils']['is'](eI)?eI:Array['from'](arguments);var eJ=JSON['stringify'](eI);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['proto']))BDFDB['ModuleUtils']['cached']['proto']={};if(BDFDB['ModuleUtils']['cached']['proto'][eJ])return BDFDB['ModuleUtils']['cached']['proto'][eJ];else{var eK=BDFDB['ModuleUtils']['find'](eK=>eK['prototype']&&eI['every'](eM=>eK['prototype'][eM]!==undefined));if(eK){BDFDB['ModuleUtils']['cached']['proto'][eJ]=eK;return eK;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',eJ+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['DiscordConstants']=BDFDB['ModuleUtils']['findByProperties']('Permissions','ActivityTypes');var eN={};for(let eO of['child_process','electron','fs','path','process','request']){try{eN[eO]=require(eO);}catch(eP){}}BDFDB['LibraryRequires']=Object['assign']({},eN);var eQ={};eQ['AckUtils']=BDFDB['ModuleUtils']['findByProperties']('localAck','bulkAck');eQ['APIUtils']=BDFDB['ModuleUtils']['findByProperties']('getAPIBaseURL');eQ['AnimationUtils']=BDFDB['ModuleUtils']['findByProperties']('spring','decay');eQ['BadgeUtils']=BDFDB['ModuleUtils']['findByProperties']('getBadgeCountString','getBadgeWidthForValue');eQ['ChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannel','getChannels');eQ['ColorUtils']=BDFDB['ModuleUtils']['findByProperties']('hex2int','hex2rgb');eQ['ContextMenuUtils']=BDFDB['ModuleUtils']['findByProperties']('closeContextMenu','openContextMenu');eQ['CurrentUserStore']=BDFDB['ModuleUtils']['findByProperties']('getCurrentUser');eQ['DirectMessageUtils']=BDFDB['ModuleUtils']['findByProperties']('addRecipient','openPrivateChannel');eQ['FriendUtils']=BDFDB['ModuleUtils']['findByProperties']('getFriendIDs','getRelationships');eQ['FolderStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildFolderById','getFlattenedGuilds');eQ['FolderUtils']=BDFDB['ModuleUtils']['findByProperties']('isFolderExpanded','getExpandedFolders');eQ['GuildBoostUtils']=BDFDB['ModuleUtils']['findByProperties']('getTierName','getUserLevel');eQ['GuildChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannels','getDefaultChannel');eQ['GuildEmojiStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildEmoji','getDisambiguatedEmojiContext');eQ['GuildSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateChannelOverrideSettings','updateNotificationSettings');eQ['GuildStore']=BDFDB['ModuleUtils']['findByProperties']('getGuild','getGuilds');eQ['GuildUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionToGuildSync');eQ['HistoryUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionTo','replaceWith','getHistory');;eQ['IconUtils']=BDFDB['ModuleUtils']['findByProperties']('getGuildIconURL','getGuildBannerURL');eQ['InviteUtils']=BDFDB['ModuleUtils']['findByProperties']('acceptInvite','createInvite');eQ['LanguageStore']=BDFDB['ModuleUtils']['findByProperties']('getLanguages','Messages');eQ['LastChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedChannelId');eQ['LastGuildStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedGuildId');eQ['LoginUtils']=BDFDB['ModuleUtils']['findByProperties']('login','logout');eQ['MemberStore']=BDFDB['ModuleUtils']['findByProperties']('getMember','getMembers');eQ['MentionUtils']=BDFDB['ModuleUtils']['findByProperties']('getMentionCount','getMentionCounts');eQ['MessageCreationUtils']=BDFDB['ModuleUtils']['findByProperties']('parse','isMentioned');eQ['MessagePinUtils']=BDFDB['ModuleUtils']['findByProperties']('pinMessage','unpinMessage');eQ['MessageStore']=BDFDB['ModuleUtils']['findByProperties']('getMessage','getMessages');eQ['MessageUtils']=BDFDB['ModuleUtils']['findByProperties']('receiveMessage','editMessage');eQ['ModalUtils']=BDFDB['ModuleUtils']['findByProperties']('openModal','registerModalDispatch');eQ['MutedUtils']=BDFDB['ModuleUtils']['findByProperties']('isGuildOrCategoryOrChannelMuted');eQ['NotificationSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('setDesktopType','setTTSType');eQ['NotificationSettingsStore']=BDFDB['ModuleUtils']['findByProperties']('getDesktopType','getTTSType');eQ['PermissionUtils']=BDFDB['ModuleUtils']['findByProperties']('getChannelPermissions','canUser');eQ['PermissionRoleUtils']=BDFDB['ModuleUtils']['findByProperties']('getHighestRole','can');eQ['ReactionUtils']=BDFDB['ModuleUtils']['findByProperties']('addReaction','removeReaction');eQ['SearchPageUtils']=BDFDB['ModuleUtils']['findByProperties']('searchNextPage','searchPreviousPage');eQ['SelectChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('selectChannel','selectPrivateChannel');eQ['SettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateRemoteSettings','updateLocalSettings');eQ['SoundUtils']=BDFDB['ModuleUtils']['findByProperties']('playSound','createSound');eQ['SpellCheckUtils']=BDFDB['ModuleUtils']['findByProperties']('learnWord','toggleSpellcheck');eQ['StatusMetaUtils']=BDFDB['ModuleUtils']['findByProperties']('getApplicationActivity','getStatus');eQ['StreamingUtils']=BDFDB['ModuleUtils']['findByProperties']('isStreaming');eQ['UnreadGuildUtils']=BDFDB['ModuleUtils']['findByProperties']('hasUnread','getUnreadGuilds');eQ['UnreadChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('getUnreadCount','getOldestUnreadMessageId');eQ['UploadUtils']=BDFDB['ModuleUtils']['findByProperties']('upload','instantBatchUpload');eQ['UserStore']=BDFDB['ModuleUtils']['findByProperties']('getUser','getUsers');eQ['VoiceUtils']=BDFDB['ModuleUtils']['findByProperties']('getAllVoiceStates','getVoiceStatesForChannel');eQ['ZoomUtils']=BDFDB['ModuleUtils']['findByProperties']('setZoom','setFontSize');BDFDB['LibraryModules']=Object['assign']({},eQ);eQ['React']=BDFDB['ModuleUtils']['findByProperties']('createElement','cloneElement');eQ['ReactDOM']=BDFDB['ModuleUtils']['findByProperties']('render','findDOMNode');if(eQ['React']&&eQ['ReactDOM']){BDFDB['ReactUtils']=Object['assign']({},eQ['React'],eQ['ReactDOM']);BDFDB['ReactUtils']['createElement']=function(eR,eS){if(eR&&eR['defaultProps'])for(let eT in eR['defaultProps'])if(eS[eT]==null)eS[eT]=eR['defaultProps'][eT];try{return eQ['React']['createElement'](eR||'div',eS||{})||null;}catch(eU){console['error']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20create\x20react\x20element!\x20'+eU);}return null;};BDFDB['ReactUtils']['elementToReact']=function(eV){if(BDFDB['ReactUtils']['isValidElement'](eV))return eV;else if(!Node['prototype']['isPrototypeOf'](eV))return null;else if(eV['nodeType']==Node['TEXT_NODE'])return eV['nodeValue'];let eW={},eX={};for(let eY of eV['attributes'])eW[eY['name']]=eY['value'];if(eV['attributes']['style'])eW['style']=BDFDB['ObjectUtils']['filter'](eV['style'],eZ=>eV['style'][eZ]&&isNaN(parseInt(eZ)),!![]);eW['children']=[];if(eV['style']&&eV['style']['cssText'])for(let f0 of eV['style']['cssText']['split'](';'))if(f0['endsWith']('!important')){let f1=f0['split'](':')[0x0];let f2=f1['replace'](/-([a-z]?)/g,(f3,f4)=>f4['toUpperCase']());if(eW['style'][f2]!=null)eX[f1]=eW['style'][f2];}if(Object['keys'](eX)['length'])eW['ref']=f5=>{let f6=BDFDB['ReactUtils']['findDOMNode'](f5);if(f6)for(let f7 in eX)f6['style']['setProperty'](f7,eX[f7],'important');};for(let f8 of eV['childNodes'])eW['children']['push'](BDFDB['ReactUtils']['elementToReact'](f8));return BDFDB['ReactUtils']['createElement'](eV['tagName'],eW);};BDFDB['ReactUtils']['findDOMNode']=function(f9){if(Node['prototype']['isPrototypeOf'](f9))return f9;if(!f9||!f9['updater']||typeof f9['updater']['isMounted']!=='function'||!f9['updater']['isMounted'](f9))return null;var fa=eQ['ReactDOM']['findDOMNode'](f9)||BDFDB['ReactUtils']['getValue'](f9,'child.stateNode');return Node['prototype']['isPrototypeOf'](fa)?fa:null;};BDFDB['ReactUtils']['childrenToArray']=function(fb){if(fb&&fb['props']&&fb['props']['children']&&!BDFDB['ArrayUtils']['is'](fb['props']['children'])){var fc=fb['props']['children'];fb['props']['children']=[];fb['props']['children']['push'](fc);}return fb['props']['children'];};BDFDB['ReactUtils']['findChildren']=function(fd,fe){if(!fd||!BDFDB['ObjectUtils']['is'](fe)||!fe['name']&&!fe['props'])return null;var ff=Node['prototype']['isPrototypeOf'](fd)?BDFDB['ReactUtils']['getInstance'](fd):fd;if(!BDFDB['ObjectUtils']['is'](ff))return null;fe['name']=fe['name']&&!BDFDB['ArrayUtils']['is'](fe['name'])?Array['of'](fe['name']):fe['name'];fe['props']=fe['props']&&!BDFDB['ArrayUtils']['is'](fe['props'])?Array['of'](fe['props']):fe['props'];var fg=ff;var fh=BDFDB['ArrayUtils']['is'](fg);var fi=fg;return fj(fg);function fj(fk){while(fk&&!BDFDB['ArrayUtils']['is'](fk)&&fk['props']&&fk['props']['children']){fi=fk;fk=fk['props']['children'];}if(fk&&!BDFDB['ArrayUtils']['is'](fk)){if(fi&&fi['props']){var fl=fk;fi['props']['children']=[];fi['props']['children']['push'](fl);return[fi['props']['children'],fo(fl)?0x0:-0x1];}else return[fg,-0x1];}else{if(!fh){fg=fk;fh=!![];}var fm=[fg,-0x1];for(let fn in fk)if(fk[fn]){if(fo(fk[fn]))fm=[fk,fn];else if(fk[fn]['props']){fi=fk[fn];fm=fj(fk[fn]['props']['children']);}if(fm[0x1]>-0x1)break;}return fm;}}function fo(ff){if(!ff)return![];let fq=ff['stateNode']?ff['stateNode']['props']:ff['props'];return ff['type']&&fe['name']&&fe['name']['some'](fr=>(ff['type']['displayName']||ff['type']['name'])===fr)||fq&&fe['props']&&fe['props']['every'](fs=>BDFDB['ArrayUtils']['is'](fs)?BDFDB['ArrayUtils']['is'](fs[0x1])?fs[0x1]['some'](ft=>BDFDB['equals'](fq[fs[0x0]],ft)):BDFDB['equals'](fq[fs[0x0]],fs[0x1]):fq[fs]!==undefined);}};BDFDB['ReactUtils']['findOwner']=function(fu,fv){if(!fu||!BDFDB['ObjectUtils']['is'](fv)||!fv['name']&&!fv['props'])return null;var fw=Node['prototype']['isPrototypeOf'](fu)?BDFDB['ReactUtils']['getInstance'](fu):fu;if(!BDFDB['ObjectUtils']['is'](fw))return null;fv['name']=fv['name']&&!BDFDB['ArrayUtils']['is'](fv['name'])?Array['of'](fv['name']):fv['name'];fv['props']=fv['props']&&!BDFDB['ArrayUtils']['is'](fv['props'])?Array['of'](fv['props']):fv['props'];var fx=-0x1;var fy=fv['depth']===undefined?0xf:fv['depth'];var fz=performance['now']();var fA=fv['time']===undefined?0x96:fv['time'];var fB=fv['up']?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var fC={};var fD=fG(fw);if(fv['all']){for(let fE in fC){if(fv['group'])for(let fw in fC[fE])delete fC[fE][fw]['BDFDBreactSearch'];else delete fC[fE]['BDFDBreactSearch'];}return fC;}else return fD;function fG(fw){fx++;var fI=undefined;if(fw&&!Node['prototype']['isPrototypeOf'](fw)&&!BDFDB['ReactUtils']['getInstance'](fw)&&fx(fw['type']['displayName']||fw['type']['name'])===fK['split']('\x20_\x20_\x20')[0x0])||fJ&&fv['props']&&fv['props']['every'](fL=>BDFDB['ArrayUtils']['is'](fL)?BDFDB['ArrayUtils']['is'](fL[0x1])?fL[0x1]['some'](fM=>BDFDB['equals'](fJ[fL[0x0]],fM)):BDFDB['equals'](fJ[fL[0x0]],fL[0x1]):fJ[fL]!==undefined))){if(fv['all']===undefined||!fv['all'])fI=fw['stateNode'];else if(fv['all']){if(fv['noCopies']===undefined||!fv['noCopies']||fv['noCopies']&&!fw['stateNode']['BDFDBreactSearch']){fw['stateNode']['BDFDBreactSearch']=!![];if(fv['group']){if(fv['name']&&fw['type']&&(fw['type']['displayName']||fw['type']['name'])){var fN='Default';for(let fO of fv['name'])if(fw['type']['displayName']===fO['split']('\x20_\x20_\x20')[0x0]||fw['type']['name']===fO['split']('\x20_\x20_\x20')[0x0]){fN=fO;break;}if(typeof fC[fN]=='undefined')fC[fN]={};BDFDB['ObjectUtils']['push'](fC[fN],fw['stateNode']);}}else BDFDB['ObjectUtils']['push'](fC,fw['stateNode']);}}}if(fI===undefined){let fP=Object['getOwnPropertyNames'](fw);for(let fQ=0x0;fI===undefined&&fQgf['startsWith']('__reactInternalInstance'))];};BDFDB['ReactUtils']['getValue']=function(gg,gh){if(!gg||!gh)return null;var gi=Node['prototype']['isPrototypeOf'](gg)?BDFDB['ReactUtils']['getInstance'](gg):gg;if(!BDFDB['ObjectUtils']['is'](gi))return null;var gj=gi,gk=gh['split']('.')['filter'](gl=>gl);for(value of gk){if(!gj)return null;gj=gj[value];}return gj;};};var gm=['before','instead','after'];var gn={'BannedCard':'BannedUser','InvitationCard':'InviteRow','InviteCard':'InviteRow','PopoutContainer':'Popout','MemberCard':'Member','MessageDeveloperModeGroup':'FluxContainer(MessageDeveloperModeGroup)','Note':'FluxContainer(Note)','WebhookCard':'Webhook'};var go={'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','SearchResults':'searchresultswrap','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['ModuleUtils']['patch']=function(gp,gq,gr,gs){if(!gp||!gq||!gr||!Object['keys'](gs)['some'](gt=>gm['includes'](gt)))return null;const gu=(typeof gp==='string'?gp:gp['name'])['toLowerCase']();const gv=(gw,gx)=>(...gy)=>{try{return gw(...gy);}catch(gz){console['error']('Error\x20occurred\x20in\x20'+gx,gz);}};if(!gq['BDFDBpatch'])gq['BDFDBpatch']={};gr=BDFDB['ArrayUtils']['is'](gr)?gr:Array['of'](gr);for(let gA of gr){if(!gq[gA])gq[gA]=c=>{};const gC=gq[gA];if(!gq['BDFDBpatch'][gA]){gq['BDFDBpatch'][gA]={};for(let gD of gm)gq['BDFDBpatch'][gA][gD]={};gq['BDFDBpatch'][gA]['originalMethod']=gC;gq[gA]=function(){const gE={'thisObject':this,'methodArguments':arguments,'originalMethod':gC,'originalMethodName':gA,'callOriginalMethod':c=>gE['returnValue']=gE['originalMethod']['apply'](gE['thisObject'],gE['methodArguments'])};if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']&&gq['BDFDBpatch'][gA]){if(!BDFDB['ObjectUtils']['isEmpty'](gq['BDFDBpatch'][gA]['before']))for(let d in BDFDB['ObjectUtils']['sort'](gq['BDFDBpatch'][gA]['before'])){gv(gq['BDFDBpatch'][gA]['before'][d],'\x22before\x22\x20callback\x20of\x20'+gA+'\x20in\x20'+(gq['constructor']?gq['constructor']['displayName']||gq['constructor']['name']:'module'))(gE);}if(BDFDB['ObjectUtils']['isEmpty'](gq['BDFDBpatch'][gA]['instead']))gE['callOriginalMethod']();else for(let d in BDFDB['ObjectUtils']['sort'](gq['BDFDBpatch'][gA]['instead'])){const gI=gv(gq['BDFDBpatch'][gA]['instead'][d],'\x22instead\x22\x20callback\x20of\x20'+gA+'\x20in\x20'+(gq['constructor']?gq['constructor']['displayName']||gq['constructor']['name']:'module'))(gE);if(gI!==undefined)gE['returnValue']=gI;}if(!BDFDB['ObjectUtils']['isEmpty'](gq['BDFDBpatch'][gA]['after']))for(let d in BDFDB['ObjectUtils']['sort'](gq['BDFDBpatch'][gA]['after'])){const gI=gv(gq['BDFDBpatch'][gA]['after'][d],'\x22after\x22\x20callback\x20of\x20'+gA+'\x20in\x20'+(gq['constructor']?gq['constructor']['displayName']||gq['constructor']['name']:'module'))(gE);if(gI!==undefined)gE['returnValue']=gI;}}else gE['callOriginalMethod']();return gE['returnValue'];};}for(let gL of gm)if(typeof gs[gL]=='function')gq['BDFDBpatch'][gA][gL][gu]=gs[gL];}const gM=c=>{BDFDB['ModuleUtils']['unpatch'](gp,gq,gr);};if(gp&&typeof gp=='object'){if(!BDFDB['ArrayUtils']['is'](gp['patchCancels']))gp['patchCancels']=[];gp['patchCancels']['push'](gM);}return gM;};BDFDB['ModuleUtils']['unpatch']=function(gO,gP,gQ){if(!gP&&!gQ){if(BDFDB['ObjectUtils']['is'](gO)&&BDFDB['ArrayUtils']['is'](gO['patchCancels'])){for(let gR of gO['patchCancels'])gR();gO['patchCancels']=[];}}else{if(!BDFDB['ObjectUtils']['is'](gP)||!gP['BDFDBpatch'])return;const gS=!gO?null:(typeof gO==='string'?gO:gO['name'])['toLowerCase']();if(gQ){for(let gT of BDFDB['ArrayUtils']['is'](gQ)?gQ:Array['of'](gQ))if(gP[gT]&&gP['BDFDBpatch'][gT])gV(gT,gS);}else{for(let gU of gP['BDFDBpatch'])gV(gU,gS);}}function gV(gW,gX){for(let gY of gm){if(gX)delete gP['BDFDBpatch'][gW][gY][gX];else delete gP['BDFDBpatch'][gW][gY];}var gZ=!![];for(let gY of gm)if(!BDFDB['ObjectUtils']['isEmpty'](gP['BDFDBpatch'][gW][gY]))gZ=![];if(gZ){gP[gW]=gP['BDFDBpatch'][gW]['originalMethod'];delete gP['BDFDBpatch'][gW];if(BDFDB['ObjectUtils']['isEmpty'](gP['BDFDBpatch']))delete gP['BDFDBpatch'];}}};BDFDB['ModuleUtils']['forceAllUpdates']=function(h1,h2){h2=h2&&gn[h2]?gn[h2]+'\x20_\x20_\x20'+h2:h2;if(BDFDB['ObjectUtils']['is'](h1)&&BDFDB['ObjectUtils']['is'](h1['patchModules'])&&(!h2||h1['patchModules'][h2])){const h3=document['querySelector'](BDFDB['dotCN']['app']);const h4=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(h3){var h5=[];for(let h6 in h1['patchModules']){var h7=BDFDB['ArrayUtils']['is'](h1['patchModules'][h6])?h1['patchModules'][h6]:Array['of'](h1['patchModules'][h6]);if(h7['includes']('componentDidMount')||h7['includes']('componentDidUpdate')||h7['includes']('render'))h5['push'](h6);}h5=h2?h5['filter'](h8=>h8==h2):h5;if(h5['length']){try{const h9=BDFDB['ReactUtils']['findOwner'](h3,{'name':h5,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let h6 in h9)for(let hb in h9[h6])e['forceInitiateProcess'](h1,h9[h6][hb],h6);if(h4){const hc=BDFDB['ReactUtils']['findOwner'](h4,{'name':h5,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let h6 in hc)for(let hb in hc[h6])e['forceInitiateProcess'](h1,hc[h6][hb],h6);}}catch(hf){console['error']('%c['+h1['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20force\x20update\x20components!\x20'+hf);}}}}};e['forceInitiateProcess']=function(hg,hh,hi){if(!hg||!hh||!hi)return;let hj=BDFDB['ArrayUtils']['is'](hg['patchModules'][hi])?hg['patchModules'][hi]:Array['of'](hg['patchModules'][hi]);if(hj['includes']('componentDidMount'))e['initiateProcess'](hg,hi,{'instance':hh,'methodname':'componentDidMount'});if(hj['includes']('render'))BDFDB['ReactUtils']['forceUpdate'](hh);else if(hj['includes']('componentDidUpdate'))e['initiateProcess'](hg,hi,{'instance':hh,'methodname':'componentDidUpdate'});};e['initiateProcess']=function(hk,hl,hm){if(BDFDB['ObjectUtils']['is'](hk)&&hm['instance']){if(hk['name']=='$BDFDB')hk=yi;hl=(hl['split']('\x20_\x20_\x20')[0x1]||hl)['replace'](/[^A-z0-9]|_/g,'');hl=hl['charAt'](0x0)['toUpperCase']()+hl['slice'](0x1);if(typeof hk['process'+hl]=='function'){let hn=(hk['process'+hl]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(hn){if(hm['methodname']=='render'){if(hm['returnvalue'])hk['process'+hl](hm['instance'],null,hm['returnvalue'],[hm['methodname']]);}else{let ho=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(ho)hk['process'+hl](hm['instance'],ho,hm['returnvalue'],[hm['methodname']]);else setImmediate(c=>{ho=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(ho)hk['process'+hl](hm['instance'],ho,hm['returnvalue'],[hm['methodname']]);});}}else{if(hm['methodname']=='render'){if(hm['returnvalue'])hk['process'+hl](hm);}else{hm['node']=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(hm['node'])hk['process'+hl](hm);else setImmediate(c=>{hm['node']=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(hm['node'])hk['process'+hl](hm);});}}}}};e['patchPlugin']=function(hr){if(BDFDB['ObjectUtils']['is'](hr)&&BDFDB['ObjectUtils']['is'](hr['patchModules'])){BDFDB['ModuleUtils']['unpatch'](hr);for(let hs in hr['patchModules']){var ht=gn[hs];var hu=go[hs['split']('\x20_\x20_\x20')[0x1]||hs];var hv=ht?ht+'\x20_\x20_\x20'+hs:hs;if(ht){hr['patchModules'][hv]=hr['patchModules'][hs];delete hr['patchModules'][hs];}if(!hu)hw(BDFDB['ModuleUtils']['findByName'](hv['split']('\x20_\x20_\x20')[0x0]),hv);else if(vK[hu])hB(hu,hv);}function hw(hx,hs){if(hx){var hz=hs['split']('\x20_\x20_\x20')[0x0];hx=hx['_reactInternalFiber']&&hx['_reactInternalFiber']['type']?hx['_reactInternalFiber']['type']:hx;hx=hx['displayName']==hz||hx['name']==hz?hx:BDFDB['ReactUtils']['findOwner'](hx,{'name':hz,'up':!![]});if(hx){hx=hx['_reactInternalFiber']&&hx['_reactInternalFiber']['type']?hx['_reactInternalFiber']['type']:hx;BDFDB['ModuleUtils']['patch'](hr,hx['prototype'],hr['patchModules'][hs],{'after':hA=>{if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])e['initiateProcess'](hr,hs,{'instance':hA['thisObject'],'returnvalue':hA['returnValue'],'methodname':hA['originalMethodName']});}});}}}function hB(hu,hs){const hE=document['querySelector'](BDFDB['dotCN']['app']),hF=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);var hG=![];if(hE){var hH=BDFDB['ReactUtils']['findOwner'](hE,{'name':hs,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(hH){hG=!![];hw(hH,hs);}}if(!hG&&hF){var hI=BDFDB['ReactUtils']['findOwner'](hF,{'name':hs,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(hI){hG=!![];hw(hI,hs);}}if(!hG){var hJ=![],hK=new MutationObserver(hL=>{hL['forEach'](hM=>{hM['addedNodes']['forEach'](hN=>{if(hJ||!hN||!hN['tagName'])return;var hO=null;if((hO=BDFDB['DOMUtils']['containsClass'](hN,BDFDB['disCN'][hu])?hN:hN['querySelector'](BDFDB['dotCN'][hu]))!=null){var hP=BDFDB['ReactUtils']['getInstance'](hO);if(hQ(hP,hs)){hJ=!![];hK['disconnect']();hw(hP,hs);BDFDB['ModuleUtils']['forceAllUpdates'](hr,hs);}}});});});BDFDB['ObserverUtils']['connect'](hr,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':hK,'multi':!![]},{'childList':!![],'subtree':!![]});}}function hQ(hR,hS){if(!hR)return![];hR=hR['_reactInternalFiber']&&hR['_reactInternalFiber']['type']?hR['_reactInternalFiber']['type']:hR;hR=hR['displayName']==hS||hR['name']==hS?hR:BDFDB['ReactUtils']['findOwner'](hR,{'name':hS,'up':!![]});return hR&&(hS!='V2C_PluginCard'&&hS!='V2C_ThemeCard'||hS=='V2C_PluginCard'&&BDFDB['BDUtils']['checkRepoPage']()=='plugins'||hS=='V2C_ThemeCard'&&BDFDB['BDUtils']['checkRepoPage']()=='themes');}}};var hT=['ChannelContextMenu','DeveloperContextMenu','GuildContextMenu','GuildRoleContextMenu','LfgContextMenu','MessageContextMenu','NativeContextMenu','ScreenshareContextMenu','UserContextMenu','UserSettingsCogContextMenu'];var hU=['MessageOptionPopout'];var hV=['ApplicationContextMenu','GroupDMContextMenu'];var hW={};for(let hX of hV)hW[hX]={'query':[],'module':null};e['addContextListeners']=hY=>{if(!BDFDB['ObjectUtils']['is'](hY))return;for(let hZ of hT)if(typeof hY['on'+hZ]==='function')e['patchContextMenuPlugin'](hY,hZ,BDFDB['ModuleUtils']['findByName'](hZ));for(let i0 of hU)if(typeof hY['on'+i0]==='function')e['patchPopoutPlugin'](hY,i0,BDFDB['ModuleUtils']['findByName'](i0));for(let i1 of hV)if(typeof hY['on'+i1]==='function'){if(hW[i1]['module'])e['patchContextMenuPlugin'](hY,i1,hW[i1]['module']);else hW[i1]['query']['push'](hY);}};e['patchContextMenuPlugin']=(i2,i3,i4)=>{if(i4&&i4['prototype']){let i5=(i2['on'+i3]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(i5){BDFDB['ModuleUtils']['patch'](i2,i4['prototype'],'render',{'after':i6=>{let i7=i6['thisObject'],i8=BDFDB['ReactUtils']['findDOMNode'](i6['thisObject']),i9=i6['returnValue'];if(i7&&i8&&i9&&typeof i2['on'+i3]==='function'){i2['on'+i3](i7,i8,i9);}}});}else{BDFDB['ModuleUtils']['patch'](i2,i4['prototype'],'render',{'after':ia=>{if(ia['thisObject']&&ia['returnValue']&&typeof i2['on'+i3]==='function')i2['on'+i3]({'instance':ia['thisObject'],'returnvalue':ia['returnValue'],'methodname':'render'});}});}}};e['patchPopoutPlugin']=(ib,ic,id)=>{if(id&&id['prototype']){let ie=(ib['on'+ic]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(ie){BDFDB['ModuleUtils']['patch'](ib,id['prototype'],'render',{'after':ig=>{let ih=ig['thisObject'],ii=BDFDB['ReactUtils']['findDOMNode'](ig['thisObject']),ij=ig['returnValue'];if(ih&&ii&&ij&&typeof ib['on'+ic]==='function'){ib['on'+ic](ih,ii,ij);if(!ih['BDFDBforceUpdateTimeout']&&typeof ih['forceUpdate']=='function')BDFDB['ReactUtils']['forceUpdate'](ih);}}});}else{BDFDB['ModuleUtils']['patch'](ib,id['prototype'],'render',{'after':ik=>{if(ik['thisObject']&&ik['returnValue']&&typeof ib['on'+ic]==='function')ib['on'+ic]({'instance':ik['thisObject'],'returnvalue':ik['returnValue'],'methodname':'render'});}});}}};e['patchContextMenuLib']=(il,im)=>{if(il&&il['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,il['prototype'],'componentDidMount',{'after':io=>{if(!io['thisObject']['BDFDBforceRenderTimeout']&&typeof io['thisObject']['render']=='function')io['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,il['prototype'],'componentDidUpdate',{'after':ip=>{var iq=BDFDB['ReactUtils']['findDOMNode'](ip['thisObject']);if(iq){const ir=BDFDB['ReactUtils']['getValue'](ip,'thisObject._reactInternalFiber.stateNode.props.onHeightUpdate');const is=BDFDB['DOMUtils']['getRects'](iq),it=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));if(ir&&is['top']+is['height']>it['height'])ir();}}});BDFDB['ModuleUtils']['patch'](BDFDB,il['prototype'],'render',{'after':iu=>{if(iu['thisObject']['props']['BDFDBcontextMenu']&&iu['thisObject']['props']['children']&&iu['returnValue']&&iu['returnValue']['props']){iu['returnValue']['props']['children']=iu['thisObject']['props']['children'];delete iu['thisObject']['props']['value'];delete iu['thisObject']['props']['children'];delete iu['thisObject']['props']['BDFDBcontextMenu'];}if(BDFDB['ReactUtils']['findDOMNode'](iu['thisObject'])){iu['thisObject']['BDFDBforceRenderTimeout']=!![];setTimeout(c=>{delete iu['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(im){let iw=BDFDB['ReactUtils']['getValue'](iu,'thisObject._reactInternalFiber.child.type');if(iw&&iw['displayName']&&hW[iw['displayName']]&&!hW[iw['displayName']]['module']){hW[iw['displayName']]['module']=iw;e['patchContextMenuLib'](iw,![]);while(hW[iw['displayName']]['query']['length']){e['patchContextMenuPlugin'](hW[iw['displayName']]['query']['pop'](),iw['displayName'],iw);}}}}});}};e['patchPopoutLib']=(ix,iy)=>{if(ix&&ix['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,ix['prototype'],'componentDidMount',{'after':iz=>{if(!iz['thisObject']['BDFDBforceRenderTimeout']&&!iz['thisObject']['BDFDBforceUpdateTimeout']&&typeof iz['thisObject']['render']=='function')iz['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,ix['prototype'],'componentDidUpdate',{'after':iA=>{const iB=BDFDB['ReactUtils']['getValue'](iA,'thisObject._reactInternalFiber.return.return.return.stateNode.updateOffsets');if(iB)iB();iA['thisObject']['BDFDBforceUpdateTimeout']=!![];setTimeout(c=>{delete iA['thisObject']['BDFDBforceUpdateTimeout'];},0x3e8);}});BDFDB['ModuleUtils']['patch'](BDFDB,ix['prototype'],'render',{'after':iD=>{if(BDFDB['ReactUtils']['findDOMNode'](iD['thisObject'])){iD['thisObject']['BDFDBforceRenderTimeout']=!![];setTimeout(c=>{delete iD['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(iD['thisObject']['props']['message']&&!iD['thisObject']['props']['target']){const iF=document['querySelector'](BDFDB['dotCN']['messages']);if(iF){var iG=BDFDB['ReactUtils']['findOwner'](iF,{'name':'Message','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let iH in iG)if(iD['thisObject']['props']['message']['id']==iG[iH]['props']['message']['id']){target=BDFDB['ReactUtils']['findDOMNode'](iG[iH]);if(target)iD['thisObject']['props']['target']=target;break;}}}}});}};BDFDB['equals']=function(iI,iJ,iK){var iL=-0x1;if(iK===undefined||typeof iK!=='boolean')iK=![];return iM(iI,iJ);function iM(iN,iO){iL++;var iP=!![];if(iL>0x3e8)iP=null;else{if(typeof iN!==typeof iO)iP=![];else if(typeof iN==='undefined')iP=!![];else if(typeof iN==='symbol')iP=!![];else if(typeof iN==='boolean')iP=iN==iO;else if(typeof iN==='string')iP=iN==iO;else if(typeof iN==='number'){if(isNaN(iN)||isNaN(iO))iP=isNaN(iN)==isNaN(iO);else iP=iN==iO;}else if(!iN&&!iO)iP=!![];else if(!iN||!iO)iP=![];else if(typeof iN==='function'||typeof iN==='object'){var iQ=Object['getOwnPropertyNames'](iN);var iR=Object['getOwnPropertyNames'](iO);if(iQ['length']!==iR['length'])iP=![];else for(let iS=0x0;iP===!![]&&iS0x0))jl['push'](jm);}return jl;};BDFDB['GuildUtils']['getPinged']=function(jo){var jp=[];for(let jq of jo===undefined||!BDFDB['ArrayUtils']['is'](jo)?BDFDB['GuildUtils']['getAll']():jo){if(!jq)return null;let d=Node['prototype']['isPrototypeOf'](jq)?BDFDB['GuildUtils']['getId'](jq):typeof jq=='object'?jq['id']:jq;d=typeof d=='number'?d['toFixed']():d;if(d&&eQ['MentionUtils']['getMentionCount'](d)>0x0)jp['push'](jq);}return jp;};BDFDB['GuildUtils']['getMuted']=function(js){var jt=[];for(let ju of js===undefined||!BDFDB['ArrayUtils']['is'](js)?BDFDB['GuildUtils']['getAll']():js){if(!ju)return null;let d=Node['prototype']['isPrototypeOf'](ju)?BDFDB['GuildUtils']['getId'](ju):typeof ju=='object'?ju['id']:ju;d=typeof d=='number'?d['toFixed']():d;if(d&&eQ['MutedUtils']['isGuildOrCategoryOrChannelMuted'](d))jt['push'](ju);}return jt;};BDFDB['GuildUtils']['getSelected']=function(){var jw=eQ['GuildStore']['getGuild'](eQ['LastGuildStore']['getGuildId']());if(jw)return BDFDB['GuildUtils']['getData'](jw['id'])||Object['assign'](new jw['constructor'](jw),{'div':null,'instance':null});else return null;};BDFDB['GuildUtils']['createCopy']=function(jx,jy={'pill':![],'hover':![],'click':![],'menu':![],'size':null}){let d=typeof jx=='object'?jx['id']:jx;let jA=d?eQ['GuildStore']['getGuild'](d):null;if(jA){let jB=eQ['LastGuildStore']['getGuildId']()==jA['id'];let jC=eQ['UnreadGuildUtils']['hasUnread'](jA['id']);let jD=BDFDB['DOMUtils']['create'](''+(jA['icon']?'':'0x5?0xa:jA['acronym']['length']>0x4?0xc:jA['acronym']['length']>0x3?0xe:jA['acronym']['length']>0x1?0x10:0x12)+'px;\x22>'+jA['acronym']+'')+'');let jE=jD['querySelector'](BDFDB['dotCN']['guildcontainer']);let jF=jD['querySelector'](BDFDB['dotCN']['guildpillitem']);BDFDB['DOMUtils']['toggle'](jF['parentElement'],jy['pill']);if(jy['pill']){jF['style']['setProperty']('opacity',jB?0x1:jC?0.7:0x0);jF['style']['setProperty']('height',jB?'40px':'8px');jF['style']['setProperty']('transform','translate3d(0px,\x200px,\x200px)');BDFDB['DOMUtils']['toggleClass'](jD,BDFDB['disCN']['_bdguildselected'],jB);BDFDB['DOMUtils']['toggleClass'](jD,BDFDB['disCN']['_bdguildunread'],jC);BDFDB['DOMUtils']['toggleClass'](jF,BDFDB['disCN']['_bdguildunread'],jC);}if(jy['hover']){let jG=jD['querySelector'](BDFDB['dotCN']['guildiconwrapper']);let jH=jF['style']['getPropertyValue']('opacity')!=0x0;let jI=new eQ['AnimationUtils']['Value'](0x0);jI['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x32,0x1e]})['addListener'](jJ=>{jE['style']['setProperty']('border-radius',jJ['value']+'%');});let jK=new eQ['AnimationUtils']['Value'](0x0);jK['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x8,0x14]})['addListener'](jL=>{jF['style']['setProperty']('height',jL['value']+'px');});let jM=new eQ['AnimationUtils']['Value'](0x0);jM['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.7]})['addListener'](jN=>{jF['style']['setProperty']('opacity',''+jN['value']);});let jO=jP=>{eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](jI,{'toValue':jP,'duration':0xc8}),eQ['AnimationUtils']['spring'](jK,{'toValue':jP,'friction':0x5})])['start']();};let jQ=jR=>{eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](jM,{'toValue':jR,'duration':0xc8})])['start']();};jE['addEventListener']('mouseenter',c=>{jH=jF['style']['getPropertyValue']('opacity')!=0x0;if(eQ['LastGuildStore']['getGuildId']()!=jA['id']){jO(0x1);if(!jH)jQ(0x1);}});jE['addEventListener']('mouseleave',c=>{if(eQ['LastGuildStore']['getGuildId']()!=jA['id']){jO(0x0);if(!jH)jQ(0x0);}});}if(jy['click'])jE['addEventListener']('click',jU=>{BDFDB['ListenerUtils']['stopEvent'](jU);eQ['GuildUtils']['transitionToGuildSync'](jA['id']);if(typeof jy['click']=='function')jy['click']();});if(jy['menu'])jE['addEventListener']('contextmenu',jV=>{BDFDB['GuildUtils']['openMenu'](jA['id'],jV);if(typeof jy['menu']=='function')jy['menu']();});if(jy['size']){jD['style']['setProperty']('margin','0','important');jD['style']['setProperty']('width',jy['size']+'px','important');jD['style']['setProperty']('height',jy['size']+'px','important');}return jD;}else return null;};BDFDB['GuildUtils']['openMenu']=function(jW,jX=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](jW)?BDFDB['GuildUtils']['getId'](jW):typeof jW=='object'?jW['id']:jW;let jZ=eQ['GuildStore']['getGuild'](d);if(jZ)eQ['ContextMenuUtils']['openContextMenu'](jX,function(jX){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('GuildContextMenu'),Object['assign']({},jX,{'type':BDFDB['DiscordConstants']['ContextMenuTypes']['GUILD_ICON_BAR'],'guild':jZ,'badge':eQ['MentionUtils']['getMentionCount'](jZ['id']),'link':BDFDB['DiscordConstants']['Routes']['CHANNEL'](jZ['id'],eQ['LastChannelStore']['getChannelId'](jZ['id'])),'selected':jZ['id']==eQ['LastGuildStore']['getGuildId']()}));});};BDFDB['GuildUtils']['markAsRead']=function(k1){if(!k1)return;var k2=[];for(let k3 of BDFDB['ArrayUtils']['is'](k1)?k1:typeof k1=='string'||typeof k1=='number'?Array['of'](k1):Array['from'](k1)){let d=Node['prototype']['isPrototypeOf'](k3)?BDFDB['GuildUtils']['getId'](k3):k3&&typeof k3=='object'?k3['id']:k3;let k5=d?eQ['GuildChannelStore']['getChannels'](d):null;if(k5)for(let k6 in k5)if(BDFDB['ArrayUtils']['is'](k5[k6]))for(let k7 of k5[k6])k2['push'](k7['channel']['id']);}if(k2['length'])eQ['AckUtils']['bulkAck'](k2);};BDFDB['FolderUtils']={};BDFDB['FolderUtils']['getId']=function(k8){if(!Node['prototype']['isPrototypeOf'](k8)||!BDFDB['ReactUtils']['getInstance'](k8))return;k8=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildfolderwrapper'],k8);if(!k8)return;return BDFDB['ReactUtils']['findValue'](k8,'folderId',{'up':!![]});};BDFDB['FolderUtils']['getDiv']=function(k9){if(!k9)return null;let ka=BDFDB['FolderUtils']['getData'](k9);return ka?ka['div']:null;};BDFDB['FolderUtils']['getData']=function(kb){if(!kb)return null;let d=Node['prototype']['isPrototypeOf'](kb)?BDFDB['FolderUtils']['getId'](kb):typeof kb=='object'?kb['id']:kb;d=typeof d=='number'?d['toFixed']():d;for(let kd of BDFDB['FolderUtils']['getAll']())if(kd&&kd['folderId']==d)return kd;return null;};BDFDB['FolderUtils']['getAll']=function(){var ke=[],kf=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guildswrapper']),{'name':'GuildFolder','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kg in kf)if(kf[kg]['props']&&kf[kg]['props']['folderId']){ke['push'](Object['assign']({},kf[kg]['props'],{'div':BDFDB['ReactUtils']['findDOMNode'](kf[kg]),'instance':kf[kg]}));}return ke;};BDFDB['ChannelUtils']={};BDFDB['ChannelUtils']['getId']=function(kh){if(!Node['prototype']['isPrototypeOf'](kh)||!BDFDB['ReactUtils']['getInstance'](kh))return;kh=BDFDB['DOMUtils']['getParent'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],kh);if(!kh)return;var ki=BDFDB['ReactUtils']['findValue'](kh,'channel');return ki?ki['id']['toString']():null;};BDFDB['ChannelUtils']['getDiv']=function(kj){if(!kj)return null;let kk=BDFDB['ChannelUtils']['getData'](kj);return kk?kk['div']:null;};BDFDB['ChannelUtils']['getData']=function(kl){if(!kl)return null;let d=Node['prototype']['isPrototypeOf'](kl)?BDFDB['ChannelUtils']['getId'](kl):typeof kl=='object'?kl['id']:kl;d=typeof d=='number'?d['toFixed']():d;for(let kn of BDFDB['ChannelUtils']['getAll']())if(kn&&kn['id']==d)return kn;return null;};BDFDB['ChannelUtils']['getAll']=function(){var ko=[],kp=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['channels']),{'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kq in kp)if(kp[kq]['props']&&!kp[kq]['props']['ispin']&&kp[kq]['props']['channel']&&kp[kq]['_reactInternalFiber']['return']){var kr=BDFDB['ReactUtils']['findDOMNode'](kp[kq]);kr=kr&&BDFDB['DOMUtils']['containsClass'](kr['parentElement'],BDFDB['disCN']['categorycontainerdefault'],BDFDB['disCN']['channelcontainerdefault'],![])?kr['parentElement']:kr;ko['push'](Object['assign'](new kp[kq]['props']['channel']['constructor'](kp[kq]['props']['channel']),{'div':kr,'instance':kp[kq]}));}return ko;};BDFDB['ChannelUtils']['getSelected']=function(){var ks=eQ['ChannelStore']['getChannel'](eQ['LastChannelStore']['getChannelId']());if(ks)return BDFDB['ChannelUtils']['getData'](ks['id'])||Object['assign'](new ks['constructor'](ks),{'div':null,'instance':null});else return null;};BDFDB['ChannelUtils']['openMenu']=function(kt,ku=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](kt)?BDFDB['ChannelUtils']['getId'](kt):typeof kt=='object'?kt['id']:kt;let kw=eQ['ChannelStore']['getChannel'](d);if(kw){let kx=null;for(let ky in BDFDB['DiscordConstants']['ChannelTypes'])if(BDFDB['DiscordConstants']['ChannelTypes'][ky]==kw['type']){kx=BDFDB['DiscordConstants']['ContextMenuTypes'][(ky=='GUILD_CATEGORY'?'CHANNEL_':'CHANNEL_LIST_')+ky['replace']('GUILD_','')];break;}if(kx)eQ['ContextMenuUtils']['openContextMenu'](ku,function(ku){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('ChannelContextMenu'),Object['assign']({},ku,{'type':kx,'channel':kw,'guild':eQ['GuildStore']['getGuild'](kw['guild_id']),'selected':kw['id']==eQ['LastChannelStore']['getChannelId']()}));});}};BDFDB['DMUtils']={};BDFDB['DMUtils']['getIcon']=function(d){var kB=eQ['ChannelStore']['getChannel'](d=typeof d=='number'?d['toFixed']():d);if(!kB)return null;if(!kB['icon'])return kB['type']==0x1?BDFDB['UserUtils']['getAvatar'](kB['recipients'][0x0]):kB['type']==0x3?'https://discordapp.com/assets/f046e2247d730629309457e902d5c5b3.svg':null;return eQ['IconUtils']['getChannelIconURL'](kB)['split']('?')[0x0];};BDFDB['DMUtils']['getId']=function(kC){if(!Node['prototype']['isPrototypeOf'](kC)||!BDFDB['ReactUtils']['getInstance'](kC))return;let kD=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],kC);if(!kD)return;var kE=kD['querySelector'](BDFDB['dotCN']['guildiconwrapper']);var d=kE&&kE['href']?kE['href']['split']('/')['slice'](-0x1)[0x0]:null;return d&&!isNaN(parseInt(d))?d['toString']():null;};BDFDB['DMUtils']['getDiv']=function(kG){if(!kG)return null;if(Node['prototype']['isPrototypeOf'](kG)){var kH=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],kG);return kH?kH['parentElement']:kH;}else{let d=typeof kG=='object'?kG['id']:kG;if(d){var kH=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 kH&&BDFDB?kH['parentElement']:kH;}}return null;};BDFDB['DMUtils']['getData']=function(kK){if(!kK)return null;let d=Node['prototype']['isPrototypeOf'](kK)?BDFDB['getDmID'](kK):typeof kK=='object'?kK['id']:kK;d=typeof d=='number'?d['toFixed']():d;for(let kM of BDFDB['DMUtils']['getAll']())if(kM&&kM['id']==d)return kM;return null;};BDFDB['DMUtils']['getAll']=function(){var kN=[],kO=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guilds']),{'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kP in kO)if(kO[kP]['props']&&kO[kP]['props']['channel']&&kO[kP]['_reactInternalFiber']['child'])kN['push'](Object['assign'](new kO[kP]['props']['channel']['constructor'](kO[kP]['props']['channel']),{'div':BDFDB['ReactUtils']['findDOMNode'](kO[kP]),'instance':kO[kP]}));return kN;};BDFDB['DMUtils']['markAsRead']=BDFDB['ChannelUtils']['markAsRead']=function(kQ){if(!kQ)return;var kR=[];for(let kS of kQ=BDFDB['ArrayUtils']['is'](kQ)?kQ:typeof kQ=='string'||typeof kQ=='number'?Array['of'](kQ):Array['from'](kQ)){let d=Node['prototype']['isPrototypeOf'](kS)?BDFDB['ChannelUtils']['getId'](kS)||BDFDB['getDmID'](kS):kS&&typeof kS=='object'?kS['id']:kS;if(d)kR['push'](d);}if(kR['length'])eQ['AckUtils']['bulkAck'](kR);};BDFDB['DataUtils']={};BDFDB['DataUtils']['cached']={};BDFDB['DataUtils']['save']=function(kU,kV,kW,d){var kY,kZ;if(!BDFDB['BDUtils']['isBDv2']()){kZ=typeof kV==='string'?kV:kV['name'];kY=eN['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=eN['path']['join'](l0,'settings.json');}var l1=eN['fs']['existsSync'](kY);var l2=!l1?{}:typeof BDFDB['DataUtils']['cached'][kZ]!=='undefined'?BDFDB['DataUtils']['cached'][kZ]:e['readConfig'](kY);if(d===undefined)l2[kW]=BDFDB['ObjectUtils']['is'](kU)?BDFDB['ObjectUtils']['sort'](kU):kU;else{if(!BDFDB['ObjectUtils']['is'](l2[kW]))l2[kW]={};l2[kW][d]=BDFDB['ObjectUtils']['is'](kU)?BDFDB['ObjectUtils']['sort'](kU):kU;}if(BDFDB['ObjectUtils']['isEmpty'](l2[kW]))delete l2[kW];if(BDFDB['ObjectUtils']['isEmpty'](l2)){delete BDFDB['DataUtils']['cached'][kZ];if(l1)eN['fs']['unlinkSync'](kY);}else{l2=BDFDB['ObjectUtils']['sort'](l2);BDFDB['DataUtils']['cached'][kZ]=BDFDB['ObjectUtils']['deepAssign']({},l2);eN['fs']['writeFileSync'](kY,JSON['stringify'](l2,null,'\x09'));}};BDFDB['DataUtils']['load']=function(l3,l4,d){var l6,l7;if(!BDFDB['BDUtils']['isBDv2']()){l7=typeof l3==='string'?l3:l3['name'];l6=eN['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),l7+'.config.json');}else{l7=typeof l3==='string'?l3['toLowerCase']():null;var l8=l7?BDFDB['Plugins'][l7]?BDFDB['Plugins'][l7]['contentPath']:null:l3['contentPath'];if(!l8)return{};l6=eN['path']['join'](l8,'settings.json');}if(!eN['fs']['existsSync'](l6)){delete BDFDB['DataUtils']['cached'][l7];return{};}var l9=typeof BDFDB['DataUtils']['cached'][l7]!=='undefined'&&typeof BDFDB['DataUtils']['cached'][l7][l4]!=='undefined'?BDFDB['DataUtils']['cached'][l7]:e['readConfig'](l6);BDFDB['DataUtils']['cached'][l7]=BDFDB['ObjectUtils']['deepAssign']({},l9);let la=BDFDB['ObjectUtils']['deepAssign']({},l9&&typeof l9[l4]!=='undefined'?l9[l4]:{});if(d===undefined)return la;else return la[d]===undefined?null:la[d];};BDFDB['DataUtils']['remove']=function(lb,lc,d){var le,lf;if(!BDFDB['BDUtils']['isBDv2']()){lf=typeof lb==='string'?lb:lb['name'];le=eN['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),lf+'.config.json');}else{lf=typeof lb==='string'?lb['toLowerCase']():null;var lg=lf?BDFDB['Plugins'][lf]?BDFDB['Plugins'][lf]['contentPath']:null:lb['contentPath'];if(!lg)return;le=eN['path']['join'](lg,'settings.json');}var lh=eN['fs']['existsSync'](le);var li=!lh?{}:typeof BDFDB['DataUtils']['cached'][lf]!=='undefined'?BDFDB['DataUtils']['cached'][lf]:e['readConfig'](le);if(d===undefined)delete li[lc];else if(BDFDB['ObjectUtils']['is'](li[lc]))delete li[lc][d];if(BDFDB['ObjectUtils']['isEmpty'](li[lc]))delete li[lc];if(BDFDB['ObjectUtils']['isEmpty'](li)){delete BDFDB['DataUtils']['cached'][lf];if(lh)eN['fs']['unlinkSync'](le);}else{li=BDFDB['ObjectUtils']['sort'](li);BDFDB['DataUtils']['cached'][lf]=li;eN['fs']['writeFileSync'](le,JSON['stringify'](li,null,'\x09'));}};BDFDB['DataUtils']['get']=function(lj,lk,d){lj=typeof lj=='string'?BDFDB['BDUtils']['getPlugin'](lj):lj;if(!BDFDB['ObjectUtils']['is'](lj)||!lj['defaults']||!lj['defaults'][lk])return{};var lm=BDFDB['DataUtils']['load'](lj,lk),ln={},lo=![];for(let lp in lj['defaults'][lk]){if(lm[lp]==null){ln[lp]=BDFDB['ObjectUtils']['is'](lj['defaults'][lk][lp]['value'])?BDFDB['ObjectUtils']['deepAssign']({},lj['defaults'][lk][lp]['value']):lj['defaults'][lk][lp]['value'];lo=!![];}else ln[lp]=lm[lp];}if(lo)BDFDB['DataUtils']['save'](ln,lj,lk);if(d===undefined)return ln;else return ln[d]===undefined?null:ln[d];};e['readConfig']=function(lq){try{return JSON['parse'](eN['fs']['readFileSync'](lq));}catch(lr){return{};}};BDFDB['ColorUtils']={};BDFDB['ColorUtils']['convert']=function(ls,lt,lu){if(ls==null)return null;lt=lt===undefined||!lt?lt='RGBCOMP':lt['toUpperCase']();lu=lu===undefined||!lu||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP','HEX','HEXA','INT']['includes'](lu['toUpperCase']())?BDFDB['ColorUtils']['getType'](ls):lu['toUpperCase']();if(lt=='RGBCOMP'){switch(lu){case'RGBCOMP':if(ls['length']==0x3)return m4(ls);else if(ls['length']==0x4){let lv=m7(ls['pop']());return m4(ls)['concat'](lv);}break;case'RGB':return m4(ls['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':let lw=ls['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');let lv=m7(lw['pop']());return m4(lw)['concat'](lv);case'HSLCOMP':if(ls['length']==0x3)return BDFDB['ColorUtils']['convert']('hsl('+mb(ls)['join'](',')+')','RGBCOMP');else if(ls['length']==0x4){let ly=m7(ls['pop']());return BDFDB['ColorUtils']['convert']('hsl('+mb(ls)['join'](',')+')','RGBCOMP')['concat'](ly);}break;case'HSL':var lz=mb(ls['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var lA,lB,lC,lD,lE,lF,lG,lH;var lI=lz[0x0]/0x168,lJ=parseInt(lz[0x1])/0x64,lK=parseInt(lz[0x2])/0x64;lD=Math['floor'](lI*0x6);lE=lI*0x6-lD;lF=lK*(0x1-lJ);lG=lK*(0x1-lE*lJ);lH=lK*(0x1-(0x1-lE)*lJ);switch(lD%0x6){case 0x0:lA=lK,lB=lH,lC=lF;break;case 0x1:lA=lG,lB=lK,lC=lF;break;case 0x2:lA=lF,lB=lK,lC=lH;break;case 0x3:lA=lF,lB=lG,lC=lK;break;case 0x4:lA=lH,lB=lF,lC=lK;break;case 0x5:lA=lK,lB=lF,lC=lG;break;}return[Math['round'](lA*0xff),Math['round'](lB*0xff),Math['round'](lC*0xff)];case'HSLA':var lz=ls['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');return BDFDB['ColorUtils']['convert']('hsl('+lz['join'](',')+')','RGBCOMP')['concat'](m7(lz['pop']()));case'HEX':var lM=/^#([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'](ls);return[parseInt(lM[0x1]+lM[0x1]||lM[0x4],0x10)['toString'](),parseInt(lM[0x2]+lM[0x2]||lM[0x5],0x10)['toString'](),parseInt(lM[0x3]+lM[0x3]||lM[0x6],0x10)['toString']()];case'HEXA':var lM=/^#([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'](ls);return[parseInt(lM[0x1]+lM[0x1]||lM[0x5],0x10)['toString'](),parseInt(lM[0x2]+lM[0x2]||lM[0x6],0x10)['toString'](),parseInt(lM[0x3]+lM[0x3]||lM[0x7],0x10)['toString'](),Math['floor'](BDFDB['NumberUtils']['mapRange']([0x0,0xff],[0x0,0x64],parseInt(lM[0x4]+lM[0x4]||lM[0x8],0x10)['toString']()))/0x64];case'INT':ls=mf(ls);return[(ls>>0x10&0xff)['toString'](),(ls>>0x8&0xff)['toString'](),(ls&0xff)['toString']()];default:return null;}}else{var lO=lu=='RGBCOMP'?ls:BDFDB['ColorUtils']['convert'](ls,'RGBCOMP',lu);if(lO)switch(lt){case'RGB':return'rgb('+m4(lO['slice'](0x0,0x3))['join'](',')+')';case'RGBA':lO=lO['slice'](0x0,0x4);var ly=lO['length']==0x4?m7(lO['pop']()):0x1;return'rgba('+m4(lO)['concat'](ly)['join'](',')+')';case'HSLCOMP':var ly=lO['length']==0x4?m7(lO['pop']()):null;var lz=mb(BDFDB['ColorUtils']['convert'](lO,'HSL')['replace'](/\s/g,'')['split'](','));return ly!=null?lz['concat'](ly):lz;case'HSL':var lA=m2(lO[0x0]),lB=m2(lO[0x1]),lC=m2(lO[0x2]);var lV=Math['max'](lA,lB,lC),lW=Math['min'](lA,lB,lC),lX=lV-lW,lI,lJ=lV===0x0?0x0:lX/lV,lK=lV/0xff;switch(lV){case lW:lI=0x0;break;case lA:lI=lB-lC+lX*(lB0xff?0xff:lE<0x0?0x0:lE;}};function m4(lw){return lw['map'](lE=>{return m2(lE);});};function m7(ly){if(ly==null){return 0x1;}else{ly=ly['toString']();ly=(ly['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(ly['replace'](/[^0-9\.\-]/g,''));return isNaN(ly)||ly>0x1?0x1:ly<0x0?0x0:ly;}};function m9(ma){if(ma==null){return'100%';}else{ma=parseFloat(ma['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(ma)||ma>0x64?0x64:ma<0x0?0x0:ma)+'%';}};function mb(lw){let lI=parseFloat(lw['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));lI=isNaN(lI)||lI>0x168?0x168:lI<0x0?0x0:lI;return[lI]['concat'](lw['map'](me=>{return m9(me);}));};function mf(lE){if(lE==null){return 0xffffff;}else{lE=parseInt(lE['toString']()['replace'](/[^0-9]/g,''));return isNaN(lE)||lE>0xffffff?0xffffff:lE<0x0?0x0:lE;}};};BDFDB['ColorUtils']['setAlpha']=function(mh,mi,mj){if(BDFDB['ObjectUtils']['is'](mh)){var mk={};for(let ml in mh)mk[ml]=mm(mh[ml],mi,mj);return mk;}return mm(mh,mi,mj);function mm(mh){var mo=BDFDB['ColorUtils']['convert'](mh,'RGBCOMP');if(mo){mi=mi['toString']();mi=(mi['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mi['replace'](/[^0-9\.\-]/g,''));mi=isNaN(mi)||mi>0x1?0x1:mi<0x0?0x0:mi;mo[0x3]=mi;mj=(mj||BDFDB['ColorUtils']['getType'](mh))['toUpperCase']();mj=mj=='RGB'||mj=='HSL'||mj=='HEX'?mj+'A':mj;return BDFDB['ColorUtils']['convert'](mo,mj);}return null;}};BDFDB['ColorUtils']['getAlpha']=function(mp){var mq=BDFDB['ColorUtils']['convert'](mp,'RGBCOMP');if(mq){if(mq['length']==0x3)return 0x1;else if(mq['length']==0x4){let mr=mq[0x3]['toString']();mr=(mr['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mr['replace'](/[^0-9\.\-]/g,''));return isNaN(mr)||mr>0x1?0x1:mr<0x0?0x0:mr;}}return null;};BDFDB['ColorUtils']['change']=function(ms,mt,mu){mt=parseFloat(mt);if(ms!=null&&typeof mt=='number'&&!isNaN(mt)){if(BDFDB['ObjectUtils']['is'](ms)){var mv={};for(let mw in ms)mv[mw]=mx(ms[mw],mt,mu);return mv;}else return mx(ms,mt,mu);}return null;function mx(ms){var mz=BDFDB['ColorUtils']['convert'](ms,'RGBCOMP');if(mz){if(parseInt(mt)!==mt){mt=mt['toString']();mt=(mt['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mt['replace'](/[^0-9\.\-]/g,''));mt=isNaN(mt)?0x0:mt;return BDFDB['ColorUtils']['convert']([Math['round'](mz[0x0]*(0x1+mt)),Math['round'](mz[0x1]*(0x1+mt)),Math['round'](mz[0x2]*(0x1+mt))],mu||BDFDB['ColorUtils']['getType'](ms));}else return BDFDB['ColorUtils']['convert']([Math['round'](mz[0x0]+mt),Math['round'](mz[0x1]+mt),Math['round'](mz[0x2]+mt)],mu||BDFDB['ColorUtils']['getType'](ms));}return null;};};BDFDB['ColorUtils']['invert']=function(mA,mB){if(mA!=null){var mC=BDFDB['ColorUtils']['convert'](mA,'RGBCOMP');if(mC)return BDFDB['ColorUtils']['convert']([0xff-mC[0x0],0xff-mC[0x1],0xff-mC[0x2]],mB||BDFDB['ColorUtils']['getType'](mA));}return null;};BDFDB['ColorUtils']['compare']=function(mD,mE){if(mD&&mE){mD=BDFDB['ColorUtils']['convert'](mD,'RGBA');mE=BDFDB['ColorUtils']['convert'](mE,'RGBA');if(mD&&mE)return BDFDB['equals'](mD,mE);}return null;};BDFDB['ColorUtils']['isBright']=function(mF,mG=0xa0){mF=BDFDB['ColorUtils']['convert'](mF,'RGBCOMP');if(!mF)return![];return parseInt(mG)-0x1&&mH<0x1000000)return'INT';}return null;function mJ(mI){return mI['slice'](0x0,0x3)['every'](mL=>mL['toString']()['indexOf']('%')==-0x1&&parseFloat(mL)==parseInt(mL));};function mM(mI){return mI['slice'](0x1,0x3)['every'](mO=>mO['toString']()['indexOf']('%')==mO['length']-0x1);};};BDFDB['ColorUtils']['createGradient']=function(mP,mQ='to\x20right'){var mR={};var mS='linear-gradient('+mQ;for(let mT of Object['keys'](mP)['sort']())mS+=',\x20'+mP[mT]+'\x20'+mT*0x64+'%';return mS+=')';};BDFDB['ColorUtils']['getSwatchColor']=function(mU,mV){if(!Node['prototype']['isPrototypeOf'](mU))return;var mW=mU['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mV+'\x22]');if(!mW)return null;var mX=BDFDB['ReactUtils']['getInstance'](mU['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mV+'\x22]'));if(mX)return BDFDB['ReactUtils']['findValue'](mX,'selectedColor',{'up':!![],'blacklist':{'props':!![]}});else{var mY=mW['querySelector'](''+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']));return mY?mY['gradient']||BDFDB['ColorUtils']['convert'](mY['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;}};BDFDB['ColorUtils']['openPicker']=function(mZ,n0,n1,n2={'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}}){if(!mZ||!n0)return;if(n2['comp']){n2['gradient']=![];n2['alpha']=![];}if(typeof n2['callback']!='function')n2['callback']=c=>{};var n5=n2['alpha']?'HEXA':'HEX';var n6=n2['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 n7=BDFDB['ObjectUtils']['is'](mZ)&&!!mZ['_reactInternalFiber'];var n8=!n7&&BDFDB['DOMUtils']['containsClass'](mZ,'swatches');var n9=n1&&BDFDB['ObjectUtils']['is'](n1);var na=BDFDB['ColorUtils']['convert'](n9?n1[Object['keys'](n1)[0x0]]:n1,n5)||(n2['alpha']?'#000000FF':'#000000');var [nb,nc,nd]=BDFDB['ColorUtils']['convert'](na,'HSLCOMP');var ne=BDFDB['ColorUtils']['getAlpha'](n9?n1[Object['keys'](n1)[0x0]]:n1);ne=ne==null?0x1:ne;var nf=BDFDB['DOMUtils']['getRects'](n0);var ng=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['popouts'])['appendChild'](ng);var nh=ni=>{if(!ng['contains'](ni['target'])){document['removeEventListener']('mousedown',nh);ng['remove']();}};document['addEventListener']('mousedown',nh);var nj=ng['querySelector'](BDFDB['dotCNS']['colorpickerhexinput']+BDFDB['dotCN']['input']);var nk=ng['querySelector']('.saturation-color');var nl=ng['querySelector']('.saturation-cursor');var nm=ng['querySelector']('.hue-horizontal');var nn=ng['querySelector']('.hue-cursor');var no=ng['querySelector']('.alpha-bar');var np=ng['querySelector']('.alpha-horizontal');var nq=ng['querySelector']('.alpha-cursor');var nr=ng['querySelector']('.gradient-button');var ns=ng['querySelector']('.gradient-bar');var nt=ng['querySelector']('.gradient-horizontal');var nu,nv,nw,nx,ny,nz,nA,nB,nC,nD;ol();if(n9)for(let nE in n1)if(nE>0x0&&nE<0x1)nt['appendChild'](BDFDB['DOMUtils']['create'](''));oq(![]);if(!n2['gradient'])BDFDB['DOMUtils']['remove'](ng['querySelectorAll']('.gradient-button,\x20.gradient-bar'));if(!n2['alpha'])BDFDB['DOMUtils']['remove'](ng['querySelectorAll']('.alpha-bar'));BDFDB['ListenerUtils']['addToChildren'](ng,'mousedown','.move-corner',nF=>{var nG=BDFDB['DOMUtils']['getRects'](ng);var nH=getComputedStyle(ng,null)['getPropertyValue']('transform')['replace'](/[^0-9,-]/g,'')['split'](',');var nI=nG['left']-(nH['length']>0x4?parseFloat(nH[0x4]):0x0);var nJ=nG['top']-(nH['length']>0x4?parseFloat(nH[0x5]):0x0);var nK=nF['pageX'];var nL=nF['pageY'];var nM=c=>{BDFDB['DOMUtils']['removeLocalStyle']('disableTextSelection');document['removeEventListener']('mouseup',nM);document['removeEventListener']('mousemove',nO);};var nO=nP=>{nI=nI-(nK-nP['pageX']);nJ=nJ-(nL-nP['pageY']);nK=nP['pageX'];nL=nP['pageY'];ng['style']['setProperty']('left',nI+'px','important');ng['style']['setProperty']('top',nJ+'px','important');ol();};document['addEventListener']('mouseup',nM);document['addEventListener']('mousemove',nO);});nk['addEventListener']('mousedown',nQ=>{nc=BDFDB['NumberUtils']['mapRange']([nu,nv],[0x0,0x64],nQ['clientX'])+'%';nd=BDFDB['NumberUtils']['mapRange']([nw,nx],[0x64,0x0],nQ['clientY'])+'%';oq(!![]);var nR=c=>{document['removeEventListener']('mouseup',nR);document['removeEventListener']('mousemove',nT);};var nT=nU=>{nc=BDFDB['NumberUtils']['mapRange']([nu,nv],[0x0,0x64],nU['clientX'])+'%';nd=BDFDB['NumberUtils']['mapRange']([nw,nx],[0x64,0x0],nU['clientY'])+'%';oq(!![]);};document['addEventListener']('mouseup',nR);document['addEventListener']('mousemove',nT);});nm['addEventListener']('mousedown',nV=>{nb=BDFDB['NumberUtils']['mapRange']([ny,nz],[0x0,0x168],nV['clientX']);oq(!![]);var nW=c=>{document['removeEventListener']('mouseup',nW);document['removeEventListener']('mousemove',nY);};var nY=nZ=>{nb=BDFDB['NumberUtils']['mapRange']([ny,nz],[0x0,0x168],nZ['clientX']);oq(!![]);};document['addEventListener']('mouseup',nW);document['addEventListener']('mousemove',nY);});np['addEventListener']('mousedown',o0=>{ne=BDFDB['NumberUtils']['mapRange']([nA,nB],[0x0,0x1],o0['clientX']);oq(!![]);var o1=BDFDB['DOMUtils']['create']('');var o2=c=>{o1['remove']();document['removeEventListener']('mouseup',o2);document['removeEventListener']('mousemove',o4);};var o4=o5=>{if(!o1['parentElement'])nq['appendChild'](o1);ne=Math['floor'](BDFDB['NumberUtils']['mapRange']([nA,nB],[0x0,0x64],o5['clientX']))/0x64;o1['innerText']=ne;oq(!![]);};document['addEventListener']('mouseup',o2);document['addEventListener']('mousemove',o4);});nt['addEventListener']('mousedown',o6=>{setImmediate(c=>{if(BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'gradient-cursor')){if(o6['which']==0x1){if(!BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'selected')){BDFDB['DOMUtils']['removeClass'](nt['querySelectorAll']('.gradient-cursor.selected'),'selected');BDFDB['DOMUtils']['addClass'](o6['target']['parentElement'],'selected');[nb,nc,nd]=BDFDB['ColorUtils']['convert'](o6['target']['style']['getPropertyValue']('background-color'),'HSLCOMP');ne=BDFDB['ColorUtils']['getAlpha'](o6['target']['style']['getPropertyValue']('background-color'));oq(!![]);}if(!BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'edge')){var o8=c=>{document['removeEventListener']('mouseup',o8);document['removeEventListener']('mousemove',oa);};var oa=ob=>{o6['target']['parentElement']['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nC,nD],[0x1,0x63],ob['clientX'])+'%');ow();};document['addEventListener']('mouseup',o8);document['addEventListener']('mousemove',oa);}}else if(o6['which']==0x3&&!BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'edge')){BDFDB['DOMUtils']['remove'](o6['target']['parentElement']);if(BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'selected')){var oc=nt['querySelector']('.gradient-cursor');BDFDB['DOMUtils']['addClass'](oc,'selected');[nb,nc,nd]=BDFDB['ColorUtils']['convert'](oc['firstElementChild']['style']['getPropertyValue']('background-color'),'HSLCOMP');ne=BDFDB['ColorUtils']['getAlpha'](firstElementChild['style']['getPropertyValue']('background-color'));}oq(!![]);}}else if(nt==o6['target']&&o6['which']==0x1){BDFDB['DOMUtils']['removeClass'](nt['querySelectorAll']('.gradient-cursor.selected'),'selected');var od=BDFDB['DOMUtils']['create']('');nt['appendChild'](od);[nb,nc,nd]=[0x0,'0%','0%'];ne=0x1;oq(!![]);var o8=c=>{document['removeEventListener']('mouseup',o8);document['removeEventListener']('mousemove',oa);};var oa=oh=>{od['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nC,nD],[0x1,0x63],oh['clientX'])+'%');ow();};document['addEventListener']('mouseup',o8);document['addEventListener']('mousemove',oa);}});});nj['addEventListener']('input',oi=>{if(n6['test'](nj['value'])){[nb,nc,nd,ne]=BDFDB['ColorUtils']['convert'](nj['value'],'HSLCOMP');if(ne==null)ne=0x1;oq(![]);}});nr['addEventListener']('click',oj=>{n9=!n9;BDFDB['DOMUtils']['toggle'](ns,n9);BDFDB['DOMUtils']['toggleClass'](nr,'selected',n9);oq(!![]);});nr['addEventListener']('mouseenter',ok=>{BDFDB['TooltipUtils']['create'](nr,'Color\x20Gradient',{'type':'bottom'});});function ol(){var om=BDFDB['DOMUtils']['getRects'](nk);nu=om['left'];nv=nu+om['width'];nw=om['top'];nx=nw+om['height'];var on=BDFDB['DOMUtils']['getRects'](nm);ny=on['left'];nz=ny+on['width'];var oo=BDFDB['DOMUtils']['getRects'](np);nA=oo['left'];nB=nA+oo['width'];var op=BDFDB['DOMUtils']['getRects'](nt);nC=op['left'];nD=nC+op['width'];}function oq(or){nk['style']['setProperty']('background',BDFDB['ColorUtils']['convert']([nb,'100%','100%'],'RGB'),'important');nl['style']['setProperty']('left',nc,'important');nl['style']['setProperty']('top',BDFDB['NumberUtils']['mapRange']([0x0,0x64],[0x64,0x0],parseFloat(nd))+'%','important');nn['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([0x0,0x168],[0x0,0x64],nb)+'%','important');np['style']['setProperty']('background','linear-gradient(to\x20right,\x20'+BDFDB['ColorUtils']['setAlpha']([nb,nc,nd],0x0,'RGBA')+',\x20'+BDFDB['ColorUtils']['setAlpha']([nb,nc,nd],0x1,'RGBA'),'important');nq['style']['setProperty']('left',ne*0x64+'%','important');var os=BDFDB['ColorUtils']['convert']([nb,nc,nd,ne],n5);var ot=BDFDB['ColorUtils']['convert'](os,'RGBA');if(n7){if(n9){nt['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',ot);ow();}else mZ['setState']({'selectedColor':ot,'customColor':ot});}else if(n8){u9(mZ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+'.selected'),null,![]);if(n9){nt['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',ot);ow();}else u9(mZ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),ot,!![]);}else{let ou=mZ['querySelector'](BDFDB['dotCN']['input']);if(ou)ou['value']=n2['comp']?BDFDB['ColorUtils']['convert'](os,'RGBCOMP')['join'](','):ot;let ov=mZ['querySelector'](BDFDB['dotCN']['colorpickerswatchsingle']);if(ov)ov['style']['setProperty']('background-color',ot,'important');}if(or)nj['value']=os;n2['callback'](ot);}function ow(){nt['style']['removeProperty']('background-color');var ox={};for(let oy of nt['querySelectorAll']('.gradient-cursor'))ox[parseFloat(oy['style']['getPropertyValue']('left'))/0x64]=oy['firstElementChild']['style']['getPropertyValue']('background-color');nt['style']['setProperty']('background-image',BDFDB['ColorUtils']['createGradient'](ox));if(n7)mZ['setState']({'selectedColor':ox,'customColor':ox});else u9(mZ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),ox,!![]);}};BDFDB['DOMUtils']={};BDFDB['DOMUtils']['addClass']=function(oz,...oA){if(!oz||!oA)return;for(let oB of BDFDB['ArrayUtils']['is'](oz)?oz:Array['of'](oz)){if(!oB){}else if(Node['prototype']['isPrototypeOf'](oB))oF(oB);else if(NodeList['prototype']['isPrototypeOf'](oB))for(let oC of oB)oF(oC);else if(typeof oB=='string')for(let oD of oB['split'](','))if(oD&&(oD=oD['trim']()))for(let oE of document['querySelectorAll'](oD))oF(oE);}function oF(oG){if(oG&&oG['classList'])for(let oH of oA)for(let oI of BDFDB['ArrayUtils']['is'](oH)?oH:Array['of'](oH))if(typeof oI=='string')for(let oJ of oI['split']('\x20'))if(oJ)oG['classList']['add'](oJ);}};BDFDB['DOMUtils']['removeClass']=function(oK,...oL){if(!oK||!oL)return;for(let oM of BDFDB['ArrayUtils']['is'](oK)?oK:Array['of'](oK)){if(!oM){}else if(Node['prototype']['isPrototypeOf'](oM))oQ(oM);else if(NodeList['prototype']['isPrototypeOf'](oM))for(let oN of oM)oQ(oN);else if(typeof oM=='string')for(let oO of oM['split'](','))if(oO&&(oO=oO['trim']()))for(let oP of document['querySelectorAll'](oO))oQ(oP);}function oQ(oR){if(oR&&oR['classList'])for(let oS of oL)for(let oT of BDFDB['ArrayUtils']['is'](oS)?oS:Array['of'](oS))if(typeof oT=='string')for(let oU of oT['split']('\x20'))if(oU)oR['classList']['remove'](oU);}};BDFDB['DOMUtils']['toggleClass']=function(oV,...oW){if(!oV||!oW)return;var oX=oW['pop']();if(typeof oX!='boolean'){oW['push'](oX);oX=undefined;}if(!oW['length'])return;for(let oY of BDFDB['ArrayUtils']['is'](oV)?oV:Array['of'](oV)){if(!oY){}else if(Node['prototype']['isPrototypeOf'](oY))p2(oY);else if(NodeList['prototype']['isPrototypeOf'](oY))for(let oZ of oY)p2(oZ);else if(typeof oY=='string')for(let p0 of oY['split'](','))if(p0&&(p0=p0['trim']()))for(let p1 of document['querySelectorAll'](p0))p2(p1);}function p2(p3){if(p3&&p3['classList'])for(let p4 of oW)for(let p5 of BDFDB['ArrayUtils']['is'](p4)?p4:Array['of'](p4))if(typeof p5=='string')for(let p6 of p5['split']('\x20'))if(p6)p3['classList']['toggle'](p6,oX);}};BDFDB['DOMUtils']['containsClass']=function(p7,...p8){if(!p7||!p8)return;var p9=p8['pop']();if(typeof p9!='boolean'){p8['push'](p9);p9=!![];}if(!p8['length'])return;var pa=undefined;for(let pb of BDFDB['ArrayUtils']['is'](p7)?p7:Array['of'](p7)){if(!pb){}else if(Node['prototype']['isPrototypeOf'](pb))pf(pb);else if(NodeList['prototype']['isPrototypeOf'](pb))for(let pc of pb)pf(pc);else if(typeof pb=='string')for(let pd of pb['split'](','))if(pd&&(pd=pd['trim']()))for(let pe of document['querySelectorAll'](pd))pf(pe);}return pa;function pf(pg){if(pg&&pg['classList'])for(let ph of p8)if(typeof ph=='string')for(let pi of ph['split']('\x20'))if(pi){if(pa===undefined)pa=p9;if(p9&&!pg['classList']['contains'](pi))pa=![];if(!p9&&pg['classList']['contains'](pi))pa=!![];}}};BDFDB['DOMUtils']['replaceClass']=function(pj,pk,pl){if(!pj||typeof pk!='string'||typeof pl!='string')return;for(let pm of BDFDB['ArrayUtils']['is'](pj)?pj:Array['of'](pj)){if(!pm){}else if(Node['prototype']['isPrototypeOf'](pm))pq(pm);else if(NodeList['prototype']['isPrototypeOf'](pm))for(let pn of pm)pq(pn);else if(typeof pm=='string')for(let po of pm['split'](','))if(po&&(po=po['trim']()))for(let pp of document['querySelectorAll'](po))pq(pp);}function pq(pr){if(pr&&pr['tagName']&&pr['className'])pr['className']=pr['className']['replace'](new RegExp(pk,'g'),pl)['trim']();}};BDFDB['DOMUtils']['formatClassName']=function(...ps){return ps['flat']()['filter'](pt=>pt)['join']('\x20');};BDFDB['DOMUtils']['removeClassFromDOM']=function(...pu){for(let pv of pu['flat']())if(typeof pv=='string')for(let pw of pv['split'](','))if(pw&&(pw=pw['replace'](/\.|\s/g,'')))BDFDB['DOMUtils']['removeClass'](document['querySelectorAll']('.'+pw),pw);};BDFDB['DOMUtils']['show']=function(...px){BDFDB['DOMUtils']['toggle'](...px,!![]);};BDFDB['DOMUtils']['hide']=function(...py){BDFDB['DOMUtils']['toggle'](...py,![]);};BDFDB['DOMUtils']['toggle']=function(...pz){if(!pz)return;var pA=pz['pop']();if(typeof pA!='boolean'){pz['push'](pA);pA=undefined;}if(!pz['length'])return;for(let pB of pz['flat']()){if(Node['prototype']['isPrototypeOf'](pB))pF(pB);else if(NodeList['prototype']['isPrototypeOf'](pB))for(let pC of pB)pF(pC);else if(typeof pB=='string')for(let pD of pB['split'](','))if(pD&&(pD=pD['trim']()))for(let pC of document['querySelectorAll'](pD))pF(pC);}function pF(pG){if(!pG||!Node['prototype']['isPrototypeOf'](pG))return;var pH=pA===undefined?!BDFDB['DOMUtils']['isHidden'](pG):!pA;if(pH)pG['style']['setProperty']('display','none','important');else pG['style']['removeProperty']('display');}};BDFDB['DOMUtils']['isHidden']=function(pI){if(Node['prototype']['isPrototypeOf'](pI)&&pI['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(pI,null)['getPropertyValue']('display')=='none';};BDFDB['DOMUtils']['remove']=function(...pJ){for(let pK of pJ['flat']()){if(Node['prototype']['isPrototypeOf'](pK))pK['remove']();else if(NodeList['prototype']['isPrototypeOf'](pK)){let pL=Array['from'](pK);while(pL['length'])pL['shift']()['remove']();}else if(typeof pK=='string')for(let pM of pK['split'](','))if(pM&&(pM=pM['trim']())){let pL=Array['from'](document['querySelectorAll'](pM));while(pL['length'])pL['shift']()['remove']();}}};BDFDB['DOMUtils']['create']=function(pO){if(typeof pO!='string'||!pO['trim']())return null;let pP=document['createElement']('template');try{pP['innerHTML']=pO['replace'](/(?[\t\r\n]+<(?!pre)/g,'><');}catch(pQ){pP['innerHTML']=pO['replace'](/>[\t\r\n]+<(?!pre)/g,'><');}if(pP['content']['childElementCount']==0x1)return pP['content']['firstElementChild'];else{var pR=document['createElement']('span');var pS=Array['from'](pP['content']['childNodes']);while(pS['length'])pR['appendChild'](pS['shift']());return pR;}};BDFDB['DOMUtils']['getParent']=function(pT,pU){var pV=null;if(Node['prototype']['isPrototypeOf'](pU)&&pT){var pW=NodeList['prototype']['isPrototypeOf'](pT)?pT:typeof pT=='string'?document['querySelectorAll'](pT):null;if(pW)for(let pX of pW)if(pX['contains'](pU)){pV=pX;break;}}return pV;};BDFDB['DOMUtils']['setText']=function(pY,pZ){if(!pY||!Node['prototype']['isPrototypeOf'](pY))return;var q0=pY['nodeType']==Node['TEXT_NODE']?pY:null;if(!q0)for(let q1 of pY['childNodes'])if(q1['nodeType']==Node['TEXT_NODE']||BDFDB['DOMUtils']['containsClass'](q1,'BDFDB-textnode')){q0=q1;break;}if(q0){if(Node['prototype']['isPrototypeOf'](pZ)&&pZ['nodeType']!=Node['TEXT_NODE']){BDFDB['DOMUtils']['addClass'](pZ,'BDFDB-textnode');pY['replaceChild'](pZ,q0);}else if(Node['prototype']['isPrototypeOf'](q0)&&q0['nodeType']!=Node['TEXT_NODE'])pY['replaceChild'](document['createTextNode'](pZ),q0);else q0['textContent']=pZ;}else pY['appendChild'](Node['prototype']['isPrototypeOf'](pZ)?pZ:document['createTextNode'](pZ));};BDFDB['DOMUtils']['getText']=function(q2){if(!q2||!Node['prototype']['isPrototypeOf'](q2))return;for(let q3 of q2['childNodes'])if(q3['nodeType']==Node['TEXT_NODE'])return q3['textContent'];};BDFDB['DOMUtils']['getRects']=function(q4){var q5={};if(Node['prototype']['isPrototypeOf'](q4)&&q4['nodeType']!=Node['TEXT_NODE']){var q6=q4;while(q6){var q7=BDFDB['DOMUtils']['isHidden'](q6);if(q7){BDFDB['DOMUtils']['toggle'](q6,!![]);q6['BDFDBgetRectsHidden']=!![];}q6=q6['parentElement'];}q5=q4['getBoundingClientRect']();q6=q4;while(q6){if(q6['BDFDBgetRectsHidden']){BDFDB['DOMUtils']['toggle'](q6,![]);delete q6['BDFDBgetRectsHidden'];}q6=q6['parentElement'];}}return q5;};BDFDB['DOMUtils']['getHeight']=function(q8){if(Node['prototype']['isPrototypeOf'](q8)&&q8['nodeType']!=Node['TEXT_NODE']){var q9=BDFDB['DOMUtils']['getRects'](q8);var qa=getComputedStyle(q8);return q9['height']+parseInt(qa['marginTop'])+parseInt(qa['marginBottom']);}return 0x0;};BDFDB['DOMUtils']['getWidth']=function(qb){if(Node['prototype']['isPrototypeOf'](qb)&&qb['nodeType']!=Node['TEXT_NODE']){var qc=BDFDB['DOMUtils']['getRects'](qb);var qd=getComputedStyle(qb);return qc['width']+parseInt(qd['marginLeft'])+parseInt(qd['marginRight']);}return 0x0;};BDFDB['DOMUtils']['appendWebScript']=function(qe,qf){if(!qf&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));qf=qf||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];qf=Node['prototype']['isPrototypeOf'](qf)?qf:document['head'];BDFDB['DOMUtils']['removeWebScript'](qe,qf);qf['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebScript']=function(qg,qh){qh=qh||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];qh=Node['prototype']['isPrototypeOf'](qh)?qh:document['head'];BDFDB['DOMUtils']['remove'](qh['querySelectorAll']('script[src=\x22'+qg+'\x22]'));};BDFDB['DOMUtils']['appendWebStyle']=function(qi,qj){if(!qj&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));qj=qj||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qj=Node['prototype']['isPrototypeOf'](qj)?qj:document['head'];BDFDB['DOMUtils']['removeWebStyle'](qi,qj);qj['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebStyle']=function(qk,ql){ql=ql||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];ql=Node['prototype']['isPrototypeOf'](ql)?ql:document['head'];BDFDB['DOMUtils']['remove'](ql['querySelectorAll']('link[href=\x22'+qk+'\x22]'));};BDFDB['DOMUtils']['appendLocalStyle']=function(d,qn,qo){if(!qo&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));qo=qo||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qo=Node['prototype']['isPrototypeOf'](qo)?qo:document['head'];BDFDB['DOMUtils']['removeLocalStyle'](d,qo);qo['appendChild'](BDFDB['DOMUtils']['create'](''+qn['replace'](/\t|\r|\n/g,'')+''));};BDFDB['DOMUtils']['removeLocalStyle']=function(d,qq){qq=qq||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qq=Node['prototype']['isPrototypeOf'](qq)?qq:document['head'];BDFDB['DOMUtils']['remove'](qq['querySelectorAll']('style[id=\x22'+d+'CSS\x22]'));};BDFDB['triggerSend']=function(qr){if(!qr)return;setImmediate(c=>{var qt=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](qt,'keyCode',{'value':0xd});Object['defineProperty'](qt,'which',{'value':0xd});qr['dispatchEvent'](qt);});};BDFDB['initElements']=function(qu,qv){if(!Node['prototype']['isPrototypeOf'](qu))return;var qw=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themelight'];qu['querySelectorAll']('.BDFDB-containertext')['forEach'](qx=>{if(BDFDB['DOMUtils']['containsClass'](qx['nextElementSibling'],'BDFDB-collapsecontainer')){if(BDFDB['DOMUtils']['containsClass'](qx['firstElementChild'],'closed'))BDFDB['DOMUtils']['toggle'](qx['nextElementSibling'],![]);qx['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggle'](qx['nextElementSibling'],BDFDB['DOMUtils']['containsClass'](qx['firstElementChild'],'closed'));BDFDB['DOMUtils']['toggleClass'](qx['firstElementChild'],'closed');};sj(qx,'click',qx['BDFDBupdateElement']);}});qu['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](qz=>{rX(qz,![]);qz['BDFDBupdateElement']=c=>{rX(qz,!![]);};sj(qz,'click',qz['BDFDBupdateElement']);});qu['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](qB=>{s7(qB);qB['BDFDBupdateElement']=c=>{s7(qB);};sj(qB,'click',qB['BDFDBupdateElement']);});qu['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](qD=>{sb(qD);qD['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggleClass'](qD,BDFDB['disCN']['giffavoriteselected']);sb(qD);};sj(qD,'click',qD['BDFDBupdateElement']);var d='FAV_s'+Math['round'](Math['random']()*0x2386f26fc10000);sj(qD,'mouseenter',c=>{BDFDB['DOMUtils']['remove']('#'+d+'_tooltip');BDFDB['TooltipUtils']['create'](qD,BDFDB['LanguageUtils']['LanguageStrings']['GIF_TOOLTIP_'+(BDFDB['DOMUtils']['containsClass'](qD,BDFDB['disCN']['giffavoriteselected'])?'REMOVE_FROM':'ADD_TO')+'_FAVORITES'],{'type':'top','id':d+'_tooltip'});});});qu['querySelectorAll']('.file-navigator')['forEach'](qH=>{qH['BDFDBupdateElement']=c=>{var qJ=qH['querySelector']('input[type=\x22file\x22]');if(qJ)qJ['click']();};sj(qH,'click',qH['BDFDBupdateElement']);});qu['querySelectorAll']('input[type=\x22file\x22]')['forEach'](qK=>{sj(qK,'change',qL=>{var qM=qK['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var qN=qK['files'][0x0];if(qM&&qN)qM['value']=qN['path'];});});qu['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](qO=>{sj(qO,'keydown',qP=>{qP['stopPropagation']();});});qu['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](qQ=>{qQ['setAttribute']('placeholder',BDFDB['LanguageUtils']['LanguageStrings']['SEARCHING']);sj(qQ,'keyup',qR=>{let qS=qQ['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon']);BDFDB['DOMUtils']['toggleClass'](qS[0x0],BDFDB['disCN']['searchbarvisible'],qQ['value']['length']==0x0);BDFDB['DOMUtils']['toggleClass'](qS[0x1],BDFDB['disCN']['searchbarvisible'],qQ['value']['length']);});});qu['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](qT=>{sj(qT,'click',qU=>{if(BDFDB['DOMUtils']['containsClass'](qT,BDFDB['disCN']['searchbarvisible'])){var qV=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['searchbar'],qT)['querySelector'](BDFDB['dotCN']['searchbarinput']);qV['value']='';qV['dispatchEvent'](new Event('change'));qV['dispatchEvent'](new Event('input'));qV['dispatchEvent'](new Event('keydown'));qV['dispatchEvent'](new Event('keyup'));qV['dispatchEvent'](new Event('keypressed'));BDFDB['DOMUtils']['addClass'](qT['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon'])[0x0],BDFDB['disCN']['searchbarvisible']);BDFDB['DOMUtils']['removeClass'](qT,BDFDB['disCN']['searchbarvisible']);}});});qu['querySelectorAll']('.numberinput-button-up')['forEach'](qW=>{sj(qW,'click',qX=>{var qY=qW['parentElement']['parentElement']['querySelector']('input');var qZ=parseInt(qY['getAttribute']('min'));var r0=parseInt(qY['getAttribute']('max'));var r1=parseInt(qY['value'])+0x1;if(isNaN(r0)||!isNaN(r0)&&r1<=r0){BDFDB['DOMUtils']['addClass'](qW['parentElement'],'pressed');clearTimeout(qW['parentElement']['pressedTimeout']);qY['value']=isNaN(qZ)||!isNaN(qZ)&&r1>=qZ?r1:qZ;qY['dispatchEvent'](new Event('change'));qY['dispatchEvent'](new Event('input'));qY['dispatchEvent'](new Event('keydown'));qY['dispatchEvent'](new Event('keyup'));qY['dispatchEvent'](new Event('keypressed'));qW['parentElement']['pressedTimeout']=setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](qW['parentElement'],'pressed');},0xbb8);}});});qu['querySelectorAll']('.numberinput-button-down')['forEach'](r3=>{sj(r3,'click',r4=>{var r5=r3['parentElement']['parentElement']['querySelector']('input');var r6=parseInt(r5['getAttribute']('min'));var r7=parseInt(r5['getAttribute']('max'));var r8=parseInt(r5['value'])-0x1;if(isNaN(r6)||!isNaN(r6)&&r8>=r6){BDFDB['DOMUtils']['addClass'](r3['parentElement'],'pressed');clearTimeout(r3['parentElement']['pressedTimeout']);r5['value']=isNaN(r7)||!isNaN(r7)&&r8<=r7?r8:r7;r5['dispatchEvent'](new Event('change'));r5['dispatchEvent'](new Event('input'));r5['dispatchEvent'](new Event('keydown'));r5['dispatchEvent'](new Event('keyup'));r5['dispatchEvent'](new Event('keypressed'));r3['parentElement']['pressedTimeout']=setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](r3['parentElement'],'pressed');},0xbb8);}});});qu['querySelectorAll']('.amount-input')['forEach'](ra=>{sj(ra,'input',rb=>{if(BDFDB['ObjectUtils']['is'](qv)){var rc=ra['getAttribute']('option');var rd=parseInt(ra['value']);var re=parseInt(ra['getAttribute']('min'));var rf=parseInt(ra['getAttribute']('max'));if(rc&&!isNaN(rd)&&(isNaN(re)||!isNaN(re)&&rd>=re)&&(isNaN(rf)||!isNaN(rf)&&rd<=rf)){BDFDB['DataUtils']['save'](rd,qv,'amounts',rc);qv['SettingsUpdated']=!![];}}});});qu['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](rg=>{sg(rg,rg['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==rg?0x2:0x0);sj(rg,'click',rh=>{BDFDB['DOMUtils']['removeClass'](qu['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen']),BDFDB['disCN']['modaltabcontentopen']);rg['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](rg=>{sg(rg,0x0);});var rj=qu['querySelector'](BDFDB['dotCN']['modaltabcontent']+'[tab=\x22'+rg['getAttribute']('tab')+'\x22]');if(rj)BDFDB['DOMUtils']['addClass'](rj,BDFDB['disCN']['modaltabcontentopen']);sg(rg,0x2);});sj(rg,'mouseenter',rk=>{if(!BDFDB['DOMUtils']['containsClass'](rg,BDFDB['disCN']['settingsitemselected']))sg(rg,0x1);});sj(rg,'mouseleave',rl=>{if(!BDFDB['DOMUtils']['containsClass'](rg,BDFDB['disCN']['settingsitemselected']))sg(rg,0x0);});});qu['querySelectorAll']('.BDFDB-textscrollwrapper')['forEach'](rm=>{var rn=rm['querySelector']('.BDFDB-textscroll');if(rn){if(BDFDB['DOMUtils']['containsClass'](rm['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))rm['style']['setProperty']('margin-right','10px');if(BDFDB['DOMUtils']['getRects'](rm)['width']>0x64)rm['style']['setProperty']('text-overflow','ellipsis','important');rm['style']['setProperty']('position','relative','important');rm['style']['setProperty']('display','block','important');rm['style']['setProperty']('overflow','hidden','important');rn['style']['setProperty']('left','0px','important');rn['style']['setProperty']('position','relative','important');rn['style']['setProperty']('white-space','nowrap','important');rn['style']['setProperty']('display','inline','important');var ro,rp;sj(rm,'mouseenter',rq=>{if(BDFDB['DOMUtils']['getRects'](rm)['width']{if(BDFDB['DOMUtils']['containsClass'](rm,'scrolling')){BDFDB['DOMUtils']['removeClass'](rm,'scrolling');rn['style']['setProperty']('display','inline','important');if(!rp||!ro)rs();ro(0x0);}});function rs(){rp=new eQ['AnimationUtils']['Value'](0x0);rp['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](rn)['width']-BDFDB['DOMUtils']['getRects'](rm)['width'])*-0x1]})['addListener'](rt=>{rn['style']['setProperty']('left',rt['value']+'px','important');});ro=ru=>{var rv=ru+parseFloat(rn['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](rn)['width']-BDFDB['DOMUtils']['getRects'](rm)['width']);rv=isNaN(rv)||!isFinite(rv)?ru:rv;rv*=BDFDB['DOMUtils']['getRects'](rn)['width']/(BDFDB['DOMUtils']['getRects'](rm)['width']*0x2);eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](rp,{'toValue':ru,'duration':Math['sqrt'](rv**0x2)*0xfa0/(rm['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['DOMUtils']['removeClass'](qu['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);BDFDB['DOMUtils']['addClass'](qu['querySelector'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);qu['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rw=>{rw['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['ADD'];});qu['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rx=>{rx['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['FORM_LABEL_ALL'];});qu['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ry=>{ry['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'];});qu['querySelectorAll']('.btn-done\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rz=>{rz['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DONE'];});qu['querySelectorAll']('.btn-download\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rA=>{rA['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DOWNLOAD'];});qu['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rB=>{rB['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['OKAY'];});qu['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rC=>{rC['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SAVE'];});qu['querySelectorAll']('.btn-send\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rD=>{rD['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SEND'];});qu['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rE=>{rE['innerText']=BDFDB['LanguageUtils']['LibraryStrings']['file_navigator_text'];});if(qw){BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectcontroldark']),BDFDB['disCN']['selectcontroldark'],BDFDB['disCN']['selectcontrollight']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectsingledark']),BDFDB['disCN']['selectsingledark'],BDFDB['disCN']['selectsinglelight']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerdark']),BDFDB['disCN']['selectarrowcontainerdark'],BDFDB['disCN']['selectarrowcontainerlight']);}else{BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectcontrollight']),BDFDB['disCN']['selectcontrollight'],BDFDB['disCN']['selectcontroldark']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectsinglelight']),BDFDB['disCN']['selectsinglelight'],BDFDB['disCN']['selectsingledark']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerlight']),BDFDB['disCN']['selectarrowcontainerlight'],BDFDB['disCN']['selectarrowcontainerdark']);}var rF=c=>{qu['querySelectorAll']('.BDFDB-tableheader')['forEach'](rH=>{var rI=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rH);var rJ=rH['getAttribute']('table-id');var rK=rH['querySelector']('.BDFDB-tableheadertext');var rL=rH['querySelectorAll']('.BDFDB-tableheadercolumns\x20.BDFDB-tableheadercolumn');if(rI&&rJ&&rK&&rL['length']){let rM=![],rN=BDFDB['ObjectUtils']['is'](rI['BDFDB-tableheader-maxwidth'])?rI['BDFDB-tableheader-maxwidth'][rJ]:0x0;if(!rN){for(let rO of rL){let rP=BDFDB['DOMUtils']['getRects'](rO)['width'];rN=rP>rN?rP:rN;}rN+=0x4;}if(rL['length']*rN>0x12c){rM=!![];rN=parseInt(0x122/rL['length']);}else if(rN<0x24){rN=0x24;}rL['forEach']((rQ,rR)=>{rQ['style']['setProperty']('flex','0\x200\x20'+rN+'px','important');if(rM){if(rR==0x0)rQ['style']['setProperty']('margin-left',-0x1*(0xa+rN/0x2)+'px','important');rQ['style']['setProperty']('margin-top','0','important');rQ['style']['setProperty']('text-align','right','important');rQ['style']['setProperty']('writing-mode','vertical-rl','important');}else rQ['style']['setProperty']('text-align','center','important');});rK['style']['setProperty']('flex','0\x200\x20'+(0x22c-rL['length']*rN)+'px','important');rL[0x0]['parentElement']['style']['setProperty']('flex','0\x200\x20'+rL['length']*rN+'px','important');if(!BDFDB['ObjectUtils']['is'](rI['BDFDB-tableheader-maxwidth']))rI['BDFDB-tableheader-maxwidth']={};rI['BDFDB-tableheader-maxwidth'][rJ]=rN;}});qu['querySelectorAll']('.BDFDB-tablecheckbox')['forEach'](rS=>{var rT=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rS);var rU=rS['getAttribute']('table-id');if(rT&&rU&&BDFDB['ObjectUtils']['is'](rT['BDFDB-tableheader-maxwidth'])&&rT['BDFDB-tableheader-maxwidth'][rU]){var rV=getComputedStyle(rS);rS['style']['setProperty']('flex','0\x200\x20'+(rT['BDFDB-tableheader-maxwidth'][rU]-parseInt(rV['marginLeft'])-parseInt(rV['marginRight']))+'px','important');}});};if(document['contains'](qu))rF();else setImmediate(c=>{rF();});function rX(rY,rZ){if(!rY)return;var s0=rY['checked'];BDFDB['DOMUtils']['toggleClass'](rY['parentElement'],BDFDB['disCN']['switchvaluechecked'],s0);BDFDB['DOMUtils']['toggleClass'](rY['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!s0);if(rZ&&BDFDB['ObjectUtils']['is'](qv)&&BDFDB['DOMUtils']['containsClass'](rY,'settings-switch')){let s1=rY['getAttribute']('value')['trim']()['split']('\x20')['filter'](s2=>s2);let s3=s1['shift']();if(s3){var s4=BDFDB['DataUtils']['load'](qv,s3);var s5='';for(let s6 of s1)s5+='{\x22'+s6+'\x22:';s5+=s0+'}'['repeat'](s1['length']);s5=JSON['parse'](s5);if(BDFDB['ObjectUtils']['is'](s5))BDFDB['ObjectUtils']['deepAssign'](s4,s5);else s4=s5;BDFDB['DataUtils']['save'](s4,qv,s3);qv['SettingsUpdated']=!![];}}};function s7(s8){if(!s8)return;var s9=s8['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var sa=s9['querySelector']('polyline');if(s8['checked']){BDFDB['DOMUtils']['addClass'](s9,BDFDB['disCN']['checkboxchecked']);s9['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');s9['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');if(sa)sa['setAttribute']('stroke','#ffffff');}else{BDFDB['DOMUtils']['removeClass'](s9,BDFDB['disCN']['checkboxchecked']);s9['style']['removeProperty']('background-color');s9['style']['removeProperty']('border-color');if(sa)sa['setAttribute']('stroke','transparent');}};function sb(sc){var sd=BDFDB['DOMUtils']['containsClass'](sc,BDFDB['disCN']['giffavoriteselected']);var se=sc['querySelector'](BDFDB['dotCN']['giffavoriteicon']);if(se){se['setAttribute']('name',sd?'FavoriteFilled':'Favorite');se['innerHTML']=sd?'':'';}if(sd){BDFDB['DOMUtils']['addClass'](sc,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](sc,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function sg(sh,si){if(!sh)return;switch(si){case 0x0:BDFDB['DOMUtils']['removeClass'](sh,BDFDB['disCN']['settingsitemselected']);sh['style']['setProperty']('border-color','transparent');sh['style']['setProperty']('color',qw?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['DOMUtils']['removeClass'](sh,BDFDB['disCN']['settingsitemselected']);sh['style']['setProperty']('border-color',qw?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');sh['style']['setProperty']('color',qw?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['DOMUtils']['addClass'](sh,BDFDB['disCN']['settingsitemselected']);sh['style']['setProperty']('border-color',qw?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');sh['style']['setProperty']('color',qw?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function sj(sk,sl,sm){if(!sk['BDFDBupdateElementsListeners'])sk['BDFDBupdateElementsListeners']={};if(sk['BDFDBupdateElementsListeners'][sl])sk['removeEventListener'](sl,sk['BDFDBupdateElementsListeners'][sl]);sk['BDFDBupdateElementsListeners'][sl]=sm;sk['addEventListener'](sl,sm,!![]);};};BDFDB['appendModal']=function(sn){if(!Node['prototype']['isPrototypeOf'](sn))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 so=BDFDB['DOMUtils']['containsClass'](sn,BDFDB['disCN']['modal'])?sn:sn['querySelector'](BDFDB['dotCN']['modal']);var sp=so?so['previousElementSibling']:null;var sq=new eQ['AnimationUtils']['Value'](0x0);sq['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x1]})['addListener'](sr=>{if(so)so['style']['setProperty']('opacity',''+sr['value']);});var ss=new eQ['AnimationUtils']['Value'](0x0);ss['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.7,0x1]})['addListener'](st=>{if(so)so['style']['setProperty']('transform','scale('+st['value']+')\x20translateZ(0px)');});var su=new eQ['AnimationUtils']['Value'](0x0);su['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.85]})['addListener'](sv=>{if(sp){sp['style']['setProperty']('opacity',''+sv['value']);sp['style']['setProperty']('background-color','rgb(0,\x200,\x200)');sp['style']['setProperty']('z-index','1000');sp['style']['setProperty']('transform','translateZ(0px)');}});var sw=sx=>{eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](sq,{'toValue':sx,'duration':0xfa,'easing':eQ['AnimationUtils']['Easing']['inOut'](eQ['AnimationUtils']['Easing']['ease'])}),eQ['AnimationUtils']['timing'](ss,{'toValue':sx,'duration':0xfa,'easing':eQ['AnimationUtils']['Easing']['inOut'](eQ['AnimationUtils']['Easing']['ease'])}),eQ['AnimationUtils']['timing'](su,{'toValue':sx,'duration':0xc8,'delay':0x32})])['start']();};var sy=sz=>{if(!document['contains'](sn))document['removeEventListener']('keydown',sy);else if(sz['which']==0x1b&&sp)sp['click']();};document['addEventListener']('keydown',sy);BDFDB['ListenerUtils']['addToChildren'](sn,'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',sy);sw(0x0);setTimeout(c=>{sn['remove']();},0x12c);});BDFDB['appendModal']['modals']['appendChild'](sn);BDFDB['initElements'](sn);sw(0x1);};BDFDB['createSearchBar']=function(sC='small'){if(typeof sC!='string'||!['small','medium','large']['includes'](sC['toLowerCase']()))sC='small';var sD=vA['SearchBar'][sC]?'\x20'+BDFDB['disCN']['searchbar'+sC]:'';var sE=BDFDB['DOMUtils']['create']('');BDFDB['initElements'](sE);return sE;};BDFDB['createSelectMenu']=function(sF,sG,sH='',sI=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sF!='string'||typeof sG!='string'&&typeof sG!='number')return BDFDB['DOMUtils']['create']('
');var sJ=sI?'dark':'light';return''+sF+'';};BDFDB['openDropdownMenu']=function(sK,sL,sM,sN,sO=![],sP=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sL!='function'||typeof sM!='function'||!sN||typeof sN!='object')return;let sQ=(BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['selectwrap'],sK['currentTarget'])||sK['currentTarget'])['querySelector'](BDFDB['dotCN']['selectcontrol']);let sR=sQ['parentElement'];if(BDFDB['DOMUtils']['containsClass'](sR,BDFDB['disCN']['selectisopen']))return;BDFDB['DOMUtils']['addClass'](sR,BDFDB['disCN']['selectisopen']);var sS=sR['getAttribute']('type');var sT=sR['getAttribute']('value');var sU=sP?'dark':'light';var sV='';for(var sW in sN)sV+=''+sM(sW)+'';sV+='';var sX=BDFDB['DOMUtils']['create'](sV);if(sO){BDFDB['DOMUtils']['addClass'](sX,'above-select');sX['style']['setProperty']('top','unset','important');sX['style']['setProperty']('bottom',BDFDB['DOMUtils']['getRects'](sR)['height']+'px','important');}sR['appendChild'](sX);BDFDB['initElements'](sX);BDFDB['ListenerUtils']['addToChildren'](sX,'mouseenter',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sY=>{if(sP){BDFDB['DOMUtils']['removeClass'](sY['currentTarget'],BDFDB['disCN']['selectoptiondark']);BDFDB['DOMUtils']['addClass'](sY['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);}else{BDFDB['DOMUtils']['removeClass'](sY['currentTarget'],BDFDB['disCN']['selectoptionlight']);BDFDB['DOMUtils']['addClass'](sY['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);}});BDFDB['ListenerUtils']['addToChildren'](sX,'mouseleave',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sZ=>{if(sP){BDFDB['DOMUtils']['removeClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);BDFDB['DOMUtils']['addClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptiondark']);}else{BDFDB['DOMUtils']['removeClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);BDFDB['DOMUtils']['addClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptionlight']);}});BDFDB['ListenerUtils']['addToChildren'](sX,'mousedown',BDFDB['dotCN']['selectoption'],t0=>{if(!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],t0['target'])){var t1=t0['currentTarget']['getAttribute']('value');sR['setAttribute']('value',t1);sL(sR,sS,t1);}});var t2=t3=>{if(t3['target']['parentElement']!=sX&&!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],t3['target'])){document['removeEventListener']('mousedown',t2);sX['remove']();setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](sR,BDFDB['disCN']['selectisopen']);},0x64);}};document['addEventListener']('mousedown',t2);return sX;};BDFDB['openModal']=function(t5,t6){if(!BDFDB['ObjectUtils']['is'](t5)||!BDFDB['ObjectUtils']['is'](t6))return;var t7,t8=[],t9=[],ta=[],tb,tc=[],td=c=>{if(BDFDB['ObjectUtils']['is'](tb)&&typeof tb['onClose']=='function')tb['onClose']();};if(typeof t6['text']=='string'){t9['push'](BDFDB['ReactUtils']['createElement'](wb['TextElement'],{'color':wb['TextElement']['Colors']['PRIMARY'],'children':t6['text']}));}if(t6['children']){let tf,tg=[];for(let th of BDFDB['ArrayUtils']['is'](t6['children'])?t6['children']:Array['of'](t6['children']))if(eQ['React']['isValidElement'](th)){if(th['type']==wb['ModalComponents']['ModalTabContent']){if(!tg['length'])th['props']['open']=!![];else delete th['props']['open'];tg['push'](BDFDB['ReactUtils']['createElement'](wb['TabBar']['Item'],{'className':BDFDB['disCN']['tabbaritem'],'itemType':wb['TabBar']['Types']['TOP'],'id':th['props']['tab'],'children':th['props']['tab'],'aria-label':th['props']['tab']}));}t9['push'](th);}if(tg['length'])t8['push'](BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':BDFDB['disCN']['tabbarcontainer'],'children':BDFDB['ReactUtils']['createElement'](wb['TabBar'],{'className':BDFDB['disCN']['tabbar'],'type':wb['TabBar']['Types']['TOP'],'selectedItem':tg[0x0]['props']['id'],'children':tg,'onItemSelect':(ti,tj)=>{tj['props']['selectedItem']=ti;BDFDB['ReactUtils']['forceUpdate'](tj);let t7=BDFDB['DOMUtils']['getParent']('.BDFDB-modal',BDFDB['ReactUtils']['findDOMNode'](tj));if(t7)for(let tl of t7['querySelectorAll'](BDFDB['dotCN']['modaltabcontent'])){let tm=BDFDB['ReactUtils']['getValue'](tl,'return.return.stateNode');if(tm){if(tm['props']['tab']==ti)tm['props']['open']=!![];else delete tm['props']['open'];BDFDB['ReactUtils']['forceUpdate'](tm);}}}}),'style':{'marginBottom':0xa}}));}if(BDFDB['ArrayUtils']['is'](t6['buttons']))for(let tn of t6['buttons']){let to=typeof tn['contents']=='string'?tn['contents']:null;if(to){let tp=typeof tn['color']=='string'&&wb['Button']['Colors'][tn['color']['toUpperCase']()];let tq=typeof tn['look']=='string'&&wb['Button']['Looks'][tn['look']['toUpperCase']()];let tr=typeof tn['click']=='function'?tn['click']:c=>{};if(tn['cancel'])tc['push'](tr);ta['push'](BDFDB['ReactUtils']['createElement'](wb['Button'],{'type':'button','look':tq||(tp?wb['Button']['Looks']['FILLED']:wb['Button']['Looks']['LINK']),'color':tp||wb['Button']['Colors']['PRIMARY'],'onClick':c=>{if(tn['close'])td();if(!(tn['close']&&tn['cancel']))tr(t7);},'children':to}));}}t9=t9['filter'](tu=>tu&&BDFDB['ReactUtils']['isValidElement'](tu));t8=t8['filter'](tv=>tv&&BDFDB['ReactUtils']['isValidElement'](tv));ta=ta['filter'](tw=>tw&&BDFDB['ReactUtils']['isValidElement'](tw));if(t9['length']){if(typeof t6['onClose']!='function')t6['onClose']=c=>{};if(typeof t6['onOpen']!='function')t6['onOpen']=c=>{};let tz=t5['name']||(typeof t5['getName']=='function'?t5['getName']():null);tz=typeof tz=='string'?tz:null;let tA=typeof t6['size']=='string'&&wb['ModalComponents']['ModalSize'][t6['size']['toUpperCase']()];let tB=0x0;eQ['ModalUtils']['openModal'](tC=>{tb=tC;return BDFDB['ReactUtils']['createElement'](class BDFDBModal extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalRoot'],{'className':BDFDB['DOMUtils']['formatClassName']('BDFDB-modal',tz?tz+'-modal':null,t6['selector']?t6['selector']:null),'size':tA||wb['ModalComponents']['ModalSize']['SMALL'],'transitionState':tC['transitionState'],'children':[BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalHeader'],{'className':t8['length']?BDFDB['disCN']['modalheaderhassibling']:null,'separator':t6['headerseparator']||![],'children':[BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'grow':0x1,'shrink':0x1,'children':[BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'tag':wb['FormComponents']['FormTitle']['Tags']['H4'],'children':typeof t6['header']=='string'?t6['header']:''}),BDFDB['ReactUtils']['createElement'](wb['TextElement'],{'size':wb['TextElement']['Sizes']['SMALL'],'color':wb['TextElement']['Colors']['PRIMARY'],'children':typeof t6['subheader']=='string'?t6['subheader']:tz||''})]}),BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalCloseButton'],{'onClick':td})]}),t8['length']?BDFDB['ReactUtils']['createElement'](wb['Flex'],{'children':t8}):null,BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalContent'],{'children':t9}),ta['length']?BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalFooter'],{'children':ta}):null]});}['componentDidMount'](){t7=BDFDB['ReactUtils']['findDOMNode'](this);t7=t7&&t7['parentElement']?t7['parentElement']['querySelector']('.BDFDB-modal'):null;if(t7&&tC['transitionState']==0x2&&tC['transitionState']>tB)t6['onOpen'](t7,this);tB=tC['transitionState'];}['componentWillUnmount'](){if(t7&&tC['transitionState']==0x4){for(let tD of tc)tD(t7);t6['onClose'](t7,this);}}},tC);},{'onCloseRequest':td});}};BDFDB['openConfirmModal']=function(tE,tF,tG){if(!BDFDB['ObjectUtils']['is'](tE)||typeof tF!='string')return;tG=typeof tG=='function'?tG:c=>{};BDFDB['openModal'](tE,{'text':tF,'header':'Are\x20you\x20sure?','selector':'BDFDB-confirmmodal','buttons':[{'contents':BDFDB['LanguageUtils']['LanguageStrings']['OKAY'],'close':!![],'color':'RED','click':tG},{'contents':BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'],'close':!![]}]});};BDFDB['openContextMenu']=function(tI,tJ,tK){eQ['ContextMenuUtils']['openContextMenu'](tJ,function(tJ){return BDFDB['ReactUtils']['createElement'](wb['ContextMenu'],Object['assign']({},tJ,{'BDFDBcontextMenu':!![],'type':BDFDB['DiscordConstants']['ContextMenuTypes']['NATIVE_TEXT'],'value':'','className':BDFDB['disCN']['contextmenu']+'\x20BDFDB-contextMenu\x20'+tI['name']+'-contextMenuItem','children':tK}));});};BDFDB['closeContextMenu']=function(tM){if(!BDFDB['ObjectUtils']['is'](tM))return;var tN=BDFDB['ReactUtils']['findOwner'](tM,{'props':'closeContextMenu','up':!![]});if(BDFDB['ObjectUtils']['is'](tN)&&tN['props']&&typeof tN['props']['closeContextMenu']=='function')tN['props']['closeContextMenu']();};BDFDB['createMessageOptionPopout']=function(tO){if(!tO)return;var tP=document['querySelector'](BDFDB['dotCN']['popouts']);if(!tP)return;tO=BDFDB['DOMUtils']['containsClass'](tO,BDFDB['disCN']['optionpopoutbutton'])?tO:tO['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var tQ=BDFDB['ReactUtils']['getInstance'](BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['messagebuttoncontainer'],tO));tQ=tQ&&tQ['child']?tQ['child']:null;tQ=tQ&&tQ['stateNode']&&typeof tQ['stateNode']['renderReactionPopout']=='function'?tQ['sibling']:tQ;if(tQ&&tQ['stateNode']&&typeof tQ['stateNode']['renderOptionPopout']=='function'){BDFDB['DOMUtils']['addClass'](tO,'popout-open');var tR=BDFDB['DOMUtils']['create']('');tP['appendChild'](tR);var tS=tQ['stateNode']['renderOptionPopout'](tQ['stateNode']['props']);tS['props']['target']=tO;tS['props']['onClose']=c=>{BDFDB['DOMUtils']['removeClass'](tO,'popout-open');tR['remove']();};BDFDB['ReactUtils']['render'](tS,tR);var tU=BDFDB['DOMUtils']['getRects'](tO);tR['style']['setProperty']('left',tU['left']+tU['width']/0x2+'px');tR['style']['setProperty']('top',tU['top']+tU['height']/0x2+'px');var tV=tW=>{document['removeEventListener']('mousedown',tV);if(!tR['contains'](tW['target']))tS['props']['onClose']();};document['addEventListener']('mousedown',tV);}};BDFDB['createSortPopout']=function(tX,tY,tZ){if(!tX||!tY||typeof tZ!='function'||BDFDB['DOMUtils']['containsClass'](tX,'popout-open'))return;var u0=document['querySelector'](BDFDB['dotCN']['popouts']);var u1=tX['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!u0||!u1)return;BDFDB['DOMUtils']['addClass'](tX,'popout-open');var u2=BDFDB['DOMUtils']['create'](tY);var u3=BDFDB['DOMUtils']['getRects'](tX);u2['style']['setProperty']('left',u3['left']+u3['width']+'px');u2['style']['setProperty']('top',u3['top']+BDFDB['DOMUtils']['getRects'](u1)['height']+'px');BDFDB['DOMUtils']['addClass'](u2['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['DiscordUtils']['getTheme']());BDFDB['ListenerUtils']['addToChildren'](u2,'click',BDFDB['dotCN']['contextmenuitem'],u4=>{u1['innerText']=u4['currentTarget']['innerText'];u1['setAttribute']('option',u4['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',u6);u2['remove']();setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](tX,'popout-open');},0x12c);tZ();});u0['appendChild'](u2);BDFDB['initElements'](u2);var u6=u7=>{if(!document['contains'](u2))document['removeEventListener']('mousedown',u6);else if(!u2['contains'](u7['target'])){document['removeEventListener']('mousedown',u6);u2['remove']();setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](tX,'popout-open');},0x12c);}};document['addEventListener']('mousedown',u6);};var u9=(ua,ub,uc)=>{if(!ua)return;else if(uc){BDFDB['DOMUtils']['addClass'](ua,BDFDB['disCN']['colorpickerswatchselected']);var ud=BDFDB['DOMUtils']['containsClass'](ua,BDFDB['disCN']['colorpickerswatchcustom']);var ue=ub&&BDFDB['ObjectUtils']['is'](ub);var uf=BDFDB['ObjectUtils']['is'](ub)?BDFDB['ColorUtils']['createGradient'](ub):BDFDB['ColorUtils']['convert'](ub,'RGBA');var ug=uf&&!ue?BDFDB['ColorUtils']['isBright'](uf):![];if(!ua['querySelector']('svg[name=\x22Checkmark\x22]'))ua['appendChild'](BDFDB['DOMUtils']['create'](''));if(ud){BDFDB['DOMUtils']['removeClass'](ua,BDFDB['disCN']['colorpickerswatchnocolor']);ua['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill',ug?'#000000':'#ffffff');if(uf){if(ue)ua['gradient']=ub;ua['style']['setProperty'](ue?'background-image':'background-color',uf,'important');}}}else{delete ua['gradient'];BDFDB['DOMUtils']['removeClass'](ua,'selected');BDFDB['DOMUtils']['remove'](ua['querySelectorAll']('.swatch-checkmark'));if(BDFDB['DOMUtils']['containsClass'](ua,BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['DOMUtils']['addClass'](ua,BDFDB['disCN']['colorpickerswatchnocolor']);ua['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill','#ffffff');ua['style']['removeProperty']('background-color');ua['style']['removeProperty']('background-image');}}};BDFDB['setColorSwatches']=function(uh,ui){if(!Node['prototype']['isPrototypeOf'](uh))return;var uj=uh['querySelector'](BDFDB['dotCN']['colorpickerswatches']+':not([number])');if(!uj)return;uj['setAttribute']('number',parseInt(uh['querySelectorAll'](BDFDB['dotCN']['colorpickerswatches']+'[number]')['length']+0x1));var uk=[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 ul=[uk['slice'](0x0,parseInt(uk['length']/0x2)),uk['slice'](parseInt(uk['length']/0x2))];uk['shift']();uj['appendChild'](BDFDB['DOMUtils']['create'](''+ul['map'](um=>''+um['map'](un=>'')['join']('')+'')['join']('')+''));if(ui&&!BDFDB['ColorUtils']['compare'](ui,[0x0,0x0,0x0,0x0])){var uo=uk['indexOf'](BDFDB['ColorUtils']['convert'](ui,'RGBA'));u9(uo>-0x1?uj['querySelectorAll'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor'])[uo]:uj['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']),ui,!![]);}else u9(uj['querySelector'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor']),null,!![]);BDFDB['ListenerUtils']['addToChildren'](uj,'click',BDFDB['dotCN']['colorpickerswatch'],up=>{if(BDFDB['DOMUtils']['containsClass'](uj,'disabled')||BDFDB['DOMUtils']['containsClass'](up['currentTarget'],BDFDB['disCN']['colorpickerswatchdisabled']))return;else if(BDFDB['DOMUtils']['containsClass'](up['currentTarget'],BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['ColorUtils']['openPicker'](uj,up['currentTarget'],up['currentTarget']['gradient']||up['currentTarget']['style']['getPropertyValue']('background-color'));}else{u9(uj['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']),null,![]);u9(up['currentTarget'],up['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});BDFDB['ListenerUtils']['addToChildren'](uj,'mouseenter',BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'],uq=>{BDFDB['TooltipUtils']['create'](uq['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['CUSTOM_COLOR'],{'type':'bottom'});});BDFDB['ListenerUtils']['addToChildren'](uj,'mouseenter',BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor'],ur=>{BDFDB['TooltipUtils']['create'](ur['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['DEFAULT'],{'type':'bottom'});});};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=eQ['LastChannelStore']['getChannelId']()){if(!uw)return 0x0;var uy=eQ['ChannelStore']['getChannel'](ux);var uz=!uy||uw['indexOf']('/')==0x0||uw['indexOf']('s/')==0x0||uw['indexOf']('+:')==0x0?uw['length']:eQ['MessageCreationUtils']['parse'](uy,uw)['content']['length'];return uz>uw['length']?uz:uw['length'];};BDFDB['NumberUtils']={};BDFDB['NumberUtils']['formatBytes']=function(uA,uB){uA=parseInt(uA);if(isNaN(uA)||uA<0x0)return'0\x20Bytes';if(uA==0x1)return'1\x20Byte';var uC=Math['floor'](Math['log'](uA)/Math['log'](0x400));return parseFloat((uA/Math['pow'](0x400,uC))['toFixed'](uB<0x1?0x0:uB>0x14?0x14:uB||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][uC];};BDFDB['NumberUtils']['mapRange']=function(uD,uE,uF){if(parseFloat(uF)parseFloat(uD[0x1]))return parseFloat(uE[0x1]);else return parseFloat(uE[0x0])+(parseFloat(uF)-parseFloat(uD[0x0]))*(parseFloat(uE[0x1])-parseFloat(uE[0x0]))/(parseFloat(uD[0x1])-parseFloat(uD[0x0]));};BDFDB['NumberUtils']['generateId']=function(uG){uG=BDFDB['ArrayUtils']['is'](uG)?uG:[];let d=Math['floor'](Math['random']()*0x2386f26fc10000);if(uG['includes'](d))return BDFDB['NumberUtils']['generateId'](uG);else{uG['push'](d);return d;}};BDFDB['NumberUtils']['compareVersions']=function(uI,uJ){if(!uI||!uJ)return!![];uI=uI['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uK=>parseInt(uK))['filter'](uL=>(uL||uL==0x0)&&!isNaN(uL));uJ=uJ['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uM=>parseInt(uM))['filter'](uN=>(uN||uN==0x0)&&!isNaN(uN));var uO=Math['max'](uI['length'],uJ['length']);if(!uO)return!![];if(uI['length']>uJ['length']){var uP=new Array(uI['length']-uJ['length']);for(let uQ=0x0;uQuJ[uV])return!![];}return![];};BDFDB['NumberUtils']['getVersionDifference']=function(uW,uX){if(!uW||!uX)return![];uW=uW['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uY=>parseInt(uY))['filter'](uZ=>(uZ||uZ==0x0)&&!isNaN(uZ));uX=uX['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](v0=>parseInt(v0))['filter'](v1=>(v1||v1==0x0)&&!isNaN(v1));var v2=Math['max'](uW['length'],uX['length']);if(!v2)return![];if(uW['length']>uX['length']){var v3=new Array(uW['length']-uX['length']);for(let v4=0x0;v40x12c?'stable':da>0xc8?'canary':'ptb';else vc='stable';}else vc='stable';}}BDFDB['DiscordUtils']['getBuilt']['built']=vc;return vc;}};BDFDB['DiscordUtils']['getVersion']=function(){if(BDFDB['DiscordUtils']['getBuilt']['version'])return BDFDB['DiscordUtils']['getBuilt']['version'];else{var vg=null;try{vg=eN['electron']['remote']['app']['getVersion']();}catch(vh){vh='';}BDFDB['DiscordUtils']['getBuilt']['version']=vg;return vg;}};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 vi=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var vj=Math['round'](0x64*window['outerWidth']/vi['width']);var vk=Math['round'](0x64*window['outerHeight']/vi['height']);return vj{BDFDB['Plugins'][vw]=vx;});})();(BDFDB['BDUtils']['setThemeCache']=function(){if(!BDFDB['BDUtils']['isBDv2']())return;BDFDB['Themes']={};for(let vy of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](vy)['then'](vz=>{BDFDB['Themes'][vy]=vz;});})();var vA={};vA['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'};vA['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'};vA['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};vA['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'};vA['AccountDetails']=BDFDB['ModuleUtils']['findByProperties']('usernameContainer','container');vA['AccountDetailsButtons']=BDFDB['ModuleUtils']['findByProperties']('button','enabled','disabled');vA['ActivityFeed']=BDFDB['ModuleUtils']['findByProperties']('activityFeed');vA['Anchor']=BDFDB['ModuleUtils']['findByProperties']('anchor','anchorUnderlineOnHover');vA['AnimationContainer']=BDFDB['ModuleUtils']['findByProperties']('animatorLeft','didRender');vA['AppBase']=BDFDB['ModuleUtils']['findByProperties']('container','base');vA['AppInner']=BDFDB['ModuleUtils']['findByProperties']('app','layers');vA['AppMount']=BDFDB['ModuleUtils']['findByProperties']('appMount');vA['ApplicationStore']=BDFDB['ModuleUtils']['findByProperties']('applicationStore','navigation');vA['AppOuter']=BDFDB['ModuleUtils']['find'](vB=>typeof vB['app']=='string'&&Object['keys'](vB)['length']==0x1);vA['AuditLog']=BDFDB['ModuleUtils']['findByProperties']('auditLog');vA['AuthBox']=BDFDB['ModuleUtils']['findByProperties']('authBox');vA['Autocomplete']=BDFDB['ModuleUtils']['findByProperties']('autocomplete','autocompleteRow');vA['Avatar']=BDFDB['ModuleUtils']['findByProperties']('avatar','mask','wrapper');vA['AvatarIcon']=BDFDB['ModuleUtils']['findByProperties']('iconActiveLarge','iconActiveMedium');vA['Backdrop']=BDFDB['ModuleUtils']['findByProperties']('backdrop');vA['Badge']=BDFDB['ModuleUtils']['findByProperties']('numberBadge','textBadge','iconBadge');vA['BotTag']=BDFDB['ModuleUtils']['findByProperties']('botTag','botTagInvert');vA['Button']=BDFDB['ModuleUtils']['findByProperties']('colorBlack','button');vA['Call']=BDFDB['ModuleUtils']['findByProperties']('callAvatarWrapper','video');vA['CallCurrent']=BDFDB['ModuleUtils']['findByProperties']('wrapper','fullScreen');vA['CallDetails']=BDFDB['ModuleUtils']['findByProperties']('container','hotspot');vA['CallIncoming']=BDFDB['ModuleUtils']['findByProperties']('incomingCall','container');vA['CallIncomingInner']=BDFDB['ModuleUtils']['findByProperties']('incomingCallInner','members');vA['Card']=BDFDB['ModuleUtils']['findByProperties']('card','cardBrand');vA['CardStatus']=BDFDB['ModuleUtils']['findByProperties']('reset','error','card');vA['CardStore']=BDFDB['ModuleUtils']['findByProperties']('card','interactive','url');vA['Category']=BDFDB['ModuleUtils']['findByProperties']('wrapper','children','muted');vA['CategoryContainer']=BDFDB['ModuleUtils']['findByProperties']('addButtonIcon','containerDefault');vA['ChangeLog']=BDFDB['ModuleUtils']['findByProperties']('added','fixed','improved','progress');vA['Channel']=BDFDB['ModuleUtils']['findByProperties']('wrapper','content','modeSelected');vA['ChannelContainer']=BDFDB['ModuleUtils']['findByProperties']('actionIcon','containerDefault');vA['ChannelLimit']=BDFDB['ModuleUtils']['findByProperties']('users','total','wrapper');vA['ChannelTextArea']=BDFDB['ModuleUtils']['findByProperties']('textArea','attachButtonDivider');vA['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByProperties']('buttonWrapper','active');vA['ChatWindow']=BDFDB['ModuleUtils']['findByProperties']('chat','channelTextArea');vA['Checkbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxWrapper','round');vA['ColorPicker']=BDFDB['ModuleUtils']['findByProperties']('colorPickerCustom','customColorPickerInput');vA['ColorPickerInner']=BDFDB['ModuleUtils']['findByProperties']('saturation','hue','wrapper');vA['ContextMenu']=BDFDB['ModuleUtils']['findByProperties']('contextMenu','itemGroup');vA['ContextMenuCheckbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxInner','checkboxElement');vA['CtaVerification']=BDFDB['ModuleUtils']['findByProperties']('attendeeCTA','verificationNotice');vA['Cursor']=BDFDB['ModuleUtils']['findByProperties']('cursorDefault','userSelectNone');vA['CustomStatus']=BDFDB['ModuleUtils']['findByProperties']('customStatusContentIcon','customStatus');vA['CustomStatusIcon']=BDFDB['ModuleUtils']['findByProperties']('icon','emoji');vA['DmAddPopout']=BDFDB['ModuleUtils']['findByProperties']('popout','searchBarComponent');vA['DmAddPopoutItems']=BDFDB['ModuleUtils']['findByProperties']('friendSelected','friendWrapper');vA['DownloadLink']=BDFDB['ModuleUtils']['findByProperties']('downloadLink','size12');vA['Embed']=BDFDB['ModuleUtils']['findByProperties']('embed','embedAuthorIcon');vA['EmbedActions']=BDFDB['ModuleUtils']['findByProperties']('iconPlay','iconWrapperActive');vA['Emoji']=BDFDB['ModuleUtils']['find'](vC=>typeof vC['emoji']=='string'&&Object['keys'](vC)['length']==0x1);vA['EmojiButton']=BDFDB['ModuleUtils']['findByProperties']('emojiButton','sprite');vA['EmojiPicker']=BDFDB['ModuleUtils']['findByProperties']('emojiPicker','categories');vA['File']=BDFDB['ModuleUtils']['findByProperties']('downloadButton','fileNameLink');vA['Flex']=BDFDB['ModuleUtils']['findByProperties']('alignBaseline','alignCenter');vA['FlexChild']=BDFDB['ModuleUtils']['findByProperties']('flexChild','flex');vA['FlowerStar']=BDFDB['ModuleUtils']['findByProperties']('flowerStarContainer','flowerStar');vA['FormText']=BDFDB['ModuleUtils']['findByProperties']('description','modeDefault');vA['Friends']=BDFDB['ModuleUtils']['findByProperties']('friendsColumn','friendsRow');vA['Game']=BDFDB['ModuleUtils']['findByProperties']('game','gameName');vA['GameIcon']=BDFDB['ModuleUtils']['findByProperties']('gameIcon','small','xsmall');vA['GameLibrary']=BDFDB['ModuleUtils']['findByProperties']('gameLibrary','scroller');vA['GifFavoriteButton']=BDFDB['ModuleUtils']['findByProperties']('gifFavoriteButton','showPulse');vA['GiftInventory']=BDFDB['ModuleUtils']['findByProperties']('root','body','scroller');vA['GoLiveDetails']=BDFDB['ModuleUtils']['findByProperties']('panel','gameWrapper');vA['Guild']=BDFDB['ModuleUtils']['findByProperties']('wrapper','lowerBadge','svg');vA['GuildChannels']=BDFDB['ModuleUtils']['findByProperties']('positionedContainer','unreadBar');vA['GuildDiscovery']=BDFDB['ModuleUtils']['findByProperties']('pageWrapper','guildCard');vA['GuildDm']=BDFDB['ModuleUtils']['find'](vD=>typeof vD['pill']=='string'&&Object['keys'](vD)['length']==0x1);vA['GuildEdges']=BDFDB['ModuleUtils']['findByProperties']('wrapper','edge','autoPointerEvents');vA['GuildFolder']=BDFDB['ModuleUtils']['findByProperties']('folder','expandedGuilds');vA['GuildHeader']=BDFDB['ModuleUtils']['findByProperties']('header','name','bannerImage');vA['GuildHeaderButton']=BDFDB['ModuleUtils']['findByProperties']('button','open');vA['GuildIcon']=BDFDB['ModuleUtils']['findByProperties']('acronym','selected','wrapper');vA['GuildInvite']=BDFDB['ModuleUtils']['findByProperties']('wrapper','guildIconJoined');vA['GuildSettingsBanned']=BDFDB['ModuleUtils']['findByProperties']('bannedUser','bannedUserAvatar');vA['GuildSettingsInvite']=BDFDB['ModuleUtils']['findByProperties']('countdownColumn','inviteSettingsInviteRow');vA['GuildSettingsMember']=BDFDB['ModuleUtils']['findByProperties']('member','membersFilterPopout');vA['GuildServer']=BDFDB['ModuleUtils']['findByProperties']('blobContainer','pill');vA['GuildsItems']=BDFDB['ModuleUtils']['findByProperties']('guildSeparator','guildsError');vA['GuildsWrapper']=BDFDB['ModuleUtils']['findByProperties']('scrollerWrap','unreadMentionsBar','wrapper');vA['HeaderBar']=BDFDB['ModuleUtils']['findByProperties']('container','children','toolbar');vA['HeaderBarExtras']=BDFDB['ModuleUtils']['findByProperties']('headerBarLoggedOut','search');vA['HeaderBarSearch']=BDFDB['ModuleUtils']['findByProperties']('search','searchBar','open');vA['HeaderBarTopic']=BDFDB['ModuleUtils']['findByProperties']('topic','expandable','content');vA['HomeIcon']=BDFDB['ModuleUtils']['findByProperties']('homeIcon');vA['HotKeyRecorder']=BDFDB['ModuleUtils']['findByProperties']('editIcon','recording');vA['HoverCard']=BDFDB['ModuleUtils']['findByProperties']('card','active');vA['IconDirection']=BDFDB['ModuleUtils']['findByProperties']('directionDown','directionUp');vA['ImageWrapper']=BDFDB['ModuleUtils']['findByProperties']('clickable','imageWrapperBackground');vA['InviteModal']=BDFDB['ModuleUtils']['findByProperties']('inviteRow','modal');vA['Item']=BDFDB['ModuleUtils']['findByProperties']('item','side','header');vA['ItemLayerContainer']=BDFDB['ModuleUtils']['findByProperties']('layer','layerContainer');vA['Input']=BDFDB['ModuleUtils']['findByProperties']('inputMini','inputDefault');vA['LayerModal']=BDFDB['ModuleUtils']['findByProperties']('root','small','medium');vA['Layers']=BDFDB['ModuleUtils']['findByProperties']('layer','layers');vA['LiveTag']=BDFDB['ModuleUtils']['findByProperties']('liveRed','live');vA['LFG']=BDFDB['ModuleUtils']['findByProperties']('lfg','topSectionHeader');vA['Margins']=BDFDB['ModuleUtils']['findByProperties']('marginBottom4','marginCenterHorz');vA['Member']=BDFDB['ModuleUtils']['findByProperties']('member','ownerIcon');vA['MembersWrap']=BDFDB['ModuleUtils']['findByProperties']('membersWrap','membersGroup');vA['Mention']=BDFDB['ModuleUtils']['findByProperties']('wrapperHover','wrapperNoHover');vA['Message']=BDFDB['ModuleUtils']['findByProperties']('containerCozy','content');vA['MessageAccessory']=BDFDB['ModuleUtils']['findByProperties']('embedWrapper','gifFavoriteButton');vA['MessageBody']=BDFDB['ModuleUtils']['findByProperties']('buttonContainer','isMentioned');vA['MessageElements']=BDFDB['ModuleUtils']['findByProperties']('messageGroupBlockedBtn','dividerRed');vA['MessageFile']=BDFDB['ModuleUtils']['findByProperties']('cancelButton','filenameLinkWrapper');vA['MessageMarkup']=BDFDB['ModuleUtils']['findByProperties']('markup');vA['MessageOperations']=BDFDB['ModuleUtils']['find'](vE=>typeof vE['operations']=='string'&&Object['keys'](vE)['length']==0x1);vA['MessageSystem']=BDFDB['ModuleUtils']['findByProperties']('container','actionAnchor');vA['MessagesPopout']=BDFDB['ModuleUtils']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');vA['MessagesWelcome']=BDFDB['ModuleUtils']['findByProperties']('welcomeMessage','h1');vA['MessagesWrap']=BDFDB['ModuleUtils']['findByProperties']('messagesWrapper','messageGroupBlocked');vA['Modal']=BDFDB['ModuleUtils']['findByProperties']('modal','sizeLarge');vA['ModalDivider']=BDFDB['ModuleUtils']['find'](vF=>typeof vF['divider']=='string'&&Object['keys'](vF)['length']==0x1);vA['ModalItems']=BDFDB['ModuleUtils']['findByProperties']('guildName','checkboxContainer');vA['ModalMiniContent']=BDFDB['ModuleUtils']['find'](vG=>typeof vG['modal']=='string'&&typeof vG['content']=='string'&&typeof vG['size']=='string'&&Object['keys'](vG)['length']==0x3);vA['ModalWrap']=BDFDB['ModuleUtils']['find'](vH=>typeof vH['modal']=='string'&&typeof vH['inner']=='string'&&Object['keys'](vH)['length']==0x2);vA['NameContainer']=vA['ContextMenu']['subMenuContext']?BDFDB['ModuleUtils']['findByProperties']('nameAndDecorators','name'):{};vA['NameTag']=BDFDB['ModuleUtils']['findByProperties']('bot','nameTag');vA['Note']=BDFDB['ModuleUtils']['find'](vI=>typeof vI['note']=='string'&&Object['keys'](vI)['length']==0x1);vA['Notice']=BDFDB['ModuleUtils']['findByProperties']('notice','noticeFacebook');vA['OptionPopout']=BDFDB['ModuleUtils']['findByProperties']('container','button','item');vA['PictureInPicture']=BDFDB['ModuleUtils']['findByProperties']('pictureInPicture','pictureInPictureWindow');vA['PillWrapper']=BDFDB['ModuleUtils']['find'](vJ=>typeof vJ['item']=='string'&&typeof vJ['wrapper']=='string'&&Object['keys'](vJ)['length']==0x2);vA['PrivateChannel']=BDFDB['ModuleUtils']['findByProperties']('channel','closeButton');vA['PrivateChannelList']=BDFDB['ModuleUtils']['findByProperties']('privateChannels','searchBar');vA['Popout']=BDFDB['ModuleUtils']['findByProperties']('popout','arrowAlignmentTop');vA['PopoutActivity']=BDFDB['ModuleUtils']['findByProperties']('ellipsis','activityActivityFeed');vA['QuickMessage']=BDFDB['ModuleUtils']['findByProperties']('quickMessage','isBlocked');vA['QuickSelect']=BDFDB['ModuleUtils']['findByProperties']('quickSelectArrow','selected');vA['QuickSwitch']=BDFDB['ModuleUtils']['findByProperties']('resultFocused','guildIconContainer');vA['QuickSwitchWrap']=BDFDB['ModuleUtils']['findByProperties']('container','miscContainer');vA['Reactions']=BDFDB['ModuleUtils']['findByProperties']('reactionBtn','reaction');vA['RecentMentions']=BDFDB['ModuleUtils']['findByProperties']('recentMentionsFilterPopout','mentionFilter');vA['Role']=BDFDB['ModuleUtils']['findByProperties']('roleCircle','roleName');vA['Scrollbar']=BDFDB['ModuleUtils']['findByProperties']('scrollbar','scrollbarGhost');vA['Scroller']=BDFDB['ModuleUtils']['findByProperties']('firefoxFixScrollFlex','scroller');vA['SearchBar']=BDFDB['ModuleUtils']['findByProperties']('container','clear');vA['SearchPopout']=BDFDB['ModuleUtils']['findByProperties']('datePicker','searchResultChannelIconBackground');vA['SearchPopoutWrap']=BDFDB['ModuleUtils']['findByProperties']('container','queryContainer');vA['SearchResults']=BDFDB['ModuleUtils']['findByProperties']('resultsWrapper','searchResults');vA['Select']=BDFDB['ModuleUtils']['findByProperties']('select','error','errorMessage');vA['SettingsCloseButton']=BDFDB['ModuleUtils']['findByProperties']('closeButton','keybind');vA['SettingsItems']=BDFDB['ModuleUtils']['findByProperties']('dividerMini','note');vA['SettingsTable']=BDFDB['ModuleUtils']['findByProperties']('headerOption','headerSize');vA['SettingsWindow']=BDFDB['ModuleUtils']['findByProperties']('contentRegion','standardSidebarView');vA['Slider']=BDFDB['ModuleUtils']['findByProperties']('slider','grabber');vA['Spoiler']=BDFDB['ModuleUtils']['findByProperties']('spoilerContainer','hidden');vA['Switch']=BDFDB['ModuleUtils']['findByProperties']('switchDisabled','valueChecked');vA['Table']=BDFDB['ModuleUtils']['findByProperties']('stickyHeader','emptyStateText');vA['Text']=BDFDB['ModuleUtils']['findByProperties']('defaultColor','defaultMarginh1');vA['TextColor']=BDFDB['ModuleUtils']['findByProperties']('colorStandard','colorMuted','colorError');vA['TextColor2']=BDFDB['ModuleUtils']['findByProperties']('base','muted','wrapper');vA['TextSize']=BDFDB['ModuleUtils']['findByProperties']('size10','size14','size20');vA['TextStyle']=BDFDB['ModuleUtils']['findByProperties']('large','primary','selectable');vA['Tip']=BDFDB['ModuleUtils']['findByProperties']('pro','inline');vA['Title']=BDFDB['ModuleUtils']['findByProperties']('title','size18');vA['TitleBar']=BDFDB['ModuleUtils']['findByProperties']('titleBar','wordmark');vA['Tooltip']=BDFDB['ModuleUtils']['findByProperties']('tooltip','tooltipTop');vA['Typing']=BDFDB['ModuleUtils']['findByProperties']('cooldownWrapper','typing');vA['UnreadBar']=BDFDB['ModuleUtils']['findByProperties']('active','bar','unread');vA['UserPopout']=BDFDB['ModuleUtils']['findByProperties']('userPopout','headerPlaying');vA['UserProfile']=BDFDB['ModuleUtils']['findByProperties']('topSectionNormal','tabBarContainer');vA['Video']=BDFDB['ModuleUtils']['findByProperties']('video','fullScreen');vA['VoiceChannel']=BDFDB['ModuleUtils']['findByProperties']('avatarSpeaking','voiceUser');vA['VoiceChannelList']=BDFDB['ModuleUtils']['findByProperties']('list','collapsed');vA['VoiceDetails']=BDFDB['ModuleUtils']['findByProperties']('container','customStatusContainer');vA['VoiceDetailsPing']=BDFDB['ModuleUtils']['findByProperties']('rtcConnectionQualityBad','rtcConnectionQualityFine');BDFDB['DiscordClassModules']=Object['assign']({},vA);var vK={'_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']({},vK);e['getDiscordClass']=(vL,vM)=>{var vN=vA['BDFDB']['BDFDBundefined'];if(vK[vL]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vL+'\x20not\x20found\x20in\x20DiscordClasses');return vN;}else if(!BDFDB['ArrayUtils']['is'](vK[vL])||vK[vL]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vL+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20DiscordClasses');return vN;}else if(vA[vK[vL][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vK[vL][0x0]+'\x20not\x20found\x20in\x20DiscordClassModules');return vN;}else if(vA[vK[vL][0x0]][vK[vL][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vK[vL][0x1]+'\x20not\x20found\x20in\x20'+vK[vL][0x0]+'\x20in\x20DiscordClassModules');return vN;}else{vN=vA[vK[vL][0x0]][vK[vL][0x1]];if(vM){vN=vN['split']('\x20')['filter'](vO=>vO['indexOf']('da-')!=0x0)['join'](vM?'.':'\x20');vN=vN||vA['BDFDB']['BDFDBundefined'];}return vN;}};BDFDB['disCN']=new Proxy(vK,{'get':function(vP,vQ){return e['getDiscordClass'](vQ,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(vK,{'get':function(vR,vS){return e['getDiscordClass'](vS,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(vK,{'get':function(vT,vU){return e['getDiscordClass'](vU,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(vK,{'get':function(vV,vW){let vX=e['getDiscordClass'](vW,!![]);return(vX['indexOf']('#')==0x0?'':'.')+vX;}});BDFDB['dotCNS']=new Proxy(vK,{'get':function(vY,vZ){let w0=e['getDiscordClass'](vZ,!![]);return(w0['indexOf']('#')==0x0?'':'.')+w0+'\x20';}});BDFDB['dotCNC']=new Proxy(vK,{'get':function(w1,w2){let w3=e['getDiscordClass'](w2,!![]);return(w3['indexOf']('#')==0x0?'':'.')+w3+',';}});BDFDB['notCN']=new Proxy(vK,{'get':function(w4,w5){return':not(.'+e['getDiscordClass'](w5,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(vK,{'get':function(w6,w7){return':not(.'+e['getDiscordClass'](w7,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(vK,{'get':function(w8,w9){return':not(.'+e['getDiscordClass'](w9,!![])['split']('.')[0x0]+'),';}});var wa={},wb={},wc=eQ['React']&&eQ['React']['Component'];wa['Button']=BDFDB['ModuleUtils']['findByProperties']('Colors','Hovers','Looks');wa['ContextMenuToggleItem']=BDFDB['ModuleUtils']['findByName']('ToggleMenuItem');wa['FavButton']=BDFDB['ModuleUtils']['findByName']('GIFFavButton');wa['PopoutContainer']=BDFDB['ModuleUtils']['findByName']('Popout');wa['Select']=BDFDB['ModuleUtils']['findByName']('SelectTempWrapper');wa['Switch']=BDFDB['ModuleUtils']['findByName']('Switch');wa['TabBar']=BDFDB['ModuleUtils']['findByName']('TabBar');wa['TextInput']=BDFDB['ModuleUtils']['findByName']('TextInput');wa['TooltipContainer']=BDFDB['ModuleUtils']['findByName']('Tooltip');wb['BotTag']=wc?class BDFDB_BotTag extends eQ['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']});}}:wb['BotTag'];wb['Button']=wc?class BDFDB_Button extends eQ['React']['Component']{['handleClick'](wd){if(typeof this['props']['onClick']=='function')this['props']['onClick'](wd,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wa['Button'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}));}}:wb['Button'];wb['Card']=wc?class BDFDB_Card extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['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':we=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,we);},'children':[!this['props']['noRemove']?BDFDB['ReactUtils']['createElement'](wb['CardRemoveButton'],{'onClick':wf=>{if(typeof this['props']['onRemove']=='function')this['props']['onRemove'](this,wf);BDFDB['ListenerUtils']['stopEvent'](wf);}}):null]['concat'](this['props']['children'])});}}:wb['Card'];wb['CardRemoveButton']=BDFDB['ModuleUtils']['findByName']('RemoveButton');wb['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByName']('ChannelTextAreaButton');wb['CharCounter']=wc?class BDFDB_CharCounter extends eQ['React']['Component']{['getCounterString'](){let wg=this['refElement']||{};let wh=wg['value']||'',wi=wg['selectionStart']||0x0,wj=wg['selectionEnd']||0x0;let wk=this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](wh):wh['length'];let wl=wj-wi==0x0?0x0:this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](wh['slice'](wi,wj)):wj-wi;wl=!wl?0x0:wl>wk?wk-(wk-wj-wi):wl;return''+wk+(!this['props']['max']?'':'/'+this['props']['max'])+(!wl?'':'\x20('+wl+')');}['updateCounter'](){if(!this['refElement'])return;clearTimeout(this['updateTimeout']);this['updateTimeout']=setTimeout(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 wm=()=>{setTimeout(this['forceUpdateCounter']['bind'](this),0xa);};let wn=()=>{document['removeEventListener']('mousemove',wm);document['removeEventListener']('mouseup',wn);if(this['refElement']['selectionEnd']-this['refElement']['selectionStart'])setImmediate(()=>{document['addEventListener']('click',wo);});};let wo=()=>{var wp=BDFDB['ReactUtils']['getValue'](document['querySelector'](BDFDB['dotCN']['contextmenu']),'return.stateNode.props.type');if(!wp||!wp['startsWith']('CHANNEL_TEXT_AREA'))this['forceUpdateCounter']();setTimeout(this['forceUpdateCounter']['bind'](this),0x64);document['removeEventListener']('mousemove',wm);document['removeEventListener']('mouseup',wn);document['removeEventListener']('click',wo);};document['addEventListener']('mousemove',wm);document['addEventListener']('mouseup',wn);}['componentDidMount'](){if(this['props']['refClass']){let wq=BDFDB['ReactUtils']['findDOMNode'](this);if(wq){this['refElement']=wq['parentElement']['querySelector'](this['props']['refClass']);if(this['refElement']){BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'keydown\x20click\x20change',this['updateCounter']['bind'](this));this['refElement']['removeEventListener']('mousedown',this['handleSelection']['bind'](this));BDFDB['ListenerUtils']['multiAdd'](this['refElement'],'keydown\x20click\x20change',this['updateCounter']['bind'](this));this['refElement']['addEventListener']('mousedown',this['handleSelection']['bind'](this));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 wr=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['charcounter'],this['props']['className']),'color':wb['TextElement']['Colors']['PRIMARY'],'children':this['getCounterString']()});BDFDB['ObjectUtils']['delete'](wr,'parsing','max','refClass');return BDFDB['ReactUtils']['createElement'](wb['TextElement'],wr);}}:wb['CharCounter'];wb['Clickable']=BDFDB['ModuleUtils']['findByName']('Clickable');wb['ColorSwatches']=wc?class BDFDB_ColorSwatches extends eQ['React']['Component']{constructor(ws){super(ws);ws['selectedColor']=BDFDB['ObjectUtils']['is'](ws['color'])?ws['color']:BDFDB['ColorUtils']['convert'](ws['color'],'RGBA');ws['colors']=(BDFDB['ArrayUtils']['is'](ws['colors'])?ws['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'](wt=>BDFDB['ColorUtils']['convert'](wt,'RGBA'));ws['colorRows']=ws['colors']['length']?[ws['colors']['slice'](0x0,parseInt(ws['colors']['length']/0x2)),ws['colors']['slice'](parseInt(ws['colors']['length']/0x2))]:[];ws['customColor']=ws['selectedColor']!=null?ws['colors']['indexOf'](ws['selectedColor'])>-0x1?null:ws['selectedColor']:null;ws['customSelected']=!!ws['customColor'];ws['pickerConfig']=BDFDB['ObjectUtils']['is'](ws['pickerConfig'])?ws['pickerConfig']:{'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}};this['state']=ws;var wv=this;this['ColorSwatch']=class ColorSwatch extends eQ['React']['Component']{['render'](){let ww=!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 wy=this['props']['isCustom']&&this['props']['color']==null?'rgba(0,0,0,1)':this['props']['color'];wv['setState']({'selectedColor':wy,'customColor':this['props']['isCustom']?wy:wv['state']['customColor'],'customSelected':this['props']['isCustom']});}if(this['props']['isCustom']||this['props']['isSingle']){let wz=BDFDB['ReactUtils']['findDOMNode'](this);if(wz)BDFDB['ColorUtils']['openPicker'](wv,wz,this['props']['color'],wv['state']['pickerConfig']);};},'onMouseEnter':c=>{let wB=this['props']['isCustom']||this['props']['isSingle']||this['props']['color']==null?BDFDB['ReactUtils']['findDOMNode'](this):null;if(wB)BDFDB['TooltipUtils']['create'](wB,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'](wb['SvgIcon'],{'className':BDFDB['disCN']['colorpickerswatchdropper'],'foreground':BDFDB['disCN']['colorpickerswatchdropperfg'],'name':wb['SvgIcon']['Names']['DROPPER'],'width':this['props']['isCustom']?0xe:0xa,'height':this['props']['isCustom']?0xe:0xa,'color':ww?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null,this['props']['isSelected']&&!this['props']['isSingle']?BDFDB['ReactUtils']['createElement'](wb['SvgIcon'],{'name':wb['SvgIcon']['Names']['CHECKMARK'],'width':this['props']['isCustom']?0x20:0x10,'height':this['props']['isCustom']?0x18:0x10,'color':ww?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null]});}};}['renderRow'](wC){return BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':BDFDB['disCN']['colorpickerrow'],'wrap':wb['Flex']['Wrap']['WRAP'],'children':wC['map'](wD=>{return BDFDB['ReactUtils']['createElement'](this['ColorSwatch'],{'color':wD,'isCustom':![],'isSelected':!this['state']['customSelected']&&wD===this['state']['selectedColor'],'isDisabled':this['state']['disabled']});})});}['render'](){return BDFDB['ReactUtils']['createElement'](wb['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'](wb['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'](wb['Flex'],{'direction':wb['Flex']['Direction']['VERTICAL'],'className':BDFDB['disCN']['flexmarginreset'],'grow':0x1,'children':[this['renderRow'](this['state']['colorRows'][0x0]),this['renderRow'](this['state']['colorRows'][0x1])]}):null]});}}:wb['ColorSwatches'];wb['ContextMenu']=BDFDB['ModuleUtils']['findByName']('NativeContextMenu');wb['ContextMenuItem']=wc?class BDFDB_ContextMenuItem extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['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'](wb['TextScroller'],{'speed':0x2,'children':this['props']['hint']}):null}),this['props']['children']]});}}:wb['ContextMenuItem'];wb['ContextMenuItemGroup']=BDFDB['ModuleUtils']['findByString']('\x22div\x22,{className','default.itemGroup}');wb['ContextMenuSliderItem']=BDFDB['ModuleUtils']['findByName']('SliderMenuItem');wb['ContextMenuSubItem']=BDFDB['ModuleUtils']['findByName']('FluxContainer(SubMenuItem)');wb['ContextMenuToggleItem']=wc?class BDFDB_ContextMenuToggleItem extends eQ['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'](wa['ContextMenuToggleItem'],Object['assign']({},this['props'],{'action':this['handleToggle']['bind'](this)}));}}:wb['ContextMenuToggleItem'];wb['FavButton']=wc?class BDFDB_FavButton extends eQ['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'](wa['FavButton'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}))});}}:wb['FavButton'];wb['Flex']=BDFDB['ModuleUtils']['findByProperties']('Wrap','Direction','Child');wb['FormComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('FormSection','FormText')||{});wb['FormComponents']['FormItem']=wc?class BDFDB_FormItem extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':this['props']['className'],'style':this['props']['style'],'children':[BDFDB['ReactUtils']['createElement'](wb['Flex'],{'align':wb['Flex']['Align']['BASELINE'],'children':[this['props']['title']!=null||this['props']['error']!=null?BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'tag':this['props']['tag']||wb['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'])});}}:wb['FormComponents']['FormItem'];wb['IconBadge']=BDFDB['ModuleUtils']['findByName']('IconBadge');wb['ModalComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('ModalContent','ModalFooter')||{});wb['ModalComponents']['ModalTabContent']=wc?class BDFDB_ModalTabContent extends eQ['React']['Component']{['render'](){let wE=Object['assign']({},this['props']);BDFDB['ObjectUtils']['delete'](wE,'open');return BDFDB['ReactUtils']['createElement'](wb['Flex'],Object['assign']({'tab':'unnamed'},wE,{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['modaltabcontent'],this['props']['open']?BDFDB['disCN']['modaltabcontentopen']:null,this['props']['className']),'direction':wb['Flex']['Direction']['VERTICAL'],'align':wb['Flex']['Align']['STRETCH'],'style':Object['assign']({},wE['style'],{'display':this['props']['open']?null:'none','marginTop':0xa})}));}}:wb['ModalComponents']['ModalTabContent'];wb['NumberBadge']=BDFDB['ModuleUtils']['findByName']('NumberBadge');wb['Popout']=wc?class BDFDB_Popout extends eQ['React']['Component']{['render'](){let wF=typeof this['props']['position']=='string'?this['props']['position']['toLowerCase']():null;let wG=wF&&vK['popout'+wF]?BDFDB['disCN']['popout'+wF]:BDFDB['disCN']['popouttop'];let wH=!this['props']['arrow']?BDFDB['disCN']['popoutnoarrow']:wF&&wF['indexOf']('top')>-0x1&&wF!='top'?BDFDB['disCN']['popoutarrowalignmenttop']:BDFDB['disCN']['popoutarrowalignmentmiddle'];return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['popout'],wG,this['props']['invert']&&wF&&wF!='bottom'?BDFDB['disCN']['popoutinvert']:null,wH,!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']})});}}:wb['Popout'];wb['PopoutContainer']=wc?class BDFDB_PopoutContainer extends eQ['React']['Component']{['handleRender'](wI){return BDFDB['ReactUtils']['createElement'](wb['Popout'],{'className':this['props']['popoutClassName'],'isChild':!![],'position':wI['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 wJ=BDFDB['ReactUtils']['findOwner'](this,{'name':'BasePopout'});if(!wJ||!wJ['handleClick'])return;this['handleClick']=wJ['handleClick'];this['close']=(...wK)=>{wJ['close'](...wK);if(typeof this['props']['onClose']=='function')this['props']['onClose'](this);};this['domElementRef']=wJ['domElementRef'];}['render'](){if(typeof this['props']['children']!='function'){let wL=this['props']['children'];this['props']['children']=c=>{return wL||BDFDB['ReactUtils']['createElement']('div',{'style':{'height':'100%','width':'100%'}});};}return BDFDB['ReactUtils']['createElement'](wb['Clickable'],{'className':this['props']['className'],'style':this['props']['style'],'onClick':wN=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wN['target'])){if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,wN);if((this['props']['openOnClick']||this['props']['openOnClick']===undefined)&&typeof this['handleClick']=='function')this['handleClick']();}else wN['stopPropagation']();},'onContextMenu':wO=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wO['target'])){if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,wO);if(this['props']['openOnContextMenu']&&typeof this['handleClick']=='function')this['handleClick']();}else wO['stopPropagation']();},'children':BDFDB['ReactUtils']['createElement'](wa['PopoutContainer'],Object['assign']({},this['props'],{'renderPopout':this['handleRender']['bind'](this)}))});}}:wb['PopoutContainer'];wb['Select']=wc?class BDFDB_Select extends eQ['React']['Component']{['handleChange'](wP){if(typeof this['props']['onChange']=='function')this['props']['onChange'](wP,this);this['props']['value']=wP;BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wa['Select'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wb['Select'];wb['SettingsPanel']=wc?class BDFDB_SettingsPanel extends eQ['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wb['Flex'],{'direction':wb['Flex']['Direction']['VERTICAL'],'grow':0x1,'children':[typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'className':BDFDB['disCNS']['marginbottom20']+'BDFDB-settings-title','tag':wb['FormComponents']['FormTitle']['Tags']['H2'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':'BDFDB-settings-inner','direction':wb['Flex']['Direction']['VERTICAL'],'children':this['props']['children']})]}):null;}}:wb['SettingsPanel'];wb['SettingsPanelInner']=wc?class BDFDB_SettingsPanelInner extends eQ['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wb['Flex'],{'direction':wb['Flex']['Direction']['VERTICAL'],'children':[BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom8']}),typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'className':BDFDB['disCN']['marginbottom4'],'tag':wb['FormComponents']['FormTitle']['Tags']['H3'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':'BDFDB-settings-inner-list','direction':wb['Flex']['Direction']['VERTICAL'],'children':this['props']['children']}),BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom20']})]}):null;}}:wb['SettingsPanelInner'];wb['SettingsItem']=wc?class BDFDB_SettingsItem extends eQ['React']['Component']{['handleChange'](wQ){if(typeof this['props']['onChange']=='function')this['props']['onChange'](wQ,this);}['render'](){if(typeof this['props']['type']!='string'||!['BUTTON','SWITCH','TEXTINPUT']['includes'](this['props']['type']['toUpperCase']()))return null;let wR=wb[this['props']['type']];if(!wR)return null;if(this['props']['mini']&&wR['Sizes'])this['props']['size']=wR['Sizes']['MINI']||wR['Sizes']['MIN'];let wS=Object['assign']({},this['props'],{'className':this['props']['childClassName'],'onChange':this['handleChange']['bind'](this)});BDFDB['ObjectUtils']['delete'](wS,'basis','dividerbottom','dividertop','label','labelchildren','mini','note','type','childClassName');return BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['className'],this['props']['disabled']?BDFDB['disCN']['disabled']:null),'direction':wb['Flex']['Direction']['VERTICAL'],'align':wb['Flex']['Align']['STRETCH'],'children':[this['props']['dividertop']?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['marginbottom8']:BDFDB['disCN']['marginbottom20']}):null,BDFDB['ReactUtils']['createElement'](wb['Flex'],{'align':wb['Flex']['Align']['CENTER'],'children':[BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'children':BDFDB['ReactUtils']['createElement'](wb['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'](wb['Flex']['Child'],{'grow':this['props']['basis']?0x1:0x0,'shrink':0x0,'basis':this['props']['basis'],'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](wR,wS)})]}),typeof this['props']['note']=='string'?BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'className':BDFDB['disCN']['note'],'children':BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormText'],{'disabled':this['props']['disabled'],'type':wb['FormComponents']['FormText']['Types']['DESCRIPTION'],'children':this['props']['note']})}):null,this['props']['dividerbottom']?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['margintop8']:BDFDB['disCN']['margintop20']}):null]});}}:wb['SettingsItem'];wb['SettingsLabel']=wc?class BDFDB_SettingsLabel extends eQ['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']});}}:wb['SettingsLabel'];wb['SettingsSwitch']=wc?class BDFDB_SettingsSwitch extends eQ['React']['Component']{['saveSettings'](wT){if(typeof this['props']['onChange']=='function')this['props']['onChange'](wT,this);let wU=this['props']['keys']['filter'](wV=>wV);let wW=wU['shift']();if(BDFDB['ObjectUtils']['is'](this['props']['plugin'])&&wW){var wX=BDFDB['DataUtils']['load'](this['props']['plugin'],wW);var wY='';for(let wZ of wU)wY+='{\x22'+wZ+'\x22:';wY+=wT+'}'['repeat'](wU['length']);wY=JSON['parse'](wY);if(BDFDB['ObjectUtils']['is'](wY))BDFDB['ObjectUtils']['deepAssign'](wX,wY);else wX=wY;BDFDB['DataUtils']['save'](wX,this['props']['plugin'],wW);this['props']['plugin']['SettingsUpdated']=!![];}}['render'](){return BDFDB['ReactUtils']['createElement'](wb['SettingsItem'],Object['assign']({'keys':[]},this['props'],{'type':'Switch','onChange':this['saveSettings']['bind'](this)}));}}:wb['SettingsSwitch'];wb['SvgIcon']=BDFDB['ModuleUtils']['findByProperties']('Gradients','Names');wb['Switch']=wc?class BDFDB_Switch extends eQ['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'](wa['Switch'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wb['Switch'];wb['TabBar']=wc?class BDFDB_TabBar extends eQ['React']['Component']{['handleItemSelect'](x0){if(typeof this['props']['onItemSelect']=='function')this['props']['onItemSelect'](x0,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wa['TabBar'],Object['assign']({},this['props'],{'onItemSelect':this['handleItemSelect']['bind'](this)}));}}:wb['TabBar'];wb['TextElement']=BDFDB['ModuleUtils']['findByName']('Text');wb['TextInput']=wc?class BDFDB_TextInput extends eQ['React']['Component']{['handleKeyDown'](x1){if(typeof this['props']['onKeyDown']=='function')this['props']['onKeyDown'](x1,this);}['handleChange'](x2){x2=BDFDB['ObjectUtils']['is'](x2)?x2['currentTarget']['value']:x2;if(typeof this['props']['onChange']=='function')this['props']['onChange'](x2,this);this['props']['value']=x2;BDFDB['ReactUtils']['forceUpdate'](this);}['handleInput'](x3){x3=BDFDB['ObjectUtils']['is'](x3)?x3['currentTarget']['value']:x3;if(typeof this['props']['onInput']=='function')this['props']['onInput'](x3,this);}['handleBlur'](x4){if(typeof this['props']['onBlur']=='function')this['props']['onBlur'](x4,this);}['handleFocus'](x5){if(typeof this['props']['onFocus']=='function')this['props']['onFocus'](x5,this);}['handleMouseEnter'](x6){if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](x6,this);}['handleMouseLeave'](x7){if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](x7,this);}['handleNumberButton'](x8,x9){clearTimeout(x8['pressedTimeout']);x8['pressedTimeout']=setTimeout(c=>{delete this['props']['focused'];BDFDB['ReactUtils']['forceUpdate'](this);},0x3e8);this['props']['focused']=!![];this['handleChange']['bind'](this)(x9);this['handleInput']['bind'](this)(x9);}['componentDidMount'](){let xb=BDFDB['ReactUtils']['findDOMNode'](this);if(!xb)return;xb=xb['querySelector']('input')||xb;if(xb&&!xb['patched']){xb['addEventListener']('keydown',xc=>{this['handleKeyDown']['bind'](this)(xc);xc['stopImmediatePropagation']();});xb['patched']=!![];}}['render'](){let xd=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['size']&&wb['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'](xd,'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']&&wb['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':xe=>{var xf=parseInt(this['props']['min']);var xg=parseInt(this['props']['max']);var xh=parseInt(this['props']['value'])+0x1||xf||0x0;if(isNaN(xg)||!isNaN(xg)&&xh<=xg)this['handleNumberButton']['bind'](this)(xe['_targetInst'],isNaN(xf)||!isNaN(xf)&&xh>=xf?xh:xf);}}),BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttondown'],'onClick':xi=>{var xj=parseInt(this['props']['min']);var xk=parseInt(this['props']['max']);var xl=parseInt(this['props']['value'])-0x1||xj||0x0;if(isNaN(xj)||!isNaN(xj)&&xl>=xj)this['handleNumberButton']['bind'](this)(xi['_targetInst'],isNaN(xk)||!isNaN(xk)&&xl<=xk?xl:xk);}})]}):null,BDFDB['ReactUtils']['createElement']('input',xd),this['props']['errorMessage']?BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputerrormessage'],'children':this['props']['errorMessage']}):null]});}}:wb['TextInput'];wb['TextScroller']=wc?class BDFDB_TextScroller extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':'BDFDB-textscroller','style':{'position':'relative','display':'block','overflow':'hidden'},'ref':xm=>{let xn=BDFDB['ReactUtils']['findDOMNode'](xm);if(xn){var xo=xn['firstElementChild'];var xp=new eQ['AnimationUtils']['Value'](0x0);xp['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](xo)['width']-BDFDB['DOMUtils']['getRects'](xn)['width'])*-0x1]})['addListener'](xq=>{xo['style']['setProperty']('left',xq['value']+'px','important');});this['scroll']=xr=>{var xs=xr+parseFloat(xo['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](xo)['width']-BDFDB['DOMUtils']['getRects'](xn)['width']);xs=isNaN(xs)||!isFinite(xs)?xr:xs;xs*=BDFDB['DOMUtils']['getRects'](xo)['width']/(BDFDB['DOMUtils']['getRects'](xn)['width']*0x2);eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](xp,{'toValue':xr,'duration':Math['sqrt'](xs**0x2)*0xfa0/(parseInt(this['props']['speed'])||0x1)})])['start']();};}},'onMouseEnter':xt=>{var xu=xt['currentTarget'];var xv=xu['firstElementChild'];if(BDFDB['DOMUtils']['getRects'](xu)['width']{var xx=xw['currentTarget'];var xy=xx['firstElementChild'];if(this['scrolling']){delete this['scrolling'];xy['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']})});}}:wb['TextScroller'];wb['TooltipContainer']=wc?class BDFDB_TooltipContainer extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['Clickable'],{'className':this['props']['className'],'onMouseEnter':xz=>{BDFDB['TooltipUtils']['create'](xz['currentTarget'],this['props']['text'],Object['assign']({},this['props']['tooltipConfig']));if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](this,xz);},'onMouseLeave':xA=>{if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](this,xA);},'onClick':xB=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,xB);},'onContextMenu':xC=>{if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,xC);},'children':this['props']['children']});}}:wb['TooltipContainer'];for(let xD in wa)if(wb[xD])for(let xE in wa[xD])if(xE!='displayName'&&xE!='name'&&typeof wa[xD][xE]!='function')wb[xD][xE]=wa[xD][xE];BDFDB['LibraryComponents']=Object['assign']({},wb);var xF=eQ['LanguageStore']&&eQ['LanguageStore']['_proxyContext']?Object['assign']({},eQ['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 xG=document['querySelector']('html')['lang']||'en-US';var xH=xG['split']('-');var xI=xH[0x0];var xJ=xH[0x1]||'';xG=xJ&&xI['toUpperCase']()!==xJ['toUpperCase']()?xI+'-'+xJ:xI;return BDFDB['LanguageUtils']['languages'][xG]||BDFDB['LanguageUtils']['languages'][xI]||BDFDB['LanguageUtils']['languages']['en-US'];};BDFDB['LanguageUtils']['LanguageStrings']=new Proxy(xF,{'get':function(xK,xL){var xM=eQ['LanguageStore']['Messages'][xL];if(!xM)console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xL+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LanguageStrings');else{if(xM&&typeof xM=='object'&&typeof xM['format']=='function')return BDFDB['LanguageUtils']['LanguageStringsFormat'](xL);else return xM;}return'';}});BDFDB['LanguageUtils']['LanguageStringsCheck']=new Proxy(xF,{'get':function(xN,xO){return!!eQ['LanguageStore']['Messages'][xO];}});BDFDB['LanguageUtils']['LanguageStringsFormat']=function(xP,...xQ){if(xP){var xR=eQ['LanguageStore']['Messages'][xP];if(xR&&typeof xR=='object'&&typeof xR['format']=='function'){let xS=0x0,xT,xU={};while(!xT&&xS<0xa){xS++;try{xT=xR['format'](xU);}catch(xV){xT=null;xU[xV['toString']()['split']('for:\x20')[0x1]]=xQ['shift']()||'undefined';}}if(xT){if(BDFDB['ArrayUtils']['is'](xT)){let xW='';for(let xX of xT){if(typeof xX=='string')xW+=BDFDB['StringUtils']['htmlEscape'](xX);else if(BDFDB['ObjectUtils']['is'](xX)&&xX['props'])xW+='<'+xX['type']+'>'+BDFDB['StringUtils']['htmlEscape'](xX['props']['children'][0x0]['toString']())+'';}return xW;}return xT;}else{console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xP+'\x20failed\x20to\x20format\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';}}else return BDFDB['LanguageUtils']['LanguageStrings'][xP];}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xP+'\x20enter\x20a\x20valid\x20key\x20to\x20format\x20the\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';};BDFDB['LanguageUtils']['LibraryStrings']=new Proxy(e['LibraryStrings']['default'],{'get':function(xY,xZ){let y0=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][y0]&&e['LibraryStrings'][y0][xZ])return e['LibraryStrings'][y0][xZ];else if(e['LibraryStrings']['default'][xZ])return e['LibraryStrings']['default'][xZ];else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xZ+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LibraryStrings');return'';}});BDFDB['LanguageUtils']['LibraryStringsCheck']=new Proxy(xF,{'get':function(y1,y2){return!!e['LibraryStrings']['default'][y2];}});BDFDB['LanguageUtils']['LibraryStringsFormat']=function(y3,...y4){if(y3&&y4['length']){let y5=BDFDB['LanguageUtils']['getLanguage']()['id'],y6=null;if(e['LibraryStrings'][y5]&&e['LibraryStrings'][y5][y3])y6=e['LibraryStrings'][y5][y3];else if(e['LibraryStrings']['default'][y3])y6=e['LibraryStrings']['default'][y3];if(y6){for(let y7=0x0;y7{if(document['querySelector']('html')['lang']){clearInterval(y8);var ya=BDFDB['LanguageUtils']['getLanguage']();BDFDB['LanguageUtils']['languages']['$discord']['name']='Discord\x20('+ya['name']+')';BDFDB['LanguageUtils']['languages']['$discord']['id']=ya['id'];BDFDB['LanguageUtils']['languages']['$discord']['ownlang']=ya['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']['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 yc={};BDFDB['ListenerUtils']['add'](BDFDB,document,'keydown.BDFDBPressedKeys',yd=>{if(!BDFDB['pressedKeys']['includes'](yd['which'])){clearTimeout(yc[yd['which']]);BDFDB['pressedKeys']['push'](yd['which']);yc[yd['which']]=setTimeout(c=>{BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yd['which'],!![]);},0xea60);}});BDFDB['ListenerUtils']['add'](BDFDB,document,'keyup.BDFDBPressedKeys',yf=>{clearTimeout(yc[yf['which']]);BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yf['which'],!![]);});BDFDB['ListenerUtils']['add'](BDFDB,document,'mousedown.BDFDBMousePosition',yg=>{BDFDB['mousePosition']=yg;});BDFDB['ListenerUtils']['add'](BDFDB,window,'focus.BDFDBPressedKeysReset',yh=>{BDFDB['pressedKeys']=[];});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'UserPopout':'componentDidMount','UserProfile':'componentDidMount','Message':['componentDidMount','componentDidUpdate']};var yi={};yi['processV2CList']=function(yj){if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&yj['instance']['_reactInternalFiber']['key']&&yj['instance']['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var yk=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(yk){var yl=BDFDB['DOMUtils']['create']('Check\x20for\x20Updates');yl['addEventListener']('click',c=>{BDFDB['PluginUtils']['checkAllUpdates']();});yl['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yl,'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'});});yl['addEventListener']('contextmenu',c=>{if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var yp=[];for(let yq in window['PluginUpdates']['plugins'])yp['push'](window['PluginUpdates']['plugins'][yq]['name']);BDFDB['TooltipUtils']['create'](yl,yp['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']);yk['parentElement']['insertBefore'](yl,yk['nextSibling']);new MutationObserver(yr=>{yr['forEach'](ys=>{ys['addedNodes']['forEach'](yt=>{if(yk['parentElement']['querySelectorAll']('.bd-updatebtn')['length']>0x1&&BDFDB['DOMUtils']['containsClass'](yt,'bd-updatebtn'))BDFDB['DOMUtils']['remove'](yt);});});})['observe'](yk['parentElement'],{'subtree':!![],'childList':!![]});}}};yi['_processCard']=function(yu,yv){var yw,yx=null;if(BDFDB['DOMUtils']['containsClass'](yu['node'],BDFDB['disCN']['_reposettingsclosed'])&&(yw=yu['node']['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(yx=yu['node']['querySelector'](BDFDB['dotCN']['_repodescription']))!=null&&(!BDFDB['ObjectUtils']['is'](yv)||typeof yv['getRawUrl']!='function')){if(!yw['firstElementChild']&&!yx['firstElementChild']&&(yw['innerText']=='DevilBro'||yw['innerText']['indexOf']('DevilBro,')==0x0)){yx['style']['setProperty']('display','block','important');yw['innerHTML']='DevilBro'+yw['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');yw['addEventListener']('click',c=>{if(BDFDB['UserUtils']['me']['id']=='278543574059057154')return;let yz=eQ['ChannelStore']['getDMFromUserId']('278543574059057154');if(yz)eQ['SelectChannelUtils']['selectPrivateChannel'](yz);else eQ['DirectMessageUtils']['openPrivateChannel'](BDFDB['UserUtils']['me']['id'],'278543574059057154');let yA=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yA)yA['click']();});let yB=yu['node']['querySelector'](BDFDB['dotCN']['_repoversion']);if(yB&&yv['changelog']){BDFDB['DOMUtils']['remove'](yB['querySelectorAll']('.BDFDB-versionchangelog'));let yC=BDFDB['DOMUtils']['create']('\x20\x20\x20\x20\x20');yB['appendChild'](yC);yC['addEventListener']('click',c=>{BDFDB['PluginUtils']['openChangeLog'](yv);});yC['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yC,BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],{'type':'top','selector':'changelogicon-tooltip'});});}let yF=yu['node']['querySelector'](BDFDB['dotCN']['_repolinks']);if(yF){if(yF['firstElementChild'])yF['appendChild'](document['createTextNode']('\x20|\x20'));let yG=BDFDB['DOMUtils']['create']('Support\x20Server');yG['addEventListener']('click',yu=>{BDFDB['ListenerUtils']['stopEvent'](yu);let yI=c=>{eQ['GuildUtils']['transitionToGuildSync']('410787888507256842');let yK=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yK)yK['click']();};if(eQ['GuildStore']['getGuild']('410787888507256842'))yI();else eQ['InviteUtils']['acceptInvite']('Jx3TjNS')['then'](c=>{yI();});});yF['appendChild'](yG);if(BDFDB['UserUtils']['me']['id']!='98003542823944192'&&BDFDB['UserUtils']['me']['id']!='116242787980017679'&&BDFDB['UserUtils']['me']['id']!='81388395867156480'){yF['appendChild'](document['createTextNode']('\x20|\x20'));yF['appendChild'](BDFDB['DOMUtils']['create']('Donations'));}}}}};yi['processV2CPluginCard']=function(yM){yi['_processCard'](yM,yM['instance']['props']['plugin']);};yi['processV2CThemeCard']=function(yN){yi['_processCard'](yN,yN['instance']['props']['theme']);};yi['_processAvatar']=function(yO,yP){if(yP&&yO){yP['setAttribute']('user_by_BDFDB',yO['id']);var yQ=yP['querySelector'](BDFDB['dotCN']['avatarpointerevents']);if(yQ){yQ['addEventListener']('mouseenter',c=>{BDFDB['DOMUtils']['addClass'](yP,'statusHovered');});yQ['addEventListener']('mouseleave',c=>{BDFDB['DOMUtils']['removeClass'](yP,'statusHovered');});}}};yi['processUserPopout']=function(yT){yi['_processAvatar'](yT['instance']['props']['user'],yT['node']['querySelector'](BDFDB['dotCN']['userpopoutavatarwrapper']));};yi['processUserProfile']=function(yU){yi['_processAvatar'](yU['instance']['props']['user'],yU['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};yi['processMessage']=function(yV){yi['_processAvatar'](yV['instance']['props']['message']['author'],yV['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};e['patchPlugin'](BDFDB);if(wb['SvgIcon'])BDFDB['ModuleUtils']['patch'](BDFDB,wb['SvgIcon']['prototype'],'render',{'after':yW=>{if(!yW['thisObject']['props']['name']){let yX=yW['thisObject']['props']['iconSVG']||BDFDB['ReactUtils']['findValue'](yW['thisObject'],'iconSVG',{'up':!![]});if(yX)yW['returnValue']=BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](yX));}}});BDFDB['ModuleUtils']['patch'](BDFDB,eQ['GuildStore'],'getGuild',{'after':yY=>{if(yY['returnValue']&&yY['methodArguments'][0x0]=='410787888507256842'&&!yY['returnValue']['banner']){yY['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,eQ['IconUtils'],'getGuildBannerURL',{'instead':yZ=>{return yZ['methodArguments'][0x0]['id']=='410787888507256842'?yZ['methodArguments'][0x0]['banner']:yZ['callOriginalMethod']();}});for(let z0 of hT)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName'](z0),![]);for(let z1 of hU)e['patchPopoutLib'](BDFDB['ModuleUtils']['findByName'](z1),![]);for(let z2 of hV)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName']('FluxContainer('+z2+')'),!![]);BDFDB['ModuleUtils']['forceAllUpdates'](BDFDB);e['addContextListeners'](BDFDB);BDFDB['loaded']=!![];e['reloadLib']=c=>{var z4=document['querySelector']('head\x20script#BDFDBLibraryScript');if(z4)z4['remove']();z4=document['createElement']('script');z4['setAttribute']('id','BDFDBLibraryScript');z4['setAttribute']('type','text/javascript');z4['setAttribute']('src','https://mwittrien.github.io/BetterDiscordAddons/Plugins/BDFDB.min.js');z4['setAttribute']('date',performance['now']());document['head']['appendChild'](z4);};var z5=Object['keys'](BDFDB)['length']-0xa,z6=setInterval(c=>{if(!window['BDFDB']||typeof BDFDB!='object'||Object['keys'](BDFDB)['length']0x112a880){clearInterval(z6);e['reloadLib']();}},0x2710);if(BDFDB['UserUtils']['me']['id']=='278543574059057154'){for(let z8 in vA)if(!vA[z8])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',z8+'\x20not\x20initialized\x20in\x20DiscordClassModules');for(let z9 in eN)if(!eN[z9])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',z9+'\x20not\x20initialized\x20in\x20LibraryRequires');for(let za in eQ)if(!eQ[za])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',za+'\x20not\x20initialized\x20in\x20LibraryModules');for(let zb in wa)if(!wa[zb])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zb+'\x20not\x20initialized\x20in\x20NativeSubComponents');for(let zc in wb)if(!wb[zc])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zc+'\x20not\x20initialized\x20in\x20LibraryComponents');BDFDB['ModuleUtils']['DevFuncs']={};BDFDB['ModuleUtils']['DevFuncs']['generateClassId']=function(zd){let ze='0123456789ABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'['split']('');let d='';while(d['length']<0x6)d+=ze[Math['floor'](Math['random']()*ze['length'])];return d;};BDFDB['ModuleUtils']['DevFuncs']['findByIndex']=function(zg){var zh=ef();return zh['c'][zg];};BDFDB['ModuleUtils']['DevFuncs']['findPropAny']=function(zi){zi=BDFDB['ArrayUtils']['is'](zi)?zi:Array['from'](arguments);var zj=ef();window['t']={'$filter':zk=>zi['every'](zl=>zk['toLowerCase']()['indexOf'](zl['toLowerCase']())>-0x1)};for(let zm in zj['c'])if(zj['c']['hasOwnProperty'](zm)){let zn=zj['c'][zm]['exports'];if(zn&&typeof zn=='object')for(let zo in zn)if(window['t']['$filter'](zo))window['t'][zo+'_'+zm]=zn;if(zn&&typeof zn=='object'&&typeof zn['default']=='object')for(let zp in zn['default'])if(window['t']['$filter'](zp))window['t'][zp+'_default_'+zm]=zn['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropFunc']=function(zq){zq=BDFDB['ArrayUtils']['is'](zq)?zq:Array['from'](arguments);var zr=ef();window['t']={'$filter':zs=>zq['every'](zt=>zs['toLowerCase']()['indexOf'](zt['toLowerCase']())>-0x1)};for(let zu in zr['c'])if(zr['c']['hasOwnProperty'](zu)){let zv=zr['c'][zu]['exports'];if(zv&&typeof zv=='object')for(let zw in zv)if(window['t']['$filter'](zw)&&typeof zv[zw]!='string')window['t'][zw+'_'+zu]=zv;if(zv&&typeof zv=='object'&&typeof zv['default']=='object')for(let zx in zv['default'])if(window['t']['$filter'](zx)&&typeof zv['default'][zx]!='string')window['t'][zx+'_default_'+zu]=zv['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropStringLib']=function(zy){zy=BDFDB['ArrayUtils']['is'](zy)?zy:Array['from'](arguments);var zz=ef();window['t']={'$filter':zA=>zy['every'](zB=>zA['toLowerCase']()['indexOf'](zB['toLowerCase']())>-0x1)};for(let zC in zz['c'])if(zz['c']['hasOwnProperty'](zC)){let zD=zz['c'][zC]['exports'];if(zD&&typeof zD=='object')for(let zE in zD)if(window['t']['$filter'](zE)&&typeof zD[zE]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zD[zE]))window['t'][zE+'_'+zC]=zD;if(zD&&typeof zD=='object'&&typeof zD['default']=='object')for(let zF in zD['default'])if(window['t']['$filter'](zF)&&typeof zD['default'][zF]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zD['default'][zF]))window['t'][zF+'_default_'+zC]=zD['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findNameAny']=function(zG){zG=BDFDB['ArrayUtils']['is'](zG)?zG:Array['from'](arguments);var zH=ef();window['t']={'$filter':zI=>zG['some'](zJ=>typeof zI['displayName']=='string'&&zI['displayName']['toLowerCase']()['indexOf'](zJ['toLowerCase']())>-0x1||zI['name']=='string'&&zI['name']['toLowerCase']()['indexOf'](zJ['toLowerCase']())>-0x1)};for(let zK in zH['c'])if(zH['c']['hasOwnProperty'](zK)){let zL=zH['c'][zK]['exports'];if(zL&&(typeof zL=='object'||typeof zL=='function')&&window['t']['$filter'](zL))window['t'][(zL['displayName']||zL['name'])+'_'+zK]=zL;if(zL&&(typeof zL=='object'||typeof zL=='function')&&zL['default']&&(typeof zL['default']=='object'||typeof zL['default']=='function')&&window['t']['$filter'](zL['default']))window['t'][(zL['default']['displayName']||zL['default']['name'])+'_'+zK]=zL['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findCodeAny']=function(zM){zM=BDFDB['ArrayUtils']['is'](zM)?zM:Array['from'](arguments);var zN=ef();window['t']={'$filter':zO=>zM['every'](zP=>zO['toLowerCase']()['indexOf'](zP['toLowerCase']())>-0x1)};for(let zQ in zN['c'])if(zN['c']['hasOwnProperty'](zQ)){let zR=zN['c'][zQ]['exports'];if(zR&&typeof zR=='object')for(let zS in zR){let zT=zR[zS];if(typeof zT=='function'&&window['t']['$filter'](zT['toString']()))window['t'][zS+'_module_'+zQ]={'string':zT['toString'](),'func':zT,'module':zR};}if(zR&&typeof zR=='object'&&typeof zR['default']=='object')for(let zU in zR['default']){let zT=zR['default'][zU];if(typeof zT=='function'&&window['t']['$filter'](zT['toString']()))window['t'][zU+'_default_'+zQ]={'string':zT['toString'](),'func':zT,'module':zR['default']};}}for(let zW in zN['m']){let zT=zN['m'][zW];if(typeof zT=='function'&&window['t']['$filter'](zT['toString']()))window['t']['funtion_'+zW]={'string':zT['toString'](),'func':zT};}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllModules']=function(){var zY=ef();window['t']={};for(let zZ in zY['c'])if(zY['c']['hasOwnProperty'](zZ)){let A0=zY['c'][zZ]['exports'];if(A0&&typeof A0=='object')window['t'][zZ]=A0;}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllStringLibs']=function(){var A1=ef();window['t']=[];for(let A2 in A1['c'])if(A1['c']['hasOwnProperty'](A2)){let A3=A1['c'][A2]['exports'];if(A3&&typeof A3=='object'&&!BDFDB['ArrayUtils']['is'](A3)&&Object['keys'](A3)['length']){var A4=!![],A5=![];for(let A6 in A3){if(typeof A3[A6]!='string')A4=![];if(typeof A3[A6]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](A3[A6]))A5=!![];}if(A4&&A5)window['t']['push'](A3);}if(A3&&typeof A3=='object'&&A3['default']&&typeof A3['default']=='object'&&!BDFDB['ArrayUtils']['is'](A3['default'])&&Object['keys'](A3['default'])['length']){var A4=!![],A5=![];for(let A9 in A3['default']){if(typeof A3['default'][A9]!='string')A4=![];if(typeof A3['default'][A9]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](A3['default'][A9]))A5=!![];}if(A4&&A5)window['t']['push'](A3['default']);}}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['listen']=function(Aa){Aa=BDFDB['ArrayUtils']['is'](Aa)?Aa:Array['from'](arguments);BDFDB['ModuleUtils']['DevFuncs']['listenstop']();BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=BDFDB['ModuleUtils']['patch']('WebpackSearch',BDFDB['ModuleUtils']['findByProperties'](Aa),Aa[0x0],{'after':Ab=>{console['log'](Ab);}});};BDFDB['ModuleUtils']['DevFuncs']['listenstop']=function(){if(typeof BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=='function')BDFDB['ModuleUtils']['DevFuncs']['listen']['p']();};BDFDB['ModuleUtils']['DevFuncs']['req']=ef();}for(let Ac in wa)if(!wa[Ac])wa[Ac]='div';for(let Ad in wb)if(!wb[Ad]){wb[Ad]='div';BDFDB['LibraryComponents'][Ad]='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']=(Ae,Af,Ag)=>{return BDFDB['TooltipUtils']['create'](Af,Ae,Ag);};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']=Ah=>{return BDFDB['ReactUtils']['findValue'](Ah['node']||Ah['instance'],Ah['key'],Ah);};BDFDB['getReactInstance']=BDFDB['ReactUtils']['getInstance'];BDFDB['getOwnerInstance']=Ai=>{return BDFDB['ReactUtils']['findOwner'](Ai['node']||Ai['instance'],Ai);};BDFDB['ReactUtils']['getOwner']=BDFDB['ReactUtils']['findOwner'];BDFDB['getContextMenuGroupAndIndex']=(Aj,Ak)=>{return BDFDB['ReactUtils']['findChildren'](Aj,{'name':Ak,'props':[['label',Ak]]});};BDFDB['getReactValue']=BDFDB['ReactUtils']['getValue'];BDFDB['WebModules']=Object['assign']({},BDFDB['ModuleUtils']);BDFDB['WebModules']['patch']=(Al,Am,An,Ao)=>{return BDFDB['ModuleUtils']['patch'](An,Al,Am,Ao);};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']=(Ap,Aq,Ar)=>{BDFDB['DataUtils']['save'](Ap,Aq,Ar);};BDFDB['saveData']=(d,At,Au,Av)=>{BDFDB['DataUtils']['save'](At,Au,Av,d);};BDFDB['loadAllData']=(Aw,Ax)=>{return BDFDB['DataUtils']['load'](Aw,Ax);};BDFDB['loadData']=(d,Az,AA)=>{return BDFDB['DataUtils']['load'](Az,AA,d);};BDFDB['removeAllData']=(AB,AC)=>{BDFDB['DataUtils']['remove'](AB,AC);};BDFDB['removeData']=(d,AE,AF)=>{BDFDB['DataUtils']['remove'](AE,AF,d);};BDFDB['getAllData']=(AG,AH)=>{return BDFDB['DataUtils']['get'](AG,AH);};BDFDB['getData']=(d,AJ,AK)=>{return BDFDB['DataUtils']['get'](AJ,AK,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['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['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 AL=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][AL])return e['LibraryStrings'][AL];return e['LibraryStrings']['default'];};BDFDB['LibraryComponents']['ModalTabContent']=wb['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'){try{f['initConstructor']();}catch(i){console['error']('%c['+f['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20initiate\x20constructor!\x20'+i);}}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']=setInterval(c=>{BDFDB['PluginUtils']['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);f['started']=!![];delete f['stopping'];for(let k in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][k]['started']&&typeof BDFDB['myPlugins'][k]['initialize']=='function'){try{BDFDB['myPlugins'][k]['initialize']();}catch(l){console['error']('%c['+k+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20initiate\x20plugin!\x20'+l);}};};BDFDB['PluginUtils']['clear']=function(m){e['clearStartTimeout'](m);delete BDFDB['myPlugins'][m['name']];var n=BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_stopped','v'+m['version']);console['log']('%c['+m['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',n);if(!BDFDB['BDUtils']['getSettings']('fork-ps-2'))BDFDB['NotificationUtils']['toast'](m['name']+'\x20'+n,{'nopointer':!![],'selector':'plugin-stopped-toast'});var o=typeof m['getRawUrl']=='function'&&typeof m['getRawUrl']()=='string'?m['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+m['name']+'/'+m['name']+'.plugin.js';if(typeof m['css']==='string')BDFDB['DOMUtils']['removeLocalStyle'](m['name']);BDFDB['ListenerUtils']['remove'](m);BDFDB['ObserverUtils']['disconnect'](m);e['removeOnSwitchListener'](m);for(let p of document['querySelectorAll']('.'+m['name']+'-modal,\x20.'+m['name']['toLowerCase']()+'-modal,\x20.'+m['name']+'-settingsmodal,\x20.'+m['name']['toLowerCase']()+'-settingsmodal')){let q=p['querySelector'](BDFDB['dotCN']['modalclose']);if(q)q['click']();}delete window['PluginUpdates']['plugins'][o];if(BDFDB['ObjectUtils']['isEmpty'](window['PluginUpdates']['plugins']))BDFDB['DOMUtils']['remove']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete m['started'];BDFDB['cleanUps'][m['name']]=setImmediate(()=>{BDFDB['ModuleUtils']['unpatch'](m);delete m['stopping'];});};BDFDB['PluginUtils']['translate']=function(r){r['labels']={};if(typeof r['setLabelsByLanguage']==='function'||typeof r['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])u();else{var s=setInterval(c=>{if(document['querySelector']('html')['lang']){clearInterval(s);u();}},0x64);}function u(){var v=BDFDB['LanguageUtils']['getLanguage']();if(typeof r['setLabelsByLanguage']==='function')r['labels']=r['setLabelsByLanguage'](v['id']);if(typeof r['changeLanguageStrings']==='function')r['changeLanguageStrings']();console['log']('%c['+r['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['LanguageUtils']['LibraryStringsFormat']('toast_plugin_translated',v['ownlang']));}}};BDFDB['PluginUtils']['checkUpdate']=function(w,x){if(BDFDB['BDUtils']['isBDv2']()||!w||!x)return;eN['request'](x,(y,z,A)=>{if(y)return;var B=A['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!B)return;if(BDFDB['NumberUtils']['getVersionDifference'](B[0x0],window['PluginUpdates']['plugins'][x]['version'])>0.2){BDFDB['NotificationUtils']['toast'](w+'\x20will\x20be\x20force\x20updated,\x20because\x20your\x20version\x20is\x20heavily\x20outdated.',{'type':'warn','nopointer':!![],'selector':'plugin-forceupdate-toast'});BDFDB['PluginUtils']['downloadUpdate'](w,x);}else if(BDFDB['NumberUtils']['compareVersions'](B[0x0],window['PluginUpdates']['plugins'][x]['version']))BDFDB['PluginUtils']['showUpdateNotice'](w,x);else BDFDB['PluginUtils']['removeUpdateNotice'](w);});};BDFDB['PluginUtils']['checkAllUpdates']=function(){for(let C in window['PluginUpdates']['plugins']){var D=window['PluginUpdates']['plugins'][C];BDFDB['PluginUtils']['checkUpdate'](D['name'],D['raw']);}};BDFDB['PluginUtils']['showUpdateNotice']=function(E,F){if(!E||!F)return;var G=document['querySelector']('#pluginNotice');if(!G){G=BDFDB['NotificationUtils']['notice']('The\x20following\x20plugins\x20need\x20to\x20be\x20updated:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['BDUtils']['isAutoLoadEnabled']()?'Reload':'','customicon':''});G['style']['setProperty']('display','block','important');G['style']['setProperty']('visibility','visible','important');G['style']['setProperty']('opacity','1','important');G['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{BDFDB['DOMUtils']['remove']('.update-clickme-tooltip');});var I=G['querySelector'](BDFDB['dotCN']['noticebutton']);if(I){BDFDB['DOMUtils']['toggle'](I,!![]);I['addEventListener']('click',c=>{window['location']['reload'](![]);});I['addEventListener']('mouseenter',c=>{if(window['PluginUpdates']['downloaded'])BDFDB['TooltipUtils']['create'](I,window['PluginUpdates']['downloaded']['join'](',\x20'),{'type':'bottom','selector':'update-notice-tooltip','style':'max-width:\x20420px'});});}}if(G){var L=G['querySelector']('#outdatedPlugins');if(L&&!L['querySelector']('#'+E+'-notice')){if(L['querySelector']('span'))L['appendChild'](BDFDB['DOMUtils']['create'](',\x20'));var M=BDFDB['DOMUtils']['create'](''+E+'');M['addEventListener']('click',c=>{BDFDB['PluginUtils']['downloadUpdate'](E,F);});L['appendChild'](M);if(!document['querySelector']('.update-clickme-tooltip'))BDFDB['TooltipUtils']['create'](L,'Click\x20us!',{'type':'bottom','selector':'update-clickme-tooltip','delay':0x1f4});}}};BDFDB['PluginUtils']['removeUpdateNotice']=function(O,P=document['querySelector']('#pluginNotice')){if(!O||!P)return;var Q=P['querySelector']('#outdatedPlugins');if(Q){var R=Q['querySelector']('#'+O+'-notice');if(R){var S=R['nextSibling'];var T=R['prevSibling'];if(S&&BDFDB['DOMUtils']['containsClass'](S,'separator'))S['remove']();else if(T&&BDFDB['DOMUtils']['containsClass'](T,'separator'))T['remove']();R['remove']();}if(!Q['querySelector']('span')){var U=P['querySelector'](BDFDB['dotCN']['noticebutton']);if(U){P['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['DOMUtils']['toggle'](U,![]);}else P['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['PluginUtils']['downloadUpdate']=function(V,W){if(!V||!W)return;eN['request'](W,(X,Y,Z)=>{if(X)return console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','','Unable\x20to\x20get\x20update\x20for\x20'+V);BDFDB['creationTime']=0x0;var a0=Z['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);a0=a0['toString']()['replace'](/['"]/g,'');eN['fs']['writeFileSync'](eN['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),W['split']('/')['slice'](-0x1)[0x0]),Z);BDFDB['NotificationUtils']['toast'](V+'\x20v'+window['PluginUpdates']['plugins'][W]['version']+'\x20has\x20been\x20replaced\x20by\x20'+V+'\x20v'+a0+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});var a1=document['querySelector']('#pluginNotice');if(a1){if(a1['querySelector'](BDFDB['dotCN']['noticebutton'])){window['PluginUpdates']['plugins'][W]['version']=a0;if(!window['PluginUpdates']['downloaded'])window['PluginUpdates']['downloaded']=[];if(!window['PluginUpdates']['downloaded']['includes'](V))window['PluginUpdates']['downloaded']['push'](V);}BDFDB['PluginUtils']['removeUpdateNotice'](V,a1);}});};BDFDB['PluginUtils']['checkChangeLog']=function(a2){if(!BDFDB['ObjectUtils']['is'](a2)||!a2['changelog'])return;var a3=BDFDB['DataUtils']['load'](a2,'changelog');if(!a3['currentversion']||BDFDB['NumberUtils']['compareVersions'](a2['version'],a3['currentversion'])){a3['currentversion']=a2['version'];BDFDB['DataUtils']['save'](a3,a2,'changelog');BDFDB['PluginUtils']['openChangeLog'](a2);}};BDFDB['PluginUtils']['openChangeLog']=function(a4){if(!BDFDB['ObjectUtils']['is'](a4)||!a4['changelog'])return;var a5='',a6=![],a7={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let a8 in a4['changelog']){a8=a8['toLowerCase']();var a9=BDFDB['disCN']['changelog'+a8];if(a9){a6=!![];a5+=''+a7[a8]+'
    ';for(let aa of a4['changelog'][a8])a5+='
  • '+aa[0x0]+''+(aa[0x1]?':\x20'+aa[0x1]+'.':'')+'
  • ';a5+='
';}}a5+='';if(a6)BDBDFDB['ModalUtils']['open'](a4,{'header':BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],'children':BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](a5)),'selector':'BDFDB-changelogmodal'});};BDFDB['PluginUtils']['createSettingsPanel']=function(ab,ac){if(!BDFDB['ObjectUtils']['is'](ab)||!ac||!BDFDB['ReactUtils']['isValidElement'](ac)&&!BDFDB['ArrayUtils']['is'](ac)||BDFDB['ArrayUtils']['is'](ac)&&!ac['length'])return;var ad=BDFDB['DOMUtils']['create']('');BDFDB['ReactUtils']['render'](BDFDB['ReactUtils']['createElement'](wb['SettingsPanel'],{'title':ab['name'],'children':ac}),ad);return ad;};e['clearStartTimeout']=function(ae){if(!BDFDB['ObjectUtils']['is'](ae))return;clearTimeout(ae['startTimeout']);delete ae['startTimeout'];clearTimeout(ae['libLoadTimeout']);delete ae['libLoadTimeout'];clearImmediate(BDFDB['cleanUps'][ae['name']]);delete BDFDB['cleanUps'][ae['name']];};e['addOnSettingsClosedListener']=function(af){if(BDFDB['ObjectUtils']['is'](af)&&typeof af['onSettingsClosed']==='function'){let ag=BDFDB['ModuleUtils']['findByName']('StandardSidebarView');if(ag)BDFDB['ModuleUtils']['patch'](af,ag['prototype'],'componentWillUnmount',{'after':ah=>{af['onSettingsClosed']();}});}};e['addOnSwitchListener']=function(ai){if(BDFDB['ObjectUtils']['is'](ai)&&typeof ai['onSwitch']==='function'){e['removeOnSwitchListener'](ai);var aj=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20~\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(aj){var ak=new MutationObserver(al=>{al['forEach'](am=>{if(am['target']&&BDFDB['DOMUtils']['containsClass'](am['target'],BDFDB['disCN']['nochannel']))ai['onSwitch']();});});var an=aj['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(an)ak['observe'](an,{'attributes':!![]});ai['onSwitchFix']=new MutationObserver(ao=>{ao['forEach'](ap=>{if(ap['addedNodes']){ap['addedNodes']['forEach'](aq=>{if(BDFDB['DOMUtils']['containsClass'](aq,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))ak['observe'](aq,{'attributes':!![]});});}});});ai['onSwitchFix']['observe'](aj,{'childList':!![]});}}};e['removeOnSwitchListener']=function(ar){if(BDFDB['ObjectUtils']['is'](ar)&&typeof ar['onSwitch']==='function'&&BDFDB['ObjectUtils']['is'](ar['onSwitchFix'])){ar['onSwitchFix']['disconnect']();delete ar['onSwitchFix'];}};BDFDB['ObserverUtils']={};BDFDB['ObserverUtils']['connect']=function(as,at,au,av={'childList':!![]}){if(!BDFDB['ObjectUtils']['is'](as)||!at||!au)return;if(BDFDB['ObjectUtils']['isEmpty'](as['observers']))as['observers']={};if(!BDFDB['ArrayUtils']['is'](as['observers'][au['name']]))as['observers'][au['name']]=[];if(!au['multi'])for(let aw of as['observers'][au['name']])aw['disconnect']();if(au['instance'])as['observers'][au['name']]['push'](au['instance']);var ax=as['observers'][au['name']][as['observers'][au['name']]['length']-0x1];if(ax){var ay=Node['prototype']['isPrototypeOf'](at)?at:typeof at==='string'?document['querySelector'](at):null;if(ay)ax['observe'](ay,av);}};BDFDB['ObserverUtils']['disconnect']=function(az,aA){if(BDFDB['ObjectUtils']['is'](az)&&!BDFDB['ObjectUtils']['isEmpty'](az['observers'])){let aB=typeof aA=='string'?aA:BDFDB['ObjectUtils']['is'](aA)?aA['name']:null;if(!aB){for(let aA in az['observers'])for(let aD of az['observers'][aA])aD['disconnect']();delete az['observers'];}else if(!BDFDB['ArrayUtils']['is'](az['observers'][aB])){for(let aE of az['observers'][aB])aE['disconnect']();delete az['observers'][aB];}}};BDFDB['ListenerUtils']={};BDFDB['ListenerUtils']['add']=function(aF,aG,aH,aI,aJ){if(!BDFDB['ObjectUtils']['is'](aF)||!Node['prototype']['isPrototypeOf'](aG)&&aG!==window||!aH)return;var aK=typeof aI=='function';var aL=aK?undefined:aI;var aM=aK?aI:aJ;if(typeof aM!='function')return;BDFDB['ListenerUtils']['remove'](aF,aG,aH,aL);for(var aN of aH['split']('\x20')){aN=aN['split']('.');var aO=aN['shift']()['toLowerCase']();if(!aO)return;var aP=aO;aO=aO=='mouseenter'||aO=='mouseleave'?'mouseover':aO;var aQ=(aN['join']('.')||'')+aF['name'];if(!BDFDB['ArrayUtils']['is'](aF['listeners']))aF['listeners']=[];var aR=null;if(aL){if(aP=='mouseenter'||aP=='mouseleave'){aR=aS=>{for(let aT of aS['path'])if(typeof aT['matches']=='function'&&aT['matches'](aL)&&!aT[aQ+'BDFDB'+aP]){aT[aQ+'BDFDB'+aP]=!![];if(aP=='mouseenter')aM(BDFDB['ListenerUtils']['copyEvent'](aS,aT));let aU=aV=>{if(aV['target']['contains'](aT)||aV['target']==aT||!aT['contains'](aV['target'])){if(aP=='mouseleave')aM(BDFDB['ListenerUtils']['copyEvent'](aS,aT));delete aT[aQ+'BDFDB'+aP];document['removeEventListener']('mouseout',aU);}};document['addEventListener']('mouseout',aU);break;}};}else{aR=aW=>{for(let aX of aW['path'])if(typeof aX['matches']=='function'&&aX['matches'](aL)){aM(BDFDB['ListenerUtils']['copyEvent'](aW,aX));break;}};}}else aR=aY=>{aM(BDFDB['ListenerUtils']['copyEvent'](aY,aG));};aF['listeners']['push']({'ele':aG,'eventname':aO,'origeventname':aP,'namespace':aQ,'selector':aL,'eventcallback':aR});aG['addEventListener'](aO,aR,!![]);}};BDFDB['ListenerUtils']['remove']=function(aZ,b0,b1='',b2){if(!BDFDB['ObjectUtils']['is'](aZ)||!BDFDB['ArrayUtils']['is'](aZ['listeners']))return;if(Node['prototype']['isPrototypeOf'](b0)||b0===window){for(var b3 of b1['split']('\x20')){b3=b3['split']('.');var b4=b3['shift']()['toLowerCase']();var b5=(b3['join']('.')||'')+aZ['name'];for(let b6 of aZ['listeners']){let b7=[];if(b6['ele']==b0&&(!b4||b6['origeventname']==b4)&&b6['namespace']==b5&&(b2===undefined||b6['selector']==b2)){b0['removeEventListener'](b6['eventname'],b6['eventcallback'],!![]);b7['push'](b6);}if(b7['length'])aZ['listeners']=aZ['listeners']['filter'](b6=>{return b7['indexOf'](b6)<0x0;});}}}else if(!b0){for(let b9 of aZ['listeners'])b9['ele']['removeEventListener'](b9['eventname'],b9['eventcallback'],!![]);aZ['listeners']=[];}};BDFDB['ListenerUtils']['multiAdd']=function(ba,bb,bc){if(!Node['prototype']['isPrototypeOf'](ba)||!bb||typeof bc!='function')return;for(var bd of bb['trim']()['split']('\x20')['filter'](be=>be))ba['addEventListener'](bd,bc,!![]);};BDFDB['ListenerUtils']['multiRemove']=function(bf,bg,bh){if(!Node['prototype']['isPrototypeOf'](bf)||!bg||typeof bh!='function')return;for(var bi of bg['trim']()['split']('\x20')['filter'](bj=>bj))bf['removeEventListener'](bi,bh,!![]);};BDFDB['ListenerUtils']['addToChildren']=function(bk,bl,bm,bn){if(!Node['prototype']['isPrototypeOf'](bk)||!bl||!bm||!bm['trim']()||typeof bn!='function')return;for(var bo of bl['trim']()['split']('\x20')['filter'](bp=>bp)){var bq=bn;if(bo=='mouseenter'||bo=='mouseleave')bq=br=>{if(br['target']['matches'](bm))bn(br);};bk['querySelectorAll'](bm['trim']())['forEach'](bs=>{bs['addEventListener'](bo,bq,!![]);});}};BDFDB['ListenerUtils']['copyEvent']=function(bt,bu){if(!bt||!bt['constructor']||!bt['type'])return bt;var bv=new bt['constructor'](bt['type'],bt);Object['defineProperty'](bv,'originalEvent',{'value':bt});Object['defineProperty'](bv,'which',{'value':bt['which']});Object['defineProperty'](bv,'keyCode',{'value':bt['keyCode']});Object['defineProperty'](bv,'path',{'value':bt['path']});Object['defineProperty'](bv,'relatedTarget',{'value':bt['relatedTarget']});Object['defineProperty'](bv,'srcElement',{'value':bt['srcElement']});Object['defineProperty'](bv,'target',{'value':bt['target']});Object['defineProperty'](bv,'toElement',{'value':bt['toElement']});if(bu)Object['defineProperty'](bv,'currentTarget',{'value':bu});return bv;};BDFDB['ListenerUtils']['stopEvent']=function(bw){if(BDFDB['ObjectUtils']['is'](bw)){if(typeof bw['preventDefault']=='function')bw['preventDefault']();if(typeof bw['stopPropagation']=='function')bw['stopPropagation']();if(typeof bw['stopImmediatePropagation']=='function')bw['stopImmediatePropagation']();if(BDFDB['ObjectUtils']['is'](bw['originalEvent'])){if(typeof bw['originalEvent']['preventDefault']=='function')bw['originalEvent']['preventDefault']();if(typeof bw['originalEvent']['stopPropagation']=='function')bw['originalEvent']['stopPropagation']();if(typeof bw['originalEvent']['stopImmediatePropagation']=='function')bw['originalEvent']['stopImmediatePropagation']();}}};var bx=[],by={'queue':[],'running':![]};BDFDB['NotificationUtils']={};BDFDB['NotificationUtils']['toast']=function(bz,bA={}){var bB=document['querySelector']('.toasts,\x20.bd-toasts');if(!bB){var bC=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bD=bC?BDFDB['DOMUtils']['getRects'](bC):null;var bE=bC?bC['querySelector'](BDFDB['dotCN']['memberswrap']):null;var bF=bD?bD['left']:0x136;var bG=bD?bE?bD['width']-BDFDB['DOMUtils']['getRects'](bE)['width']:bD['width']:window['outerWidth']-0x0;var bH=bC?bC['querySelector']('form'):null;var bI=bH?BDFDB['DOMUtils']['getRects'](bH)['height']:0x50;bB=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](bB);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![],color=''}=bA;var bJ=BDFDB['DOMUtils']['create'](''+(html===!![]?bz:BDFDB['StringUtils']['htmlEscape'](bz))+'');if(type){BDFDB['DOMUtils']['addClass'](bJ,'toast-'+type);if(icon)BDFDB['DOMUtils']['addClass'](bJ,'icon');}else if(color){var bK=BDFDB['ColorUtils']['convert'](color,'RGB');if(bK)bJ['style']['setProperty']('background-color',bK);}BDFDB['DOMUtils']['addClass'](bJ,selector);bB['appendChild'](bJ);bJ['close']=c=>{if(document['contains'](bJ)){BDFDB['DOMUtils']['addClass'](bJ,'closing');bJ['style']['setProperty']('pointer-events','none','important');setTimeout(c=>{bJ['remove']();if(!bB['querySelectorAll']('.toast,\x20.bd-toast')['length'])bB['remove']();},0xbb8);}};if(nopointer)bJ['style']['setProperty']('pointer-events','none','important');else bJ['addEventListener']('click',bJ['close']);setTimeout(c=>{bJ['close']();},timeout>0x0?timeout:0x927c0);return bJ;};BDFDB['NotificationUtils']['desktop']=function(bO,bP={}){var bQ=c=>{by['queue']['push']({'parsedcontent':bO,'parsedoptions':bP});bS();};var bS=c=>{if(!by['running']){var bU=by['queue']['shift']();if(bU)bV(bU['parsedcontent'],bU['parsedoptions']);}};var bV=(bW,bX)=>{by['running']=!![];var bY=bX['silent'];bX['silent']=bX['silent']||bX['sound']?!![]:![];var bZ=new Notification(bW,bX);var c0=new Audio();var c1=setTimeout(c=>{c4();},bX['timeout']?bX['timeout']:0xbb8);if(typeof bX['click']=='function')bZ['onclick']=c=>{clearTimeout(c1);c4();bX['click']();};if(!bY&&bX['sound']){c0['src']=bX['sound'];c0['play']();}var c4=c=>{c0['pause']();bZ['close']();by['running']=![];setTimeout(c=>{bS();},0x3e8);};};if(!('Notification'in window)){}else if(Notification['permission']==='granted')bQ();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(c7){if(c7==='granted')bQ();});};BDFDB['NotificationUtils']['notice']=function(c8,c9={}){if(!c8)return;var ca=document['querySelector'](BDFDB['dotCN']['layers']);if(!ca)return;var d=BDFDB['NumberUtils']['generateId'](bx);var cc=BDFDB['DOMUtils']['create']('');ca['parentElement']['insertBefore'](cc,ca);var cd=cc['querySelector']('.notice-message');if(c9['platform'])for(let ce of c9['platform']['split']('\x20'))if(vK['noticeicon'+ce]){let cf=BDFDB['DOMUtils']['create']('');BDFDB['DOMUtils']['addClass'](cf,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](cf,BDFDB['disCN']['noticeicon']);cc['insertBefore'](cf,cd);}if(c9['customicon']){let cg=BDFDB['DOMUtils']['create'](c9['customicon']);let cf=BDFDB['DOMUtils']['create']('');if(cg['tagName']=='span'&&!cg['firstElementChild'])cf['style']['setProperty']('background','url('+c9['customicon']+')\x20center/cover\x20no-repeat');else cf['appendChild'](cg);BDFDB['DOMUtils']['addClass'](cf,BDFDB['disCN']['noticeplatformicon']);BDFDB['DOMUtils']['removeClass'](cf,BDFDB['disCN']['noticeicon']);cc['insertBefore'](cf,cd);}if(c9['btn']||c9['button'])cc['appendChild'](BDFDB['DOMUtils']['create'](''+(c9['btn']||c9['button'])+''));if(c9['id'])cc['id']=c9['id']['split']('\x20')['join']('');if(c9['selector'])BDFDB['DOMUtils']['addClass'](cc,c9['selector']);if(c9['css'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbar'+d,c9['css']);if(c9['style'])cc['style']=c9['style'];if(c9['html']===!![])cd['innerHTML']=c8;else{var ci=document['createElement']('a');var cj=[];for(let ck of c8['split']('\x20')){var cl=BDFDB['StringUtils']['htmlEscape'](ck);ci['href']=ck;cj['push'](ci['host']&&ci['host']!==window['location']['host']?''+cl+'':cl);}cd['innerHTML']=cj['join']('\x20');}var cm=null;if(c9['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(cm=BDFDB['disCN']['notice'+c9['type']])BDFDB['DOMUtils']['addClass'](cc,cm);if(c9['type']=='premium'){var cn=cc['querySelector'](BDFDB['dotCN']['noticebutton']);if(cn)BDFDB['DOMUtils']['addClass'](cn,BDFDB['disCN']['noticepremiumaction']);BDFDB['DOMUtils']['addClass'](cd,BDFDB['disCN']['noticepremiumtext']);cc['insertBefore'](BDFDB['DOMUtils']['create'](''),cd);}}if(!cm){var co=BDFDB['ColorUtils']['convert'](c9['color'],'RGBCOMP');if(co){var cp=co[0x0]>0xb4&&co[0x1]>0xb4&&co[0x2]>0xb4?'#000':'#FFF';var cq=BDFDB['ColorUtils']['convert'](co,'HEX');var cr=co[0x0]>0xb4&&co[0x1]>0xb4&&co[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['DOMUtils']['appendLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d,'.BDFDB-notice.notice-'+d+'{background-color:'+cq+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20.notice-message\x20{color:'+cp+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:'+cp+'\x20!important;border-color:'+BDFDB['ColorUtils']['setAlpha'](cp,0.25,'RGBA')+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:'+cq+'\x20!important;background-color:'+cp+'\x20!important;}.BDFDB-notice.notice-'+d+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:'+cr+'\x20!important;}');}else BDFDB['DOMUtils']['addClass'](cc,BDFDB['disCN']['noticedefault']);}cc['style']['setProperty']('height','36px','important');cc['style']['setProperty']('min-width','70vw','important');cc['style']['setProperty']('left','unset','important');cc['style']['setProperty']('right','unset','important');let cs=(BDFDB['DOMUtils']['getWidth'](document['body']['firstElementChild'])-BDFDB['DOMUtils']['getWidth'](cc))/0x2;cc['style']['setProperty']('left',cs+'px','important');cc['style']['setProperty']('right',cs+'px','important');cc['style']['setProperty']('min-width','unset','important');cc['style']['setProperty']('width','unset','important');cc['style']['setProperty']('max-width','calc(100vw\x20-\x20'+cs*0x2+'px)','important');cc['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',c=>{cc['style']['setProperty']('overflow','hidden','important');cc['style']['setProperty']('height','0px','important');setTimeout(c=>{BDFDB['ArrayUtils']['remove'](bx,d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbar'+d);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomnotificationbarColorCorrection'+d);cc['remove']();},0x1f4);});return cc;};BDFDB['NotificationUtils']['alert']=function(cv,cw){if(typeof cv=='string'&&typeof cv=='string'&&window['BdApi']&&typeof BdApi['alert']=='function')BdApi['alert'](cv,cw);};var cx=[];BDFDB['TooltipUtils']={};BDFDB['TooltipUtils']['create']=function(cy,cz,cA={}){var cB=document['querySelector'](BDFDB['dotCN']['itemlayercontainer']);if(!cB||typeof cz!='string'||!Node['prototype']['isPrototypeOf'](cy)||!document['contains'](cy))return null;var cC=document['querySelector']('.BDFDB-itemlayercontainer');if(!cC){cC=cB['cloneNode']();BDFDB['DOMUtils']['addClass'](cC,'BDFDB-itemlayercontainer');cB['parentElement']['insertBefore'](cC,cB['nextSibling']);}var d=BDFDB['NumberUtils']['generateId'](cx);var cE=BDFDB['DOMUtils']['create']('');cC['appendChild'](cE);var cF=cE['firstElementChild'];if(cA['id'])cF['id']=cA['id']['split']('\x20')['join']('');if(cA['selector'])BDFDB['DOMUtils']['addClass'](cF,cA['selector']);if(cA['style']||cA['tooltipStyle'])cF['style']=cA['style']||cA['tooltipStyle'];if(cA['html']===!![])cF['innerHTML']=cz;else cF['innerText']=cz;if(!cA['type']||BDFDB['disCN']['tooltip'+cA['type']['toLowerCase']()])cA['type']='top';BDFDB['DOMUtils']['addClass'](cF,BDFDB['disCN']['tooltip'+cA['type']['toLowerCase']()]);cF['position']=cA['type']['toLowerCase']();cF['appendChild'](BDFDB['DOMUtils']['create'](''));if(cF['style']['getPropertyValue']('border-color')&&(cF['style']['getPropertyValue']('background-color')||cF['style']['getPropertyValue']('background-image')))BDFDB['DOMUtils']['addClass'](cF,'tooltip-customcolor');else if(cA['color']&&BDFDB['disCN']['tooltip'+cA['color']['toLowerCase']()])BDFDB['DOMUtils']['addClass'](cF,BDFDB['disCN']['tooltip'+cA['color']['toLowerCase']()]);else BDFDB['DOMUtils']['addClass'](cF,BDFDB['disCN']['tooltipblack']);cF['anker']=cy;if(cA['hide'])BDFDB['DOMUtils']['appendLocalStyle']('BDFDBhideOtherTooltips'+d,'#app-mount\x20'+BDFDB['dotCN']['tooltip']+':not(.BDFDB-tooltip-'+d+')\x20{display:\x20none\x20!important;}',cC);var cG=c=>{BDFDB['DOMUtils']['remove'](cE);};cy['addEventListener']('mouseleave',cG);var cI=new MutationObserver(cJ=>{cJ['forEach'](cK=>{var cL=Array['from'](cK['removedNodes']);var cM=cL['indexOf'](cE)>-0x1;var cN=cL['indexOf'](cy)>-0x1;var cO=cL['some'](cP=>cP['contains'](cy));if(cM||cN||cO){BDFDB['ArrayUtils']['remove'](cx,d);cI['disconnect']();BDFDB['DOMUtils']['remove'](cE);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBhideOtherTooltips'+d,cC);BDFDB['DOMUtils']['removeLocalStyle']('BDFDBcustomTooltips'+d,cC);if(!cC['firstElementChild'])BDFDB['DOMUtils']['remove'](cC);cy['removeEventListener']('mouseleave',cG);}});});cI['observe'](document['body'],{'subtree':!![],'childList':!![]});BDFDB['TooltipUtils']['update'](cF);if(cA['delay']){BDFDB['DOMUtils']['toggle'](cE);setTimeout(c=>{BDFDB['DOMUtils']['toggle'](cE);},cA['delay']);}return cE;};BDFDB['TooltipUtils']['update']=function(cR){if(!Node['prototype']['isPrototypeOf'](cR))return;let cS=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['itemlayer'],cR);if(!Node['prototype']['isPrototypeOf'](cS))return;cR=cS['querySelector'](BDFDB['dotCN']['tooltip']);if(!Node['prototype']['isPrototypeOf'](cR)||!Node['prototype']['isPrototypeOf'](cR['anker'])||!cR['position'])return;var cT=cR['querySelector'](BDFDB['dotCN']['tooltippointer']);var cU,cV,cW=BDFDB['DOMUtils']['getRects'](cR['anker']),cX=BDFDB['DOMUtils']['getRects'](cS),cY=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),cZ={'height':0xa,'width':0xa};switch(cR['position']){case'top':cV=cW['top']-cX['height']-cZ['height']+0x2;cU=cW['left']+(cW['width']-cX['width'])/0x2;break;case'bottom':cV=cW['top']+cW['height']+cZ['height']-0x2;cU=cW['left']+(cW['width']-cX['width'])/0x2;break;case'left':cV=cW['top']+(cW['height']-cX['height'])/0x2;cU=cW['left']-cX['width']-cZ['width']+0x2;break;case'right':cV=cW['top']+(cW['height']-cX['height'])/0x2;cU=cW['left']+cW['width']+cZ['width']-0x2;break;}cS['style']['setProperty']('top',cV+'px');cS['style']['setProperty']('left',cU+'px');cT['style']['removeProperty']('margin-left');cT['style']['removeProperty']('margin-top');if(cR['position']=='top'||cR['position']=='bottom'){if(cU<0x0){cS['style']['setProperty']('left','5px');cT['style']['setProperty']('margin-left',cU-0xa+'px');}else{var d0=cY['width']-(cU+cX['width']);if(d0<0x0){cS['style']['setProperty']('left',cY['width']-cX['width']-0x5+'px');cT['style']['setProperty']('margin-left',-0x1*d0+'px');}}}else if(cR['position']=='left'||cR['position']=='right'){if(cV<0x0){cS['style']['setProperty']('top','5px');cT['style']['setProperty']('margin-top',cV-0xa+'px');}else{var d1=cY['height']-(cV+cX['height']);if(d1<0x0){cS['style']['setProperty']('top',cY['height']-cX['height']-0x5+'px');cT['style']['setProperty']('margin-top',-0x1*d1+'px');}}}};BDFDB['ObjectUtils']={};BDFDB['ObjectUtils']['is']=function(d2){return d2&&Object['prototype']['isPrototypeOf'](d2)&&!Array['prototype']['isPrototypeOf'](d2);};BDFDB['ObjectUtils']['extract']=function(d3,...d4){let d5={};if(BDFDB['ObjectUtils']['is'](d3))for(let d6 of d4['flat']())if(d3[d6])d5=d3[d6];return d5;};BDFDB['ObjectUtils']['delete']=function(d7,...d8){if(BDFDB['ObjectUtils']['is'](d7))for(let d9 of d8['flat']())delete d7[d9];};BDFDB['ObjectUtils']['sort']=function(da,db,dc){if(!BDFDB['ObjectUtils']['is'](da))return{};var dd={};if(db===undefined||!db)for(let de of Object['keys'](da)['sort']())dd[de]=da[de];else{let df=[];for(let de in da)df['push'](da[de]);df=BDFDB['ArrayUtils']['keySort'](df,db,dc);for(let dh of df)for(let de in da)if(BDFDB['equals'](dh,da[de])){dd[de]=dh;break;}}return dd;};BDFDB['ObjectUtils']['reverse']=function(dj,dk){if(!BDFDB['ObjectUtils']['is'](dj))return{};var dl={};for(let dm of dk===undefined||!dk?Object['keys'](dj)['reverse']():Object['keys'](dj)['sort']()['reverse']())dl[dm]=dj[dm];return dl;};BDFDB['ObjectUtils']['filter']=function(dn,dp,dq=![]){if(!BDFDB['ObjectUtils']['is'](dn))return{};if(typeof dp!='function')return dn;return Object['keys'](dn)['filter'](dr=>dp(dq?dr:dn[dr]))['reduce']((ds,dt)=>(ds[dt]=dn[dt],ds),{});};BDFDB['ObjectUtils']['push']=function(du,dv){if(BDFDB['ObjectUtils']['is'](du))du[Object['keys'](du)['length']]=dv;};BDFDB['ObjectUtils']['pop']=function(dw,dx){if(BDFDB['ObjectUtils']['is'](dw)){let dy=Object['keys'](dw);if(!dy['length'])return;let dx=dw[dy[dy['length']-0x1]];delete dw[dy[dy['length']-0x1]];return dx;}};BDFDB['ObjectUtils']['map']=function(dA,dB){if(!BDFDB['ObjectUtils']['is'](dA))return{};if(typeof dB!='string'&&typeof dB!='function')return dA;var dC={};for(let dD in dA)if(BDFDB['ObjectUtils']['is'](dA[dD]))dC[dD]=typeof dB=='string'?dA[dD][dB]:dB(dA[dD],dD);return dC;};BDFDB['ObjectUtils']['toArray']=function(dE){if(!BDFDB['ObjectUtils']['is'](dE))return[];return Object['entries'](dE)['map'](dF=>dF[0x1]);};BDFDB['ObjectUtils']['deepAssign']=function(dG,...dH){if(!dH['length'])return dG;var dI=dH['shift']();if(BDFDB['ObjectUtils']['is'](dG)&&BDFDB['ObjectUtils']['is'](dI)){for(var dJ in dI){if(BDFDB['ObjectUtils']['is'](dI[dJ])){if(!dG[dJ])Object['assign'](dG,{[dJ]:{}});BDFDB['ObjectUtils']['deepAssign'](dG[dJ],dI[dJ]);}else Object['assign'](dG,{[dJ]:dI[dJ]});}}return BDFDB['ObjectUtils']['deepAssign'](dG,...dH);};BDFDB['ObjectUtils']['isEmpty']=function(dK){return!BDFDB['ObjectUtils']['is'](dK)||Object['getOwnPropertyNames'](dK)['length']==0x0;};BDFDB['ArrayUtils']={};BDFDB['ArrayUtils']['is']=function(dL){return dL&&Array['isArray'](dL);};BDFDB['ArrayUtils']['keySort']=function(dM,dN,dO){if(!BDFDB['ArrayUtils']['is'](dM))return[];if(dN==null)return dM;if(dO===undefined)dO=null;return dM['sort'](function(dP,dQ){var dR=dP[dN],dS=dQ[dN];if(dR!==dO)return dRdS?0x1:0x0;});};BDFDB['ArrayUtils']['numSort']=function(dT){return dT['sort'](function(dU,dV){return dUdV?0x1:0x0;});};BDFDB['ArrayUtils']['remove']=function(dW,dX,dY=![]){if(!BDFDB['ArrayUtils']['is'](dW))return[];if(!dW['includes'](dX))return dW;if(!dY)dW['splice'](dW['indexOf'](dX),0x1);else while(dW['indexOf'](dX)>-0x1)dW['splice'](dW['indexOf'](dX),0x1);return dW;};BDFDB['ArrayUtils']['getAllIndexes']=function(dZ,e0){if(!BDFDB['ArrayUtils']['is'](dZ))return[];var e1=[],e2=-0x1;while((e2=dZ['indexOf'](e0,e2+0x1))!==-0x1)e1['push'](e2);return e1;};BDFDB['ArrayUtils']['removeCopies']=function(e3){if(!BDFDB['ArrayUtils']['is'](e3))return[];return[...new Set(e3)];};BDFDB['highlightText']=function(e4,e5){if(!e5||e5['length']<0x1)return e4;var e6=0x0,e7=e4,e8='',e9='';BDFDB['ArrayUtils']['getAllIndexes'](e4['toUpperCase'](),e5['toUpperCase']())['forEach'](ea=>{var eb=e6*(e8['length']+e9['length']);ea=ea+eb;var ec=ea+e5['length'];var ed=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](e4['substring'](0x0,ea),'<'));var ee=[-0x1]['concat'](BDFDB['ArrayUtils']['getAllIndexes'](e4['substring'](0x0,ea),'>'));if(ed[ed['length']-0x1]>ee[ee['length']-0x1])return;e4=e4['substring'](0x0,ea)+e8+e4['substring'](ea,ec)+e9+e4['substring'](ec);e6++;});return e4?e4:e7;};var ef=c=>{if(!ef['req']){const d='BDFDB-WebModules';const ei=typeof window['webpackJsonp']=='function'?window['webpackJsonp']([],{[d]:(ej,ek,ei)=>ek['default']=ei},[d])['default']:window['webpackJsonp']['push']([[],{[d]:(em,en,ei)=>em['exports']=ei},[[d]]]);delete ei['m'][d];delete ei['c'][d];ef['req']=ei;}return ef['req'];};BDFDB['ModuleUtils']={};BDFDB['ModuleUtils']['cached']={};BDFDB['ModuleUtils']['find']=function(ep){var eq=ef();for(let er in eq['c'])if(eq['c']['hasOwnProperty'](er)){var es=eq['c'][er]['exports'];if(es&&(typeof es=='object'||typeof es=='function')&&ep(es))return es;if(es&&es['__esModule'])for(let et in es)if(es[et]&&(typeof es[et]=='object'||typeof es[et]=='function')&&ep(es[et]))return es[et];}};BDFDB['ModuleUtils']['findByProperties']=function(eu){eu=BDFDB['ArrayUtils']['is'](eu)?eu:Array['from'](arguments);var ev=JSON['stringify'](eu);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['prop']))BDFDB['ModuleUtils']['cached']['prop']={};if(BDFDB['ModuleUtils']['cached']['prop'][ev])return BDFDB['ModuleUtils']['cached']['prop'][ev];else{var ew=BDFDB['ModuleUtils']['find'](ew=>eu['every'](ey=>ew[ey]!==undefined));if(ew){BDFDB['ModuleUtils']['cached']['prop'][ev]=ew;return ew;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',ev+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByName']=function(ez){var eA=JSON['stringify'](ez);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['name']))BDFDB['ModuleUtils']['cached']['name']={};if(BDFDB['ModuleUtils']['cached']['name'][eA])return BDFDB['ModuleUtils']['cached']['name'][eA];else{var eB=BDFDB['ModuleUtils']['find'](eB=>eB['displayName']===ez);if(eB){BDFDB['ModuleUtils']['cached']['name'][eA]=eB;return eB;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',eA+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByString']=function(eD){eD=BDFDB['ArrayUtils']['is'](eD)?eD:Array['from'](arguments);var eE=JSON['stringify'](eD);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['string']))BDFDB['ModuleUtils']['cached']['string']={};if(BDFDB['ModuleUtils']['cached']['string'][eE])return BDFDB['ModuleUtils']['cached']['string'][eE];else{var eF=BDFDB['ModuleUtils']['find'](eF=>eD['every'](eH=>typeof eF=='function'&&eF['toString']()['indexOf'](eH)>-0x1));if(eF){BDFDB['ModuleUtils']['cached']['string'][eE]=eF;return eF;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',eE+'\x20[string]\x20not\x20found\x20in\x20WebModules');}};BDFDB['ModuleUtils']['findByPrototypes']=function(eI){eI=BDFDB['ArrayUtils']['is'](eI)?eI:Array['from'](arguments);var eJ=JSON['stringify'](eI);if(!BDFDB['ObjectUtils']['is'](BDFDB['ModuleUtils']['cached']['proto']))BDFDB['ModuleUtils']['cached']['proto']={};if(BDFDB['ModuleUtils']['cached']['proto'][eJ])return BDFDB['ModuleUtils']['cached']['proto'][eJ];else{var eK=BDFDB['ModuleUtils']['find'](eK=>eK['prototype']&&eI['every'](eM=>eK['prototype'][eM]!==undefined));if(eK){BDFDB['ModuleUtils']['cached']['proto'][eJ]=eK;return eK;}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',eJ+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['DiscordConstants']=BDFDB['ModuleUtils']['findByProperties']('Permissions','ActivityTypes');var eN={};for(let eO of['child_process','electron','fs','path','process','request']){try{eN[eO]=require(eO);}catch(eP){}}BDFDB['LibraryRequires']=Object['assign']({},eN);var eQ={};eQ['AckUtils']=BDFDB['ModuleUtils']['findByProperties']('localAck','bulkAck');eQ['APIUtils']=BDFDB['ModuleUtils']['findByProperties']('getAPIBaseURL');eQ['AnimationUtils']=BDFDB['ModuleUtils']['findByProperties']('spring','decay');eQ['BadgeUtils']=BDFDB['ModuleUtils']['findByProperties']('getBadgeCountString','getBadgeWidthForValue');eQ['ChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannel','getChannels');eQ['ColorUtils']=BDFDB['ModuleUtils']['findByProperties']('hex2int','hex2rgb');eQ['ContextMenuUtils']=BDFDB['ModuleUtils']['findByProperties']('closeContextMenu','openContextMenu');eQ['CurrentUserStore']=BDFDB['ModuleUtils']['findByProperties']('getCurrentUser');eQ['DirectMessageUtils']=BDFDB['ModuleUtils']['findByProperties']('addRecipient','openPrivateChannel');eQ['FriendUtils']=BDFDB['ModuleUtils']['findByProperties']('getFriendIDs','getRelationships');eQ['FolderStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildFolderById','getFlattenedGuilds');eQ['FolderUtils']=BDFDB['ModuleUtils']['findByProperties']('isFolderExpanded','getExpandedFolders');eQ['GuildBoostUtils']=BDFDB['ModuleUtils']['findByProperties']('getTierName','getUserLevel');eQ['GuildChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getChannels','getDefaultChannel');eQ['GuildEmojiStore']=BDFDB['ModuleUtils']['findByProperties']('getGuildEmoji','getDisambiguatedEmojiContext');eQ['GuildSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateChannelOverrideSettings','updateNotificationSettings');eQ['GuildStore']=BDFDB['ModuleUtils']['findByProperties']('getGuild','getGuilds');eQ['GuildUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionToGuildSync');eQ['HistoryUtils']=BDFDB['ModuleUtils']['findByProperties']('transitionTo','replaceWith','getHistory');;eQ['IconUtils']=BDFDB['ModuleUtils']['findByProperties']('getGuildIconURL','getGuildBannerURL');eQ['InviteUtils']=BDFDB['ModuleUtils']['findByProperties']('acceptInvite','createInvite');eQ['LanguageStore']=BDFDB['ModuleUtils']['findByProperties']('getLanguages','Messages');eQ['LastChannelStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedChannelId');eQ['LastGuildStore']=BDFDB['ModuleUtils']['findByProperties']('getLastSelectedGuildId');eQ['LoginUtils']=BDFDB['ModuleUtils']['findByProperties']('login','logout');eQ['MemberStore']=BDFDB['ModuleUtils']['findByProperties']('getMember','getMembers');eQ['MentionUtils']=BDFDB['ModuleUtils']['findByProperties']('getMentionCount','getMentionCounts');eQ['MessageCreationUtils']=BDFDB['ModuleUtils']['findByProperties']('parse','isMentioned');eQ['MessagePinUtils']=BDFDB['ModuleUtils']['findByProperties']('pinMessage','unpinMessage');eQ['MessageStore']=BDFDB['ModuleUtils']['findByProperties']('getMessage','getMessages');eQ['MessageUtils']=BDFDB['ModuleUtils']['findByProperties']('receiveMessage','editMessage');eQ['ModalUtils']=BDFDB['ModuleUtils']['findByProperties']('openModal','registerModalDispatch');eQ['MutedUtils']=BDFDB['ModuleUtils']['findByProperties']('isGuildOrCategoryOrChannelMuted');eQ['NotificationSettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('setDesktopType','setTTSType');eQ['NotificationSettingsStore']=BDFDB['ModuleUtils']['findByProperties']('getDesktopType','getTTSType');eQ['PermissionUtils']=BDFDB['ModuleUtils']['findByProperties']('getChannelPermissions','canUser');eQ['PermissionRoleUtils']=BDFDB['ModuleUtils']['findByProperties']('getHighestRole','can');eQ['ReactionUtils']=BDFDB['ModuleUtils']['findByProperties']('addReaction','removeReaction');eQ['SearchPageUtils']=BDFDB['ModuleUtils']['findByProperties']('searchNextPage','searchPreviousPage');eQ['SelectChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('selectChannel','selectPrivateChannel');eQ['SettingsUtils']=BDFDB['ModuleUtils']['findByProperties']('updateRemoteSettings','updateLocalSettings');eQ['SoundUtils']=BDFDB['ModuleUtils']['findByProperties']('playSound','createSound');eQ['SpellCheckUtils']=BDFDB['ModuleUtils']['findByProperties']('learnWord','toggleSpellcheck');eQ['StatusMetaUtils']=BDFDB['ModuleUtils']['findByProperties']('getApplicationActivity','getStatus');eQ['StreamingUtils']=BDFDB['ModuleUtils']['findByProperties']('isStreaming');eQ['UnreadGuildUtils']=BDFDB['ModuleUtils']['findByProperties']('hasUnread','getUnreadGuilds');eQ['UnreadChannelUtils']=BDFDB['ModuleUtils']['findByProperties']('getUnreadCount','getOldestUnreadMessageId');eQ['UploadUtils']=BDFDB['ModuleUtils']['findByProperties']('upload','instantBatchUpload');eQ['UserStore']=BDFDB['ModuleUtils']['findByProperties']('getUser','getUsers');eQ['VoiceUtils']=BDFDB['ModuleUtils']['findByProperties']('getAllVoiceStates','getVoiceStatesForChannel');eQ['ZoomUtils']=BDFDB['ModuleUtils']['findByProperties']('setZoom','setFontSize');BDFDB['LibraryModules']=Object['assign']({},eQ);eQ['React']=BDFDB['ModuleUtils']['findByProperties']('createElement','cloneElement');eQ['ReactDOM']=BDFDB['ModuleUtils']['findByProperties']('render','findDOMNode');if(eQ['React']&&eQ['ReactDOM']){BDFDB['ReactUtils']=Object['assign']({},eQ['React'],eQ['ReactDOM']);BDFDB['ReactUtils']['createElement']=function(eR,eS){if(eR&&eR['defaultProps'])for(let eT in eR['defaultProps'])if(eS[eT]==null)eS[eT]=eR['defaultProps'][eT];try{return eQ['React']['createElement'](eR||'div',eS||{})||null;}catch(eU){console['error']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20create\x20react\x20element!\x20'+eU);}return null;};BDFDB['ReactUtils']['elementToReact']=function(eV){if(BDFDB['ReactUtils']['isValidElement'](eV))return eV;else if(!Node['prototype']['isPrototypeOf'](eV))return null;else if(eV['nodeType']==Node['TEXT_NODE'])return eV['nodeValue'];let eW={},eX={};for(let eY of eV['attributes'])eW[eY['name']]=eY['value'];if(eV['attributes']['style'])eW['style']=BDFDB['ObjectUtils']['filter'](eV['style'],eZ=>eV['style'][eZ]&&isNaN(parseInt(eZ)),!![]);eW['children']=[];if(eV['style']&&eV['style']['cssText'])for(let f0 of eV['style']['cssText']['split'](';'))if(f0['endsWith']('!important')){let f1=f0['split'](':')[0x0];let f2=f1['replace'](/-([a-z]?)/g,(f3,f4)=>f4['toUpperCase']());if(eW['style'][f2]!=null)eX[f1]=eW['style'][f2];}if(Object['keys'](eX)['length'])eW['ref']=f5=>{let f6=BDFDB['ReactUtils']['findDOMNode'](f5);if(f6)for(let f7 in eX)f6['style']['setProperty'](f7,eX[f7],'important');};for(let f8 of eV['childNodes'])eW['children']['push'](BDFDB['ReactUtils']['elementToReact'](f8));return BDFDB['ReactUtils']['createElement'](eV['tagName'],eW);};BDFDB['ReactUtils']['findDOMNode']=function(f9){if(Node['prototype']['isPrototypeOf'](f9))return f9;if(!f9||!f9['updater']||typeof f9['updater']['isMounted']!=='function'||!f9['updater']['isMounted'](f9))return null;var fa=eQ['ReactDOM']['findDOMNode'](f9)||BDFDB['ReactUtils']['getValue'](f9,'child.stateNode');return Node['prototype']['isPrototypeOf'](fa)?fa:null;};BDFDB['ReactUtils']['childrenToArray']=function(fb){if(fb&&fb['props']&&fb['props']['children']&&!BDFDB['ArrayUtils']['is'](fb['props']['children'])){var fc=fb['props']['children'];fb['props']['children']=[];fb['props']['children']['push'](fc);}return fb['props']['children'];};BDFDB['ReactUtils']['findChildren']=function(fd,fe){if(!fd||!BDFDB['ObjectUtils']['is'](fe)||!fe['name']&&!fe['props'])return null;var ff=Node['prototype']['isPrototypeOf'](fd)?BDFDB['ReactUtils']['getInstance'](fd):fd;if(!BDFDB['ObjectUtils']['is'](ff))return null;fe['name']=fe['name']&&!BDFDB['ArrayUtils']['is'](fe['name'])?Array['of'](fe['name']):fe['name'];fe['props']=fe['props']&&!BDFDB['ArrayUtils']['is'](fe['props'])?Array['of'](fe['props']):fe['props'];var fg=ff;var fh=BDFDB['ArrayUtils']['is'](fg);var fi=fg;return fj(fg);function fj(fk){while(fk&&!BDFDB['ArrayUtils']['is'](fk)&&fk['props']&&fk['props']['children']){fi=fk;fk=fk['props']['children'];}if(fk&&!BDFDB['ArrayUtils']['is'](fk)){if(fi&&fi['props']){var fl=fk;fi['props']['children']=[];fi['props']['children']['push'](fl);return[fi['props']['children'],fo(fl)?0x0:-0x1];}else return[fg,-0x1];}else{if(!fh){fg=fk;fh=!![];}var fm=[fg,-0x1];for(let fn in fk)if(fk[fn]){if(fo(fk[fn]))fm=[fk,fn];else if(fk[fn]['props']){fi=fk[fn];fm=fj(fk[fn]['props']['children']);}if(fm[0x1]>-0x1)break;}return fm;}}function fo(ff){if(!ff)return![];let fq=ff['stateNode']?ff['stateNode']['props']:ff['props'];return ff['type']&&fe['name']&&fe['name']['some'](fr=>(ff['type']['displayName']||ff['type']['name'])===fr)||fq&&fe['props']&&fe['props']['every'](fs=>BDFDB['ArrayUtils']['is'](fs)?BDFDB['ArrayUtils']['is'](fs[0x1])?fs[0x1]['some'](ft=>BDFDB['equals'](fq[fs[0x0]],ft)):BDFDB['equals'](fq[fs[0x0]],fs[0x1]):fq[fs]!==undefined);}};BDFDB['ReactUtils']['findOwner']=function(fu,fv){if(!fu||!BDFDB['ObjectUtils']['is'](fv)||!fv['name']&&!fv['props'])return null;var fw=Node['prototype']['isPrototypeOf'](fu)?BDFDB['ReactUtils']['getInstance'](fu):fu;if(!BDFDB['ObjectUtils']['is'](fw))return null;fv['name']=fv['name']&&!BDFDB['ArrayUtils']['is'](fv['name'])?Array['of'](fv['name']):fv['name'];fv['props']=fv['props']&&!BDFDB['ArrayUtils']['is'](fv['props'])?Array['of'](fv['props']):fv['props'];var fx=-0x1;var fy=fv['depth']===undefined?0xf:fv['depth'];var fz=performance['now']();var fA=fv['time']===undefined?0x96:fv['time'];var fB=fv['up']?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var fC={};var fD=fG(fw);if(fv['all']){for(let fE in fC){if(fv['group'])for(let fw in fC[fE])delete fC[fE][fw]['BDFDBreactSearch'];else delete fC[fE]['BDFDBreactSearch'];}return fC;}else return fD;function fG(fw){fx++;var fI=undefined;if(fw&&!Node['prototype']['isPrototypeOf'](fw)&&!BDFDB['ReactUtils']['getInstance'](fw)&&fx(fw['type']['displayName']||fw['type']['name'])===fK['split']('\x20_\x20_\x20')[0x0])||fJ&&fv['props']&&fv['props']['every'](fL=>BDFDB['ArrayUtils']['is'](fL)?BDFDB['ArrayUtils']['is'](fL[0x1])?fL[0x1]['some'](fM=>BDFDB['equals'](fJ[fL[0x0]],fM)):BDFDB['equals'](fJ[fL[0x0]],fL[0x1]):fJ[fL]!==undefined))){if(fv['all']===undefined||!fv['all'])fI=fw['stateNode'];else if(fv['all']){if(fv['noCopies']===undefined||!fv['noCopies']||fv['noCopies']&&!fw['stateNode']['BDFDBreactSearch']){fw['stateNode']['BDFDBreactSearch']=!![];if(fv['group']){if(fv['name']&&fw['type']&&(fw['type']['displayName']||fw['type']['name'])){var fN='Default';for(let fO of fv['name'])if(fw['type']['displayName']===fO['split']('\x20_\x20_\x20')[0x0]||fw['type']['name']===fO['split']('\x20_\x20_\x20')[0x0]){fN=fO;break;}if(typeof fC[fN]=='undefined')fC[fN]={};BDFDB['ObjectUtils']['push'](fC[fN],fw['stateNode']);}}else BDFDB['ObjectUtils']['push'](fC,fw['stateNode']);}}}if(fI===undefined){let fP=Object['getOwnPropertyNames'](fw);for(let fQ=0x0;fI===undefined&&fQgf['startsWith']('__reactInternalInstance'))];};BDFDB['ReactUtils']['getValue']=function(gg,gh){if(!gg||!gh)return null;var gi=Node['prototype']['isPrototypeOf'](gg)?BDFDB['ReactUtils']['getInstance'](gg):gg;if(!BDFDB['ObjectUtils']['is'](gi))return null;var gj=gi,gk=gh['split']('.')['filter'](gl=>gl);for(value of gk){if(!gj)return null;gj=gj[value];}return gj;};};var gm=['before','instead','after'];var gn={'BannedCard':'BannedUser','InvitationCard':'InviteRow','InviteCard':'InviteRow','PopoutContainer':'Popout','MemberCard':'Member','MessageDeveloperModeGroup':'FluxContainer(MessageDeveloperModeGroup)','Note':'FluxContainer(Note)','WebhookCard':'Webhook'};var go={'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','SearchResults':'searchresultswrap','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['ModuleUtils']['patch']=function(gp,gq,gr,gs){if(!gp||!gq||!gr||!Object['keys'](gs)['some'](gt=>gm['includes'](gt)))return null;const gu=(typeof gp==='string'?gp:gp['name'])['toLowerCase']();const gv=(gw,gx)=>(...gy)=>{try{return gw(...gy);}catch(gz){console['error']('Error\x20occurred\x20in\x20'+gx,gz);}};if(!gq['BDFDBpatch'])gq['BDFDBpatch']={};gr=BDFDB['ArrayUtils']['is'](gr)?gr:Array['of'](gr);for(let gA of gr){if(!gq[gA])gq[gA]=c=>{};const gC=gq[gA];if(!gq['BDFDBpatch'][gA]){gq['BDFDBpatch'][gA]={};for(let gD of gm)gq['BDFDBpatch'][gA][gD]={};gq['BDFDBpatch'][gA]['originalMethod']=gC;gq[gA]=function(){const gE={'thisObject':this,'methodArguments':arguments,'originalMethod':gC,'originalMethodName':gA,'callOriginalMethod':c=>gE['returnValue']=gE['originalMethod']['apply'](gE['thisObject'],gE['methodArguments'])};if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']&&gq['BDFDBpatch'][gA]){if(!BDFDB['ObjectUtils']['isEmpty'](gq['BDFDBpatch'][gA]['before']))for(let d in BDFDB['ObjectUtils']['sort'](gq['BDFDBpatch'][gA]['before'])){gv(gq['BDFDBpatch'][gA]['before'][d],'\x22before\x22\x20callback\x20of\x20'+gA+'\x20in\x20'+(gq['constructor']?gq['constructor']['displayName']||gq['constructor']['name']:'module'))(gE);}if(BDFDB['ObjectUtils']['isEmpty'](gq['BDFDBpatch'][gA]['instead']))gE['callOriginalMethod']();else for(let d in BDFDB['ObjectUtils']['sort'](gq['BDFDBpatch'][gA]['instead'])){const gI=gv(gq['BDFDBpatch'][gA]['instead'][d],'\x22instead\x22\x20callback\x20of\x20'+gA+'\x20in\x20'+(gq['constructor']?gq['constructor']['displayName']||gq['constructor']['name']:'module'))(gE);if(gI!==undefined)gE['returnValue']=gI;}if(!BDFDB['ObjectUtils']['isEmpty'](gq['BDFDBpatch'][gA]['after']))for(let d in BDFDB['ObjectUtils']['sort'](gq['BDFDBpatch'][gA]['after'])){const gI=gv(gq['BDFDBpatch'][gA]['after'][d],'\x22after\x22\x20callback\x20of\x20'+gA+'\x20in\x20'+(gq['constructor']?gq['constructor']['displayName']||gq['constructor']['name']:'module'))(gE);if(gI!==undefined)gE['returnValue']=gI;}}else gE['callOriginalMethod']();return gE['returnValue'];};}for(let gL of gm)if(typeof gs[gL]=='function')gq['BDFDBpatch'][gA][gL][gu]=gs[gL];}const gM=c=>{BDFDB['ModuleUtils']['unpatch'](gp,gq,gr);};if(gp&&typeof gp=='object'){if(!BDFDB['ArrayUtils']['is'](gp['patchCancels']))gp['patchCancels']=[];gp['patchCancels']['push'](gM);}return gM;};BDFDB['ModuleUtils']['unpatch']=function(gO,gP,gQ){if(!gP&&!gQ){if(BDFDB['ObjectUtils']['is'](gO)&&BDFDB['ArrayUtils']['is'](gO['patchCancels'])){for(let gR of gO['patchCancels'])gR();gO['patchCancels']=[];}}else{if(!BDFDB['ObjectUtils']['is'](gP)||!gP['BDFDBpatch'])return;const gS=!gO?null:(typeof gO==='string'?gO:gO['name'])['toLowerCase']();if(gQ){for(let gT of BDFDB['ArrayUtils']['is'](gQ)?gQ:Array['of'](gQ))if(gP[gT]&&gP['BDFDBpatch'][gT])gV(gT,gS);}else{for(let gU of gP['BDFDBpatch'])gV(gU,gS);}}function gV(gW,gX){for(let gY of gm){if(gX)delete gP['BDFDBpatch'][gW][gY][gX];else delete gP['BDFDBpatch'][gW][gY];}var gZ=!![];for(let gY of gm)if(!BDFDB['ObjectUtils']['isEmpty'](gP['BDFDBpatch'][gW][gY]))gZ=![];if(gZ){gP[gW]=gP['BDFDBpatch'][gW]['originalMethod'];delete gP['BDFDBpatch'][gW];if(BDFDB['ObjectUtils']['isEmpty'](gP['BDFDBpatch']))delete gP['BDFDBpatch'];}}};BDFDB['ModuleUtils']['forceAllUpdates']=function(h1,h2){h2=h2&&gn[h2]?gn[h2]+'\x20_\x20_\x20'+h2:h2;if(BDFDB['ObjectUtils']['is'](h1)&&BDFDB['ObjectUtils']['is'](h1['patchModules'])&&(!h2||h1['patchModules'][h2])){const h3=document['querySelector'](BDFDB['dotCN']['app']);const h4=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(h3){var h5=[];for(let h6 in h1['patchModules']){var h7=BDFDB['ArrayUtils']['is'](h1['patchModules'][h6])?h1['patchModules'][h6]:Array['of'](h1['patchModules'][h6]);if(h7['includes']('componentDidMount')||h7['includes']('componentDidUpdate')||h7['includes']('render'))h5['push'](h6);}h5=h2?h5['filter'](h8=>h8==h2):h5;if(h5['length']){try{const h9=BDFDB['ReactUtils']['findOwner'](h3,{'name':h5,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let h6 in h9)for(let hb in h9[h6])e['forceInitiateProcess'](h1,h9[h6][hb],h6);if(h4){const hc=BDFDB['ReactUtils']['findOwner'](h4,{'name':h5,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let h6 in hc)for(let hb in hc[h6])e['forceInitiateProcess'](h1,hc[h6][hb],h6);}}catch(hf){console['error']('%c['+h1['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Fatal\x20Error:\x20Could\x20not\x20force\x20update\x20components!\x20'+hf);}}}}};e['forceInitiateProcess']=function(hg,hh,hi){if(!hg||!hh||!hi)return;let hj=BDFDB['ArrayUtils']['is'](hg['patchModules'][hi])?hg['patchModules'][hi]:Array['of'](hg['patchModules'][hi]);if(hj['includes']('componentDidMount'))e['initiateProcess'](hg,hi,{'instance':hh,'methodname':'componentDidMount'});if(hj['includes']('render'))BDFDB['ReactUtils']['forceUpdate'](hh);else if(hj['includes']('componentDidUpdate'))e['initiateProcess'](hg,hi,{'instance':hh,'methodname':'componentDidUpdate'});};e['initiateProcess']=function(hk,hl,hm){if(BDFDB['ObjectUtils']['is'](hk)&&hm['instance']){if(hk['name']=='$BDFDB')hk=yi;hl=(hl['split']('\x20_\x20_\x20')[0x1]||hl)['replace'](/[^A-z0-9]|_/g,'');hl=hl['charAt'](0x0)['toUpperCase']()+hl['slice'](0x1);if(typeof hk['process'+hl]=='function'){let hn=(hk['process'+hl]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(hn){if(hm['methodname']=='render'){if(hm['returnvalue'])hk['process'+hl](hm['instance'],null,hm['returnvalue'],[hm['methodname']]);}else{let ho=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(ho)hk['process'+hl](hm['instance'],ho,hm['returnvalue'],[hm['methodname']]);else setImmediate(c=>{ho=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(ho)hk['process'+hl](hm['instance'],ho,hm['returnvalue'],[hm['methodname']]);});}}else{if(hm['methodname']=='render'){if(hm['returnvalue'])hk['process'+hl](hm);}else{hm['node']=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(hm['node'])hk['process'+hl](hm);else setImmediate(c=>{hm['node']=BDFDB['ReactUtils']['findDOMNode'](hm['instance']);if(hm['node'])hk['process'+hl](hm);});}}}}};e['patchPlugin']=function(hr){if(BDFDB['ObjectUtils']['is'](hr)&&BDFDB['ObjectUtils']['is'](hr['patchModules'])){BDFDB['ModuleUtils']['unpatch'](hr);for(let hs in hr['patchModules']){var ht=gn[hs];var hu=go[hs['split']('\x20_\x20_\x20')[0x1]||hs];var hv=ht?ht+'\x20_\x20_\x20'+hs:hs;if(ht){hr['patchModules'][hv]=hr['patchModules'][hs];delete hr['patchModules'][hs];}if(!hu)hw(BDFDB['ModuleUtils']['findByName'](hv['split']('\x20_\x20_\x20')[0x0]),hv);else if(vK[hu])hB(hu,hv);}function hw(hx,hs){if(hx){var hz=hs['split']('\x20_\x20_\x20')[0x0];hx=hx['_reactInternalFiber']&&hx['_reactInternalFiber']['type']?hx['_reactInternalFiber']['type']:hx;hx=hx['displayName']==hz||hx['name']==hz?hx:BDFDB['ReactUtils']['findOwner'](hx,{'name':hz,'up':!![]});if(hx){hx=hx['_reactInternalFiber']&&hx['_reactInternalFiber']['type']?hx['_reactInternalFiber']['type']:hx;BDFDB['ModuleUtils']['patch'](hr,hx['prototype'],hr['patchModules'][hs],{'after':hA=>{if(window['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])e['initiateProcess'](hr,hs,{'instance':hA['thisObject'],'returnvalue':hA['returnValue'],'methodname':hA['originalMethodName']});}});}}}function hB(hu,hs){const hE=document['querySelector'](BDFDB['dotCN']['app']),hF=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);var hG=![];if(hE){var hH=BDFDB['ReactUtils']['findOwner'](hE,{'name':hs,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(hH){hG=!![];hw(hH,hs);}}if(!hG&&hF){var hI=BDFDB['ReactUtils']['findOwner'](hF,{'name':hs,'depth':0x5f5e0ff,'time':0x5f5e0ff});if(hI){hG=!![];hw(hI,hs);}}if(!hG){var hJ=![],hK=new MutationObserver(hL=>{hL['forEach'](hM=>{hM['addedNodes']['forEach'](hN=>{if(hJ||!hN||!hN['tagName'])return;var hO=null;if((hO=BDFDB['DOMUtils']['containsClass'](hN,BDFDB['disCN'][hu])?hN:hN['querySelector'](BDFDB['dotCN'][hu]))!=null){var hP=BDFDB['ReactUtils']['getInstance'](hO);if(hQ(hP,hs)){hJ=!![];hK['disconnect']();hw(hP,hs);BDFDB['ModuleUtils']['forceAllUpdates'](hr,hs);}}});});});BDFDB['ObserverUtils']['connect'](hr,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':hK,'multi':!![]},{'childList':!![],'subtree':!![]});}}function hQ(hR,hS){if(!hR)return![];hR=hR['_reactInternalFiber']&&hR['_reactInternalFiber']['type']?hR['_reactInternalFiber']['type']:hR;hR=hR['displayName']==hS||hR['name']==hS?hR:BDFDB['ReactUtils']['findOwner'](hR,{'name':hS,'up':!![]});return hR&&(hS!='V2C_PluginCard'&&hS!='V2C_ThemeCard'||hS=='V2C_PluginCard'&&BDFDB['BDUtils']['checkRepoPage']()=='plugins'||hS=='V2C_ThemeCard'&&BDFDB['BDUtils']['checkRepoPage']()=='themes');}}};var hT=['ChannelContextMenu','DeveloperContextMenu','GuildContextMenu','GuildRoleContextMenu','LfgContextMenu','MessageContextMenu','NativeContextMenu','ScreenshareContextMenu','UserContextMenu','UserSettingsCogContextMenu'];var hU=['MessageOptionPopout'];var hV=['ApplicationContextMenu','GroupDMContextMenu'];var hW={};for(let hX of hV)hW[hX]={'query':[],'module':null};e['addContextListeners']=hY=>{if(!BDFDB['ObjectUtils']['is'](hY))return;for(let hZ of hT)if(typeof hY['on'+hZ]==='function')e['patchContextMenuPlugin'](hY,hZ,BDFDB['ModuleUtils']['findByName'](hZ));for(let i0 of hU)if(typeof hY['on'+i0]==='function')e['patchPopoutPlugin'](hY,i0,BDFDB['ModuleUtils']['findByName'](i0));for(let i1 of hV)if(typeof hY['on'+i1]==='function'){if(hW[i1]['module'])e['patchContextMenuPlugin'](hY,i1,hW[i1]['module']);else hW[i1]['query']['push'](hY);}};e['patchContextMenuPlugin']=(i2,i3,i4)=>{if(i4&&i4['prototype']){let i5=(i2['on'+i3]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(i5){BDFDB['ModuleUtils']['patch'](i2,i4['prototype'],'render',{'after':i6=>{let i7=i6['thisObject'],i8=BDFDB['ReactUtils']['findDOMNode'](i6['thisObject']),i9=i6['returnValue'];if(i7&&i8&&i9&&typeof i2['on'+i3]==='function'){i2['on'+i3](i7,i8,i9);}}});}else{BDFDB['ModuleUtils']['patch'](i2,i4['prototype'],'render',{'after':ia=>{if(ia['thisObject']&&ia['returnValue']&&typeof i2['on'+i3]==='function')i2['on'+i3]({'instance':ia['thisObject'],'returnvalue':ia['returnValue'],'methodname':'render'});}});}}};e['patchPopoutPlugin']=(ib,ic,id)=>{if(id&&id['prototype']){let ie=(ib['on'+ic]['toString']()['split']('\x0a')[0x0]['replace'](/ /g,'')['split'](',')[0x2]||'')['indexOf']('returnvalue')>-0x1;if(ie){BDFDB['ModuleUtils']['patch'](ib,id['prototype'],'render',{'after':ig=>{let ih=ig['thisObject'],ii=BDFDB['ReactUtils']['findDOMNode'](ig['thisObject']),ij=ig['returnValue'];if(ih&&ii&&ij&&typeof ib['on'+ic]==='function'){ib['on'+ic](ih,ii,ij);if(!ih['BDFDBforceUpdateTimeout']&&typeof ih['forceUpdate']=='function')BDFDB['ReactUtils']['forceUpdate'](ih);}}});}else{BDFDB['ModuleUtils']['patch'](ib,id['prototype'],'render',{'after':ik=>{if(ik['thisObject']&&ik['returnValue']&&typeof ib['on'+ic]==='function')ib['on'+ic]({'instance':ik['thisObject'],'returnvalue':ik['returnValue'],'methodname':'render'});}});}}};e['patchContextMenuLib']=(il,im)=>{if(il&&il['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,il['prototype'],'componentDidMount',{'after':io=>{if(!io['thisObject']['BDFDBforceRenderTimeout']&&typeof io['thisObject']['render']=='function')io['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,il['prototype'],'componentDidUpdate',{'after':ip=>{var iq=BDFDB['ReactUtils']['findDOMNode'](ip['thisObject']);if(iq){const ir=BDFDB['ReactUtils']['getValue'](ip,'thisObject._reactInternalFiber.stateNode.props.onHeightUpdate');const is=BDFDB['DOMUtils']['getRects'](iq),it=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));if(ir&&is['top']+is['height']>it['height'])ir();}}});BDFDB['ModuleUtils']['patch'](BDFDB,il['prototype'],'render',{'after':iu=>{if(iu['thisObject']['props']['BDFDBcontextMenu']&&iu['thisObject']['props']['children']&&iu['returnValue']&&iu['returnValue']['props']){iu['returnValue']['props']['children']=iu['thisObject']['props']['children'];delete iu['thisObject']['props']['value'];delete iu['thisObject']['props']['children'];delete iu['thisObject']['props']['BDFDBcontextMenu'];}if(BDFDB['ReactUtils']['findDOMNode'](iu['thisObject'])){iu['thisObject']['BDFDBforceRenderTimeout']=!![];setTimeout(c=>{delete iu['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(im){let iw=BDFDB['ReactUtils']['getValue'](iu,'thisObject._reactInternalFiber.child.type');if(iw&&iw['displayName']&&hW[iw['displayName']]&&!hW[iw['displayName']]['module']){hW[iw['displayName']]['module']=iw;e['patchContextMenuLib'](iw,![]);while(hW[iw['displayName']]['query']['length']){e['patchContextMenuPlugin'](hW[iw['displayName']]['query']['pop'](),iw['displayName'],iw);}}}}});}};e['patchPopoutLib']=(ix,iy)=>{if(ix&&ix['prototype']){BDFDB['ModuleUtils']['patch'](BDFDB,ix['prototype'],'componentDidMount',{'after':iz=>{if(!iz['thisObject']['BDFDBforceRenderTimeout']&&!iz['thisObject']['BDFDBforceUpdateTimeout']&&typeof iz['thisObject']['render']=='function')iz['thisObject']['render']();}});BDFDB['ModuleUtils']['patch'](BDFDB,ix['prototype'],'componentDidUpdate',{'after':iA=>{const iB=BDFDB['ReactUtils']['getValue'](iA,'thisObject._reactInternalFiber.return.return.return.stateNode.updateOffsets');if(iB)iB();iA['thisObject']['BDFDBforceUpdateTimeout']=!![];setTimeout(c=>{delete iA['thisObject']['BDFDBforceUpdateTimeout'];},0x3e8);}});BDFDB['ModuleUtils']['patch'](BDFDB,ix['prototype'],'render',{'after':iD=>{if(BDFDB['ReactUtils']['findDOMNode'](iD['thisObject'])){iD['thisObject']['BDFDBforceRenderTimeout']=!![];setTimeout(c=>{delete iD['thisObject']['BDFDBforceRenderTimeout'];},0x3e8);}if(iD['thisObject']['props']['message']&&!iD['thisObject']['props']['target']){const iF=document['querySelector'](BDFDB['dotCN']['messages']);if(iF){var iG=BDFDB['ReactUtils']['findOwner'](iF,{'name':'Message','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let iH in iG)if(iD['thisObject']['props']['message']['id']==iG[iH]['props']['message']['id']){target=BDFDB['ReactUtils']['findDOMNode'](iG[iH]);if(target)iD['thisObject']['props']['target']=target;break;}}}}});}};BDFDB['equals']=function(iI,iJ,iK){var iL=-0x1;if(iK===undefined||typeof iK!=='boolean')iK=![];return iM(iI,iJ);function iM(iN,iO){iL++;var iP=!![];if(iL>0x3e8)iP=null;else{if(typeof iN!==typeof iO)iP=![];else if(typeof iN==='undefined')iP=!![];else if(typeof iN==='symbol')iP=!![];else if(typeof iN==='boolean')iP=iN==iO;else if(typeof iN==='string')iP=iN==iO;else if(typeof iN==='number'){if(isNaN(iN)||isNaN(iO))iP=isNaN(iN)==isNaN(iO);else iP=iN==iO;}else if(!iN&&!iO)iP=!![];else if(!iN||!iO)iP=![];else if(typeof iN==='function'||typeof iN==='object'){var iQ=Object['getOwnPropertyNames'](iN);var iR=Object['getOwnPropertyNames'](iO);if(iQ['length']!==iR['length'])iP=![];else for(let iS=0x0;iP===!![]&&iS0x0))jl['push'](jm);}return jl;};BDFDB['GuildUtils']['getPinged']=function(jo){var jp=[];for(let jq of jo===undefined||!BDFDB['ArrayUtils']['is'](jo)?BDFDB['GuildUtils']['getAll']():jo){if(!jq)return null;let d=Node['prototype']['isPrototypeOf'](jq)?BDFDB['GuildUtils']['getId'](jq):typeof jq=='object'?jq['id']:jq;d=typeof d=='number'?d['toFixed']():d;if(d&&eQ['MentionUtils']['getMentionCount'](d)>0x0)jp['push'](jq);}return jp;};BDFDB['GuildUtils']['getMuted']=function(js){var jt=[];for(let ju of js===undefined||!BDFDB['ArrayUtils']['is'](js)?BDFDB['GuildUtils']['getAll']():js){if(!ju)return null;let d=Node['prototype']['isPrototypeOf'](ju)?BDFDB['GuildUtils']['getId'](ju):typeof ju=='object'?ju['id']:ju;d=typeof d=='number'?d['toFixed']():d;if(d&&eQ['MutedUtils']['isGuildOrCategoryOrChannelMuted'](d))jt['push'](ju);}return jt;};BDFDB['GuildUtils']['getSelected']=function(){var jw=eQ['GuildStore']['getGuild'](eQ['LastGuildStore']['getGuildId']());if(jw)return BDFDB['GuildUtils']['getData'](jw['id'])||Object['assign'](new jw['constructor'](jw),{'div':null,'instance':null});else return null;};BDFDB['GuildUtils']['createCopy']=function(jx,jy={'pill':![],'hover':![],'click':![],'menu':![],'size':null}){let d=typeof jx=='object'?jx['id']:jx;let jA=d?eQ['GuildStore']['getGuild'](d):null;if(jA){let jB=eQ['LastGuildStore']['getGuildId']()==jA['id'];let jC=eQ['UnreadGuildUtils']['hasUnread'](jA['id']);let jD=BDFDB['DOMUtils']['create'](''+(jA['icon']?'':'0x5?0xa:jA['acronym']['length']>0x4?0xc:jA['acronym']['length']>0x3?0xe:jA['acronym']['length']>0x1?0x10:0x12)+'px;\x22>'+jA['acronym']+'')+'');let jE=jD['querySelector'](BDFDB['dotCN']['guildcontainer']);let jF=jD['querySelector'](BDFDB['dotCN']['guildpillitem']);BDFDB['DOMUtils']['toggle'](jF['parentElement'],jy['pill']);if(jy['pill']){jF['style']['setProperty']('opacity',jB?0x1:jC?0.7:0x0);jF['style']['setProperty']('height',jB?'40px':'8px');jF['style']['setProperty']('transform','translate3d(0px,\x200px,\x200px)');BDFDB['DOMUtils']['toggleClass'](jD,BDFDB['disCN']['_bdguildselected'],jB);BDFDB['DOMUtils']['toggleClass'](jD,BDFDB['disCN']['_bdguildunread'],jC);BDFDB['DOMUtils']['toggleClass'](jF,BDFDB['disCN']['_bdguildunread'],jC);}if(jy['hover']){let jG=jD['querySelector'](BDFDB['dotCN']['guildiconwrapper']);let jH=jF['style']['getPropertyValue']('opacity')!=0x0;let jI=new eQ['AnimationUtils']['Value'](0x0);jI['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x32,0x1e]})['addListener'](jJ=>{jE['style']['setProperty']('border-radius',jJ['value']+'%');});let jK=new eQ['AnimationUtils']['Value'](0x0);jK['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x8,0x14]})['addListener'](jL=>{jF['style']['setProperty']('height',jL['value']+'px');});let jM=new eQ['AnimationUtils']['Value'](0x0);jM['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.7]})['addListener'](jN=>{jF['style']['setProperty']('opacity',''+jN['value']);});let jO=jP=>{eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](jI,{'toValue':jP,'duration':0xc8}),eQ['AnimationUtils']['spring'](jK,{'toValue':jP,'friction':0x5})])['start']();};let jQ=jR=>{eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](jM,{'toValue':jR,'duration':0xc8})])['start']();};jE['addEventListener']('mouseenter',c=>{jH=jF['style']['getPropertyValue']('opacity')!=0x0;if(eQ['LastGuildStore']['getGuildId']()!=jA['id']){jO(0x1);if(!jH)jQ(0x1);}});jE['addEventListener']('mouseleave',c=>{if(eQ['LastGuildStore']['getGuildId']()!=jA['id']){jO(0x0);if(!jH)jQ(0x0);}});}if(jy['click'])jE['addEventListener']('click',jU=>{BDFDB['ListenerUtils']['stopEvent'](jU);eQ['GuildUtils']['transitionToGuildSync'](jA['id']);if(typeof jy['click']=='function')jy['click']();});if(jy['menu'])jE['addEventListener']('contextmenu',jV=>{BDFDB['GuildUtils']['openMenu'](jA['id'],jV);if(typeof jy['menu']=='function')jy['menu']();});if(jy['size']){jD['style']['setProperty']('margin','0','important');jD['style']['setProperty']('width',jy['size']+'px','important');jD['style']['setProperty']('height',jy['size']+'px','important');}return jD;}else return null;};BDFDB['GuildUtils']['openMenu']=function(jW,jX=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](jW)?BDFDB['GuildUtils']['getId'](jW):typeof jW=='object'?jW['id']:jW;let jZ=eQ['GuildStore']['getGuild'](d);if(jZ)eQ['ContextMenuUtils']['openContextMenu'](jX,function(jX){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('GuildContextMenu'),Object['assign']({},jX,{'type':BDFDB['DiscordConstants']['ContextMenuTypes']['GUILD_ICON_BAR'],'guild':jZ,'badge':eQ['MentionUtils']['getMentionCount'](jZ['id']),'link':BDFDB['DiscordConstants']['Routes']['CHANNEL'](jZ['id'],eQ['LastChannelStore']['getChannelId'](jZ['id'])),'selected':jZ['id']==eQ['LastGuildStore']['getGuildId']()}));});};BDFDB['GuildUtils']['markAsRead']=function(k1){if(!k1)return;var k2=[];for(let k3 of BDFDB['ArrayUtils']['is'](k1)?k1:typeof k1=='string'||typeof k1=='number'?Array['of'](k1):Array['from'](k1)){let d=Node['prototype']['isPrototypeOf'](k3)?BDFDB['GuildUtils']['getId'](k3):k3&&typeof k3=='object'?k3['id']:k3;let k5=d?eQ['GuildChannelStore']['getChannels'](d):null;if(k5)for(let k6 in k5)if(BDFDB['ArrayUtils']['is'](k5[k6]))for(let k7 of k5[k6])k2['push'](k7['channel']['id']);}if(k2['length'])eQ['AckUtils']['bulkAck'](k2);};BDFDB['FolderUtils']={};BDFDB['FolderUtils']['getId']=function(k8){if(!Node['prototype']['isPrototypeOf'](k8)||!BDFDB['ReactUtils']['getInstance'](k8))return;k8=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildfolderwrapper'],k8);if(!k8)return;return BDFDB['ReactUtils']['findValue'](k8,'folderId',{'up':!![]});};BDFDB['FolderUtils']['getDiv']=function(k9){if(!k9)return null;let ka=BDFDB['FolderUtils']['getData'](k9);return ka?ka['div']:null;};BDFDB['FolderUtils']['getData']=function(kb){if(!kb)return null;let d=Node['prototype']['isPrototypeOf'](kb)?BDFDB['FolderUtils']['getId'](kb):typeof kb=='object'?kb['id']:kb;d=typeof d=='number'?d['toFixed']():d;for(let kd of BDFDB['FolderUtils']['getAll']())if(kd&&kd['folderId']==d)return kd;return null;};BDFDB['FolderUtils']['getAll']=function(){var ke=[],kf=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guildswrapper']),{'name':'GuildFolder','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kg in kf)if(kf[kg]['props']&&kf[kg]['props']['folderId']){ke['push'](Object['assign']({},kf[kg]['props'],{'div':BDFDB['ReactUtils']['findDOMNode'](kf[kg]),'instance':kf[kg]}));}return ke;};BDFDB['ChannelUtils']={};BDFDB['ChannelUtils']['getId']=function(kh){if(!Node['prototype']['isPrototypeOf'](kh)||!BDFDB['ReactUtils']['getInstance'](kh))return;kh=BDFDB['DOMUtils']['getParent'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],kh);if(!kh)return;var ki=BDFDB['ReactUtils']['findValue'](kh,'channel');return ki?ki['id']['toString']():null;};BDFDB['ChannelUtils']['getDiv']=function(kj){if(!kj)return null;let kk=BDFDB['ChannelUtils']['getData'](kj);return kk?kk['div']:null;};BDFDB['ChannelUtils']['getData']=function(kl){if(!kl)return null;let d=Node['prototype']['isPrototypeOf'](kl)?BDFDB['ChannelUtils']['getId'](kl):typeof kl=='object'?kl['id']:kl;d=typeof d=='number'?d['toFixed']():d;for(let kn of BDFDB['ChannelUtils']['getAll']())if(kn&&kn['id']==d)return kn;return null;};BDFDB['ChannelUtils']['getAll']=function(){var ko=[],kp=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['channels']),{'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kq in kp)if(kp[kq]['props']&&!kp[kq]['props']['ispin']&&kp[kq]['props']['channel']&&kp[kq]['_reactInternalFiber']['return']){var kr=BDFDB['ReactUtils']['findDOMNode'](kp[kq]);kr=kr&&BDFDB['DOMUtils']['containsClass'](kr['parentElement'],BDFDB['disCN']['categorycontainerdefault'],BDFDB['disCN']['channelcontainerdefault'],![])?kr['parentElement']:kr;ko['push'](Object['assign'](new kp[kq]['props']['channel']['constructor'](kp[kq]['props']['channel']),{'div':kr,'instance':kp[kq]}));}return ko;};BDFDB['ChannelUtils']['getSelected']=function(){var ks=eQ['ChannelStore']['getChannel'](eQ['LastChannelStore']['getChannelId']());if(ks)return BDFDB['ChannelUtils']['getData'](ks['id'])||Object['assign'](new ks['constructor'](ks),{'div':null,'instance':null});else return null;};BDFDB['ChannelUtils']['openMenu']=function(kt,ku=BDFDB['mousePosition']){let d=Node['prototype']['isPrototypeOf'](kt)?BDFDB['ChannelUtils']['getId'](kt):typeof kt=='object'?kt['id']:kt;let kw=eQ['ChannelStore']['getChannel'](d);if(kw){let kx=null;for(let ky in BDFDB['DiscordConstants']['ChannelTypes'])if(BDFDB['DiscordConstants']['ChannelTypes'][ky]==kw['type']){kx=BDFDB['DiscordConstants']['ContextMenuTypes'][(ky=='GUILD_CATEGORY'?'CHANNEL_':'CHANNEL_LIST_')+ky['replace']('GUILD_','')];break;}if(kx)eQ['ContextMenuUtils']['openContextMenu'](ku,function(ku){return BDFDB['ReactUtils']['createElement'](BDFDB['ModuleUtils']['findByName']('ChannelContextMenu'),Object['assign']({},ku,{'type':kx,'channel':kw,'guild':eQ['GuildStore']['getGuild'](kw['guild_id']),'selected':kw['id']==eQ['LastChannelStore']['getChannelId']()}));});}};BDFDB['DMUtils']={};BDFDB['DMUtils']['getIcon']=function(d){var kB=eQ['ChannelStore']['getChannel'](d=typeof d=='number'?d['toFixed']():d);if(!kB)return null;if(!kB['icon'])return kB['type']==0x1?BDFDB['UserUtils']['getAvatar'](kB['recipients'][0x0]):kB['type']==0x3?'https://discordapp.com/assets/f046e2247d730629309457e902d5c5b3.svg':null;return eQ['IconUtils']['getChannelIconURL'](kB)['split']('?')[0x0];};BDFDB['DMUtils']['getId']=function(kC){if(!Node['prototype']['isPrototypeOf'](kC)||!BDFDB['ReactUtils']['getInstance'](kC))return;let kD=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],kC);if(!kD)return;var kE=kD['querySelector'](BDFDB['dotCN']['guildiconwrapper']);var d=kE&&kE['href']?kE['href']['split']('/')['slice'](-0x1)[0x0]:null;return d&&!isNaN(parseInt(d))?d['toString']():null;};BDFDB['DMUtils']['getDiv']=function(kG){if(!kG)return null;if(Node['prototype']['isPrototypeOf'](kG)){var kH=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['guildouter'],kG);return kH?kH['parentElement']:kH;}else{let d=typeof kG=='object'?kG['id']:kG;if(d){var kH=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 kH&&BDFDB?kH['parentElement']:kH;}}return null;};BDFDB['DMUtils']['getData']=function(kK){if(!kK)return null;let d=Node['prototype']['isPrototypeOf'](kK)?BDFDB['getDmID'](kK):typeof kK=='object'?kK['id']:kK;d=typeof d=='number'?d['toFixed']():d;for(let kM of BDFDB['DMUtils']['getAll']())if(kM&&kM['id']==d)return kM;return null;};BDFDB['DMUtils']['getAll']=function(){var kN=[],kO=BDFDB['ReactUtils']['findOwner'](document['querySelector'](BDFDB['dotCN']['guilds']),{'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let kP in kO)if(kO[kP]['props']&&kO[kP]['props']['channel']&&kO[kP]['_reactInternalFiber']['child'])kN['push'](Object['assign'](new kO[kP]['props']['channel']['constructor'](kO[kP]['props']['channel']),{'div':BDFDB['ReactUtils']['findDOMNode'](kO[kP]),'instance':kO[kP]}));return kN;};BDFDB['DMUtils']['markAsRead']=BDFDB['ChannelUtils']['markAsRead']=function(kQ){if(!kQ)return;var kR=[];for(let kS of kQ=BDFDB['ArrayUtils']['is'](kQ)?kQ:typeof kQ=='string'||typeof kQ=='number'?Array['of'](kQ):Array['from'](kQ)){let d=Node['prototype']['isPrototypeOf'](kS)?BDFDB['ChannelUtils']['getId'](kS)||BDFDB['getDmID'](kS):kS&&typeof kS=='object'?kS['id']:kS;if(d)kR['push'](d);}if(kR['length'])eQ['AckUtils']['bulkAck'](kR);};BDFDB['DataUtils']={};BDFDB['DataUtils']['cached']={};BDFDB['DataUtils']['save']=function(kU,kV,kW,d){var kY,kZ;if(!BDFDB['BDUtils']['isBDv2']()){kZ=typeof kV==='string'?kV:kV['name'];kY=eN['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=eN['path']['join'](l0,'settings.json');}var l1=eN['fs']['existsSync'](kY);var l2=!l1?{}:typeof BDFDB['DataUtils']['cached'][kZ]!=='undefined'?BDFDB['DataUtils']['cached'][kZ]:e['readConfig'](kY);if(d===undefined)l2[kW]=BDFDB['ObjectUtils']['is'](kU)?BDFDB['ObjectUtils']['sort'](kU):kU;else{if(!BDFDB['ObjectUtils']['is'](l2[kW]))l2[kW]={};l2[kW][d]=BDFDB['ObjectUtils']['is'](kU)?BDFDB['ObjectUtils']['sort'](kU):kU;}if(BDFDB['ObjectUtils']['isEmpty'](l2[kW]))delete l2[kW];if(BDFDB['ObjectUtils']['isEmpty'](l2)){delete BDFDB['DataUtils']['cached'][kZ];if(l1)eN['fs']['unlinkSync'](kY);}else{l2=BDFDB['ObjectUtils']['sort'](l2);BDFDB['DataUtils']['cached'][kZ]=BDFDB['ObjectUtils']['deepAssign']({},l2);eN['fs']['writeFileSync'](kY,JSON['stringify'](l2,null,'\x09'));}};BDFDB['DataUtils']['load']=function(l3,l4,d){var l6,l7;if(!BDFDB['BDUtils']['isBDv2']()){l7=typeof l3==='string'?l3:l3['name'];l6=eN['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),l7+'.config.json');}else{l7=typeof l3==='string'?l3['toLowerCase']():null;var l8=l7?BDFDB['Plugins'][l7]?BDFDB['Plugins'][l7]['contentPath']:null:l3['contentPath'];if(!l8)return{};l6=eN['path']['join'](l8,'settings.json');}if(!eN['fs']['existsSync'](l6)){delete BDFDB['DataUtils']['cached'][l7];return{};}var l9=typeof BDFDB['DataUtils']['cached'][l7]!=='undefined'&&typeof BDFDB['DataUtils']['cached'][l7][l4]!=='undefined'?BDFDB['DataUtils']['cached'][l7]:e['readConfig'](l6);BDFDB['DataUtils']['cached'][l7]=BDFDB['ObjectUtils']['deepAssign']({},l9);let la=BDFDB['ObjectUtils']['deepAssign']({},l9&&typeof l9[l4]!=='undefined'?l9[l4]:{});if(d===undefined)return la;else return la[d]===undefined?null:la[d];};BDFDB['DataUtils']['remove']=function(lb,lc,d){var le,lf;if(!BDFDB['BDUtils']['isBDv2']()){lf=typeof lb==='string'?lb:lb['name'];le=eN['path']['join'](BDFDB['BDUtils']['getPluginsFolder'](),lf+'.config.json');}else{lf=typeof lb==='string'?lb['toLowerCase']():null;var lg=lf?BDFDB['Plugins'][lf]?BDFDB['Plugins'][lf]['contentPath']:null:lb['contentPath'];if(!lg)return;le=eN['path']['join'](lg,'settings.json');}var lh=eN['fs']['existsSync'](le);var li=!lh?{}:typeof BDFDB['DataUtils']['cached'][lf]!=='undefined'?BDFDB['DataUtils']['cached'][lf]:e['readConfig'](le);if(d===undefined)delete li[lc];else if(BDFDB['ObjectUtils']['is'](li[lc]))delete li[lc][d];if(BDFDB['ObjectUtils']['isEmpty'](li[lc]))delete li[lc];if(BDFDB['ObjectUtils']['isEmpty'](li)){delete BDFDB['DataUtils']['cached'][lf];if(lh)eN['fs']['unlinkSync'](le);}else{li=BDFDB['ObjectUtils']['sort'](li);BDFDB['DataUtils']['cached'][lf]=li;eN['fs']['writeFileSync'](le,JSON['stringify'](li,null,'\x09'));}};BDFDB['DataUtils']['get']=function(lj,lk,d){lj=typeof lj=='string'?BDFDB['BDUtils']['getPlugin'](lj):lj;if(!BDFDB['ObjectUtils']['is'](lj)||!lj['defaults']||!lj['defaults'][lk])return{};var lm=BDFDB['DataUtils']['load'](lj,lk),ln={},lo=![];for(let lp in lj['defaults'][lk]){if(lm[lp]==null){ln[lp]=BDFDB['ObjectUtils']['is'](lj['defaults'][lk][lp]['value'])?BDFDB['ObjectUtils']['deepAssign']({},lj['defaults'][lk][lp]['value']):lj['defaults'][lk][lp]['value'];lo=!![];}else ln[lp]=lm[lp];}if(lo)BDFDB['DataUtils']['save'](ln,lj,lk);if(d===undefined)return ln;else return ln[d]===undefined?null:ln[d];};e['readConfig']=function(lq){try{return JSON['parse'](eN['fs']['readFileSync'](lq));}catch(lr){return{};}};BDFDB['ColorUtils']={};BDFDB['ColorUtils']['convert']=function(ls,lt,lu){if(ls==null)return null;lt=lt===undefined||!lt?lt='RGBCOMP':lt['toUpperCase']();lu=lu===undefined||!lu||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP','HEX','HEXA','INT']['includes'](lu['toUpperCase']())?BDFDB['ColorUtils']['getType'](ls):lu['toUpperCase']();if(lt=='RGBCOMP'){switch(lu){case'RGBCOMP':if(ls['length']==0x3)return m4(ls);else if(ls['length']==0x4){let lv=m7(ls['pop']());return m4(ls)['concat'](lv);}break;case'RGB':return m4(ls['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':let lw=ls['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');let lv=m7(lw['pop']());return m4(lw)['concat'](lv);case'HSLCOMP':if(ls['length']==0x3)return BDFDB['ColorUtils']['convert']('hsl('+mb(ls)['join'](',')+')','RGBCOMP');else if(ls['length']==0x4){let ly=m7(ls['pop']());return BDFDB['ColorUtils']['convert']('hsl('+mb(ls)['join'](',')+')','RGBCOMP')['concat'](ly);}break;case'HSL':var lz=mb(ls['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var lA,lB,lC,lD,lE,lF,lG,lH;var lI=lz[0x0]/0x168,lJ=parseInt(lz[0x1])/0x64,lK=parseInt(lz[0x2])/0x64;lD=Math['floor'](lI*0x6);lE=lI*0x6-lD;lF=lK*(0x1-lJ);lG=lK*(0x1-lE*lJ);lH=lK*(0x1-(0x1-lE)*lJ);switch(lD%0x6){case 0x0:lA=lK,lB=lH,lC=lF;break;case 0x1:lA=lG,lB=lK,lC=lF;break;case 0x2:lA=lF,lB=lK,lC=lH;break;case 0x3:lA=lF,lB=lG,lC=lK;break;case 0x4:lA=lH,lB=lF,lC=lK;break;case 0x5:lA=lK,lB=lF,lC=lG;break;}return[Math['round'](lA*0xff),Math['round'](lB*0xff),Math['round'](lC*0xff)];case'HSLA':var lz=ls['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');return BDFDB['ColorUtils']['convert']('hsl('+lz['join'](',')+')','RGBCOMP')['concat'](m7(lz['pop']()));case'HEX':var lM=/^#([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'](ls);return[parseInt(lM[0x1]+lM[0x1]||lM[0x4],0x10)['toString'](),parseInt(lM[0x2]+lM[0x2]||lM[0x5],0x10)['toString'](),parseInt(lM[0x3]+lM[0x3]||lM[0x6],0x10)['toString']()];case'HEXA':var lM=/^#([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'](ls);return[parseInt(lM[0x1]+lM[0x1]||lM[0x5],0x10)['toString'](),parseInt(lM[0x2]+lM[0x2]||lM[0x6],0x10)['toString'](),parseInt(lM[0x3]+lM[0x3]||lM[0x7],0x10)['toString'](),Math['floor'](BDFDB['NumberUtils']['mapRange']([0x0,0xff],[0x0,0x64],parseInt(lM[0x4]+lM[0x4]||lM[0x8],0x10)['toString']()))/0x64];case'INT':ls=mf(ls);return[(ls>>0x10&0xff)['toString'](),(ls>>0x8&0xff)['toString'](),(ls&0xff)['toString']()];default:return null;}}else{var lO=lu=='RGBCOMP'?ls:BDFDB['ColorUtils']['convert'](ls,'RGBCOMP',lu);if(lO)switch(lt){case'RGB':return'rgb('+m4(lO['slice'](0x0,0x3))['join'](',')+')';case'RGBA':lO=lO['slice'](0x0,0x4);var ly=lO['length']==0x4?m7(lO['pop']()):0x1;return'rgba('+m4(lO)['concat'](ly)['join'](',')+')';case'HSLCOMP':var ly=lO['length']==0x4?m7(lO['pop']()):null;var lz=mb(BDFDB['ColorUtils']['convert'](lO,'HSL')['replace'](/\s/g,'')['split'](','));return ly!=null?lz['concat'](ly):lz;case'HSL':var lA=m2(lO[0x0]),lB=m2(lO[0x1]),lC=m2(lO[0x2]);var lV=Math['max'](lA,lB,lC),lW=Math['min'](lA,lB,lC),lX=lV-lW,lI,lJ=lV===0x0?0x0:lX/lV,lK=lV/0xff;switch(lV){case lW:lI=0x0;break;case lA:lI=lB-lC+lX*(lB0xff?0xff:lE<0x0?0x0:lE;}};function m4(lw){return lw['map'](lE=>{return m2(lE);});};function m7(ly){if(ly==null){return 0x1;}else{ly=ly['toString']();ly=(ly['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(ly['replace'](/[^0-9\.\-]/g,''));return isNaN(ly)||ly>0x1?0x1:ly<0x0?0x0:ly;}};function m9(ma){if(ma==null){return'100%';}else{ma=parseFloat(ma['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(ma)||ma>0x64?0x64:ma<0x0?0x0:ma)+'%';}};function mb(lw){let lI=parseFloat(lw['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));lI=isNaN(lI)||lI>0x168?0x168:lI<0x0?0x0:lI;return[lI]['concat'](lw['map'](me=>{return m9(me);}));};function mf(lE){if(lE==null){return 0xffffff;}else{lE=parseInt(lE['toString']()['replace'](/[^0-9]/g,''));return isNaN(lE)||lE>0xffffff?0xffffff:lE<0x0?0x0:lE;}};};BDFDB['ColorUtils']['setAlpha']=function(mh,mi,mj){if(BDFDB['ObjectUtils']['is'](mh)){var mk={};for(let ml in mh)mk[ml]=mm(mh[ml],mi,mj);return mk;}return mm(mh,mi,mj);function mm(mh){var mo=BDFDB['ColorUtils']['convert'](mh,'RGBCOMP');if(mo){mi=mi['toString']();mi=(mi['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mi['replace'](/[^0-9\.\-]/g,''));mi=isNaN(mi)||mi>0x1?0x1:mi<0x0?0x0:mi;mo[0x3]=mi;mj=(mj||BDFDB['ColorUtils']['getType'](mh))['toUpperCase']();mj=mj=='RGB'||mj=='HSL'||mj=='HEX'?mj+'A':mj;return BDFDB['ColorUtils']['convert'](mo,mj);}return null;}};BDFDB['ColorUtils']['getAlpha']=function(mp){var mq=BDFDB['ColorUtils']['convert'](mp,'RGBCOMP');if(mq){if(mq['length']==0x3)return 0x1;else if(mq['length']==0x4){let mr=mq[0x3]['toString']();mr=(mr['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mr['replace'](/[^0-9\.\-]/g,''));return isNaN(mr)||mr>0x1?0x1:mr<0x0?0x0:mr;}}return null;};BDFDB['ColorUtils']['change']=function(ms,mt,mu){mt=parseFloat(mt);if(ms!=null&&typeof mt=='number'&&!isNaN(mt)){if(BDFDB['ObjectUtils']['is'](ms)){var mv={};for(let mw in ms)mv[mw]=mx(ms[mw],mt,mu);return mv;}else return mx(ms,mt,mu);}return null;function mx(ms){var mz=BDFDB['ColorUtils']['convert'](ms,'RGBCOMP');if(mz){if(parseInt(mt)!==mt){mt=mt['toString']();mt=(mt['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(mt['replace'](/[^0-9\.\-]/g,''));mt=isNaN(mt)?0x0:mt;return BDFDB['ColorUtils']['convert']([Math['round'](mz[0x0]*(0x1+mt)),Math['round'](mz[0x1]*(0x1+mt)),Math['round'](mz[0x2]*(0x1+mt))],mu||BDFDB['ColorUtils']['getType'](ms));}else return BDFDB['ColorUtils']['convert']([Math['round'](mz[0x0]+mt),Math['round'](mz[0x1]+mt),Math['round'](mz[0x2]+mt)],mu||BDFDB['ColorUtils']['getType'](ms));}return null;};};BDFDB['ColorUtils']['invert']=function(mA,mB){if(mA!=null){var mC=BDFDB['ColorUtils']['convert'](mA,'RGBCOMP');if(mC)return BDFDB['ColorUtils']['convert']([0xff-mC[0x0],0xff-mC[0x1],0xff-mC[0x2]],mB||BDFDB['ColorUtils']['getType'](mA));}return null;};BDFDB['ColorUtils']['compare']=function(mD,mE){if(mD&&mE){mD=BDFDB['ColorUtils']['convert'](mD,'RGBA');mE=BDFDB['ColorUtils']['convert'](mE,'RGBA');if(mD&&mE)return BDFDB['equals'](mD,mE);}return null;};BDFDB['ColorUtils']['isBright']=function(mF,mG=0xa0){mF=BDFDB['ColorUtils']['convert'](mF,'RGBCOMP');if(!mF)return![];return parseInt(mG)-0x1&&mH<0x1000000)return'INT';}return null;function mJ(mI){return mI['slice'](0x0,0x3)['every'](mL=>mL['toString']()['indexOf']('%')==-0x1&&parseFloat(mL)==parseInt(mL));};function mM(mI){return mI['slice'](0x1,0x3)['every'](mO=>mO['toString']()['indexOf']('%')==mO['length']-0x1);};};BDFDB['ColorUtils']['createGradient']=function(mP,mQ='to\x20right'){var mR={};var mS='linear-gradient('+mQ;for(let mT of Object['keys'](mP)['sort']())mS+=',\x20'+mP[mT]+'\x20'+mT*0x64+'%';return mS+=')';};BDFDB['ColorUtils']['getSwatchColor']=function(mU,mV){if(!Node['prototype']['isPrototypeOf'](mU))return;var mW=mU['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mV+'\x22]');if(!mW)return null;var mX=BDFDB['ReactUtils']['getInstance'](mU['querySelector'](BDFDB['dotCN']['colorpickerswatches']+'[number=\x22'+mV+'\x22]'));if(mX)return BDFDB['ReactUtils']['findValue'](mX,'selectedColor',{'up':!![],'blacklist':{'props':!![]}});else{var mY=mW['querySelector'](''+(BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']));return mY?mY['gradient']||BDFDB['ColorUtils']['convert'](mY['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;}};BDFDB['ColorUtils']['openPicker']=function(mZ,n0,n1,n2={'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}}){if(!mZ||!n0)return;if(n2['comp']){n2['gradient']=![];n2['alpha']=![];}if(typeof n2['callback']!='function')n2['callback']=c=>{};var n5=n2['alpha']?'HEXA':'HEX';var n6=n2['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 n7=BDFDB['ObjectUtils']['is'](mZ)&&!!mZ['_reactInternalFiber'];var n8=!n7&&BDFDB['DOMUtils']['containsClass'](mZ,'swatches');var n9=n1&&BDFDB['ObjectUtils']['is'](n1);var na=BDFDB['ColorUtils']['convert'](n9?n1[Object['keys'](n1)[0x0]]:n1,n5)||(n2['alpha']?'#000000FF':'#000000');var [nb,nc,nd]=BDFDB['ColorUtils']['convert'](na,'HSLCOMP');var ne=BDFDB['ColorUtils']['getAlpha'](n9?n1[Object['keys'](n1)[0x0]]:n1);ne=ne==null?0x1:ne;var nf=BDFDB['DOMUtils']['getRects'](n0);var ng=BDFDB['DOMUtils']['create']('');document['querySelector'](BDFDB['dotCN']['popouts'])['appendChild'](ng);var nh=ni=>{if(!ng['contains'](ni['target'])){document['removeEventListener']('mousedown',nh);ng['remove']();}};document['addEventListener']('mousedown',nh);var nj=ng['querySelector'](BDFDB['dotCNS']['colorpickerhexinput']+BDFDB['dotCN']['input']);var nk=ng['querySelector']('.saturation-color');var nl=ng['querySelector']('.saturation-cursor');var nm=ng['querySelector']('.hue-horizontal');var nn=ng['querySelector']('.hue-cursor');var no=ng['querySelector']('.alpha-bar');var np=ng['querySelector']('.alpha-horizontal');var nq=ng['querySelector']('.alpha-cursor');var nr=ng['querySelector']('.gradient-button');var ns=ng['querySelector']('.gradient-bar');var nt=ng['querySelector']('.gradient-horizontal');var nu,nv,nw,nx,ny,nz,nA,nB,nC,nD;ol();if(n9)for(let nE in n1)if(nE>0x0&&nE<0x1)nt['appendChild'](BDFDB['DOMUtils']['create'](''));oq(![]);if(!n2['gradient'])BDFDB['DOMUtils']['remove'](ng['querySelectorAll']('.gradient-button,\x20.gradient-bar'));if(!n2['alpha'])BDFDB['DOMUtils']['remove'](ng['querySelectorAll']('.alpha-bar'));BDFDB['ListenerUtils']['addToChildren'](ng,'mousedown','.move-corner',nF=>{var nG=BDFDB['DOMUtils']['getRects'](ng);var nH=getComputedStyle(ng,null)['getPropertyValue']('transform')['replace'](/[^0-9,-]/g,'')['split'](',');var nI=nG['left']-(nH['length']>0x4?parseFloat(nH[0x4]):0x0);var nJ=nG['top']-(nH['length']>0x4?parseFloat(nH[0x5]):0x0);var nK=nF['pageX'];var nL=nF['pageY'];var nM=c=>{BDFDB['DOMUtils']['removeLocalStyle']('disableTextSelection');document['removeEventListener']('mouseup',nM);document['removeEventListener']('mousemove',nO);};var nO=nP=>{nI=nI-(nK-nP['pageX']);nJ=nJ-(nL-nP['pageY']);nK=nP['pageX'];nL=nP['pageY'];ng['style']['setProperty']('left',nI+'px','important');ng['style']['setProperty']('top',nJ+'px','important');ol();};document['addEventListener']('mouseup',nM);document['addEventListener']('mousemove',nO);});nk['addEventListener']('mousedown',nQ=>{nc=BDFDB['NumberUtils']['mapRange']([nu,nv],[0x0,0x64],nQ['clientX'])+'%';nd=BDFDB['NumberUtils']['mapRange']([nw,nx],[0x64,0x0],nQ['clientY'])+'%';oq(!![]);var nR=c=>{document['removeEventListener']('mouseup',nR);document['removeEventListener']('mousemove',nT);};var nT=nU=>{nc=BDFDB['NumberUtils']['mapRange']([nu,nv],[0x0,0x64],nU['clientX'])+'%';nd=BDFDB['NumberUtils']['mapRange']([nw,nx],[0x64,0x0],nU['clientY'])+'%';oq(!![]);};document['addEventListener']('mouseup',nR);document['addEventListener']('mousemove',nT);});nm['addEventListener']('mousedown',nV=>{nb=BDFDB['NumberUtils']['mapRange']([ny,nz],[0x0,0x168],nV['clientX']);oq(!![]);var nW=c=>{document['removeEventListener']('mouseup',nW);document['removeEventListener']('mousemove',nY);};var nY=nZ=>{nb=BDFDB['NumberUtils']['mapRange']([ny,nz],[0x0,0x168],nZ['clientX']);oq(!![]);};document['addEventListener']('mouseup',nW);document['addEventListener']('mousemove',nY);});np['addEventListener']('mousedown',o0=>{ne=BDFDB['NumberUtils']['mapRange']([nA,nB],[0x0,0x1],o0['clientX']);oq(!![]);var o1=BDFDB['DOMUtils']['create']('');var o2=c=>{o1['remove']();document['removeEventListener']('mouseup',o2);document['removeEventListener']('mousemove',o4);};var o4=o5=>{if(!o1['parentElement'])nq['appendChild'](o1);ne=Math['floor'](BDFDB['NumberUtils']['mapRange']([nA,nB],[0x0,0x64],o5['clientX']))/0x64;o1['innerText']=ne;oq(!![]);};document['addEventListener']('mouseup',o2);document['addEventListener']('mousemove',o4);});nt['addEventListener']('mousedown',o6=>{setImmediate(c=>{if(BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'gradient-cursor')){if(o6['which']==0x1){if(!BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'selected')){BDFDB['DOMUtils']['removeClass'](nt['querySelectorAll']('.gradient-cursor.selected'),'selected');BDFDB['DOMUtils']['addClass'](o6['target']['parentElement'],'selected');[nb,nc,nd]=BDFDB['ColorUtils']['convert'](o6['target']['style']['getPropertyValue']('background-color'),'HSLCOMP');ne=BDFDB['ColorUtils']['getAlpha'](o6['target']['style']['getPropertyValue']('background-color'));oq(!![]);}if(!BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'edge')){var o8=c=>{document['removeEventListener']('mouseup',o8);document['removeEventListener']('mousemove',oa);};var oa=ob=>{o6['target']['parentElement']['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nC,nD],[0x1,0x63],ob['clientX'])+'%');ow();};document['addEventListener']('mouseup',o8);document['addEventListener']('mousemove',oa);}}else if(o6['which']==0x3&&!BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'edge')){BDFDB['DOMUtils']['remove'](o6['target']['parentElement']);if(BDFDB['DOMUtils']['containsClass'](o6['target']['parentElement'],'selected')){var oc=nt['querySelector']('.gradient-cursor');BDFDB['DOMUtils']['addClass'](oc,'selected');[nb,nc,nd]=BDFDB['ColorUtils']['convert'](oc['firstElementChild']['style']['getPropertyValue']('background-color'),'HSLCOMP');ne=BDFDB['ColorUtils']['getAlpha'](firstElementChild['style']['getPropertyValue']('background-color'));}oq(!![]);}}else if(nt==o6['target']&&o6['which']==0x1){BDFDB['DOMUtils']['removeClass'](nt['querySelectorAll']('.gradient-cursor.selected'),'selected');var od=BDFDB['DOMUtils']['create']('');nt['appendChild'](od);[nb,nc,nd]=[0x0,'0%','0%'];ne=0x1;oq(!![]);var o8=c=>{document['removeEventListener']('mouseup',o8);document['removeEventListener']('mousemove',oa);};var oa=oh=>{od['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([nC,nD],[0x1,0x63],oh['clientX'])+'%');ow();};document['addEventListener']('mouseup',o8);document['addEventListener']('mousemove',oa);}});});nj['addEventListener']('input',oi=>{if(n6['test'](nj['value'])){[nb,nc,nd,ne]=BDFDB['ColorUtils']['convert'](nj['value'],'HSLCOMP');if(ne==null)ne=0x1;oq(![]);}});nr['addEventListener']('click',oj=>{n9=!n9;BDFDB['DOMUtils']['toggle'](ns,n9);BDFDB['DOMUtils']['toggleClass'](nr,'selected',n9);oq(!![]);});nr['addEventListener']('mouseenter',ok=>{BDFDB['TooltipUtils']['create'](nr,'Color\x20Gradient',{'type':'bottom'});});function ol(){var om=BDFDB['DOMUtils']['getRects'](nk);nu=om['left'];nv=nu+om['width'];nw=om['top'];nx=nw+om['height'];var on=BDFDB['DOMUtils']['getRects'](nm);ny=on['left'];nz=ny+on['width'];var oo=BDFDB['DOMUtils']['getRects'](np);nA=oo['left'];nB=nA+oo['width'];var op=BDFDB['DOMUtils']['getRects'](nt);nC=op['left'];nD=nC+op['width'];}function oq(or){nk['style']['setProperty']('background',BDFDB['ColorUtils']['convert']([nb,'100%','100%'],'RGB'),'important');nl['style']['setProperty']('left',nc,'important');nl['style']['setProperty']('top',BDFDB['NumberUtils']['mapRange']([0x0,0x64],[0x64,0x0],parseFloat(nd))+'%','important');nn['style']['setProperty']('left',BDFDB['NumberUtils']['mapRange']([0x0,0x168],[0x0,0x64],nb)+'%','important');np['style']['setProperty']('background','linear-gradient(to\x20right,\x20'+BDFDB['ColorUtils']['setAlpha']([nb,nc,nd],0x0,'RGBA')+',\x20'+BDFDB['ColorUtils']['setAlpha']([nb,nc,nd],0x1,'RGBA'),'important');nq['style']['setProperty']('left',ne*0x64+'%','important');var os=BDFDB['ColorUtils']['convert']([nb,nc,nd,ne],n5);var ot=BDFDB['ColorUtils']['convert'](os,'RGBA');if(n7){if(n9){nt['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',ot);ow();}else mZ['setState']({'selectedColor':ot,'customColor':ot});}else if(n8){u9(mZ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+'.selected'),null,![]);if(n9){nt['querySelector']('.gradient-cursor.selected')['firstElementChild']['style']['setProperty']('background-color',ot);ow();}else u9(mZ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),ot,!![]);}else{let ou=mZ['querySelector'](BDFDB['dotCN']['input']);if(ou)ou['value']=n2['comp']?BDFDB['ColorUtils']['convert'](os,'RGBCOMP')['join'](','):ot;let ov=mZ['querySelector'](BDFDB['dotCN']['colorpickerswatchsingle']);if(ov)ov['style']['setProperty']('background-color',ot,'important');}if(or)nj['value']=os;n2['callback'](ot);}function ow(){nt['style']['removeProperty']('background-color');var ox={};for(let oy of nt['querySelectorAll']('.gradient-cursor'))ox[parseFloat(oy['style']['getPropertyValue']('left'))/0x64]=oy['firstElementChild']['style']['getPropertyValue']('background-color');nt['style']['setProperty']('background-image',BDFDB['ColorUtils']['createGradient'](ox));if(n7)mZ['setState']({'selectedColor':ox,'customColor':ox});else u9(mZ['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatch']),ox,!![]);}};BDFDB['DOMUtils']={};BDFDB['DOMUtils']['addClass']=function(oz,...oA){if(!oz||!oA)return;for(let oB of BDFDB['ArrayUtils']['is'](oz)?oz:Array['of'](oz)){if(!oB){}else if(Node['prototype']['isPrototypeOf'](oB))oF(oB);else if(NodeList['prototype']['isPrototypeOf'](oB))for(let oC of oB)oF(oC);else if(typeof oB=='string')for(let oD of oB['split'](','))if(oD&&(oD=oD['trim']()))for(let oE of document['querySelectorAll'](oD))oF(oE);}function oF(oG){if(oG&&oG['classList'])for(let oH of oA)for(let oI of BDFDB['ArrayUtils']['is'](oH)?oH:Array['of'](oH))if(typeof oI=='string')for(let oJ of oI['split']('\x20'))if(oJ)oG['classList']['add'](oJ);}};BDFDB['DOMUtils']['removeClass']=function(oK,...oL){if(!oK||!oL)return;for(let oM of BDFDB['ArrayUtils']['is'](oK)?oK:Array['of'](oK)){if(!oM){}else if(Node['prototype']['isPrototypeOf'](oM))oQ(oM);else if(NodeList['prototype']['isPrototypeOf'](oM))for(let oN of oM)oQ(oN);else if(typeof oM=='string')for(let oO of oM['split'](','))if(oO&&(oO=oO['trim']()))for(let oP of document['querySelectorAll'](oO))oQ(oP);}function oQ(oR){if(oR&&oR['classList'])for(let oS of oL)for(let oT of BDFDB['ArrayUtils']['is'](oS)?oS:Array['of'](oS))if(typeof oT=='string')for(let oU of oT['split']('\x20'))if(oU)oR['classList']['remove'](oU);}};BDFDB['DOMUtils']['toggleClass']=function(oV,...oW){if(!oV||!oW)return;var oX=oW['pop']();if(typeof oX!='boolean'){oW['push'](oX);oX=undefined;}if(!oW['length'])return;for(let oY of BDFDB['ArrayUtils']['is'](oV)?oV:Array['of'](oV)){if(!oY){}else if(Node['prototype']['isPrototypeOf'](oY))p2(oY);else if(NodeList['prototype']['isPrototypeOf'](oY))for(let oZ of oY)p2(oZ);else if(typeof oY=='string')for(let p0 of oY['split'](','))if(p0&&(p0=p0['trim']()))for(let p1 of document['querySelectorAll'](p0))p2(p1);}function p2(p3){if(p3&&p3['classList'])for(let p4 of oW)for(let p5 of BDFDB['ArrayUtils']['is'](p4)?p4:Array['of'](p4))if(typeof p5=='string')for(let p6 of p5['split']('\x20'))if(p6)p3['classList']['toggle'](p6,oX);}};BDFDB['DOMUtils']['containsClass']=function(p7,...p8){if(!p7||!p8)return;var p9=p8['pop']();if(typeof p9!='boolean'){p8['push'](p9);p9=!![];}if(!p8['length'])return;var pa=undefined;for(let pb of BDFDB['ArrayUtils']['is'](p7)?p7:Array['of'](p7)){if(!pb){}else if(Node['prototype']['isPrototypeOf'](pb))pf(pb);else if(NodeList['prototype']['isPrototypeOf'](pb))for(let pc of pb)pf(pc);else if(typeof pb=='string')for(let pd of pb['split'](','))if(pd&&(pd=pd['trim']()))for(let pe of document['querySelectorAll'](pd))pf(pe);}return pa;function pf(pg){if(pg&&pg['classList'])for(let ph of p8)if(typeof ph=='string')for(let pi of ph['split']('\x20'))if(pi){if(pa===undefined)pa=p9;if(p9&&!pg['classList']['contains'](pi))pa=![];if(!p9&&pg['classList']['contains'](pi))pa=!![];}}};BDFDB['DOMUtils']['replaceClass']=function(pj,pk,pl){if(!pj||typeof pk!='string'||typeof pl!='string')return;for(let pm of BDFDB['ArrayUtils']['is'](pj)?pj:Array['of'](pj)){if(!pm){}else if(Node['prototype']['isPrototypeOf'](pm))pq(pm);else if(NodeList['prototype']['isPrototypeOf'](pm))for(let pn of pm)pq(pn);else if(typeof pm=='string')for(let po of pm['split'](','))if(po&&(po=po['trim']()))for(let pp of document['querySelectorAll'](po))pq(pp);}function pq(pr){if(pr&&pr['tagName']&&pr['className'])pr['className']=pr['className']['replace'](new RegExp(pk,'g'),pl)['trim']();}};BDFDB['DOMUtils']['formatClassName']=function(...ps){return ps['flat']()['filter'](pt=>pt)['join']('\x20');};BDFDB['DOMUtils']['removeClassFromDOM']=function(...pu){for(let pv of pu['flat']())if(typeof pv=='string')for(let pw of pv['split'](','))if(pw&&(pw=pw['replace'](/\.|\s/g,'')))BDFDB['DOMUtils']['removeClass'](document['querySelectorAll']('.'+pw),pw);};BDFDB['DOMUtils']['show']=function(...px){BDFDB['DOMUtils']['toggle'](...px,!![]);};BDFDB['DOMUtils']['hide']=function(...py){BDFDB['DOMUtils']['toggle'](...py,![]);};BDFDB['DOMUtils']['toggle']=function(...pz){if(!pz)return;var pA=pz['pop']();if(typeof pA!='boolean'){pz['push'](pA);pA=undefined;}if(!pz['length'])return;for(let pB of pz['flat']()){if(Node['prototype']['isPrototypeOf'](pB))pF(pB);else if(NodeList['prototype']['isPrototypeOf'](pB))for(let pC of pB)pF(pC);else if(typeof pB=='string')for(let pD of pB['split'](','))if(pD&&(pD=pD['trim']()))for(let pC of document['querySelectorAll'](pD))pF(pC);}function pF(pG){if(!pG||!Node['prototype']['isPrototypeOf'](pG))return;var pH=pA===undefined?!BDFDB['DOMUtils']['isHidden'](pG):!pA;if(pH)pG['style']['setProperty']('display','none','important');else pG['style']['removeProperty']('display');}};BDFDB['DOMUtils']['isHidden']=function(pI){if(Node['prototype']['isPrototypeOf'](pI)&&pI['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(pI,null)['getPropertyValue']('display')=='none';};BDFDB['DOMUtils']['remove']=function(...pJ){for(let pK of pJ['flat']()){if(Node['prototype']['isPrototypeOf'](pK))pK['remove']();else if(NodeList['prototype']['isPrototypeOf'](pK)){let pL=Array['from'](pK);while(pL['length'])pL['shift']()['remove']();}else if(typeof pK=='string')for(let pM of pK['split'](','))if(pM&&(pM=pM['trim']())){let pL=Array['from'](document['querySelectorAll'](pM));while(pL['length'])pL['shift']()['remove']();}}};BDFDB['DOMUtils']['create']=function(pO){if(typeof pO!='string'||!pO['trim']())return null;let pP=document['createElement']('template');try{pP['innerHTML']=pO['replace'](/(?[\t\r\n]+<(?!pre)/g,'><');}catch(pQ){pP['innerHTML']=pO['replace'](/>[\t\r\n]+<(?!pre)/g,'><');}if(pP['content']['childElementCount']==0x1)return pP['content']['firstElementChild'];else{var pR=document['createElement']('span');var pS=Array['from'](pP['content']['childNodes']);while(pS['length'])pR['appendChild'](pS['shift']());return pR;}};BDFDB['DOMUtils']['getParent']=function(pT,pU){var pV=null;if(Node['prototype']['isPrototypeOf'](pU)&&pT){var pW=NodeList['prototype']['isPrototypeOf'](pT)?pT:typeof pT=='string'?document['querySelectorAll'](pT):null;if(pW)for(let pX of pW)if(pX['contains'](pU)){pV=pX;break;}}return pV;};BDFDB['DOMUtils']['setText']=function(pY,pZ){if(!pY||!Node['prototype']['isPrototypeOf'](pY))return;var q0=pY['nodeType']==Node['TEXT_NODE']?pY:null;if(!q0)for(let q1 of pY['childNodes'])if(q1['nodeType']==Node['TEXT_NODE']||BDFDB['DOMUtils']['containsClass'](q1,'BDFDB-textnode')){q0=q1;break;}if(q0){if(Node['prototype']['isPrototypeOf'](pZ)&&pZ['nodeType']!=Node['TEXT_NODE']){BDFDB['DOMUtils']['addClass'](pZ,'BDFDB-textnode');pY['replaceChild'](pZ,q0);}else if(Node['prototype']['isPrototypeOf'](q0)&&q0['nodeType']!=Node['TEXT_NODE'])pY['replaceChild'](document['createTextNode'](pZ),q0);else q0['textContent']=pZ;}else pY['appendChild'](Node['prototype']['isPrototypeOf'](pZ)?pZ:document['createTextNode'](pZ));};BDFDB['DOMUtils']['getText']=function(q2){if(!q2||!Node['prototype']['isPrototypeOf'](q2))return;for(let q3 of q2['childNodes'])if(q3['nodeType']==Node['TEXT_NODE'])return q3['textContent'];};BDFDB['DOMUtils']['getRects']=function(q4){var q5={};if(Node['prototype']['isPrototypeOf'](q4)&&q4['nodeType']!=Node['TEXT_NODE']){var q6=q4;while(q6){var q7=BDFDB['DOMUtils']['isHidden'](q6);if(q7){BDFDB['DOMUtils']['toggle'](q6,!![]);q6['BDFDBgetRectsHidden']=!![];}q6=q6['parentElement'];}q5=q4['getBoundingClientRect']();q6=q4;while(q6){if(q6['BDFDBgetRectsHidden']){BDFDB['DOMUtils']['toggle'](q6,![]);delete q6['BDFDBgetRectsHidden'];}q6=q6['parentElement'];}}return q5;};BDFDB['DOMUtils']['getHeight']=function(q8){if(Node['prototype']['isPrototypeOf'](q8)&&q8['nodeType']!=Node['TEXT_NODE']){var q9=BDFDB['DOMUtils']['getRects'](q8);var qa=getComputedStyle(q8);return q9['height']+parseInt(qa['marginTop'])+parseInt(qa['marginBottom']);}return 0x0;};BDFDB['DOMUtils']['getWidth']=function(qb){if(Node['prototype']['isPrototypeOf'](qb)&&qb['nodeType']!=Node['TEXT_NODE']){var qc=BDFDB['DOMUtils']['getRects'](qb);var qd=getComputedStyle(qb);return qc['width']+parseInt(qd['marginLeft'])+parseInt(qd['marginRight']);}return 0x0;};BDFDB['DOMUtils']['appendWebScript']=function(qe,qf){if(!qf&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));qf=qf||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];qf=Node['prototype']['isPrototypeOf'](qf)?qf:document['head'];BDFDB['DOMUtils']['removeWebScript'](qe,qf);qf['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebScript']=function(qg,qh){qh=qh||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];qh=Node['prototype']['isPrototypeOf'](qh)?qh:document['head'];BDFDB['DOMUtils']['remove'](qh['querySelectorAll']('script[src=\x22'+qg+'\x22]'));};BDFDB['DOMUtils']['appendWebStyle']=function(qi,qj){if(!qj&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));qj=qj||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qj=Node['prototype']['isPrototypeOf'](qj)?qj:document['head'];BDFDB['DOMUtils']['removeWebStyle'](qi,qj);qj['appendChild'](BDFDB['DOMUtils']['create'](''));};BDFDB['DOMUtils']['removeWebStyle']=function(qk,ql){ql=ql||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];ql=Node['prototype']['isPrototypeOf'](ql)?ql:document['head'];BDFDB['DOMUtils']['remove'](ql['querySelectorAll']('link[href=\x22'+qk+'\x22]'));};BDFDB['DOMUtils']['appendLocalStyle']=function(d,qn,qo){if(!qo&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['DOMUtils']['create'](''));qo=qo||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qo=Node['prototype']['isPrototypeOf'](qo)?qo:document['head'];BDFDB['DOMUtils']['removeLocalStyle'](d,qo);qo['appendChild'](BDFDB['DOMUtils']['create'](''+qn['replace'](/\t|\r|\n/g,'')+''));};BDFDB['DOMUtils']['removeLocalStyle']=function(d,qq){qq=qq||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];qq=Node['prototype']['isPrototypeOf'](qq)?qq:document['head'];BDFDB['DOMUtils']['remove'](qq['querySelectorAll']('style[id=\x22'+d+'CSS\x22]'));};BDFDB['triggerSend']=function(qr){if(!qr)return;setImmediate(c=>{var qt=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](qt,'keyCode',{'value':0xd});Object['defineProperty'](qt,'which',{'value':0xd});qr['dispatchEvent'](qt);});};BDFDB['initElements']=function(qu,qv){if(!Node['prototype']['isPrototypeOf'](qu))return;var qw=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themelight'];qu['querySelectorAll']('.BDFDB-containertext')['forEach'](qx=>{if(BDFDB['DOMUtils']['containsClass'](qx['nextElementSibling'],'BDFDB-collapsecontainer')){if(BDFDB['DOMUtils']['containsClass'](qx['firstElementChild'],'closed'))BDFDB['DOMUtils']['toggle'](qx['nextElementSibling'],![]);qx['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggle'](qx['nextElementSibling'],BDFDB['DOMUtils']['containsClass'](qx['firstElementChild'],'closed'));BDFDB['DOMUtils']['toggleClass'](qx['firstElementChild'],'closed');};sj(qx,'click',qx['BDFDBupdateElement']);}});qu['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](qz=>{rX(qz,![]);qz['BDFDBupdateElement']=c=>{rX(qz,!![]);};sj(qz,'click',qz['BDFDBupdateElement']);});qu['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](qB=>{s7(qB);qB['BDFDBupdateElement']=c=>{s7(qB);};sj(qB,'click',qB['BDFDBupdateElement']);});qu['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](qD=>{sb(qD);qD['BDFDBupdateElement']=c=>{BDFDB['DOMUtils']['toggleClass'](qD,BDFDB['disCN']['giffavoriteselected']);sb(qD);};sj(qD,'click',qD['BDFDBupdateElement']);var d='FAV_s'+Math['round'](Math['random']()*0x2386f26fc10000);sj(qD,'mouseenter',c=>{BDFDB['DOMUtils']['remove']('#'+d+'_tooltip');BDFDB['TooltipUtils']['create'](qD,BDFDB['LanguageUtils']['LanguageStrings']['GIF_TOOLTIP_'+(BDFDB['DOMUtils']['containsClass'](qD,BDFDB['disCN']['giffavoriteselected'])?'REMOVE_FROM':'ADD_TO')+'_FAVORITES'],{'type':'top','id':d+'_tooltip'});});});qu['querySelectorAll']('.file-navigator')['forEach'](qH=>{qH['BDFDBupdateElement']=c=>{var qJ=qH['querySelector']('input[type=\x22file\x22]');if(qJ)qJ['click']();};sj(qH,'click',qH['BDFDBupdateElement']);});qu['querySelectorAll']('input[type=\x22file\x22]')['forEach'](qK=>{sj(qK,'change',qL=>{var qM=qK['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var qN=qK['files'][0x0];if(qM&&qN)qM['value']=qN['path'];});});qu['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](qO=>{sj(qO,'keydown',qP=>{qP['stopPropagation']();});});qu['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](qQ=>{qQ['setAttribute']('placeholder',BDFDB['LanguageUtils']['LanguageStrings']['SEARCHING']);sj(qQ,'keyup',qR=>{let qS=qQ['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon']);BDFDB['DOMUtils']['toggleClass'](qS[0x0],BDFDB['disCN']['searchbarvisible'],qQ['value']['length']==0x0);BDFDB['DOMUtils']['toggleClass'](qS[0x1],BDFDB['disCN']['searchbarvisible'],qQ['value']['length']);});});qu['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](qT=>{sj(qT,'click',qU=>{if(BDFDB['DOMUtils']['containsClass'](qT,BDFDB['disCN']['searchbarvisible'])){var qV=BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['searchbar'],qT)['querySelector'](BDFDB['dotCN']['searchbarinput']);qV['value']='';qV['dispatchEvent'](new Event('change'));qV['dispatchEvent'](new Event('input'));qV['dispatchEvent'](new Event('keydown'));qV['dispatchEvent'](new Event('keyup'));qV['dispatchEvent'](new Event('keypressed'));BDFDB['DOMUtils']['addClass'](qT['parentElement']['querySelectorAll'](BDFDB['dotCN']['searchbaricon'])[0x0],BDFDB['disCN']['searchbarvisible']);BDFDB['DOMUtils']['removeClass'](qT,BDFDB['disCN']['searchbarvisible']);}});});qu['querySelectorAll']('.numberinput-button-up')['forEach'](qW=>{sj(qW,'click',qX=>{var qY=qW['parentElement']['parentElement']['querySelector']('input');var qZ=parseInt(qY['getAttribute']('min'));var r0=parseInt(qY['getAttribute']('max'));var r1=parseInt(qY['value'])+0x1;if(isNaN(r0)||!isNaN(r0)&&r1<=r0){BDFDB['DOMUtils']['addClass'](qW['parentElement'],'pressed');clearTimeout(qW['parentElement']['pressedTimeout']);qY['value']=isNaN(qZ)||!isNaN(qZ)&&r1>=qZ?r1:qZ;qY['dispatchEvent'](new Event('change'));qY['dispatchEvent'](new Event('input'));qY['dispatchEvent'](new Event('keydown'));qY['dispatchEvent'](new Event('keyup'));qY['dispatchEvent'](new Event('keypressed'));qW['parentElement']['pressedTimeout']=setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](qW['parentElement'],'pressed');},0xbb8);}});});qu['querySelectorAll']('.numberinput-button-down')['forEach'](r3=>{sj(r3,'click',r4=>{var r5=r3['parentElement']['parentElement']['querySelector']('input');var r6=parseInt(r5['getAttribute']('min'));var r7=parseInt(r5['getAttribute']('max'));var r8=parseInt(r5['value'])-0x1;if(isNaN(r6)||!isNaN(r6)&&r8>=r6){BDFDB['DOMUtils']['addClass'](r3['parentElement'],'pressed');clearTimeout(r3['parentElement']['pressedTimeout']);r5['value']=isNaN(r7)||!isNaN(r7)&&r8<=r7?r8:r7;r5['dispatchEvent'](new Event('change'));r5['dispatchEvent'](new Event('input'));r5['dispatchEvent'](new Event('keydown'));r5['dispatchEvent'](new Event('keyup'));r5['dispatchEvent'](new Event('keypressed'));r3['parentElement']['pressedTimeout']=setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](r3['parentElement'],'pressed');},0xbb8);}});});qu['querySelectorAll']('.amount-input')['forEach'](ra=>{sj(ra,'input',rb=>{if(BDFDB['ObjectUtils']['is'](qv)){var rc=ra['getAttribute']('option');var rd=parseInt(ra['value']);var re=parseInt(ra['getAttribute']('min'));var rf=parseInt(ra['getAttribute']('max'));if(rc&&!isNaN(rd)&&(isNaN(re)||!isNaN(re)&&rd>=re)&&(isNaN(rf)||!isNaN(rf)&&rd<=rf)){BDFDB['DataUtils']['save'](rd,qv,'amounts',rc);qv['SettingsUpdated']=!![];}}});});qu['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](rg=>{sg(rg,rg['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==rg?0x2:0x0);sj(rg,'click',rh=>{BDFDB['DOMUtils']['removeClass'](qu['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']+BDFDB['dotCN']['modaltabcontentopen']),BDFDB['disCN']['modaltabcontentopen']);rg['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](rg=>{sg(rg,0x0);});var rj=qu['querySelector'](BDFDB['dotCN']['modaltabcontent']+'[tab=\x22'+rg['getAttribute']('tab')+'\x22]');if(rj)BDFDB['DOMUtils']['addClass'](rj,BDFDB['disCN']['modaltabcontentopen']);sg(rg,0x2);});sj(rg,'mouseenter',rk=>{if(!BDFDB['DOMUtils']['containsClass'](rg,BDFDB['disCN']['settingsitemselected']))sg(rg,0x1);});sj(rg,'mouseleave',rl=>{if(!BDFDB['DOMUtils']['containsClass'](rg,BDFDB['disCN']['settingsitemselected']))sg(rg,0x0);});});qu['querySelectorAll']('.BDFDB-textscrollwrapper')['forEach'](rm=>{var rn=rm['querySelector']('.BDFDB-textscroll');if(rn){if(BDFDB['DOMUtils']['containsClass'](rm['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))rm['style']['setProperty']('margin-right','10px');if(BDFDB['DOMUtils']['getRects'](rm)['width']>0x64)rm['style']['setProperty']('text-overflow','ellipsis','important');rm['style']['setProperty']('position','relative','important');rm['style']['setProperty']('display','block','important');rm['style']['setProperty']('overflow','hidden','important');rn['style']['setProperty']('left','0px','important');rn['style']['setProperty']('position','relative','important');rn['style']['setProperty']('white-space','nowrap','important');rn['style']['setProperty']('display','inline','important');var ro,rp;sj(rm,'mouseenter',rq=>{if(BDFDB['DOMUtils']['getRects'](rm)['width']{if(BDFDB['DOMUtils']['containsClass'](rm,'scrolling')){BDFDB['DOMUtils']['removeClass'](rm,'scrolling');rn['style']['setProperty']('display','inline','important');if(!rp||!ro)rs();ro(0x0);}});function rs(){rp=new eQ['AnimationUtils']['Value'](0x0);rp['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](rn)['width']-BDFDB['DOMUtils']['getRects'](rm)['width'])*-0x1]})['addListener'](rt=>{rn['style']['setProperty']('left',rt['value']+'px','important');});ro=ru=>{var rv=ru+parseFloat(rn['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](rn)['width']-BDFDB['DOMUtils']['getRects'](rm)['width']);rv=isNaN(rv)||!isFinite(rv)?ru:rv;rv*=BDFDB['DOMUtils']['getRects'](rn)['width']/(BDFDB['DOMUtils']['getRects'](rm)['width']*0x2);eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](rp,{'toValue':ru,'duration':Math['sqrt'](rv**0x2)*0xfa0/(rm['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['DOMUtils']['removeClass'](qu['querySelectorAll'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);BDFDB['DOMUtils']['addClass'](qu['querySelector'](BDFDB['dotCN']['modaltabcontent']),BDFDB['disCN']['modaltabcontentopen']);qu['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rw=>{rw['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['ADD'];});qu['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rx=>{rx['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['FORM_LABEL_ALL'];});qu['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ry=>{ry['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'];});qu['querySelectorAll']('.btn-done\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rz=>{rz['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DONE'];});qu['querySelectorAll']('.btn-download\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rA=>{rA['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['DOWNLOAD'];});qu['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rB=>{rB['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['OKAY'];});qu['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rC=>{rC['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SAVE'];});qu['querySelectorAll']('.btn-send\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rD=>{rD['innerText']=BDFDB['LanguageUtils']['LanguageStrings']['SEND'];});qu['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](rE=>{rE['innerText']=BDFDB['LanguageUtils']['LibraryStrings']['file_navigator_text'];});if(qw){BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectcontroldark']),BDFDB['disCN']['selectcontroldark'],BDFDB['disCN']['selectcontrollight']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectsingledark']),BDFDB['disCN']['selectsingledark'],BDFDB['disCN']['selectsinglelight']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerdark']),BDFDB['disCN']['selectarrowcontainerdark'],BDFDB['disCN']['selectarrowcontainerlight']);}else{BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectcontrollight']),BDFDB['disCN']['selectcontrollight'],BDFDB['disCN']['selectcontroldark']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectsinglelight']),BDFDB['disCN']['selectsinglelight'],BDFDB['disCN']['selectsingledark']);BDFDB['DOMUtils']['replaceClass'](qu['querySelectorAll'](BDFDB['dotCN']['selectarrowcontainerlight']),BDFDB['disCN']['selectarrowcontainerlight'],BDFDB['disCN']['selectarrowcontainerdark']);}var rF=c=>{qu['querySelectorAll']('.BDFDB-tableheader')['forEach'](rH=>{var rI=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rH);var rJ=rH['getAttribute']('table-id');var rK=rH['querySelector']('.BDFDB-tableheadertext');var rL=rH['querySelectorAll']('.BDFDB-tableheadercolumns\x20.BDFDB-tableheadercolumn');if(rI&&rJ&&rK&&rL['length']){let rM=![],rN=BDFDB['ObjectUtils']['is'](rI['BDFDB-tableheader-maxwidth'])?rI['BDFDB-tableheader-maxwidth'][rJ]:0x0;if(!rN){for(let rO of rL){let rP=BDFDB['DOMUtils']['getRects'](rO)['width'];rN=rP>rN?rP:rN;}rN+=0x4;}if(rL['length']*rN>0x12c){rM=!![];rN=parseInt(0x122/rL['length']);}else if(rN<0x24){rN=0x24;}rL['forEach']((rQ,rR)=>{rQ['style']['setProperty']('flex','0\x200\x20'+rN+'px','important');if(rM){if(rR==0x0)rQ['style']['setProperty']('margin-left',-0x1*(0xa+rN/0x2)+'px','important');rQ['style']['setProperty']('margin-top','0','important');rQ['style']['setProperty']('text-align','right','important');rQ['style']['setProperty']('writing-mode','vertical-rl','important');}else rQ['style']['setProperty']('text-align','center','important');});rK['style']['setProperty']('flex','0\x200\x20'+(0x22c-rL['length']*rN)+'px','important');rL[0x0]['parentElement']['style']['setProperty']('flex','0\x200\x20'+rL['length']*rN+'px','important');if(!BDFDB['ObjectUtils']['is'](rI['BDFDB-tableheader-maxwidth']))rI['BDFDB-tableheader-maxwidth']={};rI['BDFDB-tableheader-maxwidth'][rJ]=rN;}});qu['querySelectorAll']('.BDFDB-tablecheckbox')['forEach'](rS=>{var rT=BDFDB['DOMUtils']['getParent']('.BDFDB-modal,\x20.BDFDB-settings',rS);var rU=rS['getAttribute']('table-id');if(rT&&rU&&BDFDB['ObjectUtils']['is'](rT['BDFDB-tableheader-maxwidth'])&&rT['BDFDB-tableheader-maxwidth'][rU]){var rV=getComputedStyle(rS);rS['style']['setProperty']('flex','0\x200\x20'+(rT['BDFDB-tableheader-maxwidth'][rU]-parseInt(rV['marginLeft'])-parseInt(rV['marginRight']))+'px','important');}});};if(document['contains'](qu))rF();else setImmediate(c=>{rF();});function rX(rY,rZ){if(!rY)return;var s0=rY['checked'];BDFDB['DOMUtils']['toggleClass'](rY['parentElement'],BDFDB['disCN']['switchvaluechecked'],s0);BDFDB['DOMUtils']['toggleClass'](rY['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!s0);if(rZ&&BDFDB['ObjectUtils']['is'](qv)&&BDFDB['DOMUtils']['containsClass'](rY,'settings-switch')){let s1=rY['getAttribute']('value')['trim']()['split']('\x20')['filter'](s2=>s2);let s3=s1['shift']();if(s3){var s4=BDFDB['DataUtils']['load'](qv,s3);var s5='';for(let s6 of s1)s5+='{\x22'+s6+'\x22:';s5+=s0+'}'['repeat'](s1['length']);s5=JSON['parse'](s5);if(BDFDB['ObjectUtils']['is'](s5))BDFDB['ObjectUtils']['deepAssign'](s4,s5);else s4=s5;BDFDB['DataUtils']['save'](s4,qv,s3);qv['SettingsUpdated']=!![];}}};function s7(s8){if(!s8)return;var s9=s8['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var sa=s9['querySelector']('polyline');if(s8['checked']){BDFDB['DOMUtils']['addClass'](s9,BDFDB['disCN']['checkboxchecked']);s9['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');s9['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');if(sa)sa['setAttribute']('stroke','#ffffff');}else{BDFDB['DOMUtils']['removeClass'](s9,BDFDB['disCN']['checkboxchecked']);s9['style']['removeProperty']('background-color');s9['style']['removeProperty']('border-color');if(sa)sa['setAttribute']('stroke','transparent');}};function sb(sc){var sd=BDFDB['DOMUtils']['containsClass'](sc,BDFDB['disCN']['giffavoriteselected']);var se=sc['querySelector'](BDFDB['dotCN']['giffavoriteicon']);if(se){se['setAttribute']('name',sd?'FavoriteFilled':'Favorite');se['innerHTML']=sd?'':'';}if(sd){BDFDB['DOMUtils']['addClass'](sc,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](sc,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function sg(sh,si){if(!sh)return;switch(si){case 0x0:BDFDB['DOMUtils']['removeClass'](sh,BDFDB['disCN']['settingsitemselected']);sh['style']['setProperty']('border-color','transparent');sh['style']['setProperty']('color',qw?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['DOMUtils']['removeClass'](sh,BDFDB['disCN']['settingsitemselected']);sh['style']['setProperty']('border-color',qw?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');sh['style']['setProperty']('color',qw?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['DOMUtils']['addClass'](sh,BDFDB['disCN']['settingsitemselected']);sh['style']['setProperty']('border-color',qw?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');sh['style']['setProperty']('color',qw?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function sj(sk,sl,sm){if(!sk['BDFDBupdateElementsListeners'])sk['BDFDBupdateElementsListeners']={};if(sk['BDFDBupdateElementsListeners'][sl])sk['removeEventListener'](sl,sk['BDFDBupdateElementsListeners'][sl]);sk['BDFDBupdateElementsListeners'][sl]=sm;sk['addEventListener'](sl,sm,!![]);};};BDFDB['appendModal']=function(sn){if(!Node['prototype']['isPrototypeOf'](sn))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 so=BDFDB['DOMUtils']['containsClass'](sn,BDFDB['disCN']['modal'])?sn:sn['querySelector'](BDFDB['dotCN']['modal']);var sp=so?so['previousElementSibling']:null;var sq=new eQ['AnimationUtils']['Value'](0x0);sq['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0x1]})['addListener'](sr=>{if(so)so['style']['setProperty']('opacity',''+sr['value']);});var ss=new eQ['AnimationUtils']['Value'](0x0);ss['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0.7,0x1]})['addListener'](st=>{if(so)so['style']['setProperty']('transform','scale('+st['value']+')\x20translateZ(0px)');});var su=new eQ['AnimationUtils']['Value'](0x0);su['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,0.85]})['addListener'](sv=>{if(sp){sp['style']['setProperty']('opacity',''+sv['value']);sp['style']['setProperty']('background-color','rgb(0,\x200,\x200)');sp['style']['setProperty']('z-index','1000');sp['style']['setProperty']('transform','translateZ(0px)');}});var sw=sx=>{eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](sq,{'toValue':sx,'duration':0xfa,'easing':eQ['AnimationUtils']['Easing']['inOut'](eQ['AnimationUtils']['Easing']['ease'])}),eQ['AnimationUtils']['timing'](ss,{'toValue':sx,'duration':0xfa,'easing':eQ['AnimationUtils']['Easing']['inOut'](eQ['AnimationUtils']['Easing']['ease'])}),eQ['AnimationUtils']['timing'](su,{'toValue':sx,'duration':0xc8,'delay':0x32})])['start']();};var sy=sz=>{if(!document['contains'](sn))document['removeEventListener']('keydown',sy);else if(sz['which']==0x1b&&sp)sp['click']();};document['addEventListener']('keydown',sy);BDFDB['ListenerUtils']['addToChildren'](sn,'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',sy);sw(0x0);setTimeout(c=>{sn['remove']();},0x12c);});BDFDB['appendModal']['modals']['appendChild'](sn);BDFDB['initElements'](sn);sw(0x1);};BDFDB['createSearchBar']=function(sC='small'){if(typeof sC!='string'||!['small','medium','large']['includes'](sC['toLowerCase']()))sC='small';var sD=vA['SearchBar'][sC]?'\x20'+BDFDB['disCN']['searchbar'+sC]:'';var sE=BDFDB['DOMUtils']['create']('');BDFDB['initElements'](sE);return sE;};BDFDB['createSelectMenu']=function(sF,sG,sH='',sI=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sF!='string'||typeof sG!='string'&&typeof sG!='number')return BDFDB['DOMUtils']['create']('
');var sJ=sI?'dark':'light';return''+sF+'';};BDFDB['openDropdownMenu']=function(sK,sL,sM,sN,sO=![],sP=BDFDB['DiscordUtils']['getTheme']()==BDFDB['disCN']['themedark']){if(typeof sL!='function'||typeof sM!='function'||!sN||typeof sN!='object')return;let sQ=(BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['selectwrap'],sK['currentTarget'])||sK['currentTarget'])['querySelector'](BDFDB['dotCN']['selectcontrol']);let sR=sQ['parentElement'];if(BDFDB['DOMUtils']['containsClass'](sR,BDFDB['disCN']['selectisopen']))return;BDFDB['DOMUtils']['addClass'](sR,BDFDB['disCN']['selectisopen']);var sS=sR['getAttribute']('type');var sT=sR['getAttribute']('value');var sU=sP?'dark':'light';var sV='';for(var sW in sN)sV+=''+sM(sW)+'';sV+='';var sX=BDFDB['DOMUtils']['create'](sV);if(sO){BDFDB['DOMUtils']['addClass'](sX,'above-select');sX['style']['setProperty']('top','unset','important');sX['style']['setProperty']('bottom',BDFDB['DOMUtils']['getRects'](sR)['height']+'px','important');}sR['appendChild'](sX);BDFDB['initElements'](sX);BDFDB['ListenerUtils']['addToChildren'](sX,'mouseenter',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sY=>{if(sP){BDFDB['DOMUtils']['removeClass'](sY['currentTarget'],BDFDB['disCN']['selectoptiondark']);BDFDB['DOMUtils']['addClass'](sY['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);}else{BDFDB['DOMUtils']['removeClass'](sY['currentTarget'],BDFDB['disCN']['selectoptionlight']);BDFDB['DOMUtils']['addClass'](sY['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);}});BDFDB['ListenerUtils']['addToChildren'](sX,'mouseleave',BDFDB['dotCN']['selectoption']+BDFDB['notCN']['selectoptionselectlight']+BDFDB['notCN']['selectoptionselectdark'],sZ=>{if(sP){BDFDB['DOMUtils']['removeClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptionhoverdark']);BDFDB['DOMUtils']['addClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptiondark']);}else{BDFDB['DOMUtils']['removeClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptionhoverlight']);BDFDB['DOMUtils']['addClass'](sZ['currentTarget'],BDFDB['disCN']['selectoptionlight']);}});BDFDB['ListenerUtils']['addToChildren'](sX,'mousedown',BDFDB['dotCN']['selectoption'],t0=>{if(!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],t0['target'])){var t1=t0['currentTarget']['getAttribute']('value');sR['setAttribute']('value',t1);sL(sR,sS,t1);}});var t2=t3=>{if(t3['target']['parentElement']!=sX&&!BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['giffavoritebutton'],t3['target'])){document['removeEventListener']('mousedown',t2);sX['remove']();setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](sR,BDFDB['disCN']['selectisopen']);},0x64);}};document['addEventListener']('mousedown',t2);return sX;};BDFDB['ModalUtils']['open']={};BDFDB['ModalUtils']['open']=function(t5,t6){if(!BDFDB['ObjectUtils']['is'](t5)||!BDFDB['ObjectUtils']['is'](t6))return;var t7,t8=[],t9=[],ta=[],tb,tc=[],td=c=>{if(BDFDB['ObjectUtils']['is'](tb)&&typeof tb['onClose']=='function')tb['onClose']();};if(typeof t6['text']=='string'){t9['push'](BDFDB['ReactUtils']['createElement'](wb['TextElement'],{'color':wb['TextElement']['Colors']['PRIMARY'],'children':t6['text']}));}if(t6['children']){let tf,tg=[];for(let th of BDFDB['ArrayUtils']['is'](t6['children'])?t6['children']:Array['of'](t6['children']))if(eQ['React']['isValidElement'](th)){if(th['type']==wb['ModalComponents']['ModalTabContent']){if(!tg['length'])th['props']['open']=!![];else delete th['props']['open'];tg['push'](BDFDB['ReactUtils']['createElement'](wb['TabBar']['Item'],{'className':BDFDB['disCN']['tabbaritem'],'itemType':wb['TabBar']['Types']['TOP'],'id':th['props']['tab'],'children':th['props']['tab'],'aria-label':th['props']['tab']}));}t9['push'](th);}if(tg['length'])t8['push'](BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':BDFDB['disCN']['tabbarcontainer'],'children':BDFDB['ReactUtils']['createElement'](wb['TabBar'],{'className':BDFDB['disCN']['tabbar'],'type':wb['TabBar']['Types']['TOP'],'selectedItem':tg[0x0]['props']['id'],'children':tg,'onItemSelect':(ti,tj)=>{tj['props']['selectedItem']=ti;BDFDB['ReactUtils']['forceUpdate'](tj);let t7=BDFDB['DOMUtils']['getParent']('.BDFDB-modal',BDFDB['ReactUtils']['findDOMNode'](tj));if(t7)for(let tl of t7['querySelectorAll'](BDFDB['dotCN']['modaltabcontent'])){let tm=BDFDB['ReactUtils']['getValue'](tl,'return.return.stateNode');if(tm){if(tm['props']['tab']==ti)tm['props']['open']=!![];else delete tm['props']['open'];BDFDB['ReactUtils']['forceUpdate'](tm);}}}}),'style':{'marginBottom':0xa}}));}if(BDFDB['ArrayUtils']['is'](t6['buttons']))for(let tn of t6['buttons']){let to=typeof tn['contents']=='string'?tn['contents']:null;if(to){let tp=typeof tn['color']=='string'&&wb['Button']['Colors'][tn['color']['toUpperCase']()];let tq=typeof tn['look']=='string'&&wb['Button']['Looks'][tn['look']['toUpperCase']()];let tr=typeof tn['click']=='function'?tn['click']:c=>{};if(tn['cancel'])tc['push'](tr);ta['push'](BDFDB['ReactUtils']['createElement'](wb['Button'],{'type':'button','look':tq||(tp?wb['Button']['Looks']['FILLED']:wb['Button']['Looks']['LINK']),'color':tp||wb['Button']['Colors']['PRIMARY'],'onClick':c=>{if(tn['close'])td();if(!(tn['close']&&tn['cancel']))tr(t7);},'children':to}));}}t9=t9['filter'](tu=>tu&&BDFDB['ReactUtils']['isValidElement'](tu));t8=t8['filter'](tv=>tv&&BDFDB['ReactUtils']['isValidElement'](tv));ta=ta['filter'](tw=>tw&&BDFDB['ReactUtils']['isValidElement'](tw));if(t9['length']){if(typeof t6['onClose']!='function')t6['onClose']=c=>{};if(typeof t6['onOpen']!='function')t6['onOpen']=c=>{};let tz=t5['name']||(typeof t5['getName']=='function'?t5['getName']():null);tz=typeof tz=='string'?tz:null;let tA=typeof t6['size']=='string'&&wb['ModalComponents']['ModalSize'][t6['size']['toUpperCase']()];let tB=0x0;eQ['ModalUtils']['openModal'](tC=>{tb=tC;return BDFDB['ReactUtils']['createElement'](class BDFDBModal extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalRoot'],{'className':BDFDB['DOMUtils']['formatClassName']('BDFDB-modal',tz?tz+'-modal':null,t6['selector']?t6['selector']:null),'size':tA||wb['ModalComponents']['ModalSize']['SMALL'],'transitionState':tC['transitionState'],'children':[BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalHeader'],{'className':t8['length']?BDFDB['disCN']['modalheaderhassibling']:null,'separator':t6['headerseparator']||![],'children':[BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'grow':0x1,'shrink':0x1,'children':[BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'tag':wb['FormComponents']['FormTitle']['Tags']['H4'],'children':typeof t6['header']=='string'?t6['header']:''}),BDFDB['ReactUtils']['createElement'](wb['TextElement'],{'size':wb['TextElement']['Sizes']['SMALL'],'color':wb['TextElement']['Colors']['PRIMARY'],'children':typeof t6['subheader']=='string'?t6['subheader']:tz||''})]}),BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalCloseButton'],{'onClick':td})]}),t8['length']?BDFDB['ReactUtils']['createElement'](wb['Flex'],{'children':t8}):null,BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalContent'],{'children':t9}),ta['length']?BDFDB['ReactUtils']['createElement'](wb['ModalComponents']['ModalFooter'],{'children':ta}):null]});}['componentDidMount'](){t7=BDFDB['ReactUtils']['findDOMNode'](this);t7=t7&&t7['parentElement']?t7['parentElement']['querySelector']('.BDFDB-modal'):null;if(t7&&tC['transitionState']==0x2&&tC['transitionState']>tB)t6['onOpen'](t7,this);tB=tC['transitionState'];}['componentWillUnmount'](){if(t7&&tC['transitionState']==0x4){for(let tD of tc)tD(t7);t6['onClose'](t7,this);}}},tC);},{'onCloseRequest':td});}};BDFDB['ModalUtils']['confirm']=function(tE,tF,tG){if(!BDFDB['ObjectUtils']['is'](tE)||typeof tF!='string')return;tG=typeof tG=='function'?tG:c=>{};BDFDB['ModalUtils']['open'](tE,{'text':tF,'header':'Are\x20you\x20sure?','selector':'BDFDB-confirmmodal','buttons':[{'contents':BDFDB['LanguageUtils']['LanguageStrings']['OKAY'],'close':!![],'color':'RED','click':tG},{'contents':BDFDB['LanguageUtils']['LanguageStrings']['CANCEL'],'close':!![]}]});};BDFDB['openContextMenu']=function(tI,tJ,tK){eQ['ContextMenuUtils']['openContextMenu'](tJ,function(tJ){return BDFDB['ReactUtils']['createElement'](wb['ContextMenu'],Object['assign']({},tJ,{'BDFDBcontextMenu':!![],'type':BDFDB['DiscordConstants']['ContextMenuTypes']['NATIVE_TEXT'],'value':'','className':BDFDB['disCN']['contextmenu']+'\x20BDFDB-contextMenu\x20'+tI['name']+'-contextMenuItem','children':tK}));});};BDFDB['closeContextMenu']=function(tM){if(!BDFDB['ObjectUtils']['is'](tM))return;var tN=BDFDB['ReactUtils']['findOwner'](tM,{'props':'closeContextMenu','up':!![]});if(BDFDB['ObjectUtils']['is'](tN)&&tN['props']&&typeof tN['props']['closeContextMenu']=='function')tN['props']['closeContextMenu']();};BDFDB['createMessageOptionPopout']=function(tO){if(!tO)return;var tP=document['querySelector'](BDFDB['dotCN']['popouts']);if(!tP)return;tO=BDFDB['DOMUtils']['containsClass'](tO,BDFDB['disCN']['optionpopoutbutton'])?tO:tO['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var tQ=BDFDB['ReactUtils']['getInstance'](BDFDB['DOMUtils']['getParent'](BDFDB['dotCN']['messagebuttoncontainer'],tO));tQ=tQ&&tQ['child']?tQ['child']:null;tQ=tQ&&tQ['stateNode']&&typeof tQ['stateNode']['renderReactionPopout']=='function'?tQ['sibling']:tQ;if(tQ&&tQ['stateNode']&&typeof tQ['stateNode']['renderOptionPopout']=='function'){BDFDB['DOMUtils']['addClass'](tO,'popout-open');var tR=BDFDB['DOMUtils']['create']('');tP['appendChild'](tR);var tS=tQ['stateNode']['renderOptionPopout'](tQ['stateNode']['props']);tS['props']['target']=tO;tS['props']['onClose']=c=>{BDFDB['DOMUtils']['removeClass'](tO,'popout-open');tR['remove']();};BDFDB['ReactUtils']['render'](tS,tR);var tU=BDFDB['DOMUtils']['getRects'](tO);tR['style']['setProperty']('left',tU['left']+tU['width']/0x2+'px');tR['style']['setProperty']('top',tU['top']+tU['height']/0x2+'px');var tV=tW=>{document['removeEventListener']('mousedown',tV);if(!tR['contains'](tW['target']))tS['props']['onClose']();};document['addEventListener']('mousedown',tV);}};BDFDB['createSortPopout']=function(tX,tY,tZ){if(!tX||!tY||typeof tZ!='function'||BDFDB['DOMUtils']['containsClass'](tX,'popout-open'))return;var u0=document['querySelector'](BDFDB['dotCN']['popouts']);var u1=tX['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!u0||!u1)return;BDFDB['DOMUtils']['addClass'](tX,'popout-open');var u2=BDFDB['DOMUtils']['create'](tY);var u3=BDFDB['DOMUtils']['getRects'](tX);u2['style']['setProperty']('left',u3['left']+u3['width']+'px');u2['style']['setProperty']('top',u3['top']+BDFDB['DOMUtils']['getRects'](u1)['height']+'px');BDFDB['DOMUtils']['addClass'](u2['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['DiscordUtils']['getTheme']());BDFDB['ListenerUtils']['addToChildren'](u2,'click',BDFDB['dotCN']['contextmenuitem'],u4=>{u1['innerText']=u4['currentTarget']['innerText'];u1['setAttribute']('option',u4['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',u6);u2['remove']();setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](tX,'popout-open');},0x12c);tZ();});u0['appendChild'](u2);BDFDB['initElements'](u2);var u6=u7=>{if(!document['contains'](u2))document['removeEventListener']('mousedown',u6);else if(!u2['contains'](u7['target'])){document['removeEventListener']('mousedown',u6);u2['remove']();setTimeout(c=>{BDFDB['DOMUtils']['removeClass'](tX,'popout-open');},0x12c);}};document['addEventListener']('mousedown',u6);};var u9=(ua,ub,uc)=>{if(!ua)return;else if(uc){BDFDB['DOMUtils']['addClass'](ua,BDFDB['disCN']['colorpickerswatchselected']);var ud=BDFDB['DOMUtils']['containsClass'](ua,BDFDB['disCN']['colorpickerswatchcustom']);var ue=ub&&BDFDB['ObjectUtils']['is'](ub);var uf=BDFDB['ObjectUtils']['is'](ub)?BDFDB['ColorUtils']['createGradient'](ub):BDFDB['ColorUtils']['convert'](ub,'RGBA');var ug=uf&&!ue?BDFDB['ColorUtils']['isBright'](uf):![];if(!ua['querySelector']('svg[name=\x22Checkmark\x22]'))ua['appendChild'](BDFDB['DOMUtils']['create'](''));if(ud){BDFDB['DOMUtils']['removeClass'](ua,BDFDB['disCN']['colorpickerswatchnocolor']);ua['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill',ug?'#000000':'#ffffff');if(uf){if(ue)ua['gradient']=ub;ua['style']['setProperty'](ue?'background-image':'background-color',uf,'important');}}}else{delete ua['gradient'];BDFDB['DOMUtils']['removeClass'](ua,'selected');BDFDB['DOMUtils']['remove'](ua['querySelectorAll']('.swatch-checkmark'));if(BDFDB['DOMUtils']['containsClass'](ua,BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['DOMUtils']['addClass'](ua,BDFDB['disCN']['colorpickerswatchnocolor']);ua['querySelector'](BDFDB['dotCN']['colorpickerswatchdropperfg'])['setAttribute']('fill','#ffffff');ua['style']['removeProperty']('background-color');ua['style']['removeProperty']('background-image');}}};BDFDB['setColorSwatches']=function(uh,ui){if(!Node['prototype']['isPrototypeOf'](uh))return;var uj=uh['querySelector'](BDFDB['dotCN']['colorpickerswatches']+':not([number])');if(!uj)return;uj['setAttribute']('number',parseInt(uh['querySelectorAll'](BDFDB['dotCN']['colorpickerswatches']+'[number]')['length']+0x1));var uk=[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 ul=[uk['slice'](0x0,parseInt(uk['length']/0x2)),uk['slice'](parseInt(uk['length']/0x2))];uk['shift']();uj['appendChild'](BDFDB['DOMUtils']['create'](''+ul['map'](um=>''+um['map'](un=>'')['join']('')+'')['join']('')+''));if(ui&&!BDFDB['ColorUtils']['compare'](ui,[0x0,0x0,0x0,0x0])){var uo=uk['indexOf'](BDFDB['ColorUtils']['convert'](ui,'RGBA'));u9(uo>-0x1?uj['querySelectorAll'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['notCN']['colorpickerswatchnocolor'])[uo]:uj['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom']),ui,!![]);}else u9(uj['querySelector'](BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor']),null,!![]);BDFDB['ListenerUtils']['addToChildren'](uj,'click',BDFDB['dotCN']['colorpickerswatch'],up=>{if(BDFDB['DOMUtils']['containsClass'](uj,'disabled')||BDFDB['DOMUtils']['containsClass'](up['currentTarget'],BDFDB['disCN']['colorpickerswatchdisabled']))return;else if(BDFDB['DOMUtils']['containsClass'](up['currentTarget'],BDFDB['disCN']['colorpickerswatchcustom'])){BDFDB['ColorUtils']['openPicker'](uj,up['currentTarget'],up['currentTarget']['gradient']||up['currentTarget']['style']['getPropertyValue']('background-color'));}else{u9(uj['querySelector'](BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchselected']),null,![]);u9(up['currentTarget'],up['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});BDFDB['ListenerUtils']['addToChildren'](uj,'mouseenter',BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchcustom'],uq=>{BDFDB['TooltipUtils']['create'](uq['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['CUSTOM_COLOR'],{'type':'bottom'});});BDFDB['ListenerUtils']['addToChildren'](uj,'mouseenter',BDFDB['dotCNS']['colorpickerrow']+BDFDB['dotCN']['colorpickerswatch']+BDFDB['dotCN']['colorpickerswatchnocolor'],ur=>{BDFDB['TooltipUtils']['create'](ur['currentTarget'],BDFDB['LanguageUtils']['LanguageStrings']['DEFAULT'],{'type':'bottom'});});};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=eQ['LastChannelStore']['getChannelId']()){if(!uw)return 0x0;var uy=eQ['ChannelStore']['getChannel'](ux);var uz=!uy||uw['indexOf']('/')==0x0||uw['indexOf']('s/')==0x0||uw['indexOf']('+:')==0x0?uw['length']:eQ['MessageCreationUtils']['parse'](uy,uw)['content']['length'];return uz>uw['length']?uz:uw['length'];};BDFDB['NumberUtils']={};BDFDB['NumberUtils']['formatBytes']=function(uA,uB){uA=parseInt(uA);if(isNaN(uA)||uA<0x0)return'0\x20Bytes';if(uA==0x1)return'1\x20Byte';var uC=Math['floor'](Math['log'](uA)/Math['log'](0x400));return parseFloat((uA/Math['pow'](0x400,uC))['toFixed'](uB<0x1?0x0:uB>0x14?0x14:uB||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][uC];};BDFDB['NumberUtils']['mapRange']=function(uD,uE,uF){if(parseFloat(uF)parseFloat(uD[0x1]))return parseFloat(uE[0x1]);else return parseFloat(uE[0x0])+(parseFloat(uF)-parseFloat(uD[0x0]))*(parseFloat(uE[0x1])-parseFloat(uE[0x0]))/(parseFloat(uD[0x1])-parseFloat(uD[0x0]));};BDFDB['NumberUtils']['generateId']=function(uG){uG=BDFDB['ArrayUtils']['is'](uG)?uG:[];let d=Math['floor'](Math['random']()*0x2386f26fc10000);if(uG['includes'](d))return BDFDB['NumberUtils']['generateId'](uG);else{uG['push'](d);return d;}};BDFDB['NumberUtils']['compareVersions']=function(uI,uJ){if(!uI||!uJ)return!![];uI=uI['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uK=>parseInt(uK))['filter'](uL=>(uL||uL==0x0)&&!isNaN(uL));uJ=uJ['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uM=>parseInt(uM))['filter'](uN=>(uN||uN==0x0)&&!isNaN(uN));var uO=Math['max'](uI['length'],uJ['length']);if(!uO)return!![];if(uI['length']>uJ['length']){var uP=new Array(uI['length']-uJ['length']);for(let uQ=0x0;uQuJ[uV])return!![];}return![];};BDFDB['NumberUtils']['getVersionDifference']=function(uW,uX){if(!uW||!uX)return![];uW=uW['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](uY=>parseInt(uY))['filter'](uZ=>(uZ||uZ==0x0)&&!isNaN(uZ));uX=uX['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](v0=>parseInt(v0))['filter'](v1=>(v1||v1==0x0)&&!isNaN(v1));var v2=Math['max'](uW['length'],uX['length']);if(!v2)return![];if(uW['length']>uX['length']){var v3=new Array(uW['length']-uX['length']);for(let v4=0x0;v40x12c?'stable':da>0xc8?'canary':'ptb';else vc='stable';}else vc='stable';}}BDFDB['DiscordUtils']['getBuilt']['built']=vc;return vc;}};BDFDB['DiscordUtils']['getVersion']=function(){if(BDFDB['DiscordUtils']['getBuilt']['version'])return BDFDB['DiscordUtils']['getBuilt']['version'];else{var vg=null;try{vg=eN['electron']['remote']['app']['getVersion']();}catch(vh){vh='';}BDFDB['DiscordUtils']['getBuilt']['version']=vg;return vg;}};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 vi=BDFDB['DOMUtils']['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var vj=Math['round'](0x64*window['outerWidth']/vi['width']);var vk=Math['round'](0x64*window['outerHeight']/vi['height']);return vj{BDFDB['Plugins'][vw]=vx;});})();(BDFDB['BDUtils']['setThemeCache']=function(){if(!BDFDB['BDUtils']['isBDv2']())return;BDFDB['Themes']={};for(let vy of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](vy)['then'](vz=>{BDFDB['Themes'][vy]=vz;});})();var vA={};vA['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'};vA['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'};vA['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};vA['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'};vA['AccountDetails']=BDFDB['ModuleUtils']['findByProperties']('usernameContainer','container');vA['AccountDetailsButtons']=BDFDB['ModuleUtils']['findByProperties']('button','enabled','disabled');vA['ActivityFeed']=BDFDB['ModuleUtils']['findByProperties']('activityFeed');vA['Anchor']=BDFDB['ModuleUtils']['findByProperties']('anchor','anchorUnderlineOnHover');vA['AnimationContainer']=BDFDB['ModuleUtils']['findByProperties']('animatorLeft','didRender');vA['AppBase']=BDFDB['ModuleUtils']['findByProperties']('container','base');vA['AppInner']=BDFDB['ModuleUtils']['findByProperties']('app','layers');vA['AppMount']=BDFDB['ModuleUtils']['findByProperties']('appMount');vA['ApplicationStore']=BDFDB['ModuleUtils']['findByProperties']('applicationStore','navigation');vA['AppOuter']=BDFDB['ModuleUtils']['find'](vB=>typeof vB['app']=='string'&&Object['keys'](vB)['length']==0x1);vA['AuditLog']=BDFDB['ModuleUtils']['findByProperties']('auditLog');vA['AuthBox']=BDFDB['ModuleUtils']['findByProperties']('authBox');vA['Autocomplete']=BDFDB['ModuleUtils']['findByProperties']('autocomplete','autocompleteRow');vA['Avatar']=BDFDB['ModuleUtils']['findByProperties']('avatar','mask','wrapper');vA['AvatarIcon']=BDFDB['ModuleUtils']['findByProperties']('iconActiveLarge','iconActiveMedium');vA['Backdrop']=BDFDB['ModuleUtils']['findByProperties']('backdrop');vA['Badge']=BDFDB['ModuleUtils']['findByProperties']('numberBadge','textBadge','iconBadge');vA['BotTag']=BDFDB['ModuleUtils']['findByProperties']('botTag','botTagInvert');vA['Button']=BDFDB['ModuleUtils']['findByProperties']('colorBlack','button');vA['Call']=BDFDB['ModuleUtils']['findByProperties']('callAvatarWrapper','video');vA['CallCurrent']=BDFDB['ModuleUtils']['findByProperties']('wrapper','fullScreen');vA['CallDetails']=BDFDB['ModuleUtils']['findByProperties']('container','hotspot');vA['CallIncoming']=BDFDB['ModuleUtils']['findByProperties']('incomingCall','container');vA['CallIncomingInner']=BDFDB['ModuleUtils']['findByProperties']('incomingCallInner','members');vA['Card']=BDFDB['ModuleUtils']['findByProperties']('card','cardBrand');vA['CardStatus']=BDFDB['ModuleUtils']['findByProperties']('reset','error','card');vA['CardStore']=BDFDB['ModuleUtils']['findByProperties']('card','interactive','url');vA['Category']=BDFDB['ModuleUtils']['findByProperties']('wrapper','children','muted');vA['CategoryContainer']=BDFDB['ModuleUtils']['findByProperties']('addButtonIcon','containerDefault');vA['ChangeLog']=BDFDB['ModuleUtils']['findByProperties']('added','fixed','improved','progress');vA['Channel']=BDFDB['ModuleUtils']['findByProperties']('wrapper','content','modeSelected');vA['ChannelContainer']=BDFDB['ModuleUtils']['findByProperties']('actionIcon','containerDefault');vA['ChannelLimit']=BDFDB['ModuleUtils']['findByProperties']('users','total','wrapper');vA['ChannelTextArea']=BDFDB['ModuleUtils']['findByProperties']('textArea','attachButtonDivider');vA['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByProperties']('buttonWrapper','active');vA['ChatWindow']=BDFDB['ModuleUtils']['findByProperties']('chat','channelTextArea');vA['Checkbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxWrapper','round');vA['ColorPicker']=BDFDB['ModuleUtils']['findByProperties']('colorPickerCustom','customColorPickerInput');vA['ColorPickerInner']=BDFDB['ModuleUtils']['findByProperties']('saturation','hue','wrapper');vA['ContextMenu']=BDFDB['ModuleUtils']['findByProperties']('contextMenu','itemGroup');vA['ContextMenuCheckbox']=BDFDB['ModuleUtils']['findByProperties']('checkboxInner','checkboxElement');vA['CtaVerification']=BDFDB['ModuleUtils']['findByProperties']('attendeeCTA','verificationNotice');vA['Cursor']=BDFDB['ModuleUtils']['findByProperties']('cursorDefault','userSelectNone');vA['CustomStatus']=BDFDB['ModuleUtils']['findByProperties']('customStatusContentIcon','customStatus');vA['CustomStatusIcon']=BDFDB['ModuleUtils']['findByProperties']('icon','emoji');vA['DmAddPopout']=BDFDB['ModuleUtils']['findByProperties']('popout','searchBarComponent');vA['DmAddPopoutItems']=BDFDB['ModuleUtils']['findByProperties']('friendSelected','friendWrapper');vA['DownloadLink']=BDFDB['ModuleUtils']['findByProperties']('downloadLink','size12');vA['Embed']=BDFDB['ModuleUtils']['findByProperties']('embed','embedAuthorIcon');vA['EmbedActions']=BDFDB['ModuleUtils']['findByProperties']('iconPlay','iconWrapperActive');vA['Emoji']=BDFDB['ModuleUtils']['find'](vC=>typeof vC['emoji']=='string'&&Object['keys'](vC)['length']==0x1);vA['EmojiButton']=BDFDB['ModuleUtils']['findByProperties']('emojiButton','sprite');vA['EmojiPicker']=BDFDB['ModuleUtils']['findByProperties']('emojiPicker','categories');vA['File']=BDFDB['ModuleUtils']['findByProperties']('downloadButton','fileNameLink');vA['Flex']=BDFDB['ModuleUtils']['findByProperties']('alignBaseline','alignCenter');vA['FlexChild']=BDFDB['ModuleUtils']['findByProperties']('flexChild','flex');vA['FlowerStar']=BDFDB['ModuleUtils']['findByProperties']('flowerStarContainer','flowerStar');vA['FormText']=BDFDB['ModuleUtils']['findByProperties']('description','modeDefault');vA['Friends']=BDFDB['ModuleUtils']['findByProperties']('friendsColumn','friendsRow');vA['Game']=BDFDB['ModuleUtils']['findByProperties']('game','gameName');vA['GameIcon']=BDFDB['ModuleUtils']['findByProperties']('gameIcon','small','xsmall');vA['GameLibrary']=BDFDB['ModuleUtils']['findByProperties']('gameLibrary','scroller');vA['GifFavoriteButton']=BDFDB['ModuleUtils']['findByProperties']('gifFavoriteButton','showPulse');vA['GiftInventory']=BDFDB['ModuleUtils']['findByProperties']('root','body','scroller');vA['GoLiveDetails']=BDFDB['ModuleUtils']['findByProperties']('panel','gameWrapper');vA['Guild']=BDFDB['ModuleUtils']['findByProperties']('wrapper','lowerBadge','svg');vA['GuildChannels']=BDFDB['ModuleUtils']['findByProperties']('positionedContainer','unreadBar');vA['GuildDiscovery']=BDFDB['ModuleUtils']['findByProperties']('pageWrapper','guildCard');vA['GuildDm']=BDFDB['ModuleUtils']['find'](vD=>typeof vD['pill']=='string'&&Object['keys'](vD)['length']==0x1);vA['GuildEdges']=BDFDB['ModuleUtils']['findByProperties']('wrapper','edge','autoPointerEvents');vA['GuildFolder']=BDFDB['ModuleUtils']['findByProperties']('folder','expandedGuilds');vA['GuildHeader']=BDFDB['ModuleUtils']['findByProperties']('header','name','bannerImage');vA['GuildHeaderButton']=BDFDB['ModuleUtils']['findByProperties']('button','open');vA['GuildIcon']=BDFDB['ModuleUtils']['findByProperties']('acronym','selected','wrapper');vA['GuildInvite']=BDFDB['ModuleUtils']['findByProperties']('wrapper','guildIconJoined');vA['GuildSettingsBanned']=BDFDB['ModuleUtils']['findByProperties']('bannedUser','bannedUserAvatar');vA['GuildSettingsInvite']=BDFDB['ModuleUtils']['findByProperties']('countdownColumn','inviteSettingsInviteRow');vA['GuildSettingsMember']=BDFDB['ModuleUtils']['findByProperties']('member','membersFilterPopout');vA['GuildServer']=BDFDB['ModuleUtils']['findByProperties']('blobContainer','pill');vA['GuildsItems']=BDFDB['ModuleUtils']['findByProperties']('guildSeparator','guildsError');vA['GuildsWrapper']=BDFDB['ModuleUtils']['findByProperties']('scrollerWrap','unreadMentionsBar','wrapper');vA['HeaderBar']=BDFDB['ModuleUtils']['findByProperties']('container','children','toolbar');vA['HeaderBarExtras']=BDFDB['ModuleUtils']['findByProperties']('headerBarLoggedOut','search');vA['HeaderBarSearch']=BDFDB['ModuleUtils']['findByProperties']('search','searchBar','open');vA['HeaderBarTopic']=BDFDB['ModuleUtils']['findByProperties']('topic','expandable','content');vA['HomeIcon']=BDFDB['ModuleUtils']['findByProperties']('homeIcon');vA['HotKeyRecorder']=BDFDB['ModuleUtils']['findByProperties']('editIcon','recording');vA['HoverCard']=BDFDB['ModuleUtils']['findByProperties']('card','active');vA['IconDirection']=BDFDB['ModuleUtils']['findByProperties']('directionDown','directionUp');vA['ImageWrapper']=BDFDB['ModuleUtils']['findByProperties']('clickable','imageWrapperBackground');vA['InviteModal']=BDFDB['ModuleUtils']['findByProperties']('inviteRow','modal');vA['Item']=BDFDB['ModuleUtils']['findByProperties']('item','side','header');vA['ItemLayerContainer']=BDFDB['ModuleUtils']['findByProperties']('layer','layerContainer');vA['Input']=BDFDB['ModuleUtils']['findByProperties']('inputMini','inputDefault');vA['LayerModal']=BDFDB['ModuleUtils']['findByProperties']('root','small','medium');vA['Layers']=BDFDB['ModuleUtils']['findByProperties']('layer','layers');vA['LiveTag']=BDFDB['ModuleUtils']['findByProperties']('liveRed','live');vA['LFG']=BDFDB['ModuleUtils']['findByProperties']('lfg','topSectionHeader');vA['Margins']=BDFDB['ModuleUtils']['findByProperties']('marginBottom4','marginCenterHorz');vA['Member']=BDFDB['ModuleUtils']['findByProperties']('member','ownerIcon');vA['MembersWrap']=BDFDB['ModuleUtils']['findByProperties']('membersWrap','membersGroup');vA['Mention']=BDFDB['ModuleUtils']['findByProperties']('wrapperHover','wrapperNoHover');vA['Message']=BDFDB['ModuleUtils']['findByProperties']('containerCozy','content');vA['MessageAccessory']=BDFDB['ModuleUtils']['findByProperties']('embedWrapper','gifFavoriteButton');vA['MessageBody']=BDFDB['ModuleUtils']['findByProperties']('buttonContainer','isMentioned');vA['MessageElements']=BDFDB['ModuleUtils']['findByProperties']('messageGroupBlockedBtn','dividerRed');vA['MessageFile']=BDFDB['ModuleUtils']['findByProperties']('cancelButton','filenameLinkWrapper');vA['MessageMarkup']=BDFDB['ModuleUtils']['findByProperties']('markup');vA['MessageOperations']=BDFDB['ModuleUtils']['find'](vE=>typeof vE['operations']=='string'&&Object['keys'](vE)['length']==0x1);vA['MessageSystem']=BDFDB['ModuleUtils']['findByProperties']('container','actionAnchor');vA['MessagesPopout']=BDFDB['ModuleUtils']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');vA['MessagesWelcome']=BDFDB['ModuleUtils']['findByProperties']('welcomeMessage','h1');vA['MessagesWrap']=BDFDB['ModuleUtils']['findByProperties']('messagesWrapper','messageGroupBlocked');vA['Modal']=BDFDB['ModuleUtils']['findByProperties']('modal','sizeLarge');vA['ModalDivider']=BDFDB['ModuleUtils']['find'](vF=>typeof vF['divider']=='string'&&Object['keys'](vF)['length']==0x1);vA['ModalItems']=BDFDB['ModuleUtils']['findByProperties']('guildName','checkboxContainer');vA['ModalMiniContent']=BDFDB['ModuleUtils']['find'](vG=>typeof vG['modal']=='string'&&typeof vG['content']=='string'&&typeof vG['size']=='string'&&Object['keys'](vG)['length']==0x3);vA['ModalWrap']=BDFDB['ModuleUtils']['find'](vH=>typeof vH['modal']=='string'&&typeof vH['inner']=='string'&&Object['keys'](vH)['length']==0x2);vA['NameContainer']=vA['ContextMenu']['subMenuContext']?BDFDB['ModuleUtils']['findByProperties']('nameAndDecorators','name'):{};vA['NameTag']=BDFDB['ModuleUtils']['findByProperties']('bot','nameTag');vA['Note']=BDFDB['ModuleUtils']['find'](vI=>typeof vI['note']=='string'&&Object['keys'](vI)['length']==0x1);vA['Notice']=BDFDB['ModuleUtils']['findByProperties']('notice','noticeFacebook');vA['OptionPopout']=BDFDB['ModuleUtils']['findByProperties']('container','button','item');vA['PictureInPicture']=BDFDB['ModuleUtils']['findByProperties']('pictureInPicture','pictureInPictureWindow');vA['PillWrapper']=BDFDB['ModuleUtils']['find'](vJ=>typeof vJ['item']=='string'&&typeof vJ['wrapper']=='string'&&Object['keys'](vJ)['length']==0x2);vA['PrivateChannel']=BDFDB['ModuleUtils']['findByProperties']('channel','closeButton');vA['PrivateChannelList']=BDFDB['ModuleUtils']['findByProperties']('privateChannels','searchBar');vA['Popout']=BDFDB['ModuleUtils']['findByProperties']('popout','arrowAlignmentTop');vA['PopoutActivity']=BDFDB['ModuleUtils']['findByProperties']('ellipsis','activityActivityFeed');vA['QuickMessage']=BDFDB['ModuleUtils']['findByProperties']('quickMessage','isBlocked');vA['QuickSelect']=BDFDB['ModuleUtils']['findByProperties']('quickSelectArrow','selected');vA['QuickSwitch']=BDFDB['ModuleUtils']['findByProperties']('resultFocused','guildIconContainer');vA['QuickSwitchWrap']=BDFDB['ModuleUtils']['findByProperties']('container','miscContainer');vA['Reactions']=BDFDB['ModuleUtils']['findByProperties']('reactionBtn','reaction');vA['RecentMentions']=BDFDB['ModuleUtils']['findByProperties']('recentMentionsFilterPopout','mentionFilter');vA['Role']=BDFDB['ModuleUtils']['findByProperties']('roleCircle','roleName');vA['Scrollbar']=BDFDB['ModuleUtils']['findByProperties']('scrollbar','scrollbarGhost');vA['Scroller']=BDFDB['ModuleUtils']['findByProperties']('firefoxFixScrollFlex','scroller');vA['SearchBar']=BDFDB['ModuleUtils']['findByProperties']('container','clear');vA['SearchPopout']=BDFDB['ModuleUtils']['findByProperties']('datePicker','searchResultChannelIconBackground');vA['SearchPopoutWrap']=BDFDB['ModuleUtils']['findByProperties']('container','queryContainer');vA['SearchResults']=BDFDB['ModuleUtils']['findByProperties']('resultsWrapper','searchResults');vA['Select']=BDFDB['ModuleUtils']['findByProperties']('select','error','errorMessage');vA['SettingsCloseButton']=BDFDB['ModuleUtils']['findByProperties']('closeButton','keybind');vA['SettingsItems']=BDFDB['ModuleUtils']['findByProperties']('dividerMini','note');vA['SettingsTable']=BDFDB['ModuleUtils']['findByProperties']('headerOption','headerSize');vA['SettingsWindow']=BDFDB['ModuleUtils']['findByProperties']('contentRegion','standardSidebarView');vA['Slider']=BDFDB['ModuleUtils']['findByProperties']('slider','grabber');vA['Spoiler']=BDFDB['ModuleUtils']['findByProperties']('spoilerContainer','hidden');vA['Switch']=BDFDB['ModuleUtils']['findByProperties']('switchDisabled','valueChecked');vA['Table']=BDFDB['ModuleUtils']['findByProperties']('stickyHeader','emptyStateText');vA['Text']=BDFDB['ModuleUtils']['findByProperties']('defaultColor','defaultMarginh1');vA['TextColor']=BDFDB['ModuleUtils']['findByProperties']('colorStandard','colorMuted','colorError');vA['TextColor2']=BDFDB['ModuleUtils']['findByProperties']('base','muted','wrapper');vA['TextSize']=BDFDB['ModuleUtils']['findByProperties']('size10','size14','size20');vA['TextStyle']=BDFDB['ModuleUtils']['findByProperties']('large','primary','selectable');vA['Tip']=BDFDB['ModuleUtils']['findByProperties']('pro','inline');vA['Title']=BDFDB['ModuleUtils']['findByProperties']('title','size18');vA['TitleBar']=BDFDB['ModuleUtils']['findByProperties']('titleBar','wordmark');vA['Tooltip']=BDFDB['ModuleUtils']['findByProperties']('tooltip','tooltipTop');vA['Typing']=BDFDB['ModuleUtils']['findByProperties']('cooldownWrapper','typing');vA['UnreadBar']=BDFDB['ModuleUtils']['findByProperties']('active','bar','unread');vA['UserPopout']=BDFDB['ModuleUtils']['findByProperties']('userPopout','headerPlaying');vA['UserProfile']=BDFDB['ModuleUtils']['findByProperties']('topSectionNormal','tabBarContainer');vA['Video']=BDFDB['ModuleUtils']['findByProperties']('video','fullScreen');vA['VoiceChannel']=BDFDB['ModuleUtils']['findByProperties']('avatarSpeaking','voiceUser');vA['VoiceChannelList']=BDFDB['ModuleUtils']['findByProperties']('list','collapsed');vA['VoiceDetails']=BDFDB['ModuleUtils']['findByProperties']('container','customStatusContainer');vA['VoiceDetailsPing']=BDFDB['ModuleUtils']['findByProperties']('rtcConnectionQualityBad','rtcConnectionQualityFine');BDFDB['DiscordClassModules']=Object['assign']({},vA);var vK={'_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']({},vK);e['getDiscordClass']=(vL,vM)=>{var vN=vA['BDFDB']['BDFDBundefined'];if(vK[vL]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vL+'\x20not\x20found\x20in\x20DiscordClasses');return vN;}else if(!BDFDB['ArrayUtils']['is'](vK[vL])||vK[vL]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vL+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20DiscordClasses');return vN;}else if(vA[vK[vL][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vK[vL][0x0]+'\x20not\x20found\x20in\x20DiscordClassModules');return vN;}else if(vA[vK[vL][0x0]][vK[vL][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',vK[vL][0x1]+'\x20not\x20found\x20in\x20'+vK[vL][0x0]+'\x20in\x20DiscordClassModules');return vN;}else{vN=vA[vK[vL][0x0]][vK[vL][0x1]];if(vM){vN=vN['split']('\x20')['filter'](vO=>vO['indexOf']('da-')!=0x0)['join'](vM?'.':'\x20');vN=vN||vA['BDFDB']['BDFDBundefined'];}return vN;}};BDFDB['disCN']=new Proxy(vK,{'get':function(vP,vQ){return e['getDiscordClass'](vQ,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(vK,{'get':function(vR,vS){return e['getDiscordClass'](vS,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(vK,{'get':function(vT,vU){return e['getDiscordClass'](vU,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(vK,{'get':function(vV,vW){let vX=e['getDiscordClass'](vW,!![]);return(vX['indexOf']('#')==0x0?'':'.')+vX;}});BDFDB['dotCNS']=new Proxy(vK,{'get':function(vY,vZ){let w0=e['getDiscordClass'](vZ,!![]);return(w0['indexOf']('#')==0x0?'':'.')+w0+'\x20';}});BDFDB['dotCNC']=new Proxy(vK,{'get':function(w1,w2){let w3=e['getDiscordClass'](w2,!![]);return(w3['indexOf']('#')==0x0?'':'.')+w3+',';}});BDFDB['notCN']=new Proxy(vK,{'get':function(w4,w5){return':not(.'+e['getDiscordClass'](w5,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(vK,{'get':function(w6,w7){return':not(.'+e['getDiscordClass'](w7,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(vK,{'get':function(w8,w9){return':not(.'+e['getDiscordClass'](w9,!![])['split']('.')[0x0]+'),';}});var wa={},wb={},wc=eQ['React']&&eQ['React']['Component'];wa['Button']=BDFDB['ModuleUtils']['findByProperties']('Colors','Hovers','Looks');wa['ContextMenuToggleItem']=BDFDB['ModuleUtils']['findByName']('ToggleMenuItem');wa['FavButton']=BDFDB['ModuleUtils']['findByName']('GIFFavButton');wa['PopoutContainer']=BDFDB['ModuleUtils']['findByName']('Popout');wa['Select']=BDFDB['ModuleUtils']['findByName']('SelectTempWrapper');wa['Switch']=BDFDB['ModuleUtils']['findByName']('Switch');wa['TabBar']=BDFDB['ModuleUtils']['findByName']('TabBar');wa['TextInput']=BDFDB['ModuleUtils']['findByName']('TextInput');wa['TooltipContainer']=BDFDB['ModuleUtils']['findByName']('Tooltip');wb['BotTag']=wc?class BDFDB_BotTag extends eQ['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']});}}:wb['BotTag'];wb['Button']=wc?class BDFDB_Button extends eQ['React']['Component']{['handleClick'](wd){if(typeof this['props']['onClick']=='function')this['props']['onClick'](wd,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wa['Button'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}));}}:wb['Button'];wb['Card']=wc?class BDFDB_Card extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['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':we=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,we);},'children':[!this['props']['noRemove']?BDFDB['ReactUtils']['createElement'](wb['CardRemoveButton'],{'onClick':wf=>{if(typeof this['props']['onRemove']=='function')this['props']['onRemove'](this,wf);BDFDB['ListenerUtils']['stopEvent'](wf);}}):null]['concat'](this['props']['children'])});}}:wb['Card'];wb['CardRemoveButton']=BDFDB['ModuleUtils']['findByName']('RemoveButton');wb['ChannelTextAreaButton']=BDFDB['ModuleUtils']['findByName']('ChannelTextAreaButton');wb['CharCounter']=wc?class BDFDB_CharCounter extends eQ['React']['Component']{['getCounterString'](){let wg=this['refElement']||{};let wh=wg['value']||'',wi=wg['selectionStart']||0x0,wj=wg['selectionEnd']||0x0;let wk=this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](wh):wh['length'];let wl=wj-wi==0x0?0x0:this['props']['parsing']?BDFDB['StringUtils']['getParsedLength'](wh['slice'](wi,wj)):wj-wi;wl=!wl?0x0:wl>wk?wk-(wk-wj-wi):wl;return''+wk+(!this['props']['max']?'':'/'+this['props']['max'])+(!wl?'':'\x20('+wl+')');}['updateCounter'](){if(!this['refElement'])return;clearTimeout(this['updateTimeout']);this['updateTimeout']=setTimeout(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 wm=()=>{setTimeout(this['forceUpdateCounter']['bind'](this),0xa);};let wn=()=>{document['removeEventListener']('mousemove',wm);document['removeEventListener']('mouseup',wn);if(this['refElement']['selectionEnd']-this['refElement']['selectionStart'])setImmediate(()=>{document['addEventListener']('click',wo);});};let wo=()=>{var wp=BDFDB['ReactUtils']['getValue'](document['querySelector'](BDFDB['dotCN']['contextmenu']),'return.stateNode.props.type');if(!wp||!wp['startsWith']('CHANNEL_TEXT_AREA'))this['forceUpdateCounter']();setTimeout(this['forceUpdateCounter']['bind'](this),0x64);document['removeEventListener']('mousemove',wm);document['removeEventListener']('mouseup',wn);document['removeEventListener']('click',wo);};document['addEventListener']('mousemove',wm);document['addEventListener']('mouseup',wn);}['componentDidMount'](){if(this['props']['refClass']){let wq=BDFDB['ReactUtils']['findDOMNode'](this);if(wq){this['refElement']=wq['parentElement']['querySelector'](this['props']['refClass']);if(this['refElement']){BDFDB['ListenerUtils']['multiRemove'](this['refElement'],'keydown\x20click\x20change',this['updateCounter']['bind'](this));this['refElement']['removeEventListener']('mousedown',this['handleSelection']['bind'](this));BDFDB['ListenerUtils']['multiAdd'](this['refElement'],'keydown\x20click\x20change',this['updateCounter']['bind'](this));this['refElement']['addEventListener']('mousedown',this['handleSelection']['bind'](this));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 wr=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['charcounter'],this['props']['className']),'color':wb['TextElement']['Colors']['PRIMARY'],'children':this['getCounterString']()});BDFDB['ObjectUtils']['delete'](wr,'parsing','max','refClass');return BDFDB['ReactUtils']['createElement'](wb['TextElement'],wr);}}:wb['CharCounter'];wb['Clickable']=BDFDB['ModuleUtils']['findByName']('Clickable');wb['ColorSwatches']=wc?class BDFDB_ColorSwatches extends eQ['React']['Component']{constructor(ws){super(ws);ws['selectedColor']=BDFDB['ObjectUtils']['is'](ws['color'])?ws['color']:BDFDB['ColorUtils']['convert'](ws['color'],'RGBA');ws['colors']=(BDFDB['ArrayUtils']['is'](ws['colors'])?ws['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'](wt=>BDFDB['ColorUtils']['convert'](wt,'RGBA'));ws['colorRows']=ws['colors']['length']?[ws['colors']['slice'](0x0,parseInt(ws['colors']['length']/0x2)),ws['colors']['slice'](parseInt(ws['colors']['length']/0x2))]:[];ws['customColor']=ws['selectedColor']!=null?ws['colors']['indexOf'](ws['selectedColor'])>-0x1?null:ws['selectedColor']:null;ws['customSelected']=!!ws['customColor'];ws['pickerConfig']=BDFDB['ObjectUtils']['is'](ws['pickerConfig'])?ws['pickerConfig']:{'gradient':!![],'comp':![],'alpha':!![],'callback':c=>{}};this['state']=ws;var wv=this;this['ColorSwatch']=class ColorSwatch extends eQ['React']['Component']{['render'](){let ww=!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 wy=this['props']['isCustom']&&this['props']['color']==null?'rgba(0,0,0,1)':this['props']['color'];wv['setState']({'selectedColor':wy,'customColor':this['props']['isCustom']?wy:wv['state']['customColor'],'customSelected':this['props']['isCustom']});}if(this['props']['isCustom']||this['props']['isSingle']){let wz=BDFDB['ReactUtils']['findDOMNode'](this);if(wz)BDFDB['ColorUtils']['openPicker'](wv,wz,this['props']['color'],wv['state']['pickerConfig']);};},'onMouseEnter':c=>{let wB=this['props']['isCustom']||this['props']['isSingle']||this['props']['color']==null?BDFDB['ReactUtils']['findDOMNode'](this):null;if(wB)BDFDB['TooltipUtils']['create'](wB,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'](wb['SvgIcon'],{'className':BDFDB['disCN']['colorpickerswatchdropper'],'foreground':BDFDB['disCN']['colorpickerswatchdropperfg'],'name':wb['SvgIcon']['Names']['DROPPER'],'width':this['props']['isCustom']?0xe:0xa,'height':this['props']['isCustom']?0xe:0xa,'color':ww?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null,this['props']['isSelected']&&!this['props']['isSingle']?BDFDB['ReactUtils']['createElement'](wb['SvgIcon'],{'name':wb['SvgIcon']['Names']['CHECKMARK'],'width':this['props']['isCustom']?0x20:0x10,'height':this['props']['isCustom']?0x18:0x10,'color':ww?BDFDB['DiscordConstants']['Colors']['WHITE']:BDFDB['DiscordConstants']['Colors']['BLACK']}):null]});}};}['renderRow'](wC){return BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':BDFDB['disCN']['colorpickerrow'],'wrap':wb['Flex']['Wrap']['WRAP'],'children':wC['map'](wD=>{return BDFDB['ReactUtils']['createElement'](this['ColorSwatch'],{'color':wD,'isCustom':![],'isSelected':!this['state']['customSelected']&&wD===this['state']['selectedColor'],'isDisabled':this['state']['disabled']});})});}['render'](){return BDFDB['ReactUtils']['createElement'](wb['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'](wb['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'](wb['Flex'],{'direction':wb['Flex']['Direction']['VERTICAL'],'className':BDFDB['disCN']['flexmarginreset'],'grow':0x1,'children':[this['renderRow'](this['state']['colorRows'][0x0]),this['renderRow'](this['state']['colorRows'][0x1])]}):null]});}}:wb['ColorSwatches'];wb['ContextMenu']=BDFDB['ModuleUtils']['findByName']('NativeContextMenu');wb['ContextMenuItem']=wc?class BDFDB_ContextMenuItem extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['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'](wb['TextScroller'],{'speed':0x2,'children':this['props']['hint']}):null}),this['props']['children']]});}}:wb['ContextMenuItem'];wb['ContextMenuItemGroup']=BDFDB['ModuleUtils']['findByString']('\x22div\x22,{className','default.itemGroup}');wb['ContextMenuSliderItem']=BDFDB['ModuleUtils']['findByName']('SliderMenuItem');wb['ContextMenuSubItem']=BDFDB['ModuleUtils']['findByName']('FluxContainer(SubMenuItem)');wb['ContextMenuToggleItem']=wc?class BDFDB_ContextMenuToggleItem extends eQ['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'](wa['ContextMenuToggleItem'],Object['assign']({},this['props'],{'action':this['handleToggle']['bind'](this)}));}}:wb['ContextMenuToggleItem'];wb['FavButton']=wc?class BDFDB_FavButton extends eQ['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'](wa['FavButton'],Object['assign']({},this['props'],{'onClick':this['handleClick']['bind'](this)}))});}}:wb['FavButton'];wb['Flex']=BDFDB['ModuleUtils']['findByProperties']('Wrap','Direction','Child');wb['FormComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('FormSection','FormText')||{});wb['FormComponents']['FormItem']=wc?class BDFDB_FormItem extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':this['props']['className'],'style':this['props']['style'],'children':[BDFDB['ReactUtils']['createElement'](wb['Flex'],{'align':wb['Flex']['Align']['BASELINE'],'children':[this['props']['title']!=null||this['props']['error']!=null?BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'tag':this['props']['tag']||wb['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'])});}}:wb['FormComponents']['FormItem'];wb['IconBadge']=BDFDB['ModuleUtils']['findByName']('IconBadge');wb['ModalComponents']=Object['assign']({},BDFDB['ModuleUtils']['findByProperties']('ModalContent','ModalFooter')||{});wb['ModalComponents']['ModalTabContent']=wc?class BDFDB_ModalTabContent extends eQ['React']['Component']{['render'](){let wE=Object['assign']({},this['props']);BDFDB['ObjectUtils']['delete'](wE,'open');return BDFDB['ReactUtils']['createElement'](wb['Flex'],Object['assign']({'tab':'unnamed'},wE,{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['modaltabcontent'],this['props']['open']?BDFDB['disCN']['modaltabcontentopen']:null,this['props']['className']),'direction':wb['Flex']['Direction']['VERTICAL'],'align':wb['Flex']['Align']['STRETCH'],'style':Object['assign']({},wE['style'],{'display':this['props']['open']?null:'none','marginTop':0xa})}));}}:wb['ModalComponents']['ModalTabContent'];wb['NumberBadge']=BDFDB['ModuleUtils']['findByName']('NumberBadge');wb['Popout']=wc?class BDFDB_Popout extends eQ['React']['Component']{['render'](){let wF=typeof this['props']['position']=='string'?this['props']['position']['toLowerCase']():null;let wG=wF&&vK['popout'+wF]?BDFDB['disCN']['popout'+wF]:BDFDB['disCN']['popouttop'];let wH=!this['props']['arrow']?BDFDB['disCN']['popoutnoarrow']:wF&&wF['indexOf']('top')>-0x1&&wF!='top'?BDFDB['disCN']['popoutarrowalignmenttop']:BDFDB['disCN']['popoutarrowalignmentmiddle'];return BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['DOMUtils']['formatClassName'](BDFDB['disCN']['popout'],wG,this['props']['invert']&&wF&&wF!='bottom'?BDFDB['disCN']['popoutinvert']:null,wH,!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']})});}}:wb['Popout'];wb['PopoutContainer']=wc?class BDFDB_PopoutContainer extends eQ['React']['Component']{['handleRender'](wI){return BDFDB['ReactUtils']['createElement'](wb['Popout'],{'className':this['props']['popoutClassName'],'isChild':!![],'position':wI['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 wJ=BDFDB['ReactUtils']['findOwner'](this,{'name':'BasePopout'});if(!wJ||!wJ['handleClick'])return;this['handleClick']=wJ['handleClick'];this['close']=(...wK)=>{wJ['close'](...wK);if(typeof this['props']['onClose']=='function')this['props']['onClose'](this);};this['domElementRef']=wJ['domElementRef'];}['render'](){if(typeof this['props']['children']!='function'){let wL=this['props']['children'];this['props']['children']=c=>{return wL||BDFDB['ReactUtils']['createElement']('div',{'style':{'height':'100%','width':'100%'}});};}return BDFDB['ReactUtils']['createElement'](wb['Clickable'],{'className':this['props']['className'],'style':this['props']['style'],'onClick':wN=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wN['target'])){if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,wN);if((this['props']['openOnClick']||this['props']['openOnClick']===undefined)&&typeof this['handleClick']=='function')this['handleClick']();}else wN['stopPropagation']();},'onContextMenu':wO=>{if(!this['domElementRef']['current']||this['domElementRef']['current']['contains'](wO['target'])){if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,wO);if(this['props']['openOnContextMenu']&&typeof this['handleClick']=='function')this['handleClick']();}else wO['stopPropagation']();},'children':BDFDB['ReactUtils']['createElement'](wa['PopoutContainer'],Object['assign']({},this['props'],{'renderPopout':this['handleRender']['bind'](this)}))});}}:wb['PopoutContainer'];wb['Select']=wc?class BDFDB_Select extends eQ['React']['Component']{['handleChange'](wP){if(typeof this['props']['onChange']=='function')this['props']['onChange'](wP,this);this['props']['value']=wP;BDFDB['ReactUtils']['forceUpdate'](this);}['render'](){return BDFDB['ReactUtils']['createElement'](wa['Select'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wb['Select'];wb['SettingsPanel']=wc?class BDFDB_SettingsPanel extends eQ['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wb['Flex'],{'direction':wb['Flex']['Direction']['VERTICAL'],'grow':0x1,'children':[typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'className':BDFDB['disCNS']['marginbottom20']+'BDFDB-settings-title','tag':wb['FormComponents']['FormTitle']['Tags']['H2'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':'BDFDB-settings-inner','direction':wb['Flex']['Direction']['VERTICAL'],'children':this['props']['children']})]}):null;}}:wb['SettingsPanel'];wb['SettingsPanelInner']=wc?class BDFDB_SettingsPanelInner extends eQ['React']['Component']{['render'](){return this['props']['children']?BDFDB['ReactUtils']['createElement'](wb['Flex'],{'direction':wb['Flex']['Direction']['VERTICAL'],'children':[BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom8']}),typeof this['props']['title']=='string'?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormTitle'],{'className':BDFDB['disCN']['marginbottom4'],'tag':wb['FormComponents']['FormTitle']['Tags']['H3'],'children':this['props']['title']}):null,BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':'BDFDB-settings-inner-list','direction':wb['Flex']['Direction']['VERTICAL'],'children':this['props']['children']}),BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':BDFDB['disCN']['marginbottom20']})]}):null;}}:wb['SettingsPanelInner'];wb['SettingsItem']=wc?class BDFDB_SettingsItem extends eQ['React']['Component']{['handleChange'](wQ){if(typeof this['props']['onChange']=='function')this['props']['onChange'](wQ,this);}['render'](){if(typeof this['props']['type']!='string'||!['BUTTON','SWITCH','TEXTINPUT']['includes'](this['props']['type']['toUpperCase']()))return null;let wR=wb[this['props']['type']];if(!wR)return null;if(this['props']['mini']&&wR['Sizes'])this['props']['size']=wR['Sizes']['MINI']||wR['Sizes']['MIN'];let wS=Object['assign']({},this['props'],{'className':this['props']['childClassName'],'onChange':this['handleChange']['bind'](this)});BDFDB['ObjectUtils']['delete'](wS,'basis','dividerbottom','dividertop','label','labelchildren','mini','note','type','childClassName');return BDFDB['ReactUtils']['createElement'](wb['Flex'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['className'],this['props']['disabled']?BDFDB['disCN']['disabled']:null),'direction':wb['Flex']['Direction']['VERTICAL'],'align':wb['Flex']['Align']['STRETCH'],'children':[this['props']['dividertop']?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['marginbottom8']:BDFDB['disCN']['marginbottom20']}):null,BDFDB['ReactUtils']['createElement'](wb['Flex'],{'align':wb['Flex']['Align']['CENTER'],'children':[BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'children':BDFDB['ReactUtils']['createElement'](wb['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'](wb['Flex']['Child'],{'grow':this['props']['basis']?0x1:0x0,'shrink':0x0,'basis':this['props']['basis'],'wrap':!![],'children':BDFDB['ReactUtils']['createElement'](wR,wS)})]}),typeof this['props']['note']=='string'?BDFDB['ReactUtils']['createElement'](wb['Flex']['Child'],{'className':BDFDB['disCN']['note'],'children':BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormText'],{'disabled':this['props']['disabled'],'type':wb['FormComponents']['FormText']['Types']['DESCRIPTION'],'children':this['props']['note']})}):null,this['props']['dividerbottom']?BDFDB['ReactUtils']['createElement'](wb['FormComponents']['FormDivider'],{'className':this['props']['mini']?BDFDB['disCN']['margintop8']:BDFDB['disCN']['margintop20']}):null]});}}:wb['SettingsItem'];wb['SettingsLabel']=wc?class BDFDB_SettingsLabel extends eQ['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']});}}:wb['SettingsLabel'];wb['SettingsSwitch']=wc?class BDFDB_SettingsSwitch extends eQ['React']['Component']{['saveSettings'](wT){if(typeof this['props']['onChange']=='function')this['props']['onChange'](wT,this);let wU=this['props']['keys']['filter'](wV=>wV);let wW=wU['shift']();if(BDFDB['ObjectUtils']['is'](this['props']['plugin'])&&wW){var wX=BDFDB['DataUtils']['load'](this['props']['plugin'],wW);var wY='';for(let wZ of wU)wY+='{\x22'+wZ+'\x22:';wY+=wT+'}'['repeat'](wU['length']);wY=JSON['parse'](wY);if(BDFDB['ObjectUtils']['is'](wY))BDFDB['ObjectUtils']['deepAssign'](wX,wY);else wX=wY;BDFDB['DataUtils']['save'](wX,this['props']['plugin'],wW);this['props']['plugin']['SettingsUpdated']=!![];}}['render'](){return BDFDB['ReactUtils']['createElement'](wb['SettingsItem'],Object['assign']({'keys':[]},this['props'],{'type':'Switch','onChange':this['saveSettings']['bind'](this)}));}}:wb['SettingsSwitch'];wb['SvgIcon']=BDFDB['ModuleUtils']['findByProperties']('Gradients','Names');wb['Switch']=wc?class BDFDB_Switch extends eQ['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'](wa['Switch'],Object['assign']({},this['props'],{'onChange':this['handleChange']['bind'](this)}));}}:wb['Switch'];wb['TabBar']=wc?class BDFDB_TabBar extends eQ['React']['Component']{['handleItemSelect'](x0){if(typeof this['props']['onItemSelect']=='function')this['props']['onItemSelect'](x0,this);}['render'](){return BDFDB['ReactUtils']['createElement'](wa['TabBar'],Object['assign']({},this['props'],{'onItemSelect':this['handleItemSelect']['bind'](this)}));}}:wb['TabBar'];wb['TextElement']=BDFDB['ModuleUtils']['findByName']('Text');wb['TextInput']=wc?class BDFDB_TextInput extends eQ['React']['Component']{['handleKeyDown'](x1){if(typeof this['props']['onKeyDown']=='function')this['props']['onKeyDown'](x1,this);}['handleChange'](x2){x2=BDFDB['ObjectUtils']['is'](x2)?x2['currentTarget']['value']:x2;if(typeof this['props']['onChange']=='function')this['props']['onChange'](x2,this);this['props']['value']=x2;BDFDB['ReactUtils']['forceUpdate'](this);}['handleInput'](x3){x3=BDFDB['ObjectUtils']['is'](x3)?x3['currentTarget']['value']:x3;if(typeof this['props']['onInput']=='function')this['props']['onInput'](x3,this);}['handleBlur'](x4){if(typeof this['props']['onBlur']=='function')this['props']['onBlur'](x4,this);}['handleFocus'](x5){if(typeof this['props']['onFocus']=='function')this['props']['onFocus'](x5,this);}['handleMouseEnter'](x6){if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](x6,this);}['handleMouseLeave'](x7){if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](x7,this);}['handleNumberButton'](x8,x9){clearTimeout(x8['pressedTimeout']);x8['pressedTimeout']=setTimeout(c=>{delete this['props']['focused'];BDFDB['ReactUtils']['forceUpdate'](this);},0x3e8);this['props']['focused']=!![];this['handleChange']['bind'](this)(x9);this['handleInput']['bind'](this)(x9);}['componentDidMount'](){let xb=BDFDB['ReactUtils']['findDOMNode'](this);if(!xb)return;xb=xb['querySelector']('input')||xb;if(xb&&!xb['patched']){xb['addEventListener']('keydown',xc=>{this['handleKeyDown']['bind'](this)(xc);xc['stopImmediatePropagation']();});xb['patched']=!![];}}['render'](){let xd=Object['assign']({},this['props'],{'className':BDFDB['DOMUtils']['formatClassName'](this['props']['size']&&wb['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'](xd,'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']&&wb['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':xe=>{var xf=parseInt(this['props']['min']);var xg=parseInt(this['props']['max']);var xh=parseInt(this['props']['value'])+0x1||xf||0x0;if(isNaN(xg)||!isNaN(xg)&&xh<=xg)this['handleNumberButton']['bind'](this)(xe['_targetInst'],isNaN(xf)||!isNaN(xf)&&xh>=xf?xh:xf);}}),BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputnumberbuttondown'],'onClick':xi=>{var xj=parseInt(this['props']['min']);var xk=parseInt(this['props']['max']);var xl=parseInt(this['props']['value'])-0x1||xj||0x0;if(isNaN(xj)||!isNaN(xj)&&xl>=xj)this['handleNumberButton']['bind'](this)(xi['_targetInst'],isNaN(xk)||!isNaN(xk)&&xl<=xk?xl:xk);}})]}):null,BDFDB['ReactUtils']['createElement']('input',xd),this['props']['errorMessage']?BDFDB['ReactUtils']['createElement']('div',{'className':BDFDB['disCN']['inputerrormessage'],'children':this['props']['errorMessage']}):null]});}}:wb['TextInput'];wb['TextScroller']=wc?class BDFDB_TextScroller extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement']('div',{'className':'BDFDB-textscroller','style':{'position':'relative','display':'block','overflow':'hidden'},'ref':xm=>{let xn=BDFDB['ReactUtils']['findDOMNode'](xm);if(xn){var xo=xn['firstElementChild'];var xp=new eQ['AnimationUtils']['Value'](0x0);xp['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['DOMUtils']['getRects'](xo)['width']-BDFDB['DOMUtils']['getRects'](xn)['width'])*-0x1]})['addListener'](xq=>{xo['style']['setProperty']('left',xq['value']+'px','important');});this['scroll']=xr=>{var xs=xr+parseFloat(xo['style']['getPropertyValue']('left'))/(BDFDB['DOMUtils']['getRects'](xo)['width']-BDFDB['DOMUtils']['getRects'](xn)['width']);xs=isNaN(xs)||!isFinite(xs)?xr:xs;xs*=BDFDB['DOMUtils']['getRects'](xo)['width']/(BDFDB['DOMUtils']['getRects'](xn)['width']*0x2);eQ['AnimationUtils']['parallel']([eQ['AnimationUtils']['timing'](xp,{'toValue':xr,'duration':Math['sqrt'](xs**0x2)*0xfa0/(parseInt(this['props']['speed'])||0x1)})])['start']();};}},'onMouseEnter':xt=>{var xu=xt['currentTarget'];var xv=xu['firstElementChild'];if(BDFDB['DOMUtils']['getRects'](xu)['width']{var xx=xw['currentTarget'];var xy=xx['firstElementChild'];if(this['scrolling']){delete this['scrolling'];xy['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']})});}}:wb['TextScroller'];wb['TooltipContainer']=wc?class BDFDB_TooltipContainer extends eQ['React']['Component']{['render'](){return BDFDB['ReactUtils']['createElement'](wb['Clickable'],{'className':this['props']['className'],'onMouseEnter':xz=>{BDFDB['TooltipUtils']['create'](xz['currentTarget'],this['props']['text'],Object['assign']({},this['props']['tooltipConfig']));if(typeof this['props']['onMouseEnter']=='function')this['props']['onMouseEnter'](this,xz);},'onMouseLeave':xA=>{if(typeof this['props']['onMouseLeave']=='function')this['props']['onMouseLeave'](this,xA);},'onClick':xB=>{if(typeof this['props']['onClick']=='function')this['props']['onClick'](this,xB);},'onContextMenu':xC=>{if(typeof this['props']['onContextMenu']=='function')this['props']['onContextMenu'](this,xC);},'children':this['props']['children']});}}:wb['TooltipContainer'];for(let xD in wa)if(wb[xD])for(let xE in wa[xD])if(xE!='displayName'&&xE!='name'&&typeof wa[xD][xE]!='function')wb[xD][xE]=wa[xD][xE];BDFDB['LibraryComponents']=Object['assign']({},wb);var xF=eQ['LanguageStore']&&eQ['LanguageStore']['_proxyContext']?Object['assign']({},eQ['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 xG=document['querySelector']('html')['lang']||'en-US';var xH=xG['split']('-');var xI=xH[0x0];var xJ=xH[0x1]||'';xG=xJ&&xI['toUpperCase']()!==xJ['toUpperCase']()?xI+'-'+xJ:xI;return BDFDB['LanguageUtils']['languages'][xG]||BDFDB['LanguageUtils']['languages'][xI]||BDFDB['LanguageUtils']['languages']['en-US'];};BDFDB['LanguageUtils']['LanguageStrings']=new Proxy(xF,{'get':function(xK,xL){var xM=eQ['LanguageStore']['Messages'][xL];if(!xM)console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xL+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LanguageStrings');else{if(xM&&typeof xM=='object'&&typeof xM['format']=='function')return BDFDB['LanguageUtils']['LanguageStringsFormat'](xL);else return xM;}return'';}});BDFDB['LanguageUtils']['LanguageStringsCheck']=new Proxy(xF,{'get':function(xN,xO){return!!eQ['LanguageStore']['Messages'][xO];}});BDFDB['LanguageUtils']['LanguageStringsFormat']=function(xP,...xQ){if(xP){var xR=eQ['LanguageStore']['Messages'][xP];if(xR&&typeof xR=='object'&&typeof xR['format']=='function'){let xS=0x0,xT,xU={};while(!xT&&xS<0xa){xS++;try{xT=xR['format'](xU);}catch(xV){xT=null;xU[xV['toString']()['split']('for:\x20')[0x1]]=xQ['shift']()||'undefined';}}if(xT){if(BDFDB['ArrayUtils']['is'](xT)){let xW='';for(let xX of xT){if(typeof xX=='string')xW+=BDFDB['StringUtils']['htmlEscape'](xX);else if(BDFDB['ObjectUtils']['is'](xX)&&xX['props'])xW+='<'+xX['type']+'>'+BDFDB['StringUtils']['htmlEscape'](xX['props']['children'][0x0]['toString']())+'';}return xW;}return xT;}else{console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xP+'\x20failed\x20to\x20format\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';}}else return BDFDB['LanguageUtils']['LanguageStrings'][xP];}else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xP+'\x20enter\x20a\x20valid\x20key\x20to\x20format\x20the\x20string\x20in\x20BDFDB.LanguageUtils.LanguageStrings');return'';};BDFDB['LanguageUtils']['LibraryStrings']=new Proxy(e['LibraryStrings']['default'],{'get':function(xY,xZ){let y0=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][y0]&&e['LibraryStrings'][y0][xZ])return e['LibraryStrings'][y0][xZ];else if(e['LibraryStrings']['default'][xZ])return e['LibraryStrings']['default'][xZ];else console['warn']('%c[BDFDB]%c','color:#3a71c1;\x20font-weight:700;','',xZ+'\x20not\x20found\x20in\x20BDFDB.LanguageUtils.LibraryStrings');return'';}});BDFDB['LanguageUtils']['LibraryStringsCheck']=new Proxy(xF,{'get':function(y1,y2){return!!e['LibraryStrings']['default'][y2];}});BDFDB['LanguageUtils']['LibraryStringsFormat']=function(y3,...y4){if(y3&&y4['length']){let y5=BDFDB['LanguageUtils']['getLanguage']()['id'],y6=null;if(e['LibraryStrings'][y5]&&e['LibraryStrings'][y5][y3])y6=e['LibraryStrings'][y5][y3];else if(e['LibraryStrings']['default'][y3])y6=e['LibraryStrings']['default'][y3];if(y6){for(let y7=0x0;y7{if(document['querySelector']('html')['lang']){clearInterval(y8);var ya=BDFDB['LanguageUtils']['getLanguage']();BDFDB['LanguageUtils']['languages']['$discord']['name']='Discord\x20('+ya['name']+')';BDFDB['LanguageUtils']['languages']['$discord']['id']=ya['id'];BDFDB['LanguageUtils']['languages']['$discord']['ownlang']=ya['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']['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 yc={};BDFDB['ListenerUtils']['add'](BDFDB,document,'keydown.BDFDBPressedKeys',yd=>{if(!BDFDB['pressedKeys']['includes'](yd['which'])){clearTimeout(yc[yd['which']]);BDFDB['pressedKeys']['push'](yd['which']);yc[yd['which']]=setTimeout(c=>{BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yd['which'],!![]);},0xea60);}});BDFDB['ListenerUtils']['add'](BDFDB,document,'keyup.BDFDBPressedKeys',yf=>{clearTimeout(yc[yf['which']]);BDFDB['ArrayUtils']['remove'](BDFDB['pressedKeys'],yf['which'],!![]);});BDFDB['ListenerUtils']['add'](BDFDB,document,'mousedown.BDFDBMousePosition',yg=>{BDFDB['mousePosition']=yg;});BDFDB['ListenerUtils']['add'](BDFDB,window,'focus.BDFDBPressedKeysReset',yh=>{BDFDB['pressedKeys']=[];});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'UserPopout':'componentDidMount','UserProfile':'componentDidMount','Message':['componentDidMount','componentDidUpdate']};var yi={};yi['processV2CList']=function(yj){if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&yj['instance']['_reactInternalFiber']['key']&&yj['instance']['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var yk=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(yk){var yl=BDFDB['DOMUtils']['create']('Check\x20for\x20Updates');yl['addEventListener']('click',c=>{BDFDB['PluginUtils']['checkAllUpdates']();});yl['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yl,'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'});});yl['addEventListener']('contextmenu',c=>{if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var yp=[];for(let yq in window['PluginUpdates']['plugins'])yp['push'](window['PluginUpdates']['plugins'][yq]['name']);BDFDB['TooltipUtils']['create'](yl,yp['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']);yk['parentElement']['insertBefore'](yl,yk['nextSibling']);new MutationObserver(yr=>{yr['forEach'](ys=>{ys['addedNodes']['forEach'](yt=>{if(yk['parentElement']['querySelectorAll']('.bd-updatebtn')['length']>0x1&&BDFDB['DOMUtils']['containsClass'](yt,'bd-updatebtn'))BDFDB['DOMUtils']['remove'](yt);});});})['observe'](yk['parentElement'],{'subtree':!![],'childList':!![]});}}};yi['_processCard']=function(yu,yv){var yw,yx=null;if(BDFDB['DOMUtils']['containsClass'](yu['node'],BDFDB['disCN']['_reposettingsclosed'])&&(yw=yu['node']['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(yx=yu['node']['querySelector'](BDFDB['dotCN']['_repodescription']))!=null&&(!BDFDB['ObjectUtils']['is'](yv)||typeof yv['getRawUrl']!='function')){if(!yw['firstElementChild']&&!yx['firstElementChild']&&(yw['innerText']=='DevilBro'||yw['innerText']['indexOf']('DevilBro,')==0x0)){yx['style']['setProperty']('display','block','important');yw['innerHTML']='DevilBro'+yw['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');yw['addEventListener']('click',c=>{if(BDFDB['UserUtils']['me']['id']=='278543574059057154')return;let yz=eQ['ChannelStore']['getDMFromUserId']('278543574059057154');if(yz)eQ['SelectChannelUtils']['selectPrivateChannel'](yz);else eQ['DirectMessageUtils']['openPrivateChannel'](BDFDB['UserUtils']['me']['id'],'278543574059057154');let yA=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yA)yA['click']();});let yB=yu['node']['querySelector'](BDFDB['dotCN']['_repoversion']);if(yB&&yv['changelog']){BDFDB['DOMUtils']['remove'](yB['querySelectorAll']('.BDFDB-versionchangelog'));let yC=BDFDB['DOMUtils']['create']('\x20\x20\x20\x20\x20');yB['appendChild'](yC);yC['addEventListener']('click',c=>{BDFDB['PluginUtils']['openChangeLog'](yv);});yC['addEventListener']('mouseenter',c=>{BDFDB['TooltipUtils']['create'](yC,BDFDB['LanguageUtils']['LanguageStrings']['CHANGE_LOG'],{'type':'top','selector':'changelogicon-tooltip'});});}let yF=yu['node']['querySelector'](BDFDB['dotCN']['_repolinks']);if(yF){if(yF['firstElementChild'])yF['appendChild'](document['createTextNode']('\x20|\x20'));let yG=BDFDB['DOMUtils']['create']('Support\x20Server');yG['addEventListener']('click',yu=>{BDFDB['ListenerUtils']['stopEvent'](yu);let yI=c=>{eQ['GuildUtils']['transitionToGuildSync']('410787888507256842');let yK=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(yK)yK['click']();};if(eQ['GuildStore']['getGuild']('410787888507256842'))yI();else eQ['InviteUtils']['acceptInvite']('Jx3TjNS')['then'](c=>{yI();});});yF['appendChild'](yG);if(BDFDB['UserUtils']['me']['id']!='98003542823944192'&&BDFDB['UserUtils']['me']['id']!='116242787980017679'&&BDFDB['UserUtils']['me']['id']!='81388395867156480'){yF['appendChild'](document['createTextNode']('\x20|\x20'));yF['appendChild'](BDFDB['DOMUtils']['create']('Donations'));}}}}};yi['processV2CPluginCard']=function(yM){yi['_processCard'](yM,yM['instance']['props']['plugin']);};yi['processV2CThemeCard']=function(yN){yi['_processCard'](yN,yN['instance']['props']['theme']);};yi['_processAvatar']=function(yO,yP){if(yP&&yO){yP['setAttribute']('user_by_BDFDB',yO['id']);var yQ=yP['querySelector'](BDFDB['dotCN']['avatarpointerevents']);if(yQ){yQ['addEventListener']('mouseenter',c=>{BDFDB['DOMUtils']['addClass'](yP,'statusHovered');});yQ['addEventListener']('mouseleave',c=>{BDFDB['DOMUtils']['removeClass'](yP,'statusHovered');});}}};yi['processUserPopout']=function(yT){yi['_processAvatar'](yT['instance']['props']['user'],yT['node']['querySelector'](BDFDB['dotCN']['userpopoutavatarwrapper']));};yi['processUserProfile']=function(yU){yi['_processAvatar'](yU['instance']['props']['user'],yU['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};yi['processMessage']=function(yV){yi['_processAvatar'](yV['instance']['props']['message']['author'],yV['node']['querySelector'](BDFDB['dotCN']['avatarwrapper']));};e['patchPlugin'](BDFDB);if(wb['SvgIcon'])BDFDB['ModuleUtils']['patch'](BDFDB,wb['SvgIcon']['prototype'],'render',{'after':yW=>{if(!yW['thisObject']['props']['name']){let yX=yW['thisObject']['props']['iconSVG']||BDFDB['ReactUtils']['findValue'](yW['thisObject'],'iconSVG',{'up':!![]});if(yX)yW['returnValue']=BDFDB['ReactUtils']['elementToReact'](BDFDB['DOMUtils']['create'](yX));}}});BDFDB['ModuleUtils']['patch'](BDFDB,eQ['GuildStore'],'getGuild',{'after':yY=>{if(yY['returnValue']&&yY['methodArguments'][0x0]=='410787888507256842'&&!yY['returnValue']['banner']){yY['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,eQ['IconUtils'],'getGuildBannerURL',{'instead':yZ=>{return yZ['methodArguments'][0x0]['id']=='410787888507256842'?yZ['methodArguments'][0x0]['banner']:yZ['callOriginalMethod']();}});for(let z0 of hT)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName'](z0),![]);for(let z1 of hU)e['patchPopoutLib'](BDFDB['ModuleUtils']['findByName'](z1),![]);for(let z2 of hV)e['patchContextMenuLib'](BDFDB['ModuleUtils']['findByName']('FluxContainer('+z2+')'),!![]);BDFDB['ModuleUtils']['forceAllUpdates'](BDFDB);e['addContextListeners'](BDFDB);BDFDB['loaded']=!![];e['reloadLib']=c=>{var z4=document['querySelector']('head\x20script#BDFDBLibraryScript');if(z4)z4['remove']();z4=document['createElement']('script');z4['setAttribute']('id','BDFDBLibraryScript');z4['setAttribute']('type','text/javascript');z4['setAttribute']('src','https://mwittrien.github.io/BetterDiscordAddons/Plugins/BDFDB.min.js');z4['setAttribute']('date',performance['now']());document['head']['appendChild'](z4);};var z5=Object['keys'](BDFDB)['length']-0xa,z6=setInterval(c=>{if(!window['BDFDB']||typeof BDFDB!='object'||Object['keys'](BDFDB)['length']0x112a880){clearInterval(z6);e['reloadLib']();}},0x2710);if(BDFDB['UserUtils']['me']['id']=='278543574059057154'){for(let z8 in vA)if(!vA[z8])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',z8+'\x20not\x20initialized\x20in\x20DiscordClassModules');for(let z9 in eN)if(!eN[z9])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',z9+'\x20not\x20initialized\x20in\x20LibraryRequires');for(let za in eQ)if(!eQ[za])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',za+'\x20not\x20initialized\x20in\x20LibraryModules');for(let zb in wa)if(!wa[zb])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zb+'\x20not\x20initialized\x20in\x20NativeSubComponents');for(let zc in wb)if(!wb[zc])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',zc+'\x20not\x20initialized\x20in\x20LibraryComponents');BDFDB['ModuleUtils']['DevFuncs']={};BDFDB['ModuleUtils']['DevFuncs']['generateClassId']=function(zd){let ze='0123456789ABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'['split']('');let d='';while(d['length']<0x6)d+=ze[Math['floor'](Math['random']()*ze['length'])];return d;};BDFDB['ModuleUtils']['DevFuncs']['findByIndex']=function(zg){var zh=ef();return zh['c'][zg];};BDFDB['ModuleUtils']['DevFuncs']['findPropAny']=function(zi){zi=BDFDB['ArrayUtils']['is'](zi)?zi:Array['from'](arguments);var zj=ef();window['t']={'$filter':zk=>zi['every'](zl=>zk['toLowerCase']()['indexOf'](zl['toLowerCase']())>-0x1)};for(let zm in zj['c'])if(zj['c']['hasOwnProperty'](zm)){let zn=zj['c'][zm]['exports'];if(zn&&typeof zn=='object')for(let zo in zn)if(window['t']['$filter'](zo))window['t'][zo+'_'+zm]=zn;if(zn&&typeof zn=='object'&&typeof zn['default']=='object')for(let zp in zn['default'])if(window['t']['$filter'](zp))window['t'][zp+'_default_'+zm]=zn['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropFunc']=function(zq){zq=BDFDB['ArrayUtils']['is'](zq)?zq:Array['from'](arguments);var zr=ef();window['t']={'$filter':zs=>zq['every'](zt=>zs['toLowerCase']()['indexOf'](zt['toLowerCase']())>-0x1)};for(let zu in zr['c'])if(zr['c']['hasOwnProperty'](zu)){let zv=zr['c'][zu]['exports'];if(zv&&typeof zv=='object')for(let zw in zv)if(window['t']['$filter'](zw)&&typeof zv[zw]!='string')window['t'][zw+'_'+zu]=zv;if(zv&&typeof zv=='object'&&typeof zv['default']=='object')for(let zx in zv['default'])if(window['t']['$filter'](zx)&&typeof zv['default'][zx]!='string')window['t'][zx+'_default_'+zu]=zv['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findPropStringLib']=function(zy){zy=BDFDB['ArrayUtils']['is'](zy)?zy:Array['from'](arguments);var zz=ef();window['t']={'$filter':zA=>zy['every'](zB=>zA['toLowerCase']()['indexOf'](zB['toLowerCase']())>-0x1)};for(let zC in zz['c'])if(zz['c']['hasOwnProperty'](zC)){let zD=zz['c'][zC]['exports'];if(zD&&typeof zD=='object')for(let zE in zD)if(window['t']['$filter'](zE)&&typeof zD[zE]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zD[zE]))window['t'][zE+'_'+zC]=zD;if(zD&&typeof zD=='object'&&typeof zD['default']=='object')for(let zF in zD['default'])if(window['t']['$filter'](zF)&&typeof zD['default'][zF]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](zD['default'][zF]))window['t'][zF+'_default_'+zC]=zD['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findNameAny']=function(zG){zG=BDFDB['ArrayUtils']['is'](zG)?zG:Array['from'](arguments);var zH=ef();window['t']={'$filter':zI=>zG['some'](zJ=>typeof zI['displayName']=='string'&&zI['displayName']['toLowerCase']()['indexOf'](zJ['toLowerCase']())>-0x1||zI['name']=='string'&&zI['name']['toLowerCase']()['indexOf'](zJ['toLowerCase']())>-0x1)};for(let zK in zH['c'])if(zH['c']['hasOwnProperty'](zK)){let zL=zH['c'][zK]['exports'];if(zL&&(typeof zL=='object'||typeof zL=='function')&&window['t']['$filter'](zL))window['t'][(zL['displayName']||zL['name'])+'_'+zK]=zL;if(zL&&(typeof zL=='object'||typeof zL=='function')&&zL['default']&&(typeof zL['default']=='object'||typeof zL['default']=='function')&&window['t']['$filter'](zL['default']))window['t'][(zL['default']['displayName']||zL['default']['name'])+'_'+zK]=zL['default'];}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['findCodeAny']=function(zM){zM=BDFDB['ArrayUtils']['is'](zM)?zM:Array['from'](arguments);var zN=ef();window['t']={'$filter':zO=>zM['every'](zP=>zO['toLowerCase']()['indexOf'](zP['toLowerCase']())>-0x1)};for(let zQ in zN['c'])if(zN['c']['hasOwnProperty'](zQ)){let zR=zN['c'][zQ]['exports'];if(zR&&typeof zR=='object')for(let zS in zR){let zT=zR[zS];if(typeof zT=='function'&&window['t']['$filter'](zT['toString']()))window['t'][zS+'_module_'+zQ]={'string':zT['toString'](),'func':zT,'module':zR};}if(zR&&typeof zR=='object'&&typeof zR['default']=='object')for(let zU in zR['default']){let zT=zR['default'][zU];if(typeof zT=='function'&&window['t']['$filter'](zT['toString']()))window['t'][zU+'_default_'+zQ]={'string':zT['toString'](),'func':zT,'module':zR['default']};}}for(let zW in zN['m']){let zT=zN['m'][zW];if(typeof zT=='function'&&window['t']['$filter'](zT['toString']()))window['t']['funtion_'+zW]={'string':zT['toString'](),'func':zT};}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllModules']=function(){var zY=ef();window['t']={};for(let zZ in zY['c'])if(zY['c']['hasOwnProperty'](zZ)){let A0=zY['c'][zZ]['exports'];if(A0&&typeof A0=='object')window['t'][zZ]=A0;}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['getAllStringLibs']=function(){var A1=ef();window['t']=[];for(let A2 in A1['c'])if(A1['c']['hasOwnProperty'](A2)){let A3=A1['c'][A2]['exports'];if(A3&&typeof A3=='object'&&!BDFDB['ArrayUtils']['is'](A3)&&Object['keys'](A3)['length']){var A4=!![],A5=![];for(let A6 in A3){if(typeof A3[A6]!='string')A4=![];if(typeof A3[A6]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](A3[A6]))A5=!![];}if(A4&&A5)window['t']['push'](A3);}if(A3&&typeof A3=='object'&&A3['default']&&typeof A3['default']=='object'&&!BDFDB['ArrayUtils']['is'](A3['default'])&&Object['keys'](A3['default'])['length']){var A4=!![],A5=![];for(let A9 in A3['default']){if(typeof A3['default'][A9]!='string')A4=![];if(typeof A3['default'][A9]=='string'&&/^[A-z0-9]+\-[A-z0-9_-]{6}$/['test'](A3['default'][A9]))A5=!![];}if(A4&&A5)window['t']['push'](A3['default']);}}console['clear']();console['log'](window['t']);};BDFDB['ModuleUtils']['DevFuncs']['listen']=function(Aa){Aa=BDFDB['ArrayUtils']['is'](Aa)?Aa:Array['from'](arguments);BDFDB['ModuleUtils']['DevFuncs']['listenstop']();BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=BDFDB['ModuleUtils']['patch']('WebpackSearch',BDFDB['ModuleUtils']['findByProperties'](Aa),Aa[0x0],{'after':Ab=>{console['log'](Ab);}});};BDFDB['ModuleUtils']['DevFuncs']['listenstop']=function(){if(typeof BDFDB['ModuleUtils']['DevFuncs']['listen']['p']=='function')BDFDB['ModuleUtils']['DevFuncs']['listen']['p']();};BDFDB['ModuleUtils']['DevFuncs']['req']=ef();}for(let Ac in wa)if(!wa[Ac])wa[Ac]='div';for(let Ad in wb)if(!wb[Ad]){wb[Ad]='div';BDFDB['LibraryComponents'][Ad]='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']=(Ae,Af,Ag)=>{return BDFDB['TooltipUtils']['create'](Af,Ae,Ag);};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']=Ah=>{return BDFDB['ReactUtils']['findValue'](Ah['node']||Ah['instance'],Ah['key'],Ah);};BDFDB['getReactInstance']=BDFDB['ReactUtils']['getInstance'];BDFDB['getOwnerInstance']=Ai=>{return BDFDB['ReactUtils']['findOwner'](Ai['node']||Ai['instance'],Ai);};BDFDB['ReactUtils']['getOwner']=BDFDB['ReactUtils']['findOwner'];BDFDB['getContextMenuGroupAndIndex']=(Aj,Ak)=>{return BDFDB['ReactUtils']['findChildren'](Aj,{'name':Ak,'props':[['label',Ak]]});};BDFDB['getReactValue']=BDFDB['ReactUtils']['getValue'];BDFDB['WebModules']=Object['assign']({},BDFDB['ModuleUtils']);BDFDB['WebModules']['patch']=(Al,Am,An,Ao)=>{return BDFDB['ModuleUtils']['patch'](An,Al,Am,Ao);};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']=(Ap,Aq,Ar)=>{BDFDB['DataUtils']['save'](Ap,Aq,Ar);};BDFDB['saveData']=(d,At,Au,Av)=>{BDFDB['DataUtils']['save'](At,Au,Av,d);};BDFDB['loadAllData']=(Aw,Ax)=>{return BDFDB['DataUtils']['load'](Aw,Ax);};BDFDB['loadData']=(d,Az,AA)=>{return BDFDB['DataUtils']['load'](Az,AA,d);};BDFDB['removeAllData']=(AB,AC)=>{BDFDB['DataUtils']['remove'](AB,AC);};BDFDB['removeData']=(d,AE,AF)=>{BDFDB['DataUtils']['remove'](AE,AF,d);};BDFDB['getAllData']=(AG,AH)=>{return BDFDB['DataUtils']['get'](AG,AH);};BDFDB['getData']=(d,AJ,AK)=>{return BDFDB['DataUtils']['get'](AJ,AK,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['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['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 AL=BDFDB['LanguageUtils']['getLanguage']()['id'];if(e['LibraryStrings'][AL])return e['LibraryStrings'][AL];return e['LibraryStrings']['default'];};BDFDB['LibraryComponents']['ModalTabContent']=wb['ModalComponents']['ModalTabContent'];})(); \ No newline at end of file diff --git a/Plugins/ChatAliases/ChatAliases.plugin.js b/Plugins/ChatAliases/ChatAliases.plugin.js index 8ff7b6aef9..cefe1581c3 100644 --- a/Plugins/ChatAliases/ChatAliases.plugin.js +++ b/Plugins/ChatAliases/ChatAliases.plugin.js @@ -221,7 +221,7 @@ class ChatAliases { } } else if (action == "removeall") { - BDFDB.openConfirmModal(this, "Are you sure you want to remove all added Words from your list?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to remove all added Words from your list?", () => { this.aliases = {}; update(); }); diff --git a/Plugins/ChatFilter/ChatFilter.plugin.js b/Plugins/ChatFilter/ChatFilter.plugin.js index 579c85cd1d..2345a3bbc3 100644 --- a/Plugins/ChatFilter/ChatFilter.plugin.js +++ b/Plugins/ChatFilter/ChatFilter.plugin.js @@ -235,7 +235,7 @@ class ChatFilter { } } else if (action == "removeall") { - BDFDB.openConfirmModal(this, "Are you sure you want to remove all added Words from your list?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to remove all added Words from your list?", () => { this.words[rtype] = {}; update(); }); diff --git a/Plugins/EditChannels/EditChannels.plugin.js b/Plugins/EditChannels/EditChannels.plugin.js index 33663f1370..3f362c520f 100644 --- a/Plugins/EditChannels/EditChannels.plugin.js +++ b/Plugins/EditChannels/EditChannels.plugin.js @@ -73,7 +73,7 @@ class EditChannels { color: BDFDB.LibraryComponents.Button.Colors.RED, label: "Reset all Channels", onClick: _ => { - BDFDB.openConfirmModal(this, "Are you sure you want to reset all channels?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to reset all channels?", () => { BDFDB.DataUtils.remove(this, "channels"); this.forceUpdateAll(); }); @@ -184,7 +184,7 @@ class EditChannels { showChannelSettings (info) { var data = BDFDB.DataUtils.load(this, "channels", info.id) || {}; - BDFDB.openModal(this, { + BDFDB.ModalUtils.open(this, { size: "MEDIUM", header: this.labels.modal_header_text, subheader: info.name, diff --git a/Plugins/EditServers/EditServers.plugin.js b/Plugins/EditServers/EditServers.plugin.js index d9c28ede9b..9cc6476561 100644 --- a/Plugins/EditServers/EditServers.plugin.js +++ b/Plugins/EditServers/EditServers.plugin.js @@ -56,7 +56,7 @@ class EditServers { color: BDFDB.LibraryComponents.Button.Colors.RED, label: "Reset all Servers", onClick: _ => { - BDFDB.openConfirmModal(this, "Are you sure you want to reset all servers?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to reset all servers?", () => { BDFDB.DataUtils.remove(this, "servers"); this.forceUpdateAll(); }); @@ -224,7 +224,7 @@ class EditServers { showServerSettings (info) { var data = BDFDB.DataUtils.load(this, "servers", info.id) || {}; - BDFDB.openModal(this, { + BDFDB.ModalUtils.open(this, { size: "MEDIUM", header: this.labels.modal_header_text, subheader: info.name, diff --git a/Plugins/EditUsers/EditUsers.plugin.js b/Plugins/EditUsers/EditUsers.plugin.js index 2040c0e937..b1937916af 100644 --- a/Plugins/EditUsers/EditUsers.plugin.js +++ b/Plugins/EditUsers/EditUsers.plugin.js @@ -119,7 +119,7 @@ class EditUsers { color: BDFDB.LibraryComponents.Button.Colors.RED, label: "Reset all Users", onClick: _ => { - BDFDB.openConfirmModal(this, "Are you sure you want to reset all users?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to reset all users?", () => { BDFDB.DataUtils.remove(this, "users"); this.forceUpdateAll(); }); @@ -232,7 +232,7 @@ class EditUsers { let data = BDFDB.DataUtils.load(this, "users", info.id) || {}; let member = BDFDB.LibraryModules.MemberStore.getMember(BDFDB.LibraryModules.LastGuildStore.getGuildId(), info.id) || {}; - BDFDB.openModal(this, { + BDFDB.ModalUtils.open(this, { size: "MEDIUM", header: this.labels.modal_header_text, subheader: member.nick || info.username, diff --git a/Plugins/MessageUtilities/MessageUtilities.plugin.js b/Plugins/MessageUtilities/MessageUtilities.plugin.js index 4e3f016146..abd8e20417 100644 --- a/Plugins/MessageUtilities/MessageUtilities.plugin.js +++ b/Plugins/MessageUtilities/MessageUtilities.plugin.js @@ -179,7 +179,7 @@ class MessageUtilities { } resetAll (settingspanel) { - BDFDB.openConfirmModal(this, "Are you sure you want to delete all key bindings?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to delete all key bindings?", () => { BDFDB.DataUtils.remove(this, "bindings"); let bindings = BDFDB.DataUtils.get(this, "bindings"); settingspanel.querySelectorAll(BDFDB.dotCN.select).forEach(wrap => { diff --git a/Plugins/NotificationSounds/NotificationSounds.plugin.js b/Plugins/NotificationSounds/NotificationSounds.plugin.js index d051869c34..f81c8c746a 100644 --- a/Plugins/NotificationSounds/NotificationSounds.plugin.js +++ b/Plugins/NotificationSounds/NotificationSounds.plugin.js @@ -147,7 +147,7 @@ class NotificationSounds { BDFDB.ListenerUtils.add(this, settingspanel, "click", ".btn-addsong", e => {this.saveAudio(settingspanel);}); BDFDB.ListenerUtils.add(this, settingspanel, "keyup", ".songInput", e => {if (e.which == 13) this.saveAudio(settingspanel);}); BDFDB.ListenerUtils.add(this, settingspanel, "click", ".reset-button", () => { - BDFDB.openConfirmModal(this, "Are you sure you want to delete all added songs?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to delete all added songs?", () => { BDFDB.DataUtils.remove(this, "choices"); BDFDB.DataUtils.remove(this, "audios"); this.loadAudios(); diff --git a/Plugins/PersonalPins/PersonalPins.plugin.js b/Plugins/PersonalPins/PersonalPins.plugin.js index 5bcdc44a6a..be45c058e4 100644 --- a/Plugins/PersonalPins/PersonalPins.plugin.js +++ b/Plugins/PersonalPins/PersonalPins.plugin.js @@ -141,7 +141,7 @@ class PersonalPins { BDFDB.initElements(settingspanel, this); settingspanel.querySelector(".reset-button").addEventListener("click", () => { - BDFDB.openConfirmModal(this, "Are you sure you want to delete all pinned notes?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to delete all pinned notes?", () => { BDFDB.DataUtils.remove(this, "pins"); }); }); diff --git a/Plugins/PinDMs/PinDMs.plugin.js b/Plugins/PinDMs/PinDMs.plugin.js index e58fa25d81..434e3ecb69 100644 --- a/Plugins/PinDMs/PinDMs.plugin.js +++ b/Plugins/PinDMs/PinDMs.plugin.js @@ -123,7 +123,7 @@ class PinDMs { BDFDB.initElements(settingspanel, this); BDFDB.ListenerUtils.add(this, settingspanel, "click", ".reset-button", () => { - BDFDB.openConfirmModal(this, "Are you sure you want to unpin all pinned DMs?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to unpin all pinned DMs?", () => { BDFDB.DataUtils.remove(this, "pinnedDMs"); BDFDB.DataUtils.remove(this, "pinnedRecents"); }); diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index 64e98bab92..37437f2fcc 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -391,7 +391,7 @@ class PluginRepo { } removeAllFromOwnList (settingspanel) { - BDFDB.openConfirmModal(this, "Are you sure you want to remove all added Plugins from your own list?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to remove all added Plugins from your own list?", () => { BDFDB.DataUtils.save([], this, "ownlist", "ownlist"); BDFDB.DOMUtils.remove(settingspanel.querySelector(BDFDB.dotCN.hovercard)); }); diff --git a/Plugins/RepoControls/RepoControls.plugin.js b/Plugins/RepoControls/RepoControls.plugin.js index 4242c9f53e..8e96c61cde 100644 --- a/Plugins/RepoControls/RepoControls.plugin.js +++ b/Plugins/RepoControls/RepoControls.plugin.js @@ -261,7 +261,7 @@ class RepoControls { }); }; if (!BDFDB.DataUtils.get(this, "settings", "confirmDelete")) deleteFile(); - else BDFDB.openConfirmModal(this, `Are you sure you want to delete the ${type} "${name}"?`, () => { + else BDFDB.ModalUtils.confirm(this, `Are you sure you want to delete the ${type} "${name}"?`, () => { deleteFile(); }); }); @@ -389,7 +389,7 @@ class RepoControls { } toggleAll (type, container, enable) { - BDFDB.openConfirmModal(this, `Are you sure you want to ${enable ? "enable" : "disable"} all ${type[0].toUpperCase() + type.slice(1)}s?`, () => { + BDFDB.ModalUtils.confirm(this, `Are you sure you want to ${enable ? "enable" : "disable"} all ${type[0].toUpperCase() + type.slice(1)}s?`, () => { for (let header of container.querySelectorAll(BDFDB.dotCN._repoheader)) { if (header.querySelector(BDFDB.dotCN._reponame).textContent.toLowerCase().indexOf(this.name.toLowerCase()) != 0) { let switchwrap = header.querySelector(BDFDB.dotCN._repocheckboxwrap); diff --git a/Plugins/ServerFolders/ServerFolders.plugin.js b/Plugins/ServerFolders/ServerFolders.plugin.js index 69c354bd39..96aafc910a 100644 --- a/Plugins/ServerFolders/ServerFolders.plugin.js +++ b/Plugins/ServerFolders/ServerFolders.plugin.js @@ -183,7 +183,7 @@ class ServerFolders { BDFDB.initElements(settingspanel, this); BDFDB.ListenerUtils.add(this, settingspanel, "click", ".removecustom-button", () => { - BDFDB.openConfirmModal(this, "Are you sure you want to remove all custom icons?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to remove all custom icons?", () => { BDFDB.DataUtils.remove(this, "customicons"); }); }); @@ -229,7 +229,7 @@ class ServerFolders { foldersdata = BDFDB.ObjectUtils.sort(BDFDB.DataUtils.load(this, "folders"), "position"); } let oldfolders = Object.keys(foldersdata).filter(n => n.indexOf("folder") == 0); - if (oldfolders.length) BDFDB.openConfirmModal(this, `Old ServerFolders data detected!\nFound ${oldfolders.length} old custom folders in the ServerFolders.config.json.\nPress the '${BDFDB.LanguageUtils.LanguageStrings.OKAY}' button to automatically create a native folder for each old folder and to automatically put the servers in them.`, "Convert?", () => { + if (oldfolders.length) BDFDB.ModalUtils.confirm(this, `Old ServerFolders data detected!\nFound ${oldfolders.length} old custom folders in the ServerFolders.config.json.\nPress the '${BDFDB.LanguageUtils.LanguageStrings.OKAY}' button to automatically create a native folder for each old folder and to automatically put the servers in them.`, "Convert?", () => { let oldGuildFolders = Object.assign({}, BDFDB.LibraryModules.FolderStore.guildFolders); let guildsInFolders = []; let guildFolders = []; @@ -351,7 +351,7 @@ class ServerFolders { danger: true, action: e => { BDFDB.closeContextMenu(BDFDB.DOMUtils.getParent(BDFDB.dotCN.contextmenu, e.target)); - BDFDB.openConfirmModal(this, `Are you sure you want to remove the folder${folder.folderName ? (" '" + folder.folderName + '"') : ""}?`, () => {this.removeFolder(folderid);}); + BDFDB.ModalUtils.confirm(this, `Are you sure you want to remove the folder${folder.folderName ? (" '" + folder.folderName + '"') : ""}?`, () => {this.removeFolder(folderid);}); } }) }); diff --git a/Plugins/ServerHider/ServerHider.plugin.js b/Plugins/ServerHider/ServerHider.plugin.js index da0da955fb..9148ba6374 100644 --- a/Plugins/ServerHider/ServerHider.plugin.js +++ b/Plugins/ServerHider/ServerHider.plugin.js @@ -88,7 +88,7 @@ class ServerHider { BDFDB.initElements(settingspanel, this); BDFDB.ListenerUtils.add(this, settingspanel, "click", ".reset-button", () => { - BDFDB.openConfirmModal(this, "Are you sure you want to reset all servers?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to reset all servers?", () => { BDFDB.DataUtils.remove(this, "servers"); BDFDB.GuildUtils.getAll().forEach(info => {if (!info.div.getAttribute("folder")) BDFDB.DOMUtils.hide(info.div);}); }); diff --git a/Plugins/StalkerNotifications/StalkerNotifications.plugin.js b/Plugins/StalkerNotifications/StalkerNotifications.plugin.js index f9fc57c33c..c172bb77cf 100644 --- a/Plugins/StalkerNotifications/StalkerNotifications.plugin.js +++ b/Plugins/StalkerNotifications/StalkerNotifications.plugin.js @@ -55,7 +55,7 @@ class StalkerNotifications { if (this.started) return; BDFDB.PluginUtils.init(this); - BDFDB.openConfirmModal(this, "StalkerNotifications has been discontinued and was merged with FriendNotifications. To download FriendNotifications click the 'OK' button bellow. This will delete StalkerNotifications and download FriendNotifications.", "Update Notification", () => { + BDFDB.ModalUtils.confirm(this, "StalkerNotifications has been discontinued and was merged with FriendNotifications. To download FriendNotifications click the 'OK' button bellow. This will delete StalkerNotifications and download FriendNotifications.", "Update Notification", () => { require("request")("https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Plugins/FriendNotifications/FriendNotifications.plugin.js", (error, response, body) => { if (error) BDFDB.NotificationUtils.toast(`Unable to download FriendNotifications.plugin.js.`, {type:"error"}); else { diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index 34aac1696b..07bc7d2946 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -451,7 +451,7 @@ class ThemeRepo { } removeAllFromOwnList (settingspanel) { - BDFDB.openConfirmModal(this, "Are you sure you want to remove all added Themes from your own list?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to remove all added Themes from your own list?", () => { BDFDB.DataUtils.save([], this, "ownlist", "ownlist"); BDFDB.DOMUtils.remove(settingspanel.querySelector(BDFDB.dotCN.hovercard)); }); diff --git a/Plugins/UserNotes/UserNotes.plugin.js b/Plugins/UserNotes/UserNotes.plugin.js index ece33f99f7..d426d2fb2f 100644 --- a/Plugins/UserNotes/UserNotes.plugin.js +++ b/Plugins/UserNotes/UserNotes.plugin.js @@ -75,7 +75,7 @@ class UserNotes { BDFDB.initElements(settingspanel, this); BDFDB.ListenerUtils.add(this, settingspanel, "click", ".remove-button", () => { - BDFDB.openConfirmModal(this, "Are you sure you want to remove all usernotes?", () => { + BDFDB.ModalUtils.confirm(this, "Are you sure you want to remove all usernotes?", () => { BDFDB.DataUtils.remove(this, "notes"); }); });