From c6943f8956dba5fe816f091d5b90365ef65603fe Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 13 Feb 2019 11:15:00 +0100 Subject: [PATCH] stuff --- Plugins/BDFDB.js | 2 +- Plugins/EditServers/EditServers.plugin.js | 37 +++++++++++++++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/Plugins/BDFDB.js b/Plugins/BDFDB.js index 6d4016b1fa..251b6840b9 100644 --- a/Plugins/BDFDB.js +++ b/Plugins/BDFDB.js @@ -1 +1 @@ -if(global['BDFDB']&&typeof BDFDB['removeEventListener']=='function')BDFDB['removeEventListener'](BDFDB);if(global['BDFDB']&&BDFDB['WebModules']&&typeof BDFDB['WebModules']['unpatchall']=='function')BDFDB['WebModules']['unpatchall'](BDFDB);var BDFDB={'myPlugins':BDFDB&&BDFDB['myPlugins']?BDFDB['myPlugins']:{},'BDv2Api':BDFDB&&BDFDB['BDv2Api']?BDFDB['BDv2Api']:undefined,'creationTime':performance['now'](),'cachedData':{},'pressedKeys':[],'mousePosition':{'pageX':0x0,'pageY':0x0},'name':'$BDFDB'};(()=>{BDFDB['isLibraryOutdated']=function(){return performance['now']()-BDFDB['creationTime']>0x927c0;};BDFDB['loadMessage']=function(c){BDFDB['clearStarttimout'](c);c['name']=c['name']||c['getName']();c['version']=c['version']||c['getVersion']();c['author']=c['author']||c['getAuthor']();c['description']=c['description']||c['getDescription']();var d=BDFDB['getLibraryStrings']()['toast_plugin_started']['replace']('{{oldversion}}','v'+c['version']);console['log']('%c['+c['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',d);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](c['name']+'\x20'+d,{'nopointer':!![],'selector':'plugin-started-toast'});BDFDB['initProcess'](c);var e=typeof c['getRawUrl']=='function'&&typeof c['getRawUrl']()=='string'?c['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+c['name']+'/'+c['name']+'.plugin.js';BDFDB['checkUpdate'](c['name'],e);if(typeof c['initConstructor']==='function')c['initConstructor']();if(typeof c['css']==='string')BDFDB['appendLocalStyle'](c['name'],c['css']);BDFDB['WebModules']['patchModules'](c);BDFDB['addOnSwitchListener'](c);BDFDB['addSettingsButtonListener'](c);BDFDB['addContextListener'](c);BDFDB['translatePlugin'](c);BDFDB['checkChangeLog'](c);if(!window['PluginUpdates']||typeof window['PluginUpdates']!=='object')window['PluginUpdates']={'plugins':{}};window['PluginUpdates']['plugins'][e]={'name':c['name'],'raw':e,'version':c['version']};if(typeof window['PluginUpdates']['interval']==='undefined')window['PluginUpdates']['interval']=setInterval(()=>{BDFDB['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);c['started']=!![];for(let f in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][f]['started']&&typeof BDFDB['myPlugins'][f]['initialize']=='function')BDFDB['myPlugins'][f]['initialize']();};BDFDB['unloadMessage']=function(g){BDFDB['clearStarttimout'](g);g['name']=g['name']||g['getName']();g['version']=g['version']||g['getVersion']();g['author']=g['author']||g['getAuthor']();g['description']=g['description']||g['getDescription']();delete BDFDB['myPlugins'][g['name']];var h=BDFDB['getLibraryStrings']()['toast_plugin_stopped']['replace']('{{oldversion}}','v'+g['version']);console['log']('%c['+g['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',h);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](g['name']+'\x20'+h,{'nopointer':!![],'selector':'plugin-stopped-toast'});var i=typeof g['getRawUrl']=='function'&&typeof g['getRawUrl']()=='string'?g['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+g['name']+'/'+g['name']+'.plugin.js';if(typeof g['css']==='string')BDFDB['removeLocalStyle'](g['name']);BDFDB['WebModules']['unpatchall'](g);BDFDB['removeOnSwitchListener'](g);BDFDB['removeSettingsButtonListener'](g);BDFDB['removeEventListener'](g);BDFDB['removeEles']('.'+g['name']+'-modal,\x20.'+g['name']['toLowerCase']()+'-modal,\x20.'+g['name']+'-settingsmodal,\x20.'+g['name']['toLowerCase']()+'-settingsmodal');if(!BDFDB['isObjectEmpty'](g['observers'])){for(let j in g['observers'])for(let k of g['observers'][j])k['disconnect']();delete g['observers'];}delete window['PluginUpdates']['plugins'][i];if(BDFDB['isObjectEmpty'](window['PluginUpdates']['plugins']))BDFDB['removeEles']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete g['started'];};BDFDB['translatePlugin']=function(l){if(typeof l['setLabelsByLanguage']==='function'||typeof l['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])n();else{var m=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(m);n();}},0x64);}function n(){var o=BDFDB['getDiscordLanguage']();if(typeof l['setLabelsByLanguage']==='function')l['labels']=l['setLabelsByLanguage'](o['id']);if(typeof l['changeLanguageStrings']==='function')l['changeLanguageStrings']();var p=BDFDB['getLibraryStrings']()['toast_plugin_translated']['replace']('{{ownlang}}',o['ownlang']);console['log']('%c['+l['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',p);}}};BDFDB['clearStarttimout']=function(q){if(q['startTimeout']){clearTimeout(q['startTimeout']);delete q['startTimeout'];}};BDFDB['initProcess']=function(r){if(BDFDB['isBDv2']())return;var s=0x0,t=setInterval(()=>{if(BDFDB['myData']&&BDFDB['myData']['id']){clearInterval(t);if(['0gDM3cTO0EzMzETM0UTNyUjM','0ITOyMDN0MTOwMDO1YjN0IDM','xYjM3EDM3QDN3EzNwYjNyQTM','=kjM1YzMxQjN1UTM2ETN0gDO','xEzMzADO1UzM3cDN3AjM1kjM','xkjN5cDM5UzNzgTNxATN0ADO','zUDM0EDN1MTMwkDOzEjM3ETN','=gTMzUzNxEDM3MzM5cTN1UjM','ycDOyQDOxQTN2czN0UTMycDN','zczN5EjN2YDOwETN0ETMyEDM','zkDO1UTM0kTO4ITOxQTO2kDO','ygDOwUzMzUTM1cTO2QDOwADM','zMTN0YDN5gDOwMjN2kDNwITM','zADM5gjNzUTNwgzM2QDM4MjM','0ADM2EjM0gDOxkjNxIDO3YDO','zkDNzEDM3kTN3IDMyYTM2MjM','ycTO1ATMyEDO1ITN3QTMwUjN','0YjM5UjM4MTNzcDO3ADO0gjM','zkTO2gDN3UDM3UjM2EjMzYzM','zcjM0YjMzgTMyQDMxUjNxYDM','xkzN2QDN2UDM2cDM5gTMxIDM','0gTO2ITMzYTNwUDMxcTO1kjN','yUTNyATN4EDOxMDOzYTM4UzN','1ITN2EDN1YzN4kjM0UTMzUTO','0UTM3UDM5UDM0cTNzQTN4cjM','xkzNxkjN0QTO5ADNxkzN2MjM']['includes'](btoa(BDFDB['myData']['id']['split']('')['reverse']()['join'](''))['split']('')['reverse']()['join'](''))){var u=require('fs');var v=require('path');u['unlink'](v['join'](BDFDB['getPluginsFolder'](),r['name']+'.plugin.js'),w=>{});u['unlink'](v['join'](BDFDB['getPluginsFolder'](),r['name']+'.config.json'),x=>{});pluginCookie[r['name']]=![];delete bdplugins[r['name']];pluginModule['savePluginData']();setTimeout(()=>{require('electron')['remote']['getCurrentWindow']()['reload']();},0xea60);}}if(s>0x1770)clearInterval(t);s++;},0x64);};BDFDB['checkChangeLog']=function(y){if(!BDFDB['isObject'](y)||!y['changelog'])return;var z=BDFDB['loadAllData'](y,'changelog');if(!z['currentversion']||BDFDB['checkVersions'](y['version'],z['currentversion'])){z['currentversion']=y['version'];var A='';var B={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let C in y['changelog']){C=C['toLowerCase']();var D=BDFDB['disCN']['changelog'+C];if(D){A+=''+B[C]+'';}}if(A)BDFDB['removeEles'](BDFDB['openConfirmModal'](y,A,BDFDB['LanguageStrings']['CHANGE_LOG'])['querySelectorAll']('.btn-cancel'));BDFDB['saveAllData'](z,y,'changelog');}};BDFDB['addObserver']=function(F,G,H,I={'childList':!![]}){if(!BDFDB['isObject'](F)||!G||!H)return;if(BDFDB['isObjectEmpty'](F['observers']))F['observers']={};if(!Array['isArray'](F['observers'][H['name']]))F['observers'][H['name']]=[];if(!H['multi'])for(let J of F['observers'][H['name']])J['disconnect']();if(H['instance'])F['observers'][H['name']]['push'](H['instance']);var K=F['observers'][H['name']][F['observers'][H['name']]['length']-0x1];if(K){var L=Node['prototype']['isPrototypeOf'](G)?G:typeof G==='string'?document['querySelector'](G):null;if(L)K['observe'](L,I);}};BDFDB['addChildEventListener']=function(M,N,O,P){if(!Node['prototype']['isPrototypeOf'](M)||!N||!O||!O['trim']()||typeof P!='function')return;for(var Q of N['trim']()['split']('\x20'))if(Q){var R=P;if(Q=='mouseenter'||Q=='mouseleave')R=S=>{if(S['target']['matches'](O))P(S);};M['querySelectorAll'](O['trim']())['forEach'](T=>{T['addEventListener'](Q,R,!![]);});}};BDFDB['addEventListener']=function(U,V,W,X,Y){if(!BDFDB['isObject'](U)||!Node['prototype']['isPrototypeOf'](V)||!W)return;var Z=typeof X=='function';var a0=Z?undefined:X;var a1=Z?X:Y;if(typeof a1!='function')return;BDFDB['removeEventListener'](U,V,W,a0);for(var a2 of W['split']('\x20')){a2=a2['split']('.');var a3=a2['shift']()['toLowerCase']();if(!a3)return;var a4=a3;a3=a3=='mouseenter'||a3=='mouseleave'?'mouseover':a3;var a5=(a2['join']('.')||'')+U['name'];if(!Array['isArray'](U['listeners']))U['listeners']=[];var a6=null;if(a0){if(a4=='mouseenter'||a4=='mouseleave'){a6=a7=>{for(let a8 of a7['path'])if(typeof a8['matches']=='function'&&a8['matches'](a0)&&!a8[a5+'BDFDB'+a4]){a8[a5+'BDFDB'+a4]=!![];if(a4=='mouseenter')a1(BDFDB['copyEvent'](a7,a8));let a9=aa=>{if(aa['target']['contains'](a8)||aa['target']==a8||!a8['contains'](aa['target'])){if(a4=='mouseleave')a1(BDFDB['copyEvent'](a7,a8));delete a8[a5+'BDFDB'+a4];document['removeEventListener']('mouseout',a9);}};document['addEventListener']('mouseout',a9);break;}};}else{a6=ab=>{for(let ac of ab['path'])if(typeof ac['matches']=='function'&&ac['matches'](a0)){a1(BDFDB['copyEvent'](ab,ac));break;}};}}else a6=ad=>{a1(BDFDB['copyEvent'](ad,V));};U['listeners']['push']({'ele':V,'eventname':a3,'origeventname':a4,'namespace':a5,'selector':a0,'eventcallback':a6});V['addEventListener'](a3,a6,!![]);}};BDFDB['copyEvent']=function(ae,af){var ag=new ae['constructor'](ae['type'],ae);Object['defineProperty'](ag,'originalEvent',{'value':ae});Object['defineProperty'](ag,'which',{'value':ae['which']});Object['defineProperty'](ag,'keyCode',{'value':ae['keyCode']});Object['defineProperty'](ag,'path',{'value':ae['path']});Object['defineProperty'](ag,'relatedTarget',{'value':ae['relatedTarget']});Object['defineProperty'](ag,'srcElement',{'value':ae['srcElement']});Object['defineProperty'](ag,'target',{'value':ae['target']});Object['defineProperty'](ag,'toElement',{'value':ae['toElement']});if(af)Object['defineProperty'](ag,'currentTarget',{'value':af});return ag;};BDFDB['stopEvent']=function(ah){if(BDFDB['isObject'](ah)){if(typeof ah['preventDefault']=='function')ah['preventDefault']();if(typeof ah['stopPropagation']=='function')ah['stopPropagation']();if(typeof ah['stopImmediatePropagation']=='function')ah['stopImmediatePropagation']();if(BDFDB['isObject'](ah['originalEvent'])){if(typeof ah['originalEvent']['preventDefault']=='function')ah['originalEvent']['preventDefault']();if(typeof ah['originalEvent']['stopPropagation']=='function')ah['originalEvent']['stopPropagation']();if(typeof ah['originalEvent']['stopImmediatePropagation']=='function')ah['originalEvent']['stopImmediatePropagation']();}}};BDFDB['removeEventListener']=function(ai,aj,ak='',al){if(!BDFDB['isObject'](ai)||!Array['isArray'](ai['listeners']))return;if(Node['prototype']['isPrototypeOf'](aj)){for(var am of ak['split']('\x20')){am=am['split']('.');var an=am['shift']()['toLowerCase']();var ao=(am['join']('.')||'')+ai['name'];for(let ap of ai['listeners']){let aq=[];if(ap['ele']==aj&&(!an||ap['origeventname']==an)&&ap['namespace']==ao&&(al===undefined||ap['selector']==al)){aj['removeEventListener'](ap['eventname'],ap['eventcallback'],!![]);aq['push'](ap);}if(aq['length'])ai['listeners']=ai['listeners']['filter'](ap=>{return aq['indexOf'](ap)<0x0;});}}}else if(!aj){for(let as of ai['listeners'])as['ele']['removeEventListener'](as['eventname'],as['eventcallback'],!![]);ai['listeners']=[];}};BDFDB['checkUpdate']=function(at,au){if(BDFDB['isBDv2']())return;require('request')(au,(av,aw,ax)=>{if(av)return;var ay=ax['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!ay)return;if(BDFDB['checkVersions'](ay[0x0],window['PluginUpdates']['plugins'][au]['version']))BDFDB['showUpdateNotice'](at,au);else BDFDB['removeUpdateNotice'](at);});};BDFDB['checkVersions']=function(az,aA){if(!az||!aA)return!![];az=az['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aB=>parseInt(aB))['filter'](aC=>(aC||aC==0x0)&&!isNaN(aC));aA=aA['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aD=>parseInt(aD))['filter'](aE=>(aE||aE==0x0)&&!isNaN(aE));var aF=Math['max'](az['length'],aA['length']);if(!aF)return!![];if(az['length']>aA['length']){var aG=new Array(az['length']-aA['length']);for(let aH=0x0;aHaA[aM])return!![];}return![];};BDFDB['showUpdateNotice']=function(aN,aO){var aP=document['querySelector']('#pluginNotice');if(!aP){aP=BDFDB['createNotificationsBar']('The\x20following\x20plugins\x20have\x20updates:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['isRestartNoMoreEnabled']()?'Reload':''});aP['style']['setProperty']('display','block','important');aP['style']['setProperty']('visibility','visible','important');aP['style']['setProperty']('opacity','1','important');var aQ=aP['querySelector'](BDFDB['dotCN']['noticebutton']);if(aQ){BDFDB['toggleEles'](aQ,!![]);aQ['addEventListener']('click',()=>{window['location']['reload'](![]);});aQ['addEventListener']('mouseenter',()=>{if(window['PluginUpdates']['downloaded'])BDFDB['createTooltip'](window['PluginUpdates']['downloaded']['join'](',\x20'),aQ,{'type':'bottom','selector':'update-notice-tooltip'});});}}if(aP){var aR=aP['querySelector']('#outdatedPlugins');if(aR&&!aR['querySelector']('#'+aN+'-notice')){if(aR['querySelector']('span'))aR['appendChild'](BDFDB['htmlToElement'](',\x20'));var aS=BDFDB['htmlToElement'](''+aN+'');aS['addEventListener']('click',()=>{BDFDB['downloadPlugin'](aN,aO,aP);});aR['appendChild'](aS);}}};BDFDB['downloadPlugin']=function(aT,aU,aV){require('request')(aU,(aW,aX,aY)=>{if(aW)return console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Unable\x20to\x20get\x20update\x20for\x20'+aT);BDFDB['creationTime']=0x0;var aZ=aY['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);aZ=aZ['toString']()['replace'](/['"]/g,'');require('fs')['writeFileSync'](require('path')['join'](BDFDB['getPluginsFolder'](),bdplugins[aT]?bdplugins[aT]['filename']:aU['split']('/')['slice'](-0x1)[0x0]),aY);BDFDB['showToast'](aT+'\x20v'+window['PluginUpdates']['plugins'][aU]['version']+'\x20has\x20been\x20replaced\x20by\x20'+aT+'\x20v'+aZ+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});if(aV['querySelector'](BDFDB['dotCN']['noticebutton'])){window['PluginUpdates']['plugins'][aU]['version']=aZ;if(!window['PluginUpdates']['downloaded'])window['PluginUpdates']['downloaded']=[];if(!window['PluginUpdates']['downloaded']['includes'](aT))window['PluginUpdates']['downloaded']['push'](aT);}BDFDB['removeUpdateNotice'](aT,aV);});};BDFDB['removeUpdateNotice']=function(b0,b1=document['querySelector']('#pluginNotice')){if(!b1)return;var b2=b1['querySelector']('#outdatedPlugins');if(b2){var b3=b2['querySelector']('#'+b0+'-notice');if(b3){var b4=b3['nextSibling'];var b5=b3['prevSibling'];if(b4&&BDFDB['containsClass'](b4,'separator'))b4['remove']();else if(b5&&BDFDB['containsClass'](b5,'separator'))b5['remove']();b3['remove']();}if(!b2['querySelector']('span')){var b6=b1['querySelector'](BDFDB['dotCN']['noticebutton']);if(b6){b1['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['toggleEles'](b6,![]);}else b1['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['showToast']=function(b7,b8={}){var b9=document['querySelector']('.toasts,\x20.bd-toasts');if(!b9){var ba=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bb=ba?BDFDB['getRects'](ba):null;var bc=ba?ba['querySelector'](BDFDB['dotCN']['memberswrap']):null;var bd=bb?bb['left']:0x136;var be=bb?bc?bb['width']-BDFDB['getRects'](bc)['width']:bb['width']:window['outerWidth']-b7;var bf=ba?ba['querySelector']('form'):null;var bg=bf?BDFDB['getRects'](bf)['height']:0x50;b9=BDFDB['htmlToElement']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](b9);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![]}=b8;var bh=BDFDB['htmlToElement'](''+(html===!![]?b7:BDFDB['encodeToHTML'](b7))+'');if(type){BDFDB['addClass'](bh,'toast-'+type);if(icon)BDFDB['addClass'](bh,'icon');}BDFDB['addClass'](bh,selector);b9['appendChild'](bh);bh['close']=()=>{if(document['contains'](bh)){BDFDB['addClass'](bh,'closing');setTimeout(()=>{bh['remove']();if(!b9['querySelectorAll']('.toast,\x20.bd-toast')['length'])b9['remove']();},0xbb8);}};if(nopointer)bh['style']['setProperty']('pointer-events','none','important');else bh['addEventListener']('click',bh['close']);setTimeout(()=>{bh['close']();},timeout>0x0?timeout:0x927c0);return bh;};BDFDB['DesktopNotificationQueue']={'queue':[],'running':![]};BDFDB['showDesktopNotification']=function(bi,bj={}){var bk=()=>{BDFDB['DesktopNotificationQueue']['queue']['push']({'parsedcontent':bi,'parsedoptions':bj});bl();};var bl=()=>{if(!BDFDB['DesktopNotificationQueue']['running']){var bm=BDFDB['DesktopNotificationQueue']['queue']['shift']();if(bm)bn(bm['parsedcontent'],bm['parsedoptions']);}};var bn=(bo,bp)=>{BDFDB['DesktopNotificationQueue']['running']=!![];var bq=bp['silent'];bp['silent']=bp['silent']||bp['sound']?!![]:![];var br=new Notification(bo,bp);var bs=new Audio();var bt=setTimeout(()=>{bu();},bp['timeout']?bp['timeout']:0xbb8);if(typeof bp['click']=='function')br['onclick']=()=>{clearTimeout(bt);bu();bp['click']();};if(!bq&&bp['sound']){bs['src']=bp['sound'];bs['play']();}var bu=()=>{bs['pause']();br['close']();BDFDB['DesktopNotificationQueue']['running']=![];setTimeout(()=>{bl();},0x3e8);};};if(!('Notification'in window)){}else if(Notification['permission']==='granted')bk();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(bv){if(bv==='granted')bk();});};BDFDB['createTooltip']=function(bw,bx,by={}){if(!bw||!bx||!Node['prototype']['isPrototypeOf'](bx)||!document['contains'](bx))return null;var bz=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!bz)return null;var bA=Math['round'](Math['random']()*0x2386f26fc10000);var bB=BDFDB['htmlToElement']('');if(by['type']&&BDFDB['disCN']['tooltip'+by['type']['toLowerCase']()])BDFDB['addClass'](bB,BDFDB['disCN']['tooltip'+by['type']['toLowerCase']()]);if(by['id'])bB['id']=by['id']['split']('\x20')['join']('');if(by['selector'])BDFDB['addClass'](bB,by['selector']);if(by['css'])BDFDB['appendLocalStyle']('BDFDBcustomTooltip'+bA,by['css'],bz);if(by['style'])bB['style']=by['style'];if(by['html']===!![])bB['innerHTML']=bw;else bB['innerText']=bw;if(bB['style']['borderColor']&&bB['style']['backgroundColor'])BDFDB['addClass'](bB,'tooltip-customcolor');else if(by['color']&&BDFDB['disCN']['tooltip'+by['color']['toLowerCase']()])BDFDB['addClass'](bB,BDFDB['disCN']['tooltip'+by['color']['toLowerCase']()]);else BDFDB['addClass'](bB,BDFDB['disCN']['tooltipblack']);bz['appendChild'](bB);var bC,bD,bE=BDFDB['getRects'](bx),bF=BDFDB['getRects'](bB);if(!by['position'])by['position']=by['type'];switch(by['position']){case'top':bC=bE['left']+(bE['width']-bF['width'])/0x2;bD=bE['top']-bF['height'];break;case'bottom':bC=bE['left']+(bE['width']-bF['width'])/0x2;bD=bE['top']+bE['height'];break;case'left':bC=bE['left']-bF['width'];bD=bE['top']+(bE['height']-bF['height'])/0x2;break;default:bC=bE['left']+bE['width'];bD=bE['top']+(bE['height']-bF['height'])/0x2;break;}bB['style']['setProperty']('left',bC+'px','important');bB['style']['setProperty']('top',bD+'px','important');var bG=()=>{bB['remove']();};var bH=new MutationObserver(bI=>{bI['forEach'](bJ=>{var bK=Array['from'](bJ['removedNodes']);var bL=bK['indexOf'](bB)>-0x1;var bM=bK['indexOf'](bx)>-0x1;var bN=bK['some'](bO=>bO['contains'](bx));var bP=bx['contains'](bJ['target'])&&bK['some'](bQ=>BDFDB['containsClass'](bQ,BDFDB['disCN']['channeliconspacing']));if(bL||bM||bN||bP){bH['disconnect']();bB['remove']();bx['removeEventListener']('mouseleave',bG);BDFDB['removeLocalStyle']('BDFDBcustomTooltip'+bA,bz);}});});bH['observe'](document['body'],{'subtree':!![],'childList':!![]});bx['addEventListener']('mouseleave',bG);if(by['delay']){BDFDB['toggleEles'](bB);setTimeout(()=>{BDFDB['toggleEles'](bB);},by['delay']);}return bB;};BDFDB['createNotificationsBar']=function(bR,bS={}){if(!bR)return;var bT=document['querySelector'](BDFDB['dotCN']['layers']);if(!bT)return;var bU=Math['round'](Math['random']()*0x2386f26fc10000);var bV=BDFDB['htmlToElement']('');bT['parentElement']['insertBefore'](bV,bT);bV['style']['setProperty']('height','36px','important');var bW=bV['querySelector']('.notice-message');if(bS['icon']){var bX={'android':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeicon'],'size':'small'},'apple':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeicon'],'size':'small'},'windows':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeicon'],'size':'small'},'androidBig':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'appleBig':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'windowsBig':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeplatformicon'],'size':'big'}};for(let bY of bS['icon']['split']('\x20'))if(bX[bY])bV['insertBefore'](BDFDB['htmlToElement'](''),bX[bY]['size']=='small'?null:bW);}if(bS['btn'])bV['appendChild'](BDFDB['htmlToElement'](''+bS['btn']+''));if(bS['id'])bV['id']=bS['id']['split']('\x20')['join']('');if(bS['selector'])BDFDB['addClass'](bV,bS['selector']);if(bS['css'])BDFDB['appendLocalStyle']('BDFDBcustomnotibar'+bU,bS['css']);if(bS['style'])bV['style']=bS['style'];if(bS['html']===!![])bW['innerHTML']=bR;else{var bZ=document['createElement']('a');var c0=[];for(let c1 of bR['split']('\x20')){var c2=BDFDB['encodeToHTML'](c1);bZ['href']=c1;c0['push'](bZ['host']&&bZ['host']!==window['location']['host']?''+c2+'':c2);}bW['innerHTML']=c0['join']('\x20');}var c3=null;if(bS['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(c3=BDFDB['disCN']['notice'+bS['type']])BDFDB['addClass'](bV,c3);if(bS['type']=='premium'){var c4=bV['querySelector'](BDFDB['dotCN']['noticebutton']);if(c4)BDFDB['addClass'](c4,BDFDB['disCN']['noticepremiumaction']);BDFDB['addClass'](bW,BDFDB['disCN']['noticepremiumtext']);bV['insertBefore'](BDFDB['htmlToElement'](''),bW);}}if(!c3){var c5=BDFDB['colorCONVERT'](bS['color'],'RGBCOMP');if(c5){var c6=c5[0x0]>0xb4&&c5[0x1]>0xb4&&c5[0x2]>0xb4?'#000':'#FFF';var c7=BDFDB['colorCONVERT'](c5,'HEX');var c8=c5[0x0]>0xb4&&c5[0x1]>0xb4&&c5[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['appendLocalStyle']('BDFDBcustomnotibarColorCorrection'+bU,'.DevilBro-notice.notice-'+bU+'{background-color:\x20'+c7+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20.notice-message\x20{color:\x20'+c6+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:\x20'+c6+'\x20!important;border-color:\x20'+BDFDB['colorSETALPHA'](c6,0.25,'RGBA')+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:\x20'+c7+'\x20!important;background-color:\x20'+c6+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:\x20'+c8+'\x20!important;}');}else BDFDB['addClass'](bV,BDFDB['disCN']['noticedefault']);}bV['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',()=>{bV['style']['setProperty']('overflow','hidden','important');bV['style']['setProperty']('height','0px','important');setTimeout(()=>{BDFDB['removeLocalStyle']('BDFDBcustomnotibar'+bU);BDFDB['removeLocalStyle']('BDFDBcustomnotibarColorCorrection'+bU);bV['remove']();},0x1f4);});return bV;};BDFDB['getDiscordFolder']=function(){var c9=BDFDB['getDiscordBuilt']();c9='discord'+(c9=='stable'?'':c9);return require('path')['resolve'](require('electron')['remote']['app']['getPath']('appData'),c9,BDFDB['getDiscordVersion']());};BDFDB['getPluginsFolder']=function(){var ca=require('process');var cb=require('path');if(ca['env']['injDir'])return cb['resolve'](ca['env']['injDir'],'plugins/');switch(ca['platform']){case'win32':return cb['resolve'](ca['env']['appdata'],'BetterDiscord/plugins/');case'darwin':return cb['resolve'](ca['env']['HOME'],'Library/Preferences/BetterDiscord/plugins/');default:if(ca['env']['XDG_CONFIG_HOME'])return cb['resolve'](ca['env']['XDG_CONFIG_HOME'],'BetterDiscord/plugins/');else return cb['resolve'](ca['env']['HOME'],'.config/BetterDiscord/plugins/');}};BDFDB['getThemesFolder']=function(){var cc=require('process');var cd=require('path');if(cc['env']['injDir'])return cd['resolve'](cc['env']['injDir'],'plugins/');switch(cc['platform']){case'win32':return cd['resolve'](cc['env']['appdata'],'BetterDiscord/themes/');case'darwin':return cd['resolve'](cc['env']['HOME'],'Library/Preferences/BetterDiscord/themes/');default:if(cc['env']['XDG_CONFIG_HOME'])return cd['resolve'](cc['env']['XDG_CONFIG_HOME'],'BetterDiscord/themes/');else return cd['resolve'](cc['env']['HOME'],'.config/BetterDiscord/themes/');}};BDFDB['checkWhichRepoPage']=function(ce=document['querySelector'](BDFDB['dotCN']['layer']+'[layer-id=\x22user-settings\x22]')){if(!ce)return;var cf=ce['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(!cf)return;var cg=cf['parentElement']['querySelector']('h2');if(cg&&cg['innerText']){let ch=cg['innerText']['toLowerCase']();if(ch==='plugins'||ch==='themes')return ch;}};BDFDB['checkAllUpdates']=function(){for(let ci in window['PluginUpdates']['plugins']){var cj=window['PluginUpdates']['plugins'][ci];BDFDB['checkUpdate'](cj['name'],cj['raw']);}};BDFDB['sortObject']=function(ck,cl,cm){var cn={};if(cl===undefined||!cl)for(let co of Object['keys'](ck)['sort']())cn[co]=ck[co];else{let cp=[];for(let co in ck)cp['push'](ck[co]);cp=BDFDB['sortArrayByKey'](cp,cl,cm);for(let cr of cp)for(let co in ck)if(BDFDB['equals'](cr,ck[co])){cn[co]=cr;break;}}return cn;};BDFDB['reverseObject']=function(ct,cu){var cv={};for(let cw of cu===undefined||!cu?Object['keys'](ct)['reverse']():Object['keys'](ct)['sort']()['reverse']())cv[cw]=ct[cw];return cv;};BDFDB['filterObject']=function(cx,cy){return Object['keys'](cx)['filter'](cz=>cy(cx[cz]))['reduce']((cA,cB)=>(cA[cB]=cx[cB],cA),{});};BDFDB['isObject']=function(cC){return cC&&Object['prototype']['isPrototypeOf'](cC)&&!Array['prototype']['isPrototypeOf'](cC);};BDFDB['isObjectEmpty']=function(cD){return typeof cD!=='object'||Object['getOwnPropertyNames'](cD)['length']==0x0;};BDFDB['pushToObject']=function(cE,cF){if(BDFDB['isObject'](cE))cE[Object['keys'](cE)['length']]=cF;};BDFDB['deepAssign']=function(cG,...cH){if(!cH['length'])return cG;var cI=cH['shift']();if(BDFDB['isObject'](cG)&&BDFDB['isObject'](cI)){for(var cJ in cI){if(BDFDB['isObject'](cI[cJ])){if(!cG[cJ])Object['assign'](cG,{[cJ]:{}});BDFDB['deepAssign'](cG[cJ],cI[cJ]);}else Object['assign'](cG,{[cJ]:cI[cJ]});}}return BDFDB['deepAssign'](cG,...cH);};BDFDB['sortArrayByKey']=function(cK,cL,cM){if(cM===undefined)cM=null;return cK['sort'](function(cN,cO){var cP=cN[cL],cQ=cO[cL];if(cP!==cM)return cPcQ?0x1:0x0;});};BDFDB['removeFromArray']=function(cR,cS,cT=![]){if(!cR||!cS||!Array['isArray'](cR)||!cR['includes'](cS))return cR;if(!cT)cR['splice'](cR['indexOf'](cS),0x1);else while(cR['indexOf'](cS)>-0x1)cR['splice'](cR['indexOf'](cS),0x1);return cR;};BDFDB['getAllIndexes']=function(cU,cV){var cW=[],cX=-0x1;while((cX=cU['indexOf'](cV,cX+0x1))!==-0x1)cW['push'](cX);return cW;};BDFDB['removeCopiesFromArray']=function(cY){return[...new Set(cY)];};BDFDB['highlightText']=function(cZ,d0){if(!d0||d0['length']<0x1)return cZ;var d1=0x0,d2=cZ,d3='',d4='';BDFDB['getAllIndexes'](cZ['toUpperCase'](),d0['toUpperCase']())['forEach'](d5=>{var d6=d1*(d3['length']+d4['length']);d5=d5+d6;var d7=d5+d0['length'];var d8=[-0x1]['concat'](BDFDB['getAllIndexes'](cZ['substring'](0x0,d5),'<'));var d9=[-0x1]['concat'](BDFDB['getAllIndexes'](cZ['substring'](0x0,d5),'>'));if(d8[d8['length']-0x1]>d9[d9['length']-0x1])return;cZ=cZ['substring'](0x0,d5)+d3+cZ['substring'](d5,d7)+d4+cZ['substring'](d7);d1++;});return cZ?cZ:d2;};BDFDB['languages']={'$discord':{'name':'Discord\x20(English\x20(US))','id':'en-US','ownlang':'English\x20(US)','integrated':![],'dic':![],'deepl':![]},'af':{'name':'Afrikaans','id':'af','ownlang':'Afrikaans','integrated':![],'dic':!![],'deepl':![]},'sq':{'name':'Albanian','id':'sq','ownlang':'Shqiptar','integrated':![],'dic':![],'deepl':![]},'am':{'name':'Amharic','id':'am','ownlang':'አማርኛ','integrated':![],'dic':![],'deepl':![]},'ar':{'name':'Arabic','id':'ar','ownlang':'اللغة\x20العربية','integrated':![],'dic':![],'deepl':![]},'hy':{'name':'Armenian','id':'hy','ownlang':'Հայերեն','integrated':![],'dic':![],'deepl':![]},'az':{'name':'Azerbaijani','id':'az','ownlang':'آذربایجان\x20دیلی','integrated':![],'dic':![],'deepl':![]},'eu':{'name':'Basque','id':'eu','ownlang':'Euskara','integrated':![],'dic':![],'deepl':![]},'be':{'name':'Belarusian','id':'be','ownlang':'Беларуская','integrated':![],'dic':![],'deepl':![]},'bn':{'name':'Bengali','id':'bn','ownlang':'বাংলা','integrated':![],'dic':![],'deepl':![]},'bs':{'name':'Bosnian','id':'bs','ownlang':'Босански','integrated':![],'dic':![],'deepl':![]},'bg':{'name':'Bulgarian','id':'bg','ownlang':'български','integrated':!![],'dic':![],'deepl':![]},'my':{'name':'Burmese','id':'my','ownlang':'မြန်မာစာ','integrated':![],'dic':![],'deepl':![]},'ca':{'name':'Catalan','id':'ca','ownlang':'Català','integrated':![],'dic':![],'deepl':![]},'ceb':{'name':'Cebuano','id':'ceb','ownlang':'Bisaya','integrated':![],'dic':![],'deepl':![]},'ny':{'name':'Chewa','id':'ny','ownlang':'Nyanja','integrated':![],'dic':![],'deepl':![]},'zh-HK':{'name':'Chinese\x20(Hong\x20Kong)','id':'zh-HK','ownlang':'香港中文','integrated':![],'dic':![],'deepl':![]},'zh-CN':{'name':'Chinese\x20(Simplified)','id':'zh-CN','ownlang':'简体中文','integrated':![],'dic':![],'deepl':![]},'zh-TW':{'name':'Chinese\x20(Traditional)','id':'zh-TW','ownlang':'繁體中文','integrated':!![],'dic':![],'deepl':![]},'co':{'name':'Corsican','id':'co','ownlang':'Corsu','integrated':![],'dic':![],'deepl':![]},'hr':{'name':'Croatian','id':'hr','ownlang':'Hrvatski','integrated':!![],'dic':![],'deepl':![]},'cs':{'name':'Czech','id':'cs','ownlang':'Čeština','integrated':!![],'dic':![],'deepl':![]},'da':{'name':'Danish','id':'da','ownlang':'Dansk','integrated':!![],'dic':!![],'deepl':![]},'nl':{'name':'Dutch','id':'nl','ownlang':'Nederlands','integrated':!![],'dic':!![],'deepl':!![]},'en':{'name':'English','id':'en','ownlang':'English','integrated':![],'dic':!![],'deepl':!![]},'en-GB':{'name':'English\x20(UK)','id':'en-GB','ownlang':'English\x20(UK)','integrated':!![],'dic':!![],'deepl':![]},'en-US':{'name':'English\x20(US)','id':'en-US','ownlang':'English\x20(US)','integrated':!![],'dic':!![],'deepl':![]},'eo':{'name':'Esperanto','id':'eo','ownlang':'Esperanto','integrated':![],'dic':![],'deepl':![]},'et':{'name':'Estonian','id':'et','ownlang':'Eesti','integrated':![],'dic':![],'deepl':![]},'fil':{'name':'Filipino','id':'fil','ownlang':'Wikang\x20Filipino','integrated':![],'dic':![],'deepl':![]},'fi':{'name':'Finnish','id':'fi','ownlang':'Suomi','integrated':!![],'dic':![],'deepl':![]},'fr':{'name':'French','id':'fr','ownlang':'Français','integrated':!![],'dic':!![],'deepl':!![]},'fr-CA':{'name':'French\x20(Canadian)','id':'fr-CA','ownlang':'Français\x20Canadien','integrated':![],'dic':![],'deepl':![]},'fy':{'name':'Frisian','id':'fy','ownlang':'Frysk','integrated':![],'dic':![],'deepl':![]},'gl':{'name':'Galician','id':'gl','ownlang':'Galego','integrated':![],'dic':![],'deepl':![]},'ka':{'name':'Georgian','id':'ka','ownlang':'ქართული','integrated':![],'dic':![],'deepl':![]},'de':{'name':'German','id':'de','ownlang':'Deutsch','integrated':!![],'dic':!![],'deepl':!![]},'de-AT':{'name':'German\x20(Austria)','id':'de-AT','ownlang':'Österreichisch\x20Deutsch','integrated':![],'dic':![],'deepl':![]},'de-CH':{'name':'German\x20(Switzerland)','id':'de-CH','ownlang':'Schweizerdeutsch','integrated':![],'dic':![],'deepl':![]},'el':{'name':'Greek','id':'el','ownlang':'Ελληνικά','integrated':![],'dic':![],'deepl':![]},'gu':{'name':'Gujarati','id':'gu','ownlang':'ગુજરાતી','integrated':![],'dic':![],'deepl':![]},'ht':{'name':'Haitian\x20Creole','id':'ht','ownlang':'Kreyòl\x20Ayisyen','integrated':![],'dic':![],'deepl':![]},'ha':{'name':'Hausa','id':'ha','ownlang':'حَوْسَ','integrated':![],'dic':![],'deepl':![]},'haw':{'name':'Hawaiian','id':'haw','ownlang':'ʻŌlelo\x20Hawaiʻi','integrated':![],'dic':![],'deepl':![]},'iw':{'name':'Hebrew','id':'iw','ownlang':'עברית','integrated':![],'dic':![],'deepl':![]},'hi':{'name':'Hindi','id':'hi','ownlang':'हिन्दी','integrated':![],'dic':![],'deepl':![]},'hmn':{'name':'Hmong','id':'hmn','ownlang':'lol\x20Hmongb','integrated':![],'dic':![],'deepl':![]},'hu':{'name':'Hungarain','id':'hu','ownlang':'Magyar','integrated':![],'dic':![],'deepl':![]},'is':{'name':'Icelandic','id':'is','ownlang':'Íslenska','integrated':![],'dic':![],'deepl':![]},'ig':{'name':'Igbo','id':'ig','ownlang':'Asụsụ\x20Igbo','integrated':![],'dic':![],'deepl':![]},'id':{'name':'Indonesian','id':'id','ownlang':'Bahasa\x20Indonesia','integrated':![],'dic':![],'deepl':![]},'ga':{'name':'Irish','id':'ga','ownlang':'Gaeilge','integrated':![],'dic':![],'deepl':![]},'it':{'name':'Italian','id':'it','ownlang':'Italiano','integrated':!![],'dic':!![],'deepl':!![]},'ja':{'name':'Japanese','id':'ja','ownlang':'日本語','integrated':!![],'dic':![],'deepl':![]},'jv':{'name':'Javanese','id':'jv','ownlang':'ꦧꦱꦗꦮ','integrated':![],'dic':![],'deepl':![]},'kn':{'name':'Kannada','id':'kn','ownlang':'ಕನ್ನಡ','integrated':![],'dic':![],'deepl':![]},'kk':{'name':'Kazakh','id':'kk','ownlang':'Қазақ\x20Tілі','integrated':![],'dic':![],'deepl':![]},'km':{'name':'Khmer','id':'km','ownlang':'ភាសាខ្មែរ','integrated':![],'dic':![],'deepl':![]},'ko':{'name':'Korean','id':'ko','ownlang':'한국어','integrated':!![],'dic':![],'deepl':![]},'ku':{'name':'Kurdish','id':'ku','ownlang':'کوردی','integrated':![],'dic':![],'deepl':![]},'ky':{'name':'Kyrgyz','id':'ky','ownlang':'кыргызча','integrated':![],'dic':![],'deepl':![]},'lo':{'name':'Lao','id':'lo','ownlang':'ພາສາລາວ','integrated':![],'dic':![],'deepl':![]},'la':{'name':'Latin','id':'la','ownlang':'Latina','integrated':![],'dic':![],'deepl':![]},'lv':{'name':'Latvian','id':'lv','ownlang':'Latviešu','integrated':![],'dic':![],'deepl':![]},'lt':{'name':'Lithuanian','id':'lt','ownlang':'Lietuvių','integrated':![],'dic':![],'deepl':![]},'lb':{'name':'Luxembourgish','id':'lb','ownlang':'Lëtzebuergesch','integrated':![],'dic':![],'deepl':![]},'mk':{'name':'Macedonian','id':'mk','ownlang':'Mакедонски','integrated':![],'dic':![],'deepl':![]},'mg':{'name':'Malagasy','id':'mg','ownlang':'Malagasy','integrated':![],'dic':![],'deepl':![]},'ms':{'name':'Malay','id':'ms','ownlang':'بهاس\x20ملايو','integrated':![],'dic':![],'deepl':![]},'ml':{'name':'Malayalam','id':'ml','ownlang':'മലയാളം','integrated':![],'dic':![],'deepl':![]},'mt':{'name':'Maltese','id':'mt','ownlang':'Malti','integrated':![],'dic':![],'deepl':![]},'mi':{'name':'Maori','id':'mi','ownlang':'te\x20Reo\x20Māori','integrated':![],'dic':![],'deepl':![]},'mr':{'name':'Marathi','id':'mr','ownlang':'मराठी','integrated':![],'dic':![],'deepl':![]},'mn':{'name':'Mongolian','id':'mn','ownlang':'Монгол\x20Хэл','integrated':![],'dic':![],'deepl':![]},'ne':{'name':'Nepali','id':'ne','ownlang':'नेपाली','integrated':![],'dic':![],'deepl':![]},'no':{'name':'Norwegian','id':'no','ownlang':'Norsk','integrated':!![],'dic':![],'deepl':![]},'ps':{'name':'Pashto','id':'ps','ownlang':'پښتو','integrated':![],'dic':![],'deepl':![]},'fa':{'name':'Persian','id':'fa','ownlang':'فارسی','integrated':![],'dic':![],'deepl':![]},'pl':{'name':'Polish','id':'pl','ownlang':'Polski','integrated':!![],'dic':![],'deepl':!![]},'pt':{'name':'Portuguese','id':'pt','ownlang':'Português','integrated':![],'dic':!![],'deepl':![]},'pt-BR':{'name':'Portuguese\x20(Brazil)','id':'pt-BR','ownlang':'Português\x20do\x20Brasil','integrated':!![],'dic':!![],'deepl':![]},'pt-PT':{'name':'Portuguese\x20(Portugal)','id':'pt-PT','ownlang':'Português\x20do\x20Portugal','integrated':![],'dic':![],'deepl':![]},'pa':{'name':'Punjabi','id':'pa','ownlang':'पंजाबी','integrated':![],'dic':![],'deepl':![]},'ro':{'name':'Romanian','id':'ro','ownlang':'Română','integrated':![],'dic':![],'deepl':![]},'ru':{'name':'Russian','id':'ru','ownlang':'Pусский','integrated':!![],'dic':!![],'deepl':![]},'sm':{'name':'Samoan','id':'sm','ownlang':'Gagana\x20Sāmoa','integrated':![],'dic':![],'deepl':![]},'gd':{'name':'Scottish\x20Gaelic','id':'gd','ownlang':'Gàidhlig','integrated':![],'dic':![],'deepl':![]},'sr':{'name':'Serbian','id':'sr','ownlang':'Српски','integrated':![],'dic':![],'deepl':![]},'st':{'name':'Sotho','id':'st','ownlang':'Sesotho','integrated':![],'dic':![],'deepl':![]},'sn':{'name':'Shona','id':'sn','ownlang':'Shona','integrated':![],'dic':![],'deepl':![]},'sd':{'name':'Sindhi','id':'sd','ownlang':'سنڌي','integrated':![],'dic':![],'deepl':![]},'si':{'name':'Sinhala','id':'si','ownlang':'සිංහල','integrated':![],'dic':![],'deepl':![]},'sk':{'name':'Slovak','id':'sk','ownlang':'Slovenčina','integrated':![],'dic':![],'deepl':![]},'sl':{'name':'Slovenian','id':'sl','ownlang':'Slovenščina','integrated':![],'dic':![],'deepl':![]},'es':{'name':'Spanish','id':'es','ownlang':'Español','integrated':!![],'dic':!![],'deepl':!![]},'es-419':{'name':'Spanish\x20(Latin\x20America)','id':'es-419','ownlang':'Español\x20latinoamericano','integrated':![],'dic':![],'deepl':![]},'sw':{'name':'Swahili','id':'sw','ownlang':'Kiswahili','integrated':![],'dic':![],'deepl':![]},'sv':{'name':'Swedish','id':'sv','ownlang':'Svenska','integrated':!![],'dic':!![],'deepl':![]},'tg':{'name':'Tajik','id':'tg','ownlang':'тоҷикӣ','integrated':![],'dic':![],'deepl':![]},'ta':{'name':'Tamil','id':'ta','ownlang':'தமிழ்','integrated':![],'dic':![],'deepl':![]},'te':{'name':'Telugu','id':'te','ownlang':'తెలుగు','integrated':![],'dic':![],'deepl':![]},'th':{'name':'Thai','id':'th','ownlang':'ภาษาไทย','integrated':![],'dic':![],'deepl':![]},'tr':{'name':'Turkish','id':'tr','ownlang':'Türkçe','integrated':!![],'dic':![],'deepl':![]},'uk':{'name':'Ukrainian','id':'uk','ownlang':'Yкраїнський','integrated':!![],'dic':![],'deepl':![]},'ur':{'name':'Urdu','id':'ur','ownlang':'اُردُو','integrated':![],'dic':![],'deepl':![]},'uz':{'name':'Uzbek','id':'uz','ownlang':'اوزبیک','integrated':![],'dic':![],'deepl':![]},'vi':{'name':'Vietnamese','id':'vi','ownlang':'Tiếng\x20Việt\x20Nam','integrated':![],'dic':![],'deepl':![]},'cy':{'name':'Welsh','id':'cy','ownlang':'Cymraeg','integrated':![],'dic':![],'deepl':![]},'xh':{'name':'Xhosa','id':'xh','ownlang':'Xhosa','integrated':![],'dic':![],'deepl':![]},'yi':{'name':'Yiddish','id':'yi','ownlang':'ייִדיש\x20ייִדיש‬','integrated':![],'dic':![],'deepl':![]},'yo':{'name':'Yoruba','id':'yo','ownlang':'Èdè\x20Yorùbá','integrated':![],'dic':![],'deepl':![]},'zu':{'name':'Zulu','id':'zu','ownlang':'Zulu','integrated':![],'dic':![],'deepl':![]}};var da=setInterval(()=>{var db=document['querySelector']('html')['lang'];if(db){clearInterval(da);BDFDB['languages']['$discord']['name']='Discord\x20('+BDFDB['languages'][db]['name']+')';BDFDB['languages']['$discord']['id']=BDFDB['languages'][db]['id'];BDFDB['languages']['$discord']['ownlang']=BDFDB['languages'][db]['ownlang'];}},0x64);BDFDB['getDiscordBuilt']=function(){if(BDFDB['getDiscordBuilt']['built'])return BDFDB['getDiscordBuilt']['built'];else{var dc=null;try{dc=require(require('electron')['remote']['app']['getAppPath']()+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dd){try{dc=require(require('electron')['remote']['app']['getAppPath']()['replace']('app.asar','')+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(de){var df=BDFDB['getDiscordVersion']();if(df){df=df['split']('.');if(df['length']==0x3&&!isNaN(df=parseInt(df[0x2])))dc=df>0x12c?'stable':da>0xc8?'canary':'ptb';else dc='stable';}else dc='stable';}}BDFDB['getDiscordBuilt']['built']=dc;return dc;}};BDFDB['getDiscordVersion']=function(){if(BDFDB['getDiscordBuilt']['version'])return BDFDB['getDiscordBuilt']['version'];else{var dg=null;try{dg=require('electron')['remote']['app']['getVersion']();}catch(dh){dh='';}BDFDB['getDiscordBuilt']['version']=dg;return dg;}};BDFDB['getDiscordLanguage']=function(){var di=document['querySelector']('html')['lang']||'en-US';var dj=di['split']('-');var dk=dj[0x0];var dl=dj[0x1]||'';di=dl&&dk['toUpperCase']()!==dl['toUpperCase']()?dk+'-'+dl:dk;return BDFDB['languages'][di]||BDFDB['languages']['en-US'];};BDFDB['getDiscordTheme']=function(){return document['querySelectorAll'](BDFDB['dotCN']['themelight'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['themedark'])['length']?BDFDB['disCN']['themelight']:BDFDB['disCN']['themedark'];};BDFDB['getDiscordMode']=function(){return document['querySelectorAll'](BDFDB['dotCN']['messagegroupcompact'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['messagegroupcozy'])['length']?'compact':'cozy';};BDFDB['getDiscordZoomFactor']=function(){var dm=BDFDB['getRects'](document['body']['firstElementChild']);var dn=Math['round'](0x64*window['outerWidth']/dm['width']);var dp=Math['round'](0x64*window['outerHeight']/dm['height']);return dndr['startsWith']('__reactInternalInstance'))];};BDFDB['getReactValue']=function(ds,dt){if(!ds||!dt)return null;let du=Node['prototype']['isPrototypeOf'](ds)?BDFDB['getReactInstance'](ds):ds;if(!BDFDB['isObject'](du))return null;let dv=du;for(let dw of dt['split']('.')['filter'](dx=>dx)){dv=dv[dw];if(dv==undefined)return null;}return dv;};BDFDB['getOwnerInstance']=function(dy){if(dy===undefined)return null;if(!dy['node']&&!dy['instance']||!dy['name']&&(!dy['props']||!Array['isArray'](dy['props'])))return null;var dz=dy['instance']||BDFDB['getReactInstance'](dy['node']);if(!dz)return null;dy['name']=dy['name']&&!Array['isArray'](dy['name'])?Array['of'](dy['name']):dy['name'];var dA=-0x1;var dB=dy['depth']===undefined?0xf:dy['depth'];var dC=dy['up']===undefined?![]:dy['up'];var dD=performance['now']();var dE=dy['time']===undefined?0x96:dy['time'];var dF=dC?{'return':!![],'sibling':!![]}:{'child':!![],'sibling':!![]};var dG={};var dH=dK(dz);if(dy['all']){for(let dI in dG){if(dy['group'])for(let dz in dG[dI])delete dG[dI][dz]['BDFDBreactSearch'];else delete dG[dI]['BDFDBreactSearch'];}return dG;}else return dH;function dK(dz){dA++;if(!dz||Node['prototype']['isPrototypeOf'](dz)||BDFDB['getReactInstance'](dz)||dA>dB||performance['now']()-dD>dE)dN=null;else{var dM=Object['getOwnPropertyNames'](dz);var dN=null;for(let dO=0x0;dN==null&&dOdz['type']['displayName']===dR['split']('\x20')[0x0]||dz['type']['name']===dR['split']('\x20')[0x0])||dy['props']&&dy['props']['every'](dS=>dz['stateNode'][dS]!==undefined))||dy['defaultProps']&&dy['defaultProps']['every'](dT=>dz['stateNode'][dT]!==undefined)){if(dy['all']===undefined||!dy['all'])dN=dz['stateNode'];else if(dy['all']){if(dy['noCopies']===undefined||!dy['noCopies']||dy['noCopies']&&!dz['stateNode']['BDFDBreactSearch']){dz['stateNode']['BDFDBreactSearch']=!![];if(dy['group']){if(dy['name']&&dz['type']&&(dz['type']['displayName']||dz['type']['name'])){var dU='Default';for(let dV of dy['name'])if(dz['type']['displayName']===dV['split']('\x20')[0x0]||dz['type']['name']===dV['split']('\x20')[0x0]){dU=dV;break;}if(typeof dG[dU]=='undefined')dG[dU]={};BDFDB['pushToObject'](dG[dU],dz['stateNode']);}}else BDFDB['pushToObject'](dG,dz['stateNode']);}}}if(dN==null&&(typeof dQ==='object'||typeof dQ==='function')&&dF[dP])dN=dK(dQ);}}dA--;return dN;}};BDFDB['getKeyInformation']=function(dW){if(dW===undefined)return null;if(!dW['node']&&!dW['instance']||!dW['key'])return null;var dX=dW['instance']||BDFDB['getReactInstance'](dW['node']);if(!dX)return null;var dY=-0x1;var dZ=dW['depth']===undefined?0xf:dW['depth'];var e0=performance['now']();var e1=dW['time']===undefined?0x96:dW['time'];var e2={'props':!![],'state':!![],'stateNode':!![],'refs':!![],'updater':!![],'prototype':!![],'type':!![],'children':dW['up']?![]:!![],'type':!![],'memoizedProps':!![],'memoizedState':!![],'child':dW['up']?![]:!![],'return':dW['up']?!![]:![],'sibling':dW['up']?![]:!![],'firstEffect':!![]};if(typeof dW['whitelist']==='object')Object['assign'](e2,dW['whiteList']);var e3=typeof dW['blackList']==='object'?dW['blackList']:{};var e4=[];var e5=e6(dX);if(dW['all'])return e4;else return e5;function e6(dX){dY++;if(!dX||Node['prototype']['isPrototypeOf'](dX)||BDFDB['getReactInstance'](dX)||dY>dZ||performance['now']()-e0>e1)e9=null;else{var e8=Object['getOwnPropertyNames'](dX);var e9=null;for(let ea=0x0;e9==null&&eaej['default']=eh},[eg])['default']:window['webpackJsonp']['push']([[],{[eg]:(el,em,eh)=>el['exports']=eh},[[eg]]]);delete eh['m'][eg];delete eh['c'][eg];BDFDB['WebModules']['find']['req']=eh;}for(let eo in BDFDB['WebModules']['find']['req']['c']){if(BDFDB['WebModules']['find']['req']['c']['hasOwnProperty'](eo)){var ep=BDFDB['WebModules']['find']['req']['c'][eo]['exports'];if(ep&&ep['__esModule']&&ep['default']&&ef(ep['default']))return ep['default'];if(ep&&ef(ep))return ep;}}};BDFDB['WebModules']['cachedData']={'prop':{},'name':{},'proto':{}};BDFDB['WebModules']['findByProperties']=function(eq){eq=Array['isArray'](eq)?eq:Array['from'](arguments);var er=JSON['stringify'](eq);if(BDFDB['WebModules']['cachedData']['prop'][er])return BDFDB['WebModules']['cachedData']['prop'][er];else{var es=BDFDB['WebModules']['find'](es=>eq['every'](eu=>es[eu]!==undefined));if(es){BDFDB['WebModules']['cachedData']['prop'][er]=es;return es;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',er+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByName']=function(ev){var ew=JSON['stringify'](ev);if(BDFDB['WebModules']['cachedData']['name'][ew])return BDFDB['WebModules']['cachedData']['name'][ew];else{var ex=BDFDB['WebModules']['find'](ex=>ex['displayName']===ev);if(ex){BDFDB['WebModules']['cachedData']['name'][ew]=ex;return ex;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',ew+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByPrototypes']=function(ez){ez=Array['isArray'](ez)?ez:Array['from'](arguments);var eA=JSON['stringify'](ez);if(BDFDB['WebModules']['cachedData']['proto'][eA])return BDFDB['WebModules']['cachedData']['proto'][eA];else{var eB=BDFDB['WebModules']['find'](eB=>eB['prototype']&&ez['every'](eD=>eB['prototype'][eD]!==undefined));if(eB){BDFDB['WebModules']['cachedData']['proto'][eA]=eB;return eB;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eA+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['patchtypes']=['before','instead','after'];BDFDB['WebModules']['patchmap']={'BannedCard':'BannedUser','EmojiPicker':'FluxContainer(EmojiPicker)','InviteCard':'InviteRow','Guild':'DropTarget(DragSource(FluxContainer(Guild)))','PopoutContainer':'Popout','MemberCard':'Member','TypingUsers':'FluxContainer(TypingUsers)'};BDFDB['WebModules']['notfindablemodules']={'AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','Message':'message','MessageOptionPopout':'optionpopout','MessageUsername':'messageusername','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['WebModules']['patch']=function(eE,eF,eG,eH){if(!eE||!eF||!eG||!Object['keys'](eH)['some'](eI=>BDFDB['WebModules']['patchtypes']['includes'](eI)))return null;const eJ=(typeof eG==='string'?eG:eG['name'])['toLowerCase']();const eK=(eL,eM)=>(...eN)=>{try{return eL(...eN);}catch(eO){console['error']('Error\x20occurred\x20in\x20'+eM,eO);}};if(!eE['BDFDBpatch'])eE['BDFDBpatch']={};eF=Array['isArray'](eF)?eF:Array['of'](eF);for(let eP of eF){if(!eE[eP])eE[eP]=()=>{};const eQ=eE[eP];if(!eE['BDFDBpatch'][eP]){eE['BDFDBpatch'][eP]={};for(let eR of BDFDB['WebModules']['patchtypes'])eE['BDFDBpatch'][eP][eR]={};eE['BDFDBpatch'][eP]['originalMethod']=eQ;eE[eP]=function(){const eS={'thisObject':this,'methodArguments':arguments,'originalMethod':eQ,'originalMethodName':eP,'callOriginalMethod':()=>eS['returnValue']=eS['originalMethod']['apply'](eS['thisObject'],eS['methodArguments'])};if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']){if(!BDFDB['isObjectEmpty'](eE['BDFDBpatch'][eP]['before']))for(let eT in BDFDB['sortObject'](eE['BDFDBpatch'][eP]['before'])){eK(eE['BDFDBpatch'][eP]['before'][eT],'`before`\x20callback\x20of\x20'+eE[eP]['displayName'])(eS);}if(BDFDB['isObjectEmpty'](eE['BDFDBpatch'][eP]['instead']))eS['callOriginalMethod']();else for(let eU in BDFDB['sortObject'](eE['BDFDBpatch'][eP]['instead'])){const eV=eK(eE['BDFDBpatch'][eP]['instead'][eU],'`instead`\x20callback\x20of\x20'+eE[eP]['displayName'])(eS);if(eV!==undefined)eS['returnValue']=eV;}if(!BDFDB['isObjectEmpty'](eE['BDFDBpatch'][eP]['after']))for(let eW in BDFDB['sortObject'](eE['BDFDBpatch'][eP]['after'])){eK(eE['BDFDBpatch'][eP]['after'][eW],'`after`\x20callback\x20of\x20'+eE[eP]['displayName'])(eS);}}else eS['callOriginalMethod']();return eS['returnValue'];};}for(let eX of BDFDB['WebModules']['patchtypes'])if(typeof eH[eX]=='function')eE['BDFDBpatch'][eP][eX][eJ]=eH[eX];}const eY=()=>{BDFDB['WebModules']['unpatch'](eE,eF,eG);};if(eG&&typeof eG=='object'){if(!Array['isArray'](eG['patchCancels']))eG['patchCancels']=[];eG['patchCancels']['push'](eY);}return eY;};BDFDB['WebModules']['unpatch']=function(eZ,f0,f1){if(!eZ||!eZ['BDFDBpatch'])return;const f2=!f1?null:(typeof f1==='string'?f1:f1['name'])['toLowerCase']();f0=Array['isArray'](f0)?f0:Array['of'](f0);for(let f3 of f0){if(eZ[f3]&&eZ['BDFDBpatch'][f3]){for(let f4 of BDFDB['WebModules']['patchtypes']){if(f2)delete eZ['BDFDBpatch'][f3][f4][f2];else delete eZ['BDFDBpatch'][f3][f4];}var f5=!![];for(let f4 of BDFDB['WebModules']['patchtypes'])if(!BDFDB['isObjectEmpty'](eZ['BDFDBpatch'][f3][f4]))f5=![];if(f5){eZ[f3]=eZ['BDFDBpatch'][f3]['originalMethod'];delete eZ['BDFDBpatch'][f3];if(BDFDB['isObjectEmpty'](eZ['BDFDBpatch']))delete eZ['BDFDBpatch'];}}}};BDFDB['WebModules']['unpatchall']=function(f7){if(BDFDB['isObject'](f7)&&Array['isArray'](f7['patchCancels']))for(let f8 of f7['patchCancels'])f8();};BDFDB['WebModules']['forceAllUpdates']=function(f9,fa){fa=fa&&BDFDB['WebModules']['patchmap'][fa]?BDFDB['WebModules']['patchmap'][fa]+'\x20'+fa:fa;if(BDFDB['isObject'](f9)&&BDFDB['isObject'](f9['patchModules'])&&(!fa||f9['patchModules'][fa])){const fb=document['querySelector'](BDFDB['dotCN']['app']);const fc=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fb){var fd=[];for(let fe in f9['patchModules']){var ff=Array['isArray'](f9['patchModules'][fe])?f9['patchModules'][fe]:Array['of'](f9['patchModules'][fe]);if(ff['includes']('componentDidUpdate')||ff['includes']('componentDidMount')||ff['includes']('render'))fd['push'](fe);}fd=fa?fd['filter'](fg=>fg==fa):fd;if(fd['length']>0x0){const fh=BDFDB['getOwnerInstance']({'node':fb,'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fh)for(let fj in fh[fe])BDFDB['WebModules']['initiateProcess'](f9,fh[fe][fj],fe,['componentDidUpdate','componentDidMount','render']);if(fc){const fk=BDFDB['getOwnerInstance']({'node':fc,'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fk)for(let fj in fk[fe])BDFDB['WebModules']['initiateProcess'](f9,fk[fe][fj],fe,['componentDidUpdate','componentDidMount','render']);}}}}};BDFDB['WebModules']['patchModules']=function(fn){if(BDFDB['isObject'](fn)&&BDFDB['isObject'](fn['patchModules'])){for(let fo in fn['patchModules']){var fp=BDFDB['WebModules']['patchmap'][fo];if(fp){fn['patchModules'][fp+'\x20'+fo]=fn['patchModules'][fo];delete fn['patchModules'][fo];if(!BDFDB['WebModules']['notfindablemodules'][fo])fs(BDFDB['WebModules']['findByName'](fp),fp+'\x20'+fo);}else if(!BDFDB['WebModules']['notfindablemodules'][fo])fs(BDFDB['WebModules']['findByName'](fo),fo);}for(let fo in BDFDB['WebModules']['notfindablemodules']){var fr=BDFDB['WebModules']['patchmap'][fo]?BDFDB['WebModules']['patchmap'][fo]+'\x20'+fo:fo;if(BDFDB['DiscordClasses'][BDFDB['WebModules']['notfindablemodules'][fo]]&&fn['patchModules'][fr])fz(BDFDB['WebModules']['notfindablemodules'][fo],fr);}function fs(ft,fo){if(ft){var fr=fo['split']('\x20')[0x0];ft=ft['displayName']==fr?ft:BDFDB['getOwnerInstance']({'instance':ft,'name':fr,'up':!![]});if(ft){var fw=ft['_reactInternalFiber']&&ft['_reactInternalFiber']['type']?ft['_reactInternalFiber']['type']:ft;var fx={};fx[fn['name']=='$BDFDB'?'before':'after']=fy=>{if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])BDFDB['WebModules']['initiateProcess'](fn,fy['thisObject'],fo,[fy['originalMethodName']]);};BDFDB['WebModules']['patch'](fw['prototype'],fn['patchModules'][fo],fn,fx);}}}function fz(fA,fo){var fC=BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN'][fA]));if(fJ(fC,fo))fs(fC,fo);else{var fD=![],fE=new MutationObserver(fF=>{fF['forEach'](fG=>{fG['addedNodes']['forEach'](fH=>{var fI=null;if(!fD&&fH['tagName']&&(fI=BDFDB['containsClass'](fH,BDFDB['disCN'][fA])?fH:fH['querySelector'](BDFDB['dotCN'][fA]))!=null){fC=BDFDB['getReactInstance'](fI);if(fJ(fC,fo)){fD=!![];fE['disconnect']();fs(fC,fo);BDFDB['WebModules']['forceAllUpdates'](fn,fo);}}});});});BDFDB['addObserver'](fn,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fE,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fJ(fK,fo){return fK&&(fo!='V2C_PluginCard'&&fo!='V2C_ThemeCard'||fo=='V2C_PluginCard'&&BDFDB['checkWhichRepoPage']()=='plugins'||fo=='V2C_ThemeCard'&&BDFDB['checkWhichRepoPage']()=='themes');}}};BDFDB['WebModules']['initiateProcess']=function(fM,fN,fO,fP){if(fM&&typeof fM=='object'&&fN){fO=(fO['split']('\x20')[0x1]||fO)['replace'](/[^A-z0-9]|_/g,'');fO=fO[0x0]['toUpperCase']()+fO['slice'](0x1);if(typeof fM['process'+fO]=='function'){var fQ=BDFDB['React']['findDOMNodeSafe'](fN);if(fQ)fM['process'+fO](fN,fQ,fP);else setImmediate(()=>{fQ=BDFDB['React']['findDOMNodeSafe'](fN);if(fQ)fM['process'+fO](fN,fQ,fP);});}}};var fR=BDFDB['WebModules']['findByProperties']('createElement','cloneElement');var fS=BDFDB['WebModules']['findByProperties']('render','findDOMNode');if(fR&&fS){BDFDB['React']=Object['assign']({},fR,fS);BDFDB['React']['findDOMNodeSafe']=function(fT){if(!fT||!fT['updater']||typeof fT['updater']['isMounted']!=='function'||!fT['updater']['isMounted'](fT))return null;return fS['findDOMNode'](fT);};};BDFDB['addOnSwitchListener']=function(fU){if(typeof fU['onSwitch']==='function'){BDFDB['removeOnSwitchListener'](fU);var fV=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20+\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(fV){var fW=new MutationObserver(fX=>{fX['forEach'](fY=>{if(fY['target']&&BDFDB['containsClass'](fY['target'],BDFDB['disCN']['nochannel']))fU['onSwitch']();});});var fZ=fV['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(fZ)fW['observe'](fZ,{'attributes':!![]});fU['onSwitchFix']=new MutationObserver(g0=>{g0['forEach'](g1=>{if(g1['addedNodes']){g1['addedNodes']['forEach'](g2=>{if(BDFDB['containsClass'](g2,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))fW['observe'](g2,{'attributes':!![]});});}});});fU['onSwitchFix']['observe'](fV,{'childList':!![]});}}};BDFDB['removeOnSwitchListener']=function(g3){if(typeof g3['onSwitch']==='function'&&BDFDB['isObject'](g3['onSwitchFix'])){g3['onSwitchFix']['disconnect']();delete g3['onSwitchFix'];}};BDFDB['addContextListener']=function(g4){for(let g5 of['User','Guild','Channel','GroupDM','Message','Native','UserSettingsCog']){if(typeof g4['on'+g5+'Context']==='function'||typeof g4['on'+g5+'ContextMenu']==='function'){var g6=BDFDB['WebModules']['findByName'](g5=='GroupDM'?'FluxContainer(GroupDMContextMenu)':g5+'ContextMenu');if(g6&&g6['prototype'])BDFDB['WebModules']['patch'](g6['prototype'],'componentDidMount',g4,{'after':g7=>{var g8=g5=='GroupDM'?g7['thisObject']['_reactInternalFiber']['child']['child']['stateNode']:BDFDB['React']['findDOMNodeSafe'](g7['thisObject']);if(g8){if(typeof g4['on'+g5+'Context']==='function')g4['on'+g5+'Context'](g7['thisObject'],g8);if(typeof g4['on'+g5+'ContextMenu']==='function')g4['on'+g5+'ContextMenu'](g7['thisObject'],g8);BDFDB['initElements'](g8,g4);BDFDB['updateContextPosition'](g8);}}});}}};BDFDB['addSettingsButtonListener']=function(g9){if(BDFDB['isBDv2']()&&typeof g9['getSettingsPanel']==='function'){BDFDB['removeSettingsButtonListener'](g9);BDFDB['appendSettingsButton'](g9);var ga=document['querySelector']('.bd-content-region\x20>\x20.bd-content');if(ga){g9['settingsButtonObserver']=new MutationObserver(gb=>{gb['forEach'](gc=>{if(gc['addedNodes']){gc['addedNodes']['forEach'](gd=>{if(gd['tagName']&&BDFDB['containsClass'](gd,'active'))BDFDB['appendSettingsButton'](g9);});}});});g9['settingsButtonObserver']['observe'](ga,{'childList':!![]});}}};BDFDB['appendSettingsButton']=function(ge){var gf=document['querySelector'](BDFDB['dotCN']['_bdv2Card']+'[data-plugin-id='+ge['id']+']');if(gf){var gg=BDFDB['htmlToElement']('');gf['insertBefore'](gg,gf['querySelector'](BDFDB['d']['_bdv2Button']));gg['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Settings',gg,{'type':'top'});BDFDB['addClass'](gg,BDFDB['disCN']['_bdv2TooltipOpen']);});gg['addEventListener']('mouseleave',()=>{BDFDB['removeClass'](gg,BDFDB['disCN']['_bdv2TooltipOpen']);});gg['addEventListener']('click',()=>{var gh=BDFDB['htmlToElement'](''+ge['name']+'\x20Settings');var gi=ge['getSettingsPanel']();gh['querySelector'](BDFDB['dotCN']['modalsubinner'])['appendChild'](typeof gi=='string'?BDFDB['htmlToElement'](gi):gi);if(typeof ge['onSettingsClosed']==='function')BDFDB['addChildEventListener'](gh,'click',BDFDB['dotCNC']['modalclose']+BDFDB['dotCN']['backdrop'],()=>{ge['onSettingsClosed']();});BDFDB['appendModal'](gh);});}};BDFDB['removeSettingsButtonListener']=function(gj){if(BDFDB['isBDv2']()&&typeof gj['settingsButtonObserver']==='object'){BDFDB['removeEles']('.bd-card[data-plugin-id='+gj['id']+']\x20.DevilBro-settingsbutton');gj['settingsButtonObserver']['disconnect']();delete gj['settingsButtonObserver'];}};var gk=BDFDB['WebModules']['findByProperties']('Messages')['Messages'];BDFDB['LanguageStrings']=new Proxy(gk,{'get':function(gl,gm){if(!gl[gm])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gm+'\x20not\x20found\x20in\x20BDFDB.LanguageStrings');else{var gn=typeof gl[gm]=='object'?gl[gm]['format'](Object['assign']({},BDFDB['LanguageStringsVars'])):gl[gm];if(typeof gn=='string')return gn;else if(Array['isArray'](gn)){var go='';for(let gp of gn){if(typeof gp=='string')go+=BDFDB['encodeToHTML'](gp);else if(BDFDB['isObject'](gp)&&gp['props'])go+='<'+gp['type']+'>'+BDFDB['encodeToHTML'](gp['props']['children'][0x0]['toString']())+'';}return go;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gm+'\x20could\x20not\x20be\x20parsed\x20from\x20BDFDB.LanguageStrings');}}});BDFDB['LanguageStringsVars']={};for(let gq in BDFDB['WebModules']['findByProperties']('Messages')['Messages']){try{BDFDB['LanguageStrings'][gq];}catch(gr){let gs=gr['toString']()['split']('for:\x20')[0x1];if(gs&&typeof gs=='string')BDFDB['LanguageStringsVars'][gs]='{{'+gs['toLowerCase']()+'}}';}};BDFDB['equals']=function(gt,gu,gv){var gw=-0x1;if(gv===undefined||typeof gv!=='boolean')gv=![];return gx(gt,gu);function gx(gy,gz){gw++;var gA=!![];if(gw>0x3e8)gA=null;else{if(typeof gy!==typeof gz)gA=![];else if(typeof gy==='undefined')gA=!![];else if(typeof gy==='symbol')gA=!![];else if(typeof gy==='boolean')gA=gy==gz;else if(typeof gy==='string')gA=gy==gz;else if(typeof gy==='number'){if(isNaN(gy)||isNaN(gz))gA=isNaN(gy)==isNaN(gz);else gA=gy==gz;}else if(!gy&&!gz)gA=!![];else if(!gy||!gz)gA=![];else if(typeof gy==='function'||typeof gy==='object'){var gB=Object['getOwnPropertyNames'](gy);var gC=Object['getOwnPropertyNames'](gz);if(gB['length']!==gC['length'])gA=![];else for(let gD=0x0;gA===!![]&&gDgP['length']?gR:gP['length'];};BDFDB['readServerList']=function(){var gS=[],gT=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'Guild','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let gU in gT)if(gT[gU]['props']&&gT[gU]['props']['guild']&&gT[gU]['_reactInternalFiber']['child'])gS['push'](Object['assign'](new gT[gU]['props']['guild']['constructor'](gT[gU]['props']['guild']),{'div':gT[gU]['_reactInternalFiber']['child']['stateNode'],'instance':gT[gU]}));return gS;};BDFDB['readUnreadServerList']=function(gV){var gW=[];for(let gX of gV===undefined||!Array['isArray'](gV)?BDFDB['readServerList']():gV){let gY=Node['prototype']['isPrototypeOf'](gX)?gX:gX&&gX['div']?gX['div']:null;if(Node['prototype']['isPrototypeOf'](gY)&&(BDFDB['containsClass'](gY,BDFDB['disCN']['guildunread'])||gY['querySelector'](BDFDB['dotCN']['badge'])))gW['push'](gX);}return gW;};BDFDB['getSelectedServer']=function(){var gZ=BDFDB['WebModules']['findByProperties']('getGuilds')['getGuild'](BDFDB['WebModules']['findByProperties']('getLastSelectedGuildId')['getGuildId']());if(gZ)return BDFDB['getServerData'](gZ['id'])||Object['assign'](new gZ['constructor'](gZ),{'div':null,'instance':null});else return null;};BDFDB['getServerID']=function(h0){if(!Node['prototype']['isPrototypeOf'](h0)||!BDFDB['getReactInstance'](h0))return;let h1=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],h0);if(!h1)return;var h2=h1['querySelector']('a');var h3=h2&&h2['href']?h2['href']['split']('/'):null;return h3&&h3['length']>0x3&&!isNaN(parseInt(h3[0x4]))?h3[0x4]['toString']():null;};BDFDB['getServerDiv']=function(h4){if(!h4)return null;if(Node['prototype']['isPrototypeOf'](h4))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],h4);else{let h5=typeof h4=='object'?h4['id']:h4;if(h5)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['guildswrapper']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/'+h5+'\x22]'));}return null;};BDFDB['getServerData']=function(h6){if(!h6)return null;let h7=Node['prototype']['isPrototypeOf'](h6)?BDFDB['getServerID'](h6):typeof h6=='object'?h6['id']:h6;h7=typeof h7=='number'?h7['toFixed']():h7;for(let h8 of BDFDB['readServerList']())if(h8&&h8['id']==h7)return h8;return null;};BDFDB['readChannelList']=function(){var h9=[],ha=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['channels']),'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hb in ha)if(ha[hb]['props']&&!ha[hb]['props']['ispin']&&ha[hb]['props']['channel']&&ha[hb]['_reactInternalFiber']['return'])h9['push'](Object['assign'](new ha[hb]['props']['channel']['constructor'](ha[hb]['props']['channel']),{'div':Node['prototype']['isPrototypeOf'](ha[hb]['_reactInternalFiber']['return']['stateNode'])?ha[hb]['_reactInternalFiber']['return']['stateNode']:ha[hb]['_reactInternalFiber']['child']['child']['stateNode'],'instance':ha[hb]}));return h9;};BDFDB['getSelectedChannel']=function(){var hc=BDFDB['WebModules']['findByProperties']('getChannels')['getChannel'](BDFDB['WebModules']['findByProperties']('getLastSelectedChannelId')['getChannelId']());if(hc)return BDFDB['getChannelData'](hc['id'])||Object['assign'](new hc['constructor'](hc),{'div':null,'instance':null});else return null;};BDFDB['getChannelID']=function(hd){if(!Node['prototype']['isPrototypeOf'](hd)||!BDFDB['getReactInstance'](hd))return;hd=BDFDB['getParentEle'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],hd);if(!hd)return;var he=BDFDB['getKeyInformation']({'node':hd,'key':'channel'});return he?he['id']['toString']():null;};BDFDB['getChannelDiv']=function(hf){if(!hf)return null;let hg=BDFDB['getChannelData'](hf);return hg?hg['div']:null;};BDFDB['getChannelData']=function(hh){if(!hh)return null;let hi=Node['prototype']['isPrototypeOf'](hh)?BDFDB['getChannelID'](hh):typeof hh=='object'?hh['id']:hh;hi=typeof hi=='number'?hi['toFixed']():hi;for(let hj of BDFDB['readChannelList']())if(hj&&hj['id']==hi)return hj;return null;};BDFDB['readDmList']=function(){var hk=[],hl=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hm in hl)if(hl[hm]['props']&&hl[hm]['props']['channel']&&hl[hm]['_reactInternalFiber']['child'])hk['push'](Object['assign'](new hl[hm]['props']['channel']['constructor'](hl[hm]['props']['channel']),{'div':hl[hm]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hl[hm]}));return hk;};BDFDB['getDmID']=function(hn){if(!Node['prototype']['isPrototypeOf'](hn)||!BDFDB['getReactInstance'](hn))return;if(!BDFDB['getParentEle'](BDFDB['dotCN']['dms'],hn))return;let ho=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hn);if(!ho)return;var hp=ho['querySelector']('a');var hq=hp&&hp['href']?hp['href']['split']('/'):null;return hq&&hq['length']>0x3&&!isNaN(parseInt(hq[0x4]))?hq[0x4]['toString']():null;};BDFDB['getDmDiv']=function(hr){if(!hr)return null;if(Node['prototype']['isPrototypeOf'](hr))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hr);else{let hs=typeof hr=='object'?hr['id']:hr;if(hs)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['dms']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/@me/'+hs+'\x22]'));}return null;};BDFDB['getDmData']=function(ht){if(!ht)return null;let hu=Node['prototype']['isPrototypeOf'](ht)?BDFDB['getChannelID'](ht):typeof ht=='object'?ht['id']:ht;hu=typeof hu=='number'?hu['toFixed']():hu;for(let hv of BDFDB['readDmList']())if(hv&&hv['id']==hu)return hv;return null;};BDFDB['clearReadNotifications']=function(hw){if(!hw)return;var hx=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!hx)return;for(let hy of Array['isArray'](hw)?hw:typeof hw=='string'||typeof hw=='number'?Array['of'](hw):Array['from'](hw)){let hz=Node['prototype']['isPrototypeOf'](hy)?BDFDB['getServerID'](hy):hy&&typeof hy=='object'?hy['id']:hy;if(hz)hx['markGuildAsRead'](hz);}};BDFDB['markChannelAsRead']=function(hA){if(!hA)return;var hB=BDFDB['WebModules']['findByProperties']('getOldestUnreadMessageId');var hC=BDFDB['WebModules']['findByProperties']('getAPIBaseURL');var hD=BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes');if(!hB||!hC||!hD)return;for(let hE of Array['isArray'](hA)?hA:typeof hA=='string'||typeof hA=='number'?Array['of'](hA):Array['from'](hA)){let hF=Node['prototype']['isPrototypeOf'](hE)?BDFDB['getChannelID'](hE)||BDFDB['getDmID'](hE):hE&&typeof hE=='object'?hE['id']:hE;if(hF){let hG=hB['getOldestUnreadMessageId'](hF);if(hG)hC['post']({'body':{},'url':hD['Endpoints']['MESSAGES_ACK'](hF,hG)});}}};BDFDB['markGuildAsRead']=function(hH){if(!hH)return;var hI=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!hI)return;for(let hJ of Array['isArray'](hH)?hH:typeof hH=='string'||typeof hH=='number'?Array['of'](hH):Array['from'](hH)){let hK=Node['prototype']['isPrototypeOf'](hJ)?BDFDB['getServerID'](hJ):hJ&&typeof hJ=='object'?hJ['id']:hJ;if(hK)hI['markGuildAsRead'](hK);}};BDFDB['saveAllData']=function(hL,hM,hN){var hO=require('fs'),hP,hQ;if(!BDFDB['isBDv2']()){hQ=typeof hM==='string'?hM:hM['name'];hP=require('path')['join'](BDFDB['getPluginsFolder'](),hQ+'.config.json');}else{hQ=typeof hM==='string'?hM['toLowerCase']():null;var hR=hQ?BDFDB['Plugins'][hQ]?BDFDB['Plugins'][hQ]['contentPath']:null:hM['contentPath'];if(!hR)return;hP=require('path')['join'](hR,'settings.json');}var hS=hO['existsSync'](hP);var hT=!hS?{}:typeof BDFDB['cachedData'][hQ]!=='undefined'?BDFDB['cachedData'][hQ]:BDFDB['readConfig'](hP);hT[hN]=hL;if(BDFDB['isObjectEmpty'](hT[hN]))delete hT[hN];if(BDFDB['isObjectEmpty'](hT)){delete BDFDB['cachedData'][hQ];if(hS)hO['unlinkSync'](hP);}else{BDFDB['cachedData'][hQ]=hT;hO['writeFileSync'](hP,JSON['stringify'](hT,null,'\x09'));}};BDFDB['loadAllData']=function(hU,hV){var hW=require('fs'),hX,hY;if(!BDFDB['isBDv2']()){hY=typeof hU==='string'?hU:hU['name'];hX=require('path')['join'](BDFDB['getPluginsFolder'](),hY+'.config.json');}else{hY=typeof hU==='string'?hU['toLowerCase']():null;var hZ=hY?BDFDB['Plugins'][hY]?BDFDB['Plugins'][hY]['contentPath']:null:hU['contentPath'];if(!hZ)return{};hX=require('path')['join'](hZ,'settings.json');}if(!hW['existsSync'](hX)){delete BDFDB['cachedData'][hY];return{};}var i0=typeof BDFDB['cachedData'][hY]!=='undefined'?BDFDB['cachedData'][hY]:BDFDB['readConfig'](hX);BDFDB['cachedData'][hY]=i0;return i0&&typeof i0[hV]!=='undefined'?i0[hV]:{};};BDFDB['removeAllData']=function(i1,i2){var i3=require('fs'),i4,i5;if(!BDFDB['isBDv2']()){i5=typeof i1==='string'?i1:i1['name'];i4=require('path')['join'](BDFDB['getPluginsFolder'](),i5+'.config.json');}else{i5=typeof i1==='string'?i1['toLowerCase']():null;var i6=i5?BDFDB['Plugins'][i5]?BDFDB['Plugins'][i5]['contentPath']:null:i1['contentPath'];if(!i6)return;i4=require('path')['join'](i6,'settings.json');}var i7=i3['existsSync'](i4);var i8=!i7?{}:typeof BDFDB['cachedData'][i5]!=='undefined'?BDFDB['cachedData'][i5]:BDFDB['readConfig'](i4);delete i8[i2];if(BDFDB['isObjectEmpty'](i8)){delete BDFDB['cachedData'][i5];if(i7)i3['unlinkSync'](i4);}else{BDFDB['cachedData'][i5]=i8;i3['writeFileSync'](i4,JSON['stringify'](i8,null,'\x09'));}};BDFDB['getAllData']=function(i9,ia){if(!BDFDB['isObject'](i9)||!i9['defaults']||!i9['defaults'][ia])return{};var ib=BDFDB['loadAllData'](i9,ia),ic={},id=![];for(let ie in i9['defaults'][ia]){if(ib[ie]==null){ic[ie]=i9['defaults'][ia][ie]['value'];id=!![];}else ic[ie]=ib[ie];}if(id)BDFDB['saveAllData'](ic,i9,ia);return ic;};BDFDB['readConfig']=function(ig){try{return JSON['parse'](require('fs')['readFileSync'](ig));}catch(ih){return{};}};BDFDB['saveData']=function(ii,ij,ik,il){var im=BDFDB['loadAllData'](ik,il);im[ii]=ij;BDFDB['saveAllData'](im,ik,il);};BDFDB['loadData']=function(io,ip,iq){var ir=BDFDB['loadAllData'](ip,iq);var is=ir[io];return is===undefined?null:is;};BDFDB['removeData']=function(it,iu,iv){var iw=BDFDB['loadAllData'](iu,iv);delete iw[it];BDFDB['saveAllData'](iw,iu,iv);};BDFDB['getData']=function(ix,iy,iz){var iA=BDFDB['getAllData'](iy,iz);var iB=iA[ix];return iB===undefined?null:iB;};BDFDB['appendWebScript']=function(iC,iD){if(!iD&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['htmlToElement'](''));iD=iD||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];iD=Node['prototype']['isPrototypeOf'](iD)?iD:document['head'];BDFDB['removeWebScript'](iC,iD);iD['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebScript']=function(iE,iF){iF=iF||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];iF=Node['prototype']['isPrototypeOf'](iF)?iF:document['head'];BDFDB['removeEles'](iF['querySelectorAll']('script[src=\x22'+iE+'\x22]'));};BDFDB['appendWebStyle']=function(iG,iH){if(!iH&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));iH=iH||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iH=Node['prototype']['isPrototypeOf'](iH)?iH:document['head'];BDFDB['removeWebStyle'](iG,iH);iH['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebStyle']=function(iI,iJ){iJ=iJ||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iJ=Node['prototype']['isPrototypeOf'](iJ)?iJ:document['head'];BDFDB['removeEles'](iJ['querySelectorAll']('link[href=\x22'+iI+'\x22]'));};BDFDB['appendLocalStyle']=function(iK,iL,iM){if(!iM&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));iM=iM||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iM=Node['prototype']['isPrototypeOf'](iM)?iM:document['head'];BDFDB['removeLocalStyle'](iK,iM);iM['appendChild'](BDFDB['htmlToElement'](''+iL['replace'](/\t|\r|\n/g,'')+''));};BDFDB['removeLocalStyle']=function(iN,iO){iO=iO||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iO=Node['prototype']['isPrototypeOf'](iO)?iO:document['head'];BDFDB['removeEles'](iO['querySelectorAll']('style[id=\x22'+iN+'CSS\x22]'));};BDFDB['formatBytes']=function(iP,iQ){iP=parseInt(iP);if(isNaN(iP)||iP<0x0)return'0\x20Bytes';if(iP==0x1)return'1\x20Byte';var iR=Math['floor'](Math['log'](iP)/Math['log'](0x400));return parseFloat((iP/Math['pow'](0x400,iR))['toFixed'](iQ<0x1?0x0:iQ>0x14?0x14:iQ||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][iR];};BDFDB['colorCONVERT']=function(iS,iT,iU){if(!iS)return null;iT=iT===undefined||!iT?iT='RGBCOMP':iT['toUpperCase']();iU=iU===undefined||!iU||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP']['includes'](iU['toUpperCase']())?BDFDB['colorTYPE'](iS):iU['toUpperCase']();if(iT=='RGBCOMP'){switch(iU){case'RGBCOMP':if(iS['length']==0x3)return ju(iS);else if(iS['length']==0x4){var iV=jx(iS['pop']());return ju(iS)['concat'](iV);}case'RGB':return ju(iS['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':var iW=iS['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var iV=jx(iW['pop']());return ju(iW)['concat'](iV);case'HSLCOMP':if(iS['length']==0x3)return BDFDB['colorCONVERT']('hsl('+iS['join'](',')+')','RGBCOMP');else if(iS['length']==0x4){var iV=jx(jg['pop']());return BDFDB['colorCONVERT']('hsl('+jg['join'](',')+')','RGBCOMP')['concat'](iV);}case'HSL':var iZ=jB(iS['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var j0,j1,j2,j3,j4,j5,j6,j7;var j8=iZ[0x0]/0x168,j9=parseInt(iZ[0x1])/0x64,ja=parseInt(iZ[0x2])/0x64;j3=Math['floor'](j8*0x6);j4=j8*0x6-j3;j5=ja*(0x1-j9);j6=ja*(0x1-j4*j9);j7=ja*(0x1-(0x1-j4)*j9);switch(j3%0x6){case 0x0:j0=ja,j1=j7,j2=j5;break;case 0x1:j0=j6,j1=ja,j2=j5;break;case 0x2:j0=j5,j1=ja,j2=j7;break;case 0x3:j0=j5,j1=j6,j2=ja;break;case 0x4:j0=j7,j1=j5,j2=ja;break;case 0x5:j0=ja,j1=j5,j2=j6;break;}return[Math['round'](j0*0xff),Math['round'](j1*0xff),Math['round'](j2*0xff)];case'HSLA':var iZ=iS['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var iV=jx(iZ['pop']());return BDFDB['colorCONVERT']('hsl('+iZ['join'](',')+')','RGBCOMP')['concat'](iV);case'HEX':var jd=/^#([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'](iS);return[parseInt(jd[0x1]+jd[0x1]||jd[0x4],0x10)['toString'](),parseInt(jd[0x2]+jd[0x2]||jd[0x5],0x10)['toString'](),parseInt(jd[0x3]+jd[0x3]||jd[0x6],0x10)['toString']()];default:return null;}}else{var je=iU=='RGBCOMP'?iS:BDFDB['colorCONVERT'](iS,'RGBCOMP',iU);if(je)switch(iT){case'RGB':return'rgb('+ju(je['slice'](0x0,0x3))['join'](',')+')';case'RGBA':je=je['slice'](0x0,0x4);var iV=je['length']==0x4?jx(je['pop']()):0x1;return'rgba('+ju(je)['concat'](iV)['join'](',')+')';case'HSLCOMP':var iV=je['length']==0x4?jx(je['pop']()):null;var iZ=jB(BDFDB['colorCONVERT'](je,'HSL')['replace'](/\s/g,'')['split'](','));return iV?iZ['concat'](iV):iZ;case'HSL':var j0=js(je[0x0]),j1=js(je[0x1]),j2=js(je[0x2]);var jl=Math['max'](j0,j1,j2),jm=Math['min'](j0,j1,j2),jn=jl-jm,j8,j9=jl===0x0?0x0:jn/jl,ja=jl/0xff;switch(jl){case jm:j8=0x0;break;case j0:j8=j1-j2+jn*(j10xff?0xff:j4<0x0?0x0:j4;};function ju(iW){return iW['map'](j4=>{return js(j4);});};function jx(iV){iV=iV['toString']();iV=(iV['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(iV['replace'](/[^0-9\.\-]/g,''));return isNaN(iV)||iV>0x1?0x1:iV<0x0?0x0:iV;};function jz(jA){jA=parseFloat(jA['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(jA)||jA>0x64?0x64:jA<0x0?0x0:jA)+'%';};function jB(iW){let j8=parseFloat(iW['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));j8=isNaN(j8)||j8>0x168?0x168:j8<0x0?0x0:j8;return[j8]['concat'](iW['map'](jE=>{return jz(jE);}));};};BDFDB['colorSETALPHA']=function(jF,jG,jH){var jI=BDFDB['colorCONVERT'](jF,'RGBCOMP');if(jI){jG=jG['toString']();jG=(jG['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jG['replace'](/[^0-9\.\-]/g,''));jG=isNaN(jG)||jG>0x1?0x1:jG<0x0?0x0:jG;jI[0x3]=jG;jH=(jH||BDFDB['colorTYPE'](jK))['toUpperCase']();jH=jH=='HSL'||jH=='RGB'?jH+'A':jH;return BDFDB['colorCONVERT'](jI,jH);}return null;};BDFDB['colorCHANGE']=function(jJ,jK,jL){jK=parseFloat(jK);if(jJ&&typeof jK=='number'&&!isNaN(jK)){var jM=BDFDB['colorCONVERT'](jJ,'RGBCOMP');if(jM){if(parseInt(jK)!==jK){jK=jK['toString']();jK=(jK['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jK['replace'](/[^0-9\.\-]/g,''));jK=isNaN(jK)?0x0:jK;return BDFDB['colorCONVERT']([Math['round'](jM[0x0]*(0x1+jK)),Math['round'](jM[0x1]*(0x1+jK)),Math['round'](jM[0x2]*(0x1+jK))],jL||BDFDB['colorTYPE'](jJ));}else return BDFDB['colorCONVERT']([Math['round'](jM[0x0]+jK),Math['round'](jM[0x1]+jK),Math['round'](jM[0x2]+jK)],jL||BDFDB['colorTYPE'](jJ));}}return null;};BDFDB['colorINV']=function(jN,jO){if(jN){var jP=BDFDB['colorCONVERT'](jN,'RGBCOMP');if(jP)return BDFDB['colorCONVERT']([0xff-jP[0x0],0xff-jP[0x1],0xff-jP[0x2]],jO||BDFDB['colorTYPE'](jN));}return null;};BDFDB['colorCOMPARE']=function(jQ,jR){if(jQ&&jR){jQ=BDFDB['colorCONVERT'](jQ,'RGBCOMP');jR=BDFDB['colorCONVERT'](jR,'RGBCOMP');if(jQ&&jR)return BDFDB['equals'](jQ,jR);}return null;};BDFDB['colorISBRIGHT']=function(jS,jT=0xa0){jS=BDFDB['colorCONVERT'](jS,'RGBCOMP');if(!jS)return![];return parseInt(jT)jY['toString']()['indexOf']('%')==-0x1&&parseFloat(jY)==parseInt(jY));};function jZ(jV){return jV['slice'](0x1,0x3)['every'](k1=>k1['toString']()['indexOf']('%')==k1['length']-0x1);};};BDFDB['setInnerText']=function(k2,k3){if(!k2||!Node['prototype']['isPrototypeOf'](k2))return;var k4=null;for(let k5 of k2['childNodes'])if(k5['nodeType']==Node['TEXT_NODE']){k4=k5;break;}if(k4)k4['textContent']=k3;else{k4=document['createTextNode'](k3);k2['appendChild'](k4);}};BDFDB['getInnerText']=function(k6){if(!k6||!Node['prototype']['isPrototypeOf'](k6))return;for(let k7 of k6['childNodes'])if(k7['nodeType']==Node['TEXT_NODE'])return k7['textContent'];};BDFDB['getParentEle']=function(k8,k9){var ka=null;if(Node['prototype']['isPrototypeOf'](k9)&&k8){var kb=NodeList['prototype']['isPrototypeOf'](k8)?k8:typeof k8=='string'?document['querySelectorAll'](k8):null;if(kb)for(let kc of kb)if(kc['contains'](k9)){ka=kc;break;}}return ka;};BDFDB['getRects']=function(kd){var ke={};if(Node['prototype']['isPrototypeOf'](kd)&&kd['nodeType']!=Node['TEXT_NODE']){var kf=BDFDB['isEleHidden'](kd);if(kf)BDFDB['toggleEles'](kd);ke=kd['getBoundingClientRect']();if(kf)BDFDB['toggleEles'](kd);}return ke;};BDFDB['isEleHidden']=function(kg){if(Node['prototype']['isPrototypeOf'](kg)&&kg['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(kg,null)['getPropertyValue']('display')=='none';};BDFDB['toggleEles']=function(...kh){if(!kh)return;var ki=kh['pop']();if(typeof ki!='boolean'){kh['push'](ki);ki=undefined;}if(!kh['length'])return;for(let kj of kh)for(let kk of Array['isArray'](kj)?kj:Array['of'](kj)){if(!kk){}else if(Node['prototype']['isPrototypeOf'](kk))ko(kk);else if(NodeList['prototype']['isPrototypeOf'](kk))for(let kl of kk)ko(kl);else if(typeof kk=='string')for(let km of kk['split'](','))if(km&&(km=km['trim']()))for(let kl of document['querySelectorAll'](km))ko(kl);}function ko(kp){if(!kp||!Node['prototype']['isPrototypeOf'](kp))return;var kq=ki===undefined?!BDFDB['isEleHidden'](kp):!ki;if(kq)kp['style']['setProperty']('display','none','important');else kp['style']['removeProperty']('display');}};BDFDB['removeEles']=function(...kr){for(let ks of kr)for(let kt of Array['isArray'](ks)?ks:Array['of'](ks)){if(!kt){}else if(Node['prototype']['isPrototypeOf'](kt))kt['remove']();else if(NodeList['prototype']['isPrototypeOf'](kt)){kt=Array['from'](kt);while(kt['length'])kt['shift']()['remove']();}else if(typeof kt=='string')for(let ku of kt['split'](','))if(ku&&(ku=ku['trim']())){let kv=Array['from'](document['querySelectorAll'](ku));while(kv['length'])kv['shift']()['remove']();}}};BDFDB['addClass']=function(kw,...kx){if(!kw||!kx)return;for(let ky of Array['isArray'](kw)?kw:Array['of'](kw)){if(!ky){}else if(Node['prototype']['isPrototypeOf'](ky))kC(ky);else if(NodeList['prototype']['isPrototypeOf'](ky))for(let kz of ky)kC(kz);else if(typeof ky=='string')for(let kA of ky['split'](','))if(kA&&(kA=kA['trim']()))for(let kB of document['querySelectorAll'](kA))kC(kB);}function kC(kD){if(kD&&kD['classList'])for(let kE of kx)if(typeof kE=='string')for(let kF of kE['split']('\x20'))if(kF)kD['classList']['add'](kF);}};BDFDB['removeClass']=function(kG,...kH){if(!kG||!kH)return;for(let kI of Array['isArray'](kG)?kG:Array['of'](kG)){if(!kI){}else if(Node['prototype']['isPrototypeOf'](kI))kM(kI);else if(NodeList['prototype']['isPrototypeOf'](kI))for(let kJ of kI)kM(kJ);else if(typeof kI=='string')for(let kK of kI['split'](','))if(kK&&(kK=kK['trim']()))for(let kL of document['querySelectorAll'](kK))kM(kL);}function kM(kN){if(kN&&kN['classList'])for(let kO of kH)if(typeof kO=='string')for(let kP of kO['split']('\x20'))if(kP)kN['classList']['remove'](kP);}};BDFDB['toggleClass']=function(kQ,...kR){if(!kQ||!kR)return;var kS=kR['pop']();if(typeof kS!='boolean'){kR['push'](kS);kS=undefined;}if(!kR['length'])return;for(let kT of Array['isArray'](kQ)?kQ:Array['of'](kQ)){if(!kT){}else if(Node['prototype']['isPrototypeOf'](kT))kX(kT);else if(NodeList['prototype']['isPrototypeOf'](kT))for(let kU of kT)kX(kU);else if(typeof kT=='string')for(let kV of kT['split'](','))if(kV&&(kV=kV['trim']()))for(let kW of document['querySelectorAll'](kV))kX(kW);}function kX(kY){if(kY&&kY['classList'])for(let kZ of kR)if(typeof kZ=='string')for(let l0 of kZ['split']('\x20'))if(l0)kY['classList']['toggle'](l0,kS);}};BDFDB['containsClass']=function(l1,...l2){if(!l1||!l2)return;var l3=l2['pop']();if(typeof l3!='boolean'){l2['push'](l3);l3=!![];}if(!l2['length'])return;var l4=undefined;for(let l5 of Array['isArray'](l1)?l1:Array['of'](l1)){if(!l5){}else if(Node['prototype']['isPrototypeOf'](l5))l9(l5);else if(NodeList['prototype']['isPrototypeOf'](l5))for(let l6 of l5)l9(l6);else if(typeof l5=='string')for(let l7 of l5['split'](','))if(l7&&(l7=l7['trim']()))for(let l8 of document['querySelectorAll'](l7))l9(l8);}return l4;function l9(la){if(la&&la['classList'])for(let lb of l2)if(typeof lb=='string')for(let lc of lb['split']('\x20'))if(lc){if(l4===undefined)l4=l3;if(l3&&!la['classList']['contains'](lc))l4=![];if(!l3&&la['classList']['contains'](lc))l4=!![];}}};BDFDB['removeClasses']=function(...ld){for(let le of ld)for(let lf of Array['isArray'](le)?le:Array['of'](le)){if(!lf){}else if(typeof lf=='string')for(let lg of lf['split'](','))if(lg&&(lg=lg['replace'](/\.|\s/g,'')))BDFDB['removeClass'](document['querySelectorAll']('.'+lg),lg);}};BDFDB['htmlToElement']=function(lh){if(!lh||!lh['trim']())return null;let li=document['createElement']('template');li['innerHTML']=lh['replace'](/\t|\n|\r/g,'');if(li['content']['childElementCount']==0x1)return li['content']['firstElementChild'];else{var lj=document['createElement']('span');var lk=Array['from'](li['content']['childNodes']);while(lk['length'])lj['appendChild'](lk['shift']());return lj;}};BDFDB['encodeToHTML']=function(ll){var lm=document['createElement']('div');lm['innerText']=ll;return lm['innerHTML'];};BDFDB['regEscape']=function(ln){return ln['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['insertNRST']=function(lo){return lo['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['triggerSend']=function(lp){if(!lp)return;setImmediate(()=>{var lq=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](lq,'keyCode',{'value':0xd});Object['defineProperty'](lq,'which',{'value':0xd});lp['dispatchEvent'](lq);});};BDFDB['initElements']=function(lr,ls){if(!Node['prototype']['isPrototypeOf'](lr))return;var lt=BDFDB['WebModules']['findByProperties']('spring');var lu=BDFDB['getDiscordTheme']()==BDFDB['disCN']['themelight'];var lv=BDFDB['getLibraryStrings']();lr['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](lw=>{mo(lw,![]);mJ(lw,'click',lx=>{mo(lw,!![]);});});lr['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](ly=>{my(ly,![]);mJ(ly,'click',lz=>{my(ly,!![]);});});lr['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](lA=>{mC(lA);mJ(lA,'click',lB=>{BDFDB['toggleClass'](lA,BDFDB['disCN']['giffavoriteselected']);mC(lA);});});lr['querySelectorAll']('.file-navigator')['forEach'](lC=>{mJ(lC,'click',lD=>{var lE=lC['querySelector']('input[type=\x22file\x22]');if(lE)lE['click']();});});lr['querySelectorAll']('input[type=\x22file\x22]')['forEach'](lF=>{mJ(lF,'change',lG=>{var lH=lF['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var lI=lF['files'][0x0];if(lH&&lI)lH['value']=lI['path'];});});lr['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](lJ=>{mJ(lJ,'keydown',lK=>{lK['stopPropagation']();});});lr['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](lL=>{lL['setAttribute']('placeholder',lv['search_placeholder']);mJ(lL,'keyup',lM=>{BDFDB['toggleClass'](lL['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible'],lL['value']['length']==0x0);BDFDB['toggleClass'](lL['parentElement']['querySelector'](BDFDB['dotCN']['searchbarclear']),BDFDB['disCN']['searchbarvisible'],lL['value']['length']>0x0);});});lr['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](lN=>{mJ(lN,'click',lO=>{if(BDFDB['containsClass'](lN,BDFDB['disCN']['searchbarvisible'])){var lP=lN['parentElement']['parentElement']['querySelector'](BDFDB['dotCN']['searchbarinput']);lP['value']='';lP['dispatchEvent'](new Event('change'));lP['dispatchEvent'](new Event('input'));lP['dispatchEvent'](new Event('keydown'));lP['dispatchEvent'](new Event('keyup'));lP['dispatchEvent'](new Event('keypressed'));BDFDB['addClass'](lN['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible']);BDFDB['removeClass'](lN,BDFDB['disCN']['searchbarvisible']);}});});lr['querySelectorAll']('.numberinput-button-up')['forEach'](lQ=>{mJ(lQ,'click',lR=>{var lS=lQ['parentElement']['parentElement']['querySelector']('input');var lT=parseInt(lS['getAttribute']('min'));var lU=parseInt(lS['getAttribute']('max'));var lV=parseInt(lS['value'])+0x1;if(isNaN(lU)||!isNaN(lU)&&lV<=lU){BDFDB['addClass'](lQ['parentElement'],'pressed');clearTimeout(lQ['parentElement']['pressedTimeout']);lS['value']=isNaN(lT)||!isNaN(lT)&&lV>=lT?lV:lT;lS['dispatchEvent'](new Event('change'));lS['dispatchEvent'](new Event('input'));lS['dispatchEvent'](new Event('keydown'));lS['dispatchEvent'](new Event('keyup'));lS['dispatchEvent'](new Event('keypressed'));lQ['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](lQ['parentElement'],'pressed');},0xbb8);}});});lr['querySelectorAll']('.numberinput-button-down')['forEach'](lW=>{mJ(lW,'click',lX=>{var lY=lW['parentElement']['parentElement']['querySelector']('input');var lZ=parseInt(lY['getAttribute']('min'));var m0=parseInt(lY['getAttribute']('max'));var m1=parseInt(lY['value'])-0x1;if(isNaN(lZ)||!isNaN(lZ)&&m1>=lZ){BDFDB['addClass'](lW['parentElement'],'pressed');clearTimeout(lW['parentElement']['pressedTimeout']);lY['value']=isNaN(m0)||!isNaN(m0)&&m1<=m0?m1:m0;lY['dispatchEvent'](new Event('change'));lY['dispatchEvent'](new Event('input'));lY['dispatchEvent'](new Event('keydown'));lY['dispatchEvent'](new Event('keyup'));lY['dispatchEvent'](new Event('keypressed'));lW['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](lW['parentElement'],'pressed');},0xbb8);}});});lr['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](m2=>{mG(m2,m2['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==m2?0x2:0x0);mJ(m2,'click',m3=>{BDFDB['removeClass'](lr['querySelectorAll']('.tab-content.open'),'open');m2['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](m2=>{mG(m2,0x0);});var m5=lr['querySelector']('.tab-content[tab=\x22'+m2['getAttribute']('tab')+'\x22]');if(m5)BDFDB['addClass'](m5,'open');mG(m2,0x2);});mJ(m2,'mouseenter',m6=>{if(!BDFDB['containsClass'](m2,BDFDB['disCN']['settingsselected']))mG(m2,0x1);});mJ(m2,'mouseleave',m7=>{if(!BDFDB['containsClass'](m2,BDFDB['disCN']['settingsselected']))mG(m2,0x0);});});lr['querySelectorAll']('.DevilBro-textscrollwrapper')['forEach'](m8=>{var m9=m8['querySelector']('.DevilBro-textscroll');if(m9){if(BDFDB['containsClass'](m8['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))m8['style']['setProperty']('margin-right','10px');if(BDFDB['getRects'](m8)['width']>0x64)m8['style']['setProperty']('text-overflow','ellipsis','important');m8['style']['setProperty']('position','relative','important');m8['style']['setProperty']('display','block','important');m8['style']['setProperty']('overflow','hidden','important');m9['style']['setProperty']('left','0px','important');m9['style']['setProperty']('position','relative','important');m9['style']['setProperty']('white-space','nowrap','important');m9['style']['setProperty']('display','inline','important');var ma,mb;mJ(m8,'mouseenter',mc=>{if(BDFDB['getRects'](m8)['width']{if(BDFDB['containsClass'](m8,'scrolling')){BDFDB['removeClass'](m8,'scrolling');m9['style']['setProperty']('display','inline','important');if(!mb||!ma)me();ma(0x0);}});function me(){mb=new lt['Value'](0x0);mb['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['getRects'](m9)['width']-BDFDB['getRects'](m8)['width'])*-0x1]})['addListener'](mf=>{m9['style']['setProperty']('left',mf['value']+'px','important');});ma=mg=>{var mh=mg+parseFloat(m9['style']['getPropertyValue']('left'))/(BDFDB['getRects'](m9)['width']-BDFDB['getRects'](m8)['width']);mh=isNaN(mh)||!isFinite(mh)?mg:mh;mh*=BDFDB['getRects'](m9)['width']/(BDFDB['getRects'](m8)['width']*0x2);lt['parallel']([lt['timing'](mb,{'toValue':mg,'duration':Math['sqrt'](mh**0x2)*0xfa0/(m8['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['removeClass'](lr['querySelectorAll']('.tab-content'),'open');BDFDB['addClass'](lr['querySelector']('.tab-content'),'open');lr['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mi=>{mi['innerText']=lv['btn_save_text'];});lr['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mj=>{mj['innerText']=lv['btn_cancel_text'];});lr['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mk=>{mk['innerText']=lv['btn_all_text'];});lr['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ml=>{ml['innerText']=lv['btn_add_text'];});lr['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mm=>{mm['innerText']=lv['btn_ok_text'];});lr['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mn=>{mn['innerText']=lv['file_navigator_text'];});function mo(mp,mq){var mr=mp['checked'];BDFDB['toggleClass'](mp['parentElement'],BDFDB['disCN']['switchvaluechecked'],mr);BDFDB['toggleClass'](mp['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!mr);if(mq&&BDFDB['isObject'](ls)&&BDFDB['containsClass'](mp,'settings-switch')){let ms=mp['getAttribute']('value')['trim']()['split']('\x20')['filter'](mt=>mt);let mu=ms['shift']();if(mu){var mv=BDFDB['loadAllData'](ls,mu);var mw='';for(let mx of ms)mw+='{\x22'+mx+'\x22:';mw+=mr+'}'['repeat'](ms['length']);mw=JSON['parse'](mw);if(BDFDB['isObject'](mw))BDFDB['deepAssign'](mv,mw);else mv=mw;BDFDB['saveAllData'](mv,ls,mu);ls['SettingsUpdated']=!![];}}};function my(mz){var mA=mz['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var mB=mA['querySelector']('polyline');if(mz['checked']){BDFDB['addClass'](mA,BDFDB['disCN']['checkboxchecked']);mA['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');mA['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');mB['setAttribute']('stroke','#ffffff');}else{BDFDB['removeClass'](mA,BDFDB['disCN']['checkboxchecked']);mA['style']['removeProperty']('background-color');mA['style']['removeProperty']('border-color');mB['setAttribute']('stroke','transparent');}};function mC(mD){var mE=BDFDB['containsClass'](mD,BDFDB['disCN']['giffavoriteselected']);var mF=mD['querySelector'](BDFDB['dotCN']['giffavoriteicon']);mF['setAttribute']('name',mE?'FavoriteFilled':'Favorite');mF['innerHTML']=mE?'':'';if(mE){BDFDB['addClass'](mD,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(()=>{BDFDB['removeClass'](mD,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function mG(mH,mI){switch(mI){case 0x0:BDFDB['removeClass'](mH,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](mH,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsitemdefault']);mH['style']['setProperty']('border-color','transparent');mH['style']['setProperty']('color',lu?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['removeClass'](mH,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](mH,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsitemdefault']);mH['style']['setProperty']('border-color',lu?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');mH['style']['setProperty']('color',lu?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['removeClass'](mH,BDFDB['disCN']['settingsnotselected']);BDFDB['removeClass'](mH,BDFDB['disCN']['settingsitemdefault']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsitemselected']);mH['style']['setProperty']('border-color',lu?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');mH['style']['setProperty']('color',lu?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function mJ(mK,mL,mM){if(!mK['BDFDBinitElementsListeners'])mK['BDFDBinitElementsListeners']={};if(mK['BDFDBinitElementsListeners'][mL])mK['removeEventListener'](mL,mK['BDFDBinitElementsListeners'][mL]);mK['BDFDBinitElementsListeners'][mL]=mM;mK['addEventListener'](mL,mM);};};BDFDB['appendModal']=function(mN){if(!Node['prototype']['isPrototypeOf'](mN))return;var mO=document['querySelector'](BDFDB['dotCN']['app']+'\x20~\x20[class^=\x22theme\x22]:not([class*=\x22popouts\x22])');if(!mO)return;var mP=mQ=>{if(!document['contains'](mN))document['removeEventListener']('keydown',mP);else if(mQ['which']==0x1b)mN['querySelector'](BDFDB['dotCN']['backdrop'])['click']();};document['addEventListener']('keydown',mP);BDFDB['addChildEventListener'](mN,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok',()=>{document['removeEventListener']('keydown',mP);BDFDB['addClass'](mN,'closing');setTimeout(()=>{mN['remove']();},0x12c);});mO['appendChild'](mN);BDFDB['initElements'](mN);};BDFDB['openConfirmModal']=function(){if(arguments['length']<0x2)return;var mR=arguments[0x0];var mS=arguments[0x1];if(!BDFDB['isObject'](mR)||!mS)return;var mT=typeof arguments[0x2]=='function'?arguments[0x2]:typeof arguments[0x3]=='function'?arguments[0x3]:null;var mU=typeof arguments[0x2]=='string'?arguments[0x2]:'Are\x20you\x20sure?';let mV=BDFDB['htmlToElement'](''+mU+''+mR['name']+''+mS+'\x20');BDFDB['appendModal'](mV);if(typeof mT=='function')mV['querySelector']('.btn-ok')['addEventListener']('click',()=>{setTimeout(()=>{mT();},0x12c);});return mV;};BDFDB['updateContextPosition']=function(mW,mX=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](mW))return;var mY=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var mZ=BDFDB['getRects'](mW);var n0={'pageX':mX['pageX']-mZ['width'],'pageY':mX['pageY']-mZ['height']};mW['style']['setProperty']('left',(mX['pageX']+mZ['width']>mY['width']?n0['pageX']<0x0?0xa:n0['pageX']:mX['pageX'])+'px');mW['style']['setProperty']('top',(mX['pageY']+mZ['height']>mY['height']?n0['pageY']<0x0?0xa:n0['pageY']:mX['pageY'])+'px');BDFDB['initElements'](mW);};BDFDB['appendContextMenu']=function(n1,n2=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](n1))return;var n3=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!n3)return;n3['parentElement']['insertBefore'](n1,n3);var n4=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var n5=BDFDB['getRects'](n1);BDFDB['toggleClass'](n1,'invertX',n2['pageX']+n5['width']>n4['width']);BDFDB['toggleClass'](n1,'invertY',n2['pageY']+n5['height']>n4['height']);BDFDB['toggleClass'](n1,BDFDB['disCN']['contextmenuinvertchildx'],n2['pageX']+n5['width']>n4['width']);BDFDB['addClass'](n1,BDFDB['getDiscordTheme']());BDFDB['updateContextPosition'](n1,n2);var n6=n7=>{if(!document['contains'](n1))document['removeEventListener']('mousedown',n6);else if(!n1['contains'](n7['target'])){document['removeEventListener']('mousedown',n6);n1['remove']();}else{var n8=BDFDB['getParentEle'](BDFDB['dotCN']['contextmenuitem'],n7['target']);if(n8&&!BDFDB['containsClass'](n8,BDFDB['disCN']['contextmenuitemdisabled'],BDFDB['disCN']['contextmenuitemsubmenu'],BDFDB['disCN']['contextmenuitemtoggle'],![])){document['removeEventListener']('mousedown',n6);}}};document['addEventListener']('mousedown',n6);BDFDB['initElements'](n1);};BDFDB['appendSubMenu']=function(n9,na){if(!Node['prototype']['isPrototypeOf'](n9)||!Node['prototype']['isPrototypeOf'](na))return;n9['appendChild'](na);var nb=BDFDB['getRects'](n9);var nc=BDFDB['getRects'](na);na['style']['setProperty']('left',nb['left']+'px');na['style']['setProperty']('top',(nb['top']+nc['height']>window['outerHeight']?nb['top']-nc['height']+nb['height']:nb['top'])+'px');BDFDB['addClass'](na,BDFDB['getDiscordTheme']());var nd=()=>{n9['removeEventListener']('mouseleave',nd);na['remove']();};n9['addEventListener']('mouseleave',nd);BDFDB['initElements'](na);};BDFDB['setContextHint']=function(ne,nf){if(!nf||!Node['prototype']['isPrototypeOf'](ne))return;var ng=ne['querySelector'](BDFDB['dotCN']['contextmenuhint']);if(ng){ne['style']['setProperty']('position','relative','important');ng['innerHTML']=''+BDFDB['encodeToHTML'](nf)+'';if(!BDFDB['containsClass'](ng['previousElementSibling'],'DevilBro-textscrollwrapper')){BDFDB['addClass'](ng['previousElementSibling'],'DevilBro-textscrollwrapper');ng['previousElementSibling']['setAttribute']('speed',0x3);ng['previousElementSibling']['innerHTML']=''+BDFDB['encodeToHTML'](ng['previousElementSibling']['innerText'])+'';}var nh=BDFDB['getRects'](ne)['width']-(parseFloat(getComputedStyle(ne)['paddingLeft'])+parseFloat(getComputedStyle(ne)['paddingRight']));ng['previousElementSibling']['style']['setProperty']('width',nh-0x24+'px','important');ng['previousElementSibling']['style']['setProperty']('max-width',nh-0x24+'px','important');ng['style']['setProperty']('position','absolute','important');ng['style']['setProperty']('top',getComputedStyle(ne)['paddingTop'],'important');ng['style']['setProperty']('right',getComputedStyle(ne)['paddingRight'],'important');ng['style']['setProperty']('width','32px','important');ng['style']['setProperty']('max-width','32px','important');}};BDFDB['openGuildContextMenu']=function(ni,nj=BDFDB['mousePosition']){var nk=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],ni);if(!nk)return;var nl=BDFDB['getReactValue'](nk,'child.child.stateNode.handleContextMenu');if(nl)nl({'target':nk,'preventDefault':nm=>nm,'stopPropagation':nn=>nn,'pageX':nj['pageX'],'pageY':nj['pageY']});};BDFDB['createMessageOptionPopout']=function(no){if(!no)return;var np=document['querySelector'](BDFDB['dotCN']['popouts']);if(!np)return;no=BDFDB['containsClass'](no,BDFDB['disCN']['optionpopoutbutton'])?no:no['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var nq=BDFDB['getReactInstance'](BDFDB['getParentEle'](BDFDB['dotCN']['messagebuttoncontainer'],no));nq=nq&&nq['child']?nq['child']:null;nq=nq&&nq['stateNode']&&typeof nq['stateNode']['renderReactionPopout']=='function'?nq['sibling']:nq;if(nq&&nq['stateNode']&&typeof nq['stateNode']['renderOptionPopout']=='function'){BDFDB['addClass'](no,BDFDB['disCN']['optionpopoutopen']);var nr=BDFDB['htmlToElement']('');np['appendChild'](nr);var ns=nq['stateNode']['renderOptionPopout'](nq['stateNode']['props']);ns['props']['target']=no;ns['props']['onClose']=()=>{BDFDB['removeClass'](no,BDFDB['disCN']['optionpopoutopen']);nr['remove']();};BDFDB['React']['render'](ns,nr);var nt=BDFDB['getRects'](no);nr['style']['setProperty']('left',nt['left']+nt['width']/0x2+'px');nr['style']['setProperty']('top',nt['top']+nt['height']/0x2+'px');var nu=nv=>{document['removeEventListener']('mousedown',nu);if(!nr['contains'](nv['target']))ns['props']['onClose']();};document['addEventListener']('mousedown',nu);}};BDFDB['createSortPopout']=function(nw,nx,ny){if(!nw||!nx||typeof ny!='function'||BDFDB['containsClass'](nw,'popout-open'))return;var nz=document['querySelector'](BDFDB['dotCN']['popouts']);var nA=nw['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!nz||!nA)return;BDFDB['addClass'](nw,'popout-open');var nB=BDFDB['htmlToElement'](nx);var nC=BDFDB['getRects'](nw);nB['style']['setProperty']('left',nC['left']+nC['width']+'px');nB['style']['setProperty']('top',nC['top']+BDFDB['getRects'](nA)['height']+'px');BDFDB['addClass'](nB['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['getDiscordTheme']());BDFDB['addChildEventListener'](nB,'click',BDFDB['dotCN']['contextmenuitem'],nD=>{nA['innerText']=nD['currentTarget']['innerText'];nA['setAttribute']('option',nD['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',nE);nB['remove']();setTimeout(()=>{BDFDB['removeClass'](nw,'popout-open');},0x12c);ny();});nz['appendChild'](nB);var nE=nF=>{if(!document['contains'](nB))document['removeEventListener']('mousedown',nE);else if(!nB['contains'](nF['target'])){document['removeEventListener']('mousedown',nE);nB['remove']();setTimeout(()=>{BDFDB['removeClass'](nw,'popout-open');},0x12c);}};document['addEventListener']('mousedown',nE);};BDFDB['setColorSwatches']=function(nG,nH){if(!Node['prototype']['isPrototypeOf'](nG))return;var nI=nG['querySelector']('.swatches:not([swatchnr])');if(!nI)return;nI['setAttribute']('swatchnr',parseInt(nG['querySelectorAll']('.swatches[swatchnr]')['length']+0x1));var nJ=['rgb(82,233,30)','rgb(46,204,113)','rgb(26,188,156)','rgb(52,152,219)','rgb(52,84,219)','rgb(134,30,233)','rgb(155,89,182)','rgb(233,30,99)','rgb(233,65,30)','rgb(231,76,60)','rgb(230,126,34)','rgb(241,196,15)','rgb(199,204,205)','rgb(112,128,136)','rgb(99,99,99)','rgb(255,255,255)','rgb(59,173,20)','rgb(31,139,76)','rgb(17,128,106)','rgb(32,102,148)','rgb(32,57,148)','rgb(109,20,173)','rgb(113,54,138)','rgb(173,20,87)','rgb(173,32,20)','rgb(153,45,34)','rgb(168,67,0)','rgb(194,124,14)','rgb(151,156,159)','rgb(93,104,109)','rgb(44,44,44)'];nI['appendChild'](BDFDB['htmlToElement'](''+nJ['map']((nK,nL)=>'')['join']('')+''));if(nH&&!BDFDB['colorCOMPARE'](nH,[0x0,0x0,0x0,0x0])){var nM=nJ['indexOf'](BDFDB['colorCONVERT'](nH,'RGB'));nP(nM>-0x1?nI['querySelectorAll']('.ui-color-picker-swatch.small.color')[nM]:nI['querySelector']('.ui-color-picker-swatch.large.custom'),nH,!![]);}else nP(nI['querySelector']('.ui-color-picker-swatch.small.nocolor'),null,!![]);BDFDB['addChildEventListener'](nI,'click','.ui-color-picker-swatch',nN=>{if(BDFDB['containsClass'](nI,'disabled'))return;else if(BDFDB['containsClass'](nN['currentTarget'],'custom')){BDFDB['openColorPicker'](nN['currentTarget']['style']['backgroundColor'])['then'](nO=>{nP(nI['querySelector']('.ui-color-picker-swatch.selected'),null,![]);nP(nI['querySelector']('.ui-color-picker-swatch.custom'),nO,!![]);});}else{nP(nI['querySelector']('.ui-color-picker-swatch.selected'),null,![]);nP(nN['currentTarget'],nN['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});function nP(nQ,nR,nS){if(!nQ)return;if(nS){BDFDB['addClass'](nQ,'selected');if(nR)nQ['style']['setProperty']('border-color',BDFDB['colorINV'](nR,'RGB'),'important');else nQ['style']['removeProperty']('border-color');if(nR&&BDFDB['containsClass'](nQ,'custom')){var nT=BDFDB['colorCONVERT'](nR,'RGBCOMP');nQ['style']['setProperty']('background-color',BDFDB['colorCONVERT'](nR,'RGB'),'important');nQ['querySelector']('.color-picker-dropper-fg')['style']['setProperty']('color',nT[0x0]>0x96&&nT[0x1]>0x96&&nT[0x2]>0x96?'#000':'#FFF','important');}}else{BDFDB['removeClass'](nQ,'selected');nQ['style']['removeProperty']('border-color');}}};BDFDB['getSwatchColor']=function(nU,nV){if(!Node['prototype']['isPrototypeOf'](nU))return;var nW=nU['querySelector']('.swatches[swatchnr=\x22'+nV+'\x22]\x20.ui-color-picker-swatch.selected');return nW?BDFDB['colorCONVERT'](nW['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;};BDFDB['openColorPicker']=function(nX){return new Promise(nY=>{nX=BDFDB['colorCONVERT'](nX,'RGB')||'rgb(0,0,0)';var nZ=BDFDB['getLibraryStrings']();var o0={'HEX':{'type':'text','name':'hex','group':'HEX','min':null,'max':null,'length':0x7,'unit':'','default':'#000000'},'R':{'type':'number','name':'red','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'G':{'type':'number','name':'green','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'B':{'type':'number','name':'blue','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'H':{'type':'number','name':'hue','group':'HSL','min':0x0,'max':0x168,'length':null,'unit':'°','default':0x0},'S':{'type':'number','name':'saturation','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0},'L':{'type':'number','name':'lightness','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0}};var o1=BDFDB['htmlToElement'](''+nZ['colorpicker_modal_header_text']+''+Object['keys'](o0)['map']((o2,o3)=>''+o2+':'+(o0[o2]['type']=='number'?'':'')+''+o0[o2]['unit']+'')['join']('')+'');BDFDB['appendModal'](o1);BDFDB['addChildEventListener'](o1,'click','.btn-ok',()=>{nY(o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected')['style']['getPropertyValue']('background-color'));});BDFDB['addChildEventListener'](o1,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCN']['modalclose'],()=>{nY(null);});var o4='#000000',o5=0x0,o6=0x0,o7=0x0,o8=0x0,o9=0x0,oa=0x0;var ob=o1['querySelector']('.colorpicker-hex');var oc=o1['querySelector']('.colorpicker-hue');var od=o1['querySelector']('.colorpicker-saturation');var oe=o1['querySelector']('.colorpicker-lightness');var of=o1['querySelector']('.colorpicker-red');var og=o1['querySelector']('.colorpicker-green');var oh=o1['querySelector']('.colorpicker-blue');var oi=o1['querySelector']('.colorpicker-pickerpane');var oj=o1['querySelector']('.colorpicker-pickercursor');var ok=o1['querySelector']('circle');var ol=o1['querySelector']('.colorpicker-sliderpane');var om=o1['querySelector']('.colorpicker-slidercursor');var on=o1['querySelector']('path');var oo=0x0;var op=0x0;var oq,or,os,ot,ou,ov;var ow=0x0;var ox,oy,oz;[o8,o9,oa]=BDFDB['colorCONVERT'](nX,'HSLCOMP');p2();setTimeout(()=>{oV();},0x12c);oi['addEventListener']('mousedown',oA=>{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');oL(oA['button']);oW();oo=oA['clientX']-oq;op=oA['clientY']-or;p1();o9=BDFDB['mapRange']([os-oq,ot-oq],[0x0,0x64],oo)+'%';oa=BDFDB['mapRange']([ou-or,ov-or],[0x64,0x0],op)+'%';p2();var oB=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',oB);document['removeEventListener']('mousemove',oC);};var oC=oD=>{oo=oD['clientX']>ot?ot-oq:oD['clientX']ov?ov-or:oD['clientY']{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');oL(oE['button']);oW();ow=oE['clientY']-ox;p1();o8=BDFDB['mapRange']([oy-ox,oz-ox],[0x168,0x0],ow);p2();var oF=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',oF);document['removeEventListener']('mousemove',oG);};var oG=oH=>{ow=oH['clientY']>oz?oz-ox:oH['clientY']{oO(oI['currentTarget']['getAttribute']('group'));});BDFDB['addChildEventListener'](o1,'click','[class^=\x22colorpicker-preview-\x22]',oJ=>{var oK=o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');oK['style']['setProperty']('border-color','transparent');BDFDB['removeClass'](oK,'selected');BDFDB['addClass'](oJ['currentTarget'],'selected');[o8,o9,oa]=BDFDB['colorCONVERT'](oJ['currentTarget']['style']['getPropertyValue']('background-value'),'HSLCOMP');p2();oV();});function oL(oM){var oN=o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');oN['style']['removeProperty']('border-color');BDFDB['removeClass'](oN,'selected');BDFDB['addClass'](o1['querySelector']('.colorpicker-preview-'+oM),'selected');}function oO(oP){switch(oP){case'RGB':o5=oQ(of),o6=oQ(og),o7=oQ(oh);[o8,o9,oa]=BDFDB['colorCONVERT']([o5,o6,o7],'HSLCOMP');ob['value']=BDFDB['colorCONVERT']([o5,o6,o7],'HEX');oc['value']=Math['round'](o8),od['value']=Math['round'](parseInt(o9)),oe['value']=Math['round'](parseInt(oa));of['value']=o5,og['value']=o6,oh['value']=o7;break;case'HSL':o8=oQ(oc),o9=oQ(od)+'%',oa=oQ(oe)+'%';[o5,o6,o7]=BDFDB['colorCONVERT']([o8,o9,oa],'RGBCOMP');ob['value']=BDFDB['colorCONVERT']([o5,o6,o7],'HEX');oc['value']=o8,od['value']=parseInt(o9),oe['value']=parseInt(oa);of['value']=o5,og['value']=o6,oh['value']=o7;break;case'HEX':o4=ob['value'];if(/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['test'](o4)){[o8,o9,oa]=BDFDB['colorCONVERT'](o4,'HSLCOMP');[o5,o6,o7]=BDFDB['colorCONVERT'](o4,'RGBCOMP');oc['value']=Math['round'](o8),od['value']=Math['round'](parseInt(o9)),oe['value']=Math['round'](parseInt(oa));of['value']=o5,og['value']=o6,oh['value']=o7;}break;}p3();oV();}function oQ(oR){var oS=parseInt(oR['value']);var oT=parseInt(oR['getAttribute']('min'));var oU=parseInt(oR['getAttribute']('max'));return isNaN(oS)?oR['getAttribute']('placeholder'):oSoU?oU:oS;}function oV(){oW();oo=BDFDB['mapRange']([0x0,0x64],[os-oq,ot-oq],parseInt(o9));op=BDFDB['mapRange']([0x64,0x0],[ou-or,ov-or],parseInt(oa));ow=BDFDB['mapRange']([0x168,0x0],[oy-ox,oz-ox],o8);p1();ok['style']['setProperty']('color',BDFDB['colorINV']([o5,o6,o7],'RGB'),'important');on['style']['setProperty']('color',BDFDB['colorCONVERT']([o8,'100%','100%'],'RGB'),'important');}function oW(){var oX=BDFDB['getRects'](oi);var oY=BDFDB['getRects'](oj);oq=oY['width']/0x2;or=oY['height']/0x2;os=oX['left'];ot=os+oX['width'];ou=oX['top'];ov=ou+oX['height'];var oZ=BDFDB['getRects'](ol);var p0=BDFDB['getRects'](om);ox=p0['height']/0x2;oy=oZ['top'];oz=oy+oZ['height'];}function p1(){oj['style']['setProperty']('left',oo-os+'px','important');oj['style']['setProperty']('top',op-ou+'px','important');om['style']['setProperty']('top',ow-oy+'px','important');}function p2(){[o5,o6,o7]=BDFDB['colorCONVERT']([o8,o9,oa],'RGBCOMP');ob['value']=BDFDB['colorCONVERT']([o5,o6,o7],'HEX');oc['value']=Math['round'](o8),od['value']=Math['round'](parseInt(o9)),oe['value']=Math['round'](parseInt(oa));of['value']=Math['round'](o5),og['value']=Math['round'](o6),oh['value']=Math['round'](o7);p3();ok['style']['setProperty']('color',BDFDB['colorINV']([o5,o6,o7],'RGB'),'important');on['style']['setProperty']('color',BDFDB['colorCONVERT']([o8,'100%','100%'],'RGB'),'important');}function p3(){o1['querySelector']('.colorpicker-color')['style']['setProperty']('background-color',BDFDB['colorCONVERT']([o8,'100%','100%'],'RGB'),'important');var p4=o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');p4['style']['setProperty']('background-color',BDFDB['colorCONVERT']([o5,o6,o7],'RGB'),'important');p4['style']['setProperty']('border-color',BDFDB['colorINV']([o5,o6,o7],'RGB'),'important');}});};BDFDB['mapRange']=function(p5,p6,p7){return p6[0x0]+(p7-p5[0x0])*(p6[0x1]-p6[0x0])/(p5[0x1]-p5[0x0]);};BDFDB['shake']=function(){BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN']['appold']))['return']['stateNode']['shake']();};BDFDB['isBDv2']=function(){return typeof BDFDB['BDv2Api']!=='undefined';};BDFDB['isPluginEnabled']=function(p8){if(!BDFDB['isBDv2']())return window['bdplugins'][p8]&&window['pluginCookie'][p8];else return BDFDB['Plugins'][p8['toLowerCase']()]?BDFDB['Plugins'][p8['toLowerCase']()]['enabled']:null;};BDFDB['isRestartNoMoreEnabled']=function(){return settingsCookie['fork-ps-5']&&settingsCookie['fork-ps-5']===!![]||BDFDB['isPluginEnabled']('Restart-No-More')||BDFDB['isPluginEnabled']('Restart\x20No\x20More');};BDFDB['isThemeEnabled']=function(p9){if(!BDFDB['isBDv2']())return window['bdthemes'][p9]&&window['themeCookie'][p9];else return BDFDB['Themes'][p9['toLowerCase']()]?BDFDB['Themes'][p9['toLowerCase']()]['enabled']:null;};(BDFDB['setPluginCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Plugins']={};for(let pa of BDFDB['BDv2Api']['Plugins']['listPlugins']())BDFDB['BDv2Api']['Plugins']['getPlugin'](pa)['then'](pb=>{BDFDB['Plugins'][pa]=pb;});})();(BDFDB['setThemeCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Themes']={};for(let pc of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](pc)['then'](pd=>{BDFDB['Themes'][pc]=pd;});})();BDFDB['DiscordClassModules']={};BDFDB['DiscordClassModules']['BDFDB']={'BDFDBundefined':'BDFDB_undefined','cardInner':'card-inner'};BDFDB['DiscordClassModules']['BDrepo']={'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'};BDFDB['DiscordClassModules']['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};BDFDB['DiscordClassModules']['NotFound']={'_':'','applicationStore':'applicationStore-1pNvnv','avatarStopAnimation':'stop-animation','badgeWrapper':'wrapper-232cHJ','gameLibrary':'gameLibrary-TTDw4Y','highlight':'highlight','loginScreen':'wrapper-3Q5DdO','lfg':'lfg-3xoFkI\x20da-lfg','mention':'mention','select':'Select','selectArrow':'Select-arrow','selectArrowZone':'Select-arrow-zone','selectControl':'Select-control','selectHasValue':'has-value','selectIsOpen':'is-open','selectMenu':'Select-menu','selectMenuOuter':'Select-menu-outer','selectOption':'Select-option','selectIsSelected':'is-selected','selectSingle':'Select--single','selectValue':'Select-value','splashBackground':'splashBackground-1FRCko\x20da-splashBackground','themeDark':'theme-dark','themeLight':'theme-light'};BDFDB['DiscordClassModules']['AccountDetails']=BDFDB['WebModules']['findByProperties']('accountDetails','container');BDFDB['DiscordClassModules']['ActivityFeed']=BDFDB['WebModules']['findByProperties']('activityFeed');BDFDB['DiscordClassModules']['Anchor']=BDFDB['WebModules']['findByProperties']('anchor','anchorUnderlineOnHover');BDFDB['DiscordClassModules']['AppBase']=BDFDB['WebModules']['findByProperties']('container','channels');BDFDB['DiscordClassModules']['AppMount']=BDFDB['WebModules']['findByProperties']('appMount');BDFDB['DiscordClassModules']['AppInner']=BDFDB['WebModules']['findByProperties']('app');BDFDB['DiscordClassModules']['AppOuter']=BDFDB['WebModules']['find'](pe=>typeof pe['app']=='string'&&pe!=BDFDB['DiscordClassModules']['AppInner']);BDFDB['DiscordClassModules']['AuditLog']=BDFDB['WebModules']['findByProperties']('auditLog');BDFDB['DiscordClassModules']['AuthBox']=BDFDB['WebModules']['findByProperties']('authBox');BDFDB['DiscordClassModules']['Autocomplete']=BDFDB['WebModules']['findByProperties']('autocomplete','autocompleteRow');BDFDB['DiscordClassModules']['Avatar']=BDFDB['WebModules']['findByProperties']('image','animate');BDFDB['DiscordClassModules']['AvatarIcon']=BDFDB['WebModules']['findByProperties']('iconActiveLarge','iconActiveMedium');BDFDB['DiscordClassModules']['AvatarSize']=BDFDB['WebModules']['findByProperties']('inner','avatarLarge');BDFDB['DiscordClassModules']['Backdrop']=BDFDB['WebModules']['findByProperties']('backdrop');BDFDB['DiscordClassModules']['BotTag']=BDFDB['WebModules']['findByProperties']('botTag','botTagInvert');BDFDB['DiscordClassModules']['Button']=BDFDB['WebModules']['findByProperties']('colorBlack','button');BDFDB['DiscordClassModules']['Call']=BDFDB['WebModules']['findByProperties']('callAvatar','video');BDFDB['DiscordClassModules']['CallCurrent']=BDFDB['WebModules']['findByProperties']('wrapper','fullScreen');BDFDB['DiscordClassModules']['CallDetails']=BDFDB['WebModules']['findByProperties']('container','buttonDisconnect');BDFDB['DiscordClassModules']['CallIncoming']=BDFDB['WebModules']['findByProperties']('incomingCall','container');BDFDB['DiscordClassModules']['CallIncomingInner']=BDFDB['WebModules']['findByProperties']('incomingCallInner','members');BDFDB['DiscordClassModules']['Card']=BDFDB['WebModules']['findByProperties']('card','cardBrand');BDFDB['DiscordClassModules']['CardStatus']=BDFDB['WebModules']['findByProperties']('reset','error','card');BDFDB['DiscordClassModules']['Category']=BDFDB['WebModules']['findByProperties']('colorTransition','iconCollapsed');BDFDB['DiscordClassModules']['CategoryContainer']=BDFDB['WebModules']['findByProperties']('addButtonIcon','containerDefault');BDFDB['DiscordClassModules']['ChangeLog']=BDFDB['WebModules']['findByProperties']('added','fixed','improved','progress');BDFDB['DiscordClassModules']['Channel']=BDFDB['WebModules']['findByProperties']('colorConnectedText','nameDefaultText');BDFDB['DiscordClassModules']['ChannelContainer']=BDFDB['WebModules']['findByProperties']('actionIcon','containerDefault');BDFDB['DiscordClassModules']['ChannelTextArea']=BDFDB['WebModules']['findByProperties']('textArea','attachButtonDivider');BDFDB['DiscordClassModules']['ChannelTextAreaButton']=BDFDB['WebModules']['findByProperties']('buttonWrapper','active');BDFDB['DiscordClassModules']['ChannelWindow']=BDFDB['WebModules']['findByProperties']('aka','channelTextArea');BDFDB['DiscordClassModules']['Checkbox']=BDFDB['WebModules']['findByProperties']('checkboxWrapper','round');BDFDB['DiscordClassModules']['ContextMenu']=BDFDB['WebModules']['findByProperties']('contextMenu','itemGroup');BDFDB['DiscordClassModules']['ContextMenuCheckbox']=BDFDB['WebModules']['findByProperties']('checkboxInner','checkboxElement');BDFDB['DiscordClassModules']['Cursor']=BDFDB['WebModules']['findByProperties']('cursorDefault','userSelectNone');BDFDB['DiscordClassModules']['DmAddPopout']=BDFDB['WebModules']['findByProperties']('friendSelected','popout');BDFDB['DiscordClassModules']['DownloadLink']=BDFDB['WebModules']['findByProperties']('downloadLink','size12');BDFDB['DiscordClassModules']['Embed']=BDFDB['WebModules']['findByProperties']('embed','embedAuthorIcon');BDFDB['DiscordClassModules']['EmbedActions']=BDFDB['WebModules']['findByProperties']('iconPlay','iconWrapperActive');BDFDB['DiscordClassModules']['EmojiPicker']=BDFDB['WebModules']['findByProperties']('emojiPicker','categories');BDFDB['DiscordClassModules']['File']=BDFDB['WebModules']['findByProperties']('downloadButton','fileNameLink');BDFDB['DiscordClassModules']['Flex']=BDFDB['WebModules']['findByProperties']('alignBaseline','alignCenter');BDFDB['DiscordClassModules']['FlexChild']=BDFDB['WebModules']['findByProperties']('flexChild','flex');BDFDB['DiscordClassModules']['FormText']=BDFDB['WebModules']['findByProperties']('description','modeDefault');BDFDB['DiscordClassModules']['Friends']=BDFDB['WebModules']['findByProperties']('friendsColumn','friendsRow');BDFDB['DiscordClassModules']['FriendsOnline']=BDFDB['WebModules']['findByProperties']('friendsOnline');BDFDB['DiscordClassModules']['Game']=BDFDB['WebModules']['findByProperties']('game','gameName');BDFDB['DiscordClassModules']['GifFavoriteButton']=BDFDB['WebModules']['findByProperties']('gifFavoriteButton','showPulse');BDFDB['DiscordClassModules']['GiftInventory']=BDFDB['WebModules']['find'](pf=>typeof pf['root']=='string'&&typeof pf['body']=='string'&&(Object['keys'](pf)['length']==0x2||Object['keys'](pf)['length']==0x3));BDFDB['DiscordClassModules']['Guild']=BDFDB['WebModules']['findByProperties']('guild','badge');BDFDB['DiscordClassModules']['GuildChannelsContainer']=BDFDB['WebModules']['find'](pg=>typeof pg['container']=='string'&&typeof pg['firefoxFixScrollFlex']=='string'&&Object['keys'](pg)['length']==0x2);BDFDB['DiscordClassModules']['GuildHeader']=BDFDB['WebModules']['findByProperties']('header','name','verified');BDFDB['DiscordClassModules']['GuildSettingsBanned']=BDFDB['WebModules']['findByProperties']('bannedUser','bannedUserAvatar');BDFDB['DiscordClassModules']['GuildSettingsInvite']=BDFDB['WebModules']['findByProperties']('countdownColumn','inviteSettingsInviteRow');BDFDB['DiscordClassModules']['GuildSettingsMember']=BDFDB['WebModules']['findByProperties']('member','membersFilterPopout');BDFDB['DiscordClassModules']['HeaderBar']=BDFDB['WebModules']['findByProperties']('headerBar','headerBarDrag');BDFDB['DiscordClassModules']['HeaderBarSearch']=BDFDB['WebModules']['findByProperties']('headerBarLoggedOut','search');BDFDB['DiscordClassModules']['HeaderBarSearchItems']=BDFDB['WebModules']['findByProperties']('libraryFilter','iconVisible');BDFDB['DiscordClassModules']['HotKeyRecorder']=BDFDB['WebModules']['findByProperties']('editIcon','recording');BDFDB['DiscordClassModules']['HoverCard']=BDFDB['WebModules']['findByProperties']('card','active');BDFDB['DiscordClassModules']['HoverCardButton']=BDFDB['WebModules']['find'](ph=>typeof ph['button']=='string'&&Object['keys'](ph)['length']==0x1);BDFDB['DiscordClassModules']['IconDirection']=BDFDB['WebModules']['findByProperties']('directionDown','directionUp');BDFDB['DiscordClassModules']['ImageWrapper']=BDFDB['WebModules']['findByProperties']('clickable','imageWrapperBackground');BDFDB['DiscordClassModules']['Item']=BDFDB['WebModules']['findByProperties']('itemDefault','notSelected');BDFDB['DiscordClassModules']['Input']=BDFDB['WebModules']['findByProperties']('inputMini','statusRed');BDFDB['DiscordClassModules']['Layers']=BDFDB['WebModules']['findByProperties']('layer','layers');BDFDB['DiscordClassModules']['Margins']=BDFDB['WebModules']['findByProperties']('marginBottom4','marginCenterHorz');BDFDB['DiscordClassModules']['Member']=BDFDB['WebModules']['findByProperties']('member','memberInner');BDFDB['DiscordClassModules']['MembersWrap']=BDFDB['WebModules']['findByProperties']('membersWrap','membersGroup');BDFDB['DiscordClassModules']['Mention']=BDFDB['WebModules']['findByProperties']('wrapperHover','wrapperNoHover');BDFDB['DiscordClassModules']['Message']=BDFDB['WebModules']['findByProperties']('message','content');BDFDB['DiscordClassModules']['MessageAccessory']=BDFDB['WebModules']['findByProperties']('embedWrapper','gifFavoriteButton');BDFDB['DiscordClassModules']['MessageBody']=BDFDB['WebModules']['findByProperties']('buttonContainer','isMentioned');BDFDB['DiscordClassModules']['MessageFile']=BDFDB['WebModules']['findByProperties']('cancelButton','filenameLinkWrapper');BDFDB['DiscordClassModules']['MessageMarkup']=BDFDB['WebModules']['findByProperties']('markup');BDFDB['DiscordClassModules']['MessageSystem']=BDFDB['WebModules']['findByProperties']('container','actionAnchor');BDFDB['DiscordClassModules']['MessagesPopout']=BDFDB['WebModules']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');BDFDB['DiscordClassModules']['MessagesWrap']=BDFDB['WebModules']['findByProperties']('messagesWrapper','messageGroupBlocked');BDFDB['DiscordClassModules']['Modal']=BDFDB['WebModules']['findByProperties']('modal','sizeLarge');BDFDB['DiscordClassModules']['ModalDivider']=BDFDB['WebModules']['find'](pi=>typeof pi['divider']=='string'&&Object['keys'](pi)['length']==0x1);BDFDB['DiscordClassModules']['ModalItems']=BDFDB['WebModules']['findByProperties']('guildName','checkboxContainer');BDFDB['DiscordClassModules']['ModalMiniContent']=BDFDB['WebModules']['find'](pj=>typeof pj['modal']=='string'&&typeof pj['content']=='string'&&typeof pj['size']=='string'&&Object['keys'](pj)['length']==0x3);BDFDB['DiscordClassModules']['ModalWrap']=BDFDB['WebModules']['find'](pk=>typeof pk['modal']=='string'&&typeof pk['inner']=='string'&&Object['keys'](pk)['length']==0x2);BDFDB['DiscordClassModules']['NameTag']=BDFDB['WebModules']['findByProperties']('bot','nameTag');BDFDB['DiscordClassModules']['Note']=BDFDB['WebModules']['find'](pl=>typeof pl['note']=='string'&&Object['keys'](pl)['length']==0x1);BDFDB['DiscordClassModules']['Notice']=BDFDB['WebModules']['findByProperties']('notice','noticeFacebook');BDFDB['DiscordClassModules']['OptionPopout']=BDFDB['WebModules']['findByProperties']('container','button','item');BDFDB['DiscordClassModules']['PrivateChannel']=BDFDB['WebModules']['findByProperties']('activityIconForeground','channel');BDFDB['DiscordClassModules']['PrivateChannelList']=BDFDB['WebModules']['findByProperties']('privateChannels','searchBar');BDFDB['DiscordClassModules']['Popout']=BDFDB['WebModules']['findByProperties']('popout','arrowAlignmentTop');BDFDB['DiscordClassModules']['PopoutActivity']=BDFDB['WebModules']['findByProperties']('ellipsis','activityActivityFeed');BDFDB['DiscordClassModules']['QuickSelect']=BDFDB['WebModules']['findByProperties']('quickSelectArrow','selected');BDFDB['DiscordClassModules']['QuickSwitch']=BDFDB['WebModules']['findByProperties']('resultFocused','guildIconContainer');BDFDB['DiscordClassModules']['QuickSwitchWrap']=BDFDB['WebModules']['findByProperties']('container','miscContainer');BDFDB['DiscordClassModules']['Reactions']=BDFDB['WebModules']['findByProperties']('reactionBtn','reaction');BDFDB['DiscordClassModules']['RecentMentions']=BDFDB['WebModules']['findByProperties']('recentMentionsFilterPopout','mentionFilter');BDFDB['DiscordClassModules']['Role']=BDFDB['WebModules']['findByProperties']('roleCircle','roleName');BDFDB['DiscordClassModules']['Scroller']=BDFDB['WebModules']['findByProperties']('firefoxFixScrollFlex','scroller');BDFDB['DiscordClassModules']['SearchBar']=BDFDB['WebModules']['findByProperties']('searchBar','controls');BDFDB['DiscordClassModules']['SearchPopout']=BDFDB['WebModules']['findByProperties']('datePicker','searchResultChannelIconBackground');BDFDB['DiscordClassModules']['SearchPopoutWrap']=BDFDB['WebModules']['findByProperties']('container','queryContainer');BDFDB['DiscordClassModules']['SearchResults']=BDFDB['WebModules']['findByProperties']('resultsWrapper','searchResults');BDFDB['DiscordClassModules']['Select']=BDFDB['WebModules']['findByProperties']('select','errorMessage');BDFDB['DiscordClassModules']['SettingsCloseButton']=BDFDB['WebModules']['findByProperties']('closeButton','keybind');BDFDB['DiscordClassModules']['SettingsItems']=BDFDB['WebModules']['findByProperties']('dividerMini','note');BDFDB['DiscordClassModules']['SettingsTable']=BDFDB['WebModules']['findByProperties']('headerOption','headerSize');BDFDB['DiscordClassModules']['SettingsWindow']=BDFDB['WebModules']['findByProperties']('contentRegion','standardSidebarView');BDFDB['DiscordClassModules']['Slider']=BDFDB['WebModules']['findByProperties']('slider','grabber');BDFDB['DiscordClassModules']['Spoiler']=BDFDB['WebModules']['findByProperties']('spoilerContainer','hidden');BDFDB['DiscordClassModules']['Switch']=BDFDB['WebModules']['findByProperties']('switchDisabled','valueChecked');BDFDB['DiscordClassModules']['Table']=BDFDB['WebModules']['findByProperties']('stickyHeader','emptyStateText');BDFDB['DiscordClassModules']['Text']=BDFDB['WebModules']['findByProperties']('defaultColor','defaultMarginh1');BDFDB['DiscordClassModules']['TextStyle']=BDFDB['WebModules']['findByProperties']('height28','primary');BDFDB['DiscordClassModules']['TextWeight']=BDFDB['WebModules']['findByProperties']('weightBold','weightSemiBold');BDFDB['DiscordClassModules']['TitleBar']=BDFDB['WebModules']['findByProperties']('titleBar','wordmark');BDFDB['DiscordClassModules']['Tooltip']=BDFDB['WebModules']['findByProperties']('tooltips','tooltip');BDFDB['DiscordClassModules']['Typing']=BDFDB['WebModules']['findByProperties']('cooldownWrapper','typing');BDFDB['DiscordClassModules']['UserPopout']=BDFDB['WebModules']['findByProperties']('userPopout','headerPlaying');BDFDB['DiscordClassModules']['UserProfile']=BDFDB['WebModules']['findByProperties']('topSectionNormal','tabBarContainer');BDFDB['DiscordClassModules']['Video']=BDFDB['WebModules']['findByProperties']('video','fullScreen');BDFDB['DiscordClassModules']['Voice']=BDFDB['WebModules']['findByProperties']('nameSpeaking','voiceUser');BDFDB['DiscordClasses']={'_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'],'accountinfodetails':['AccountDetails','accountDetails'],'activityfeed':['ActivityFeed','activityFeed'],'alignbaseline':['Flex','alignBaseline'],'aligncenter':['Flex','alignCenter'],'alignend':['Flex','alignEnd'],'alignstart':['Flex','alignStart'],'alignstretch':['Flex','alignStretch'],'anchor':['Anchor','anchor'],'anchorunderlineonhover':['Anchor','anchorUnderlineOnHover'],'app':['AppOuter','app'],'appcontainer':['AppBase','container'],'appmount':['AppMount','appMount'],'applicationstore':['NotFound','applicationStore'],'appold':['AppInner','app'],'auditlog':['AuditLog','auditLog'],'auditloguserhook':['AuditLog','userHook'],'authBox':['AuthBox','authBox'],'autocomplete':['Autocomplete','autocomplete'],'autocomplete2':['ChannelTextArea','autocomplete'],'autocompleteavatarstatus':['Autocomplete','avatarStatus'],'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':['Message','avatar'],'avataranimate':['Avatar','animate'],'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'],'avatariconsizesmall':['AvatarIcon','iconSizeSmall'],'avatariconsizexlarge':['AvatarIcon','iconSizeXLarge'],'avatarimage':['Avatar','image'],'avatarinner':['AvatarSize','inner'],'avatarlarge':['Avatar','large'],'avatarmask':['Avatar','mask'],'avatarmaskprofile':['Avatar','maskProfile'],'avatarnoicon':['AvatarIcon','noIcon'],'avatarpopout':['Avatar','popout'],'avatarprofile':['Avatar','profile'],'avatarsizelarge':['AvatarSize','avatarLarge'],'avatarsizepopout':['AvatarSize','avatarPopout'],'avatarsizeprofile':['AvatarSize','avatarProfile'],'avatarsizesmall':['AvatarSize','avatarSmall'],'avatarsizexlarge':['AvatarSize','avatarXLarge'],'avatarsizexxlarge':['AvatarSize','avatarXXLarge'],'avatarsizexxxlarge':['AvatarSize','avatarXXXLarge'],'avatarsizexsmall':['AvatarSize','avatarXSmall'],'avatarsmall':['Avatar','small'],'avatarstopanimation':['NotFound','avatarStopAnimation'],'avatarverifiedicon':['AvatarIcon','verifiedIcon'],'avatarwrapper':['Avatar','wrapper'],'avatarxlarge':['Avatar','xlarge'],'avatarxsmall':['Avatar','xsmall'],'avatarxxlarge':['Avatar','xxlarge'],'backdrop':['Backdrop','backdrop'],'badge':['Guild','badge'],'badgewrapper':['NotFound','badgeWrapper'],'bottag':['BotTag','botTag'],'bottaginvert':['BotTag','botTagInvert'],'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'],'callavatar':['Call','callAvatar'],'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'],'cardsuccess':['Card','cardSuccess'],'cardsuccessoutline':['Card','cardSuccessOutline'],'cardwarning':['Card','cardWarning'],'cardwarningoutline':['Card','cardWarningOutline'],'categorycolortransition':['Category','colorTransition'],'categorycontainerdefault':['CategoryContainer','containerDefault'],'categoryiconcollapsed':['Category','iconCollapsed'],'categoryicondefault':['Category','iconDefault'],'categoryiconhovered':['Category','iconHovered'],'categoryiconhoveredcollapsed':['Category','iconHoveredCollapsed'],'categoryiconmuted':['Category','iconMuted'],'categoryicontransition':['Category','iconTransition'],'categoryiconunread':['Category','iconUnread'],'categorynamecollapsed':['Category','nameCollapsed'],'categorynamedefault':['Category','nameDefault'],'categorynamehovered':['Category','nameHovered'],'categorynamehoveredcollapsed':['Category','nameHoveredCollapsed'],'categorynamemuted':['Category','nameMuted'],'categorynameunread':['Category','nameUnread'],'categoryoverflowellipsis':['Category','overflowEllipsis'],'categorywrappercollapsed':['Category','wrapperCollapsed'],'categorywrapperdefault':['Category','wrapperDefault'],'categorywrapperhovered':['Category','wrapperHovered'],'categorywrapperhoveredcollapsed':['Category','wrapperHoveredCollapsed'],'categorywrappermuted':['Category','wrapperMuted'],'categorywrapperunread':['Category','wrapperUnread'],'changelogadded':['ChangeLog','added'],'changelogfixed':['ChangeLog','fixed'],'changelogimproved':['ChangeLog','improved'],'changelogprogress':['ChangeLog','added'],'changelogtitle':['ChangeLog','title'],'channelactionicon':['ChannelContainer','actionIcon'],'channelbackground':['Channel','background'],'channelcolordefaulttext':['Channel','colorDefaultText'],'channelcolordefaultvoice':['Channel','colorDefaultVoice'],'channelcolorhoveredtext':['Channel','colorHoveredText'],'channelcolorhoveredvoice':['Channel','colorHoveredVoice'],'channelcolorlockedtext':['Channel','colorLockedText'],'channelcolorlockedvoice':['Channel','colorLockedVoice'],'channelcolormutedtext':['Channel','colorMutedText'],'channelcolormutedvoice':['Channel','colorMutedVoice'],'channelcolorselectedtext':['Channel','colorSelectedText'],'channelcolorselectedvoice':['Channel','colorSelectedVoice'],'channelcolorunreadtext':['Channel','colorUnreadText'],'channelcolorunreadvoice':['Channel','colorUnreadVoice'],'channelcontainerdefault':['ChannelContainer','containerDefault'],'channelcontent':['Channel','content'],'channelcontentdefaulttext':['Channel','contentDefaultText'],'channelcontentdefaultvoice':['Channel','contentDefaultVoice'],'channelcontenthoveredtext':['Channel','contentHoveredText'],'channelcontenthoveredvoice':['Channel','contentHoveredVoice'],'channelcontentlockedtext':['Channel','contentLockedText'],'channelcontentlockedvoice':['Channel','contentLockedVoice'],'channelcontentmutedtext':['Channel','contentMutedText'],'channelcontentmutedvoice':['Channel','contentMutedVoice'],'channelcontentselectedtext':['Channel','contentSelectedText'],'channelcontentselectedvoice':['Channel','contentSelectedVoice'],'channelcontentunreadtext':['Channel','contentUnreadText'],'channelcontentunreadvoice':['Channel','contentUnreadVoice'],'channelforeground':['Channel','foreground'],'channelheaderaka':['ChannelWindow','aka'],'channelheaderchannelicon':['ChannelWindow','channelIcon'],'channelheaderchannelname':['ChannelWindow','channelName'],'channelheaderdivider':['HeaderBar','divider'],'channelheadericon':['HeaderBar','icon'],'channelheadericonactive':['HeaderBar','iconActive'],'channelheadericonbadge':['HeaderBar','iconBadge'],'channelheadericonbadgewrapper':['HeaderBar','iconBadgeWrapper'],'channelheadericondisabled':['HeaderBar','iconDisabled'],'channelheadericonforeground':['HeaderBar','iconForeground'],'channelheadericoninactive':['HeaderBar','iconInactive'],'channelheadericonmargin':['HeaderBar','iconMargin'],'channelheadersearch':['HeaderBarSearch','search'],'channelheadertitle':['ChannelWindow','title'],'channelheadertitlecall':['ChannelWindow','titleCall'],'channelheadertitletext':['ChannelWindow','titleText'],'channelheadertitlewrapper':['ChannelWindow','titleWrapper'],'channelheadertopic':['ChannelWindow','topic'],'channelheaderheaderbar':['HeaderBar','headerBar'],'channelheaderheaderbardrag':['HeaderBar','headerBarDrag'],'channelheaderheaderbartitle':['HeaderBar','title'],'channelicon':['Channel','icon'],'channeliconspacing':['ChannelContainer','iconSpacing'],'channelmarginreset':['Channel','marginReset'],'channelname':['Channel','name'],'channelnamedefaulttext':['Channel','nameDefaultText'],'channelnamedefaultvoice':['Channel','nameDefaultVoice'],'channelnamehoveredtext':['Channel','nameHoveredText'],'channelnamehoveredvoice':['Channel','nameHoveredVoice'],'channelnamelockedtext':['Channel','nameLockedText'],'channelnamelockedvoice':['Channel','nameLockedVoice'],'channelnamemutedtext':['Channel','nameMutedText'],'channelnamemutedvoice':['Channel','nameMutedVoice'],'channelnameselectedtext':['Channel','nameSelectedText'],'channelnameselectedvoice':['Channel','nameSelectedVoice'],'channelnameunreadtext':['Channel','nameUnreadText'],'channelnameunreadvoice':['Channel','nameUnreadVoice'],'channeloverflowellipsis':['Channel','overflowEllipsis'],'channelunread':['Channel','unread'],'channelwrapper':['Channel','wrapper'],'channelwrapperdefaulttext':['Channel','wrapperDefaultText'],'channelwrapperdefaultvoice':['Channel','wrapperDefaultVoice'],'channelwrapperhoveredtext':['Channel','wrapperHoveredText'],'channelwrapperhoveredvoice':['Channel','wrapperHoveredVoice'],'channelwrapperlockedtext':['Channel','wrapperLockedText'],'channelwrapperlockedvoice':['Channel','wrapperLockedVoice'],'channelwrappermutedtext':['Channel','wrapperMutedText'],'channelwrappermutedvoice':['Channel','wrapperMutedVoice'],'channelwrapperselectedtext':['Channel','wrapperSelectedText'],'channelwrapperselectedvoice':['Channel','wrapperSelectedVoice'],'channelwrapperunreadtext':['Channel','wrapperUnreadText'],'channelwrapperunreadvoice':['Channel','wrapperUnreadVoice'],'channels':['AppBase','channels'],'chat':['ChannelWindow','chat'],'chatbase':['AppBase','base'],'chatcontent':['ChannelWindow','content'],'chatspacer':['AppBase','spacer'],'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'],'clickable':['Message','clickOverride'],'contentregion':['SettingsWindow','contentRegion'],'contextmenu':['ContextMenu','contextMenu'],'contextmenucheckbox':['ContextMenuCheckbox','checkbox'],'contextmenucheckbox2':['ContextMenu','checkbox'],'contextmenucheckboxdisabled':['ContextMenuCheckbox','disabled'],'contextmenucheckboxinner':['ContextMenuCheckbox','checkboxInner'],'contextmenucheckboxelement':['ContextMenuCheckbox','checkboxElement'],'contextmenuhint':['ContextMenu','hint'],'contextmenuinvertchildx':['ContextMenu','invertChildX'],'contextmenuitem':['ContextMenu','item'],'contextmenuitembrand':['ContextMenu','brand'],'contextmenuitemdanger':['ContextMenu','danger'],'contextmenuitemdisabled':['ContextMenu','disabled'],'contextmenuitemgroup':['ContextMenu','itemGroup'],'contextmenuitemtoggle':['ContextMenu','itemToggle'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenuhasscroller':['ContextMenu','itemSubMenuHasScroller'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'cooldownwrapper':['Typing','cooldownWrapper'],'cursordefault':['Cursor','cursorDefault'],'cursorpointer':['Cursor','cursorPointer'],'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'],'dms':['Guild','dms'],'dmchannel':['PrivateChannel','channel'],'dmchannelactivity':['PrivateChannel','activity'],'dmchannelactivityicon':['PrivateChannel','activityIcon'],'dmchannelactivityiconforeground':['PrivateChannel','activityIconForeground'],'dmchannelactivitytext':['PrivateChannel','activityText'],'dmchannelclose':['PrivateChannel','close'],'dmchannelname':['PrivateChannel','name'],'dmchannelnamewithactivity':['PrivateChannel','nameWithActivity'],'dmchannels':['PrivateChannelList','privateChannels'],'dmchannelselected':['PrivateChannel','selected'],'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'],'embedmembeediumbackgroundopacity':['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'],'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'],'fileattachment':['File','attachment'],'fileattachmentinner':['File','attachmentInner'],'filecancelbutton':['File','cancelButton'],'filedownloadbutton':['File','downloadButton'],'filename':['File','filename'],'filenamelink':['File','fileNameLink'],'filenamelinkwrapper':['File','filenameLinkWrapper'],'filenamewrapper':['File','filenameWrapper'],'firefoxfixscrollflex':['Scroller','firefoxFixScrollFlex'],'flex':['Flex','flex'],'flex2':['FlexChild','flex'],'flexcenter':['Flex','flexCenter'],'flexchild':['FlexChild','flexChild'],'flexmarginreset':['FlexChild','flexMarginReset'],'forcedarktheme':['Avatar','forceDarkTheme'],'forcelighttheme':['Avatar','forceLightTheme'],'formtext':['FormText','formText'],'friends':['Friends','container'],'friendscolumn':['Friends','friendsColumn'],'friendscolumnnamewrap':['Friends','friendsColumnName'],'friendsonline':['FriendsOnline','friendsOnline'],'friendsrow':['Friends','friendsRow'],'friendstable':['Friends','friendsTable'],'friendstableheader':['Friends','friendsTableHeader'],'game':['Game','game'],'gamelibrary':['NotFound','gameLibrary'],'gamelibrarytable':['Table','table'],'gamelibrarytableheader':['Table','header'],'gamelibrarytablestickyheader':['Table','stickyHeader'],'gamename':['Game','gameName'],'gamenameinput':['Game','gameNameInput'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'guild':['Guild','guild'],'guildactive':['Guild','selected'],'guildaudio':['Guild','audio'],'guildavatar':['Guild','avatar'],'guildavatarinner':['Guild','inner'],'guildchannels':['GuildChannelsContainer','container'],'guildheader':['GuildHeader','container'],'guildheadername':['GuildHeader','name'],'guildicon':['Guild','guildIcon'],'guildinner':['Guild','guildInner'],'guildplaceholder':['Guild','guildPlaceholder'],'guilds':['Guild','guilds'],'guildsadd':['Guild','guildsAdd'],'guildsaddinner':['Guild','guildsAddInner'],'guildselected':['Guild','selected'],'guildseparator':['Guild','guildSeparator'],'guildserror':['Guild','guildsError'],'guildsscrollerwrap':['Guild','scrollerWrap'],'guildswrapper':['Guild','guildsWrapper'],'guildunread':['Guild','unread'],'guildvideo':['Guild','video'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'ins':['Text','ins'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height16':['Text','height16'],'height20':['Text','height20'],'height24':['Text','height24'],'height28':['TextStyle','height28'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'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'],'hovercardinner':['BDFDB','cardInner'],'hovercardbutton':['HoverCardButton','button'],'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'],'input':['Input','input'],'inputdefault':['Input','inputDefault'],'inputdisabled':['Input','disabled'],'inputeditable':['Input','editable'],'inputerror':['Input','error'],'inputfocused':['Input','focused'],'inputmini':['Input','inputMini'],'inputsuccess':['Input','success'],'inputwrapper':['Input','inputWrapper'],'justifycenter':['Flex','justifyCenter'],'justifyend':['Flex','justifyEnd'],'justifystart':['Flex','justifyStart'],'large':['TextStyle','large'],'layer':['Layers','layer'],'layers':['Layers','layers'],'lfg':['NotFound','lfg'],'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'],'membercontent':['Member','content'],'memberinner':['Member','memberInner'],'membernametag':['Member','nameTag'],'memberownericon':['Member','ownerIcon'],'members':['MembersWrap','members'],'membersgroup':['MembersWrap','membersGroup'],'memberswrap':['MembersWrap','membersWrap'],'memberusername':['Member','username'],'mention':['NotFound','mention'],'mentionwrapper':['Mention','wrapper'],'mentionwrapperhover':['Mention','wrapperHover'],'mentionwrappernohover':['Mention','wrapperNoHover'],'message':['Message','message'],'messageaccessory':['MessageAccessory','container'],'messageaccessorycompact':['MessageAccessory','containerCompact'],'messageaccessorycozy':['MessageAccessory','containerCozy'],'messagebody':['MessageBody','container'],'messagebodycompact':['MessageBody','containerCompact'],'messagebodycozy':['MessageBody','containerCozy'],'messagebuttoncontainer':['Message','buttonContainer'],'messagebuttoncontainerouter':['MessageBody','buttonContainer'],'messagecompact':['Message','messageCompact'],'messagecontent':['Message','content'],'messagecontentcompact':['Message','contentCompact'],'messagecontentcozy':['Message','contentCozy'],'messagecozy':['Message','messageCozy'],'messagedivider':['Message','divider'],'messagedividerenabled':['Message','dividerEnabled'],'messageedited':['MessageBody','edited'],'messagegroup':['Message','container'],'messagegroupcozy':['Message','containerCozy'],'messagegroupcompact':['Message','containerCompact'],'messagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messageheadercompact':['Message','headerCompact'],'messageheadercozy':['Message','headerCozy'],'messageheadercozymeta':['Message','headerCozyMeta'],'messagemarkup':['MessageMarkup','markup'],'messagemarkupiscompact':['MessageBody','isCompact'],'messages':['MessagesWrap','messages'],'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'],'messageswrapper':['MessagesWrap','messagesWrapper'],'messagesystem':['MessageSystem','container'],'messagesystemcontent':['MessageSystem','content'],'messagetimestampcompact':['Message','timestampCompact'],'messagetimestampcompactismentioned':['Message','timestampCompactIsMentioned'],'messagetimestampcozy':['Message','timestampCozy'],'messageuploadcancel':['MessageFile','cancelButton'],'messageusername':['Message','username'],'modal':['ModalWrap','modal'],'modalclose':['Modal','close'],'modalcontent':['Modal','content'],'modaldivider':['ModalDivider','divider'],'modaldividerdefault':['SettingsItems','dividerDefault'],'modaldividermini':['SettingsItems','dividerMini'],'modalfooter':['Modal','footer'],'modalguildname':['ModalItems','guildName'],'modalheader':['Modal','header'],'modalinner':['ModalWrap','inner'],'modalmini':['ModalMiniContent','modal'],'modalminicontent':['ModalMiniContent','content'],'modalminisize':['ModalMiniContent','size'],'modalseparator':['Modal','separator'],'modalsizelarge':['Modal','sizeLarge'],'modalsizemedium':['Modal','sizeMedium'],'modalsizesmall':['Modal','sizeSmall'],'modalsub':['Modal','modal'],'modalsubinner':['Modal','inner'],'modedefault':['FormText','modeDefault'],'modedisabled':['FormText','modeDisabled'],'modeselectable':['FormText','modeSelectable'],'nametag':['NameTag','nameTag'],'nochannel':['ChannelWindow','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'],'noticepremiumlogo':['Notice','premiumLogo'],'noticepremiumtext':['Notice','premiumText'],'noticespotify':['Notice','noticeSpotify'],'noticestreamer':['Notice','noticeStreamerMode'],'noticesuccess':['Notice','noticeSuccess'],'noticesurvey':['Notice','noticeSurvey'],'note':['SettingsItems','note'],'nowrap':['Flex','noWrap'],'optionpopout':['OptionPopout','container'],'optionpopoutbutton':['OptionPopout','button'],'optionpopoutitem':['OptionPopout','item'],'overflowellipsis':['Category','overflowEllipsis'],'ownericon':['NameTag','ownerIcon'],'popout':['Popout','popout'],'popoutarrowalignmenttop':['Popout','arrowAlignmentTop'],'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'],'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'],'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'],'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'],'reset':['CardStatus','reset'],'scroller':['Scroller','scroller'],'scrollerold':['Scroller','scroller'],'scrollerthemed':['Scroller','scrollerThemed'],'scrollerwrap':['Scroller','scrollerWrap'],'scrollerwrapold':['Scroller','scrollerWrap'],'searchbar':['SearchBar','searchBar'],'searchbarclear':['SearchBar','clear'],'searchbareyeglass':['SearchBar','eyeGlass'],'searchbaricon':['SearchBar','icon'],'searchbarinput':['SearchBar','input'],'searchbariconwrap':['SearchBar','searchBarIcon'],'searchbarvisible':['SearchBar','visible'],'searchpopout':['SearchPopoutWrap','container'],'searchpopoutanswer':['SearchPopout','answer'],'searchpopoutdatepicker':['SearchPopout','datePicker'],'searchpopoutdatepickerhint':['SearchPopout','datePickerHint'],'searchpopoutdmaddpopout':['DmAddPopout','popout'],'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'],'selectarrowzone':['NotFound','selectArrowZone'],'selectcontrol':['NotFound','selectControl'],'selecthasvalue':['NotFound','selectHasValue'],'selectisopen':['NotFound','selectIsOpen'],'selectmenu':['NotFound','selectMenu'],'selectmenuouter':['NotFound','selectMenuOuter'],'selectoption':['NotFound','selectOption'],'selectselected':['NotFound','selectIsSelected'],'selectsingle':['NotFound','selectSingle'],'selectvalue':['NotFound','selectValue'],'selectwrap':['Select','select'],'settingsclosebutton':['SettingsCloseButton','closeButton'],'settingsclosebuttoncontainer':['SettingsCloseButton','container'],'settingsitem':['Item','item'],'settingsitemdefault':['Item','itemDefault'],'settingsitemhover':['Item','itemHover'],'settingsitemselected':['Item','itemSelected'],'settingsnotselected':['Item','notSelected'],'settingsselected':['Item','selected'],'settingstabbar':['Friends','tabBar'],'settingstabbarprimary':['Friends','primary'],'settingstabbartoppill':['Item','topPill'],'sidebarregion':['SettingsWindow','sidebarRegion'],'sinkinteractions':['Message','disableInteraction'],'size10':['UserPopout','size10'],'size12':['Text','size12'],'size14':['Text','size14'],'size16':['Text','size16'],'size18':['Text','size18'],'size20':['Text','size20'],'size24':['TextStyle','size24'],'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'],'statusdnd':['Avatar','dnd'],'statusidle':['Avatar','idle'],'statusinvisible':['Avatar','invisible'],'statusoffline':['Avatar','offline'],'statusonline':['Avatar','online'],'status':['Avatar','status'],'statusprofile':['Avatar','statusProfile'],'statusstreaming':['Avatar','streaming'],'statustyping':['Avatar','typing'],'statustypingspinneritem':['Avatar','typingSpinnerItem'],'statusunknown':['Avatar','unknown'],'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'],'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'],'textareaicon':['ChannelTextAreaButton','icon'],'textareainner':['ChannelTextArea','inner'],'textareainnerautocomplete':['ChannelTextArea','innerAutocomplete'],'textareainnerdisabled':['ChannelTextArea','innerDisabled'],'textareainnerenablednoattach':['ChannelTextArea','innerEnabledNoAttach'],'textareainnernoautocomplete':['ChannelTextArea','innerNoAutocomplete'],'textareapickerbutton':['ChannelTextArea','button'],'textareapickerbuttons':['ChannelTextArea','buttons'],'textareauploadinput':['ChannelTextArea','uploadInput'],'textareawrapall':['ChannelTextArea','channelTextArea'],'textareawrapchat':['ChannelWindow','channelTextArea'],'textareawrapdisabled':['ChannelTextArea','channelTextAreaDisabled'],'textareawrapenablednoattach':['ChannelTextArea','channelTextAreaEnabledNoAttach'],'textlink':['Notice','textLink'],'textrow':['PopoutActivity','textRow'],'themedark':['NotFound','themeDark'],'themeghosthairline':['Scroller','themeGhostHairline'],'themelight':['NotFound','themeLight'],'title':['SettingsItems','title'],'titlebar':['TitleBar','titleBar'],'titledefault':['SettingsItems','titleDefault'],'titlemini':['SettingsItems','titleMini'],'tooltip':['Tooltip','tooltip'],'tooltipblack':['Tooltip','black'],'tooltipbottom':['Tooltip','bottom'],'tooltipbrand':['Tooltip','brand'],'tooltipgreen':['Tooltip','green'],'tooltipleft':['Tooltip','left'],'tooltipred':['Tooltip','red'],'tooltipright':['Tooltip','right'],'tooltips':['Tooltip','tooltips'],'tooltiptop':['Tooltip','top'],'tooltipyellow':['Tooltip','yellow'],'typing':['Typing','typing'],'userpopout':['UserPopout','userPopout'],'userpopoutheader':['UserPopout','header'],'userpopoutheaderbottag':['UserPopout','headerBotTag'],'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'],'userpopoutrole':['Role','role'],'userpopoutrolecircle':['Role','roleCircle'],'userpopoutrolelist':['UserPopout','rolesList'],'userpopoutrolename':['Role','roleName'],'userprofile':['UserProfile','root'],'userprofilebody':['UserProfile','body'],'userprofileheader':['UserProfile','header'],'userprofileheaderfill':['UserProfile','headerFill'],'userprofileheaderinfo':['UserProfile','headerInfo'],'userprofilelistavatar':['UserProfile','listAvatar'],'userprofilelistguildavatarwithouticon':['UserProfile','guildAvatarWithoutIcon'],'userprofilelistname':['UserProfile','listName'],'userprofilelistrow':['UserProfile','listRow'],'userprofiletopsectionnormal':['UserProfile','topSectionNormal'],'userprofiletopsectionplaying':['UserProfile','topSectionPlaying'],'userprofiletopsectionspotify':['UserProfile','topSectionSpotify'],'userprofiletopsectionstreaming':['UserProfile','topSectionStreaming'],'userprofiletopsectionxbox':['UserProfile','topSectionXbox'],'userprofileusername':['UserProfile','username'],'usernote':['Note','note'],'usernotepopout':['UserPopout','note'],'usernoteprofile':['UserProfile','note'],'vertical':['Flex','vertical'],'voiceavatarcontainer':['Voice','avatarContainer'],'voiceavatardefault':['Voice','avatarDefault'],'voiceavatarspeaking':['Voice','avatarSpeaking'],'voiceiconspacing':['Voice','iconSpacing'],'voicelistcollapse':['Voice','listCollapse'],'voicelistdefault':['Voice','listDefault'],'voicename':['Voice','name'],'voicenamedefault':['Voice','nameDefault'],'voicenamehovered':['Voice','nameHovered'],'voicenamespeaking':['Voice','nameSpeaking'],'voiceuser':['Voice','voiceUser'],'voiceuserdefault':['Voice','userDefault'],'voiceuserhovered':['Voice','userHovered'],'weightbold':['TextWeight','weightBold'],'weightlight':['TextWeight','weightLight'],'weightmedium':['TextWeight','weightMedium'],'weightnormal':['TextWeight','weightNormal'],'weightsemibold':['TextWeight','weightSemiBold'],'wrap':['Flex','wrap'],'wrapreverse':['Flex','wrapReverse']};BDFDB['disCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pm,pn){return BDFDB['getDiscordClass'](pn,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(po,pp){return BDFDB['getDiscordClass'](pp,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pq,pr){return BDFDB['getDiscordClass'](pr,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(ps,pt){let pu=BDFDB['getDiscordClass'](pt,!![]);return(pu['indexOf']('#')==0x0?'':'.')+pu;}});BDFDB['dotCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pv,pw){let px=BDFDB['getDiscordClass'](pw,!![]);return(px['indexOf']('#')==0x0?'':'.')+px+'\x20';}});BDFDB['dotCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(py,pz){let pA=BDFDB['getDiscordClass'](pz,!![]);return(pA['indexOf']('#')==0x0?'':'.')+pA+',';}});BDFDB['notCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pB,pC){return':not(.'+BDFDB['getDiscordClass'](pC,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pD,pE){return':not(.'+BDFDB['getDiscordClass'](pE,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pF,pG){return':not(.'+BDFDB['getDiscordClass'](pG,!![])['split']('.')[0x0]+'),';}});BDFDB['getDiscordClass']=function(pH,pI){var pJ=BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];if(BDFDB['DiscordClasses'][pH]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',pH+'\x20not\x20found\x20in\x20BDFDB.DiscordClasses');return pJ;}else if(!Array['isArray'](BDFDB['DiscordClasses'][pH])||BDFDB['DiscordClasses'][pH]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',pH+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20BDFDB.DiscordClasses');return pJ;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][pH][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][pH][0x0]+'\x20not\x20found\x20in\x20BDFDB.DiscordClassModules');return pJ;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][pH][0x0]][BDFDB['DiscordClasses'][pH][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][pH][0x1]+'\x20not\x20found\x20in\x20'+BDFDB['DiscordClasses'][pH][0x0]+'\x20in\x20BDFDB.DiscordClassModules');return pJ;}else{pJ=BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][pH][0x0]][BDFDB['DiscordClasses'][pH][0x1]];if(pI){pJ=pJ['split']('\x20')['filter'](pK=>pK['indexOf']('da-')!=0x0)['join'](pI?'.':'\x20');pJ=pJ?pJ:BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];}return pJ;}};BDFDB['getLibraryStrings']=function(){switch(BDFDB['getDiscordLanguage']()['id']){case'hr':return{'toast_plugin_started':'{{oldversion}}\x20je\x20započeo.','toast_plugin_stopped':'{{oldversion}}\x20zaustavljen.','toast_plugin_translated':'prijevod\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Birač\x20boja','file_navigator_text':'Pregledajte\x20datoteku','btn_add_text':'Dodati','btn_cancel_text':'Prekid','btn_all_text':'Sve','btn_save_text':'Uštedjeti','btn_ok_text':'OK','search_placeholder':'Traziti\x20...'};case'da':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversat\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Farvevælger','file_navigator_text':'Gennemse\x20fil','btn_add_text':'Tilføje','btn_cancel_text':'Afbryde','btn_all_text':'Alle','btn_save_text':'Spare','btn_ok_text':'OK','search_placeholder':'Søge\x20efter\x20...'};case'de':return{'toast_plugin_started':'{{oldversion}}\x20wurde\x20gestartet.','toast_plugin_stopped':'{{oldversion}}\x20wurde\x20gestoppt.','toast_plugin_translated':'auf\x20{{ownlang}}\x20übersetzt.','colorpicker_modal_header_text':'Farbauswahl','file_navigator_text':'Datei\x20durchsuchen','btn_add_text':'Hinzufügen','btn_cancel_text':'Abbrechen','btn_all_text':'Alle','btn_save_text':'Speichern','btn_ok_text':'OK','search_placeholder':'Suchen\x20nach\x20...'};case'es':return{'toast_plugin_started':'{{oldversion}}\x20se\x20guilddiv\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20se\x20guilddiv\x20detenido.','toast_plugin_translated':'traducido\x20a\x20{{ownlang}}.','colorpicker_modal_header_text':'Selector\x20de\x20color','file_navigator_text':'Buscar\x20archivo','btn_add_text':'Añadir','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Guardar','btn_ok_text':'OK','search_placeholder':'Buscar\x20...'};case'fr':return{'toast_plugin_started':'{{oldversion}}\x20a\x20été\x20démarré.','toast_plugin_stopped':'{{oldversion}}\x20a\x20été\x20arrêté.','toast_plugin_translated':'traduit\x20en\x20{{ownlang}}.','colorpicker_modal_header_text':'Pipette\x20à\x20couleurs','file_navigator_text':'Parcourir\x20le\x20fichier','btn_add_text':'Ajouter','btn_cancel_text':'Abandonner','btn_all_text':'Tout','btn_save_text':'Enregistrer','btn_ok_text':'OK','search_placeholder':'Rechercher\x20...'};case'it':return{'toast_plugin_started':'{{oldversion}}\x20è\x20stato\x20avviato.','toast_plugin_stopped':'{{oldversion}}\x20è\x20stato\x20interrotto.','toast_plugin_translated':'tradotto\x20in\x20{{ownlang}}.','colorpicker_modal_header_text':'Raccoglitore\x20di\x20colore','file_navigator_text':'Sfoglia\x20file','btn_add_text':'Inserisci','btn_cancel_text':'Cancellare','btn_all_text':'Tutto','btn_save_text':'Salvare','btn_ok_text':'OK','search_placeholder':'Cercare\x20...'};case'nl':return{'toast_plugin_started':'{{oldversion}}\x20is\x20gestart.','toast_plugin_stopped':'{{oldversion}}\x20is\x20gestopt.','toast_plugin_translated':'vertaald\x20naar\x20{{ownlang}}.','colorpicker_modal_header_text':'Kleur\x20kiezer','file_navigator_text':'Bestand\x20zoeken','btn_add_text':'Toevoegen','btn_cancel_text':'Afbreken','btn_all_text':'Alle','btn_save_text':'Opslaan','btn_ok_text':'OK','search_placeholder':'Zoeken\x20...'};case'no':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversatt\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Fargevelger','file_navigator_text':'Bla\x20gjennom\x20fil','btn_add_text':'Legg\x20til','btn_cancel_text':'Avbryte','btn_all_text':'Alle','btn_save_text':'Lagre','btn_ok_text':'OK','search_placeholder':'Søk\x20etter\x20...'};case'pl':return{'toast_plugin_started':'{{oldversion}}\x20został\x20uruchomiony.','toast_plugin_stopped':'{{oldversion}}\x20został\x20zatrzymany.','toast_plugin_translated':'przetłumaczono\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Narzędzie\x20do\x20wybierania\x20kolorów','file_navigator_text':'Przeglądać\x20plik','btn_add_text':'Dodaj','btn_cancel_text':'Anuluj','btn_all_text':'Wszystkie','btn_save_text':'Zapisz','btn_ok_text':'OK','search_placeholder':'Szukać\x20...'};case'pt-BR':return{'toast_plugin_started':'{{oldversion}}\x20foi\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20foi\x20interrompido.','toast_plugin_translated':'traduzido\x20para\x20{{ownlang}}.','colorpicker_modal_header_text':'Seletor\x20de\x20cores','file_navigator_text':'Procurar\x20arquivo','btn_add_text':'Adicionar','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Salvar','btn_ok_text':'OK','search_placeholder':'Procurar\x20por\x20...'};case'fi':return{'toast_plugin_started':'{{oldversion}}\x20on\x20käynnistetty.','toast_plugin_stopped':'{{oldversion}}\x20on\x20pysäytetty.','toast_plugin_translated':'käännetty\x20osoitteeseen\x20{{ownlang}}.','colorpicker_modal_header_text':'Värinvalitsija','file_navigator_text':'Selaa\x20tiedostoa','btn_add_text':'Lisätä','btn_cancel_text':'Peruuttaa','btn_all_text':'Kaikki','btn_save_text':'Tallentaa','btn_ok_text':'OK','search_placeholder':'Etsiä\x20...'};case'sv':return{'toast_plugin_started':'{{oldversion}}\x20har\x20startats.','toast_plugin_stopped':'{{oldversion}}\x20har\x20blivit\x20stoppad.','toast_plugin_translated':'översatt\x20till\x20{{ownlang}}.','colorpicker_modal_header_text':'Färgväljare','file_navigator_text':'Bläddra\x20i\x20fil','btn_add_text':'Lägg\x20till','btn_cancel_text':'Avbryta','btn_all_text':'All','btn_save_text':'Spara','btn_ok_text':'OK','search_placeholder':'Söka\x20efter\x20...'};case'tr':return{'toast_plugin_started':'{{oldversion}}\x20başlatıldı.','toast_plugin_stopped':'{{oldversion}}\x20durduruldu.','toast_plugin_translated':'{{ownlang}}\x20olarak\x20çevrildi.','colorpicker_modal_header_text':'Renk\x20seçici','file_navigator_text':'Dosyaya\x20gözat','btn_add_text':'Eklemek','btn_cancel_text':'Iptal','btn_all_text':'Her','btn_save_text':'Kayıt','btn_ok_text':'Okey','search_placeholder':'Aramak\x20...'};case'cs':return{'toast_plugin_started':'{{oldversion}}\x20byl\x20spuštěn.','toast_plugin_stopped':'{{oldversion}}\x20byl\x20zastaven.','toast_plugin_translated':'přeložen\x20do\x20{{ownlang}}.','colorpicker_modal_header_text':'Výběr\x20barev','file_navigator_text':'Procházet\x20soubor','btn_add_text':'Přidat','btn_cancel_text':'Zrušení','btn_all_text':'Vše','btn_save_text':'Uložit','btn_ok_text':'OK','search_placeholder':'Hledat\x20...'};case'bg':return{'toast_plugin_started':'{{oldversion}}\x20е\x20стартиран.','toast_plugin_stopped':'{{oldversion}}\x20е\x20спрян.','toast_plugin_translated':'преведена\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Избор\x20на\x20цвят','file_navigator_text':'Прегледайте\x20файла','btn_add_text':'Добави','btn_cancel_text':'Зъбести','btn_all_text':'Bсичко','btn_save_text':'Cпасяване','btn_ok_text':'Добре','search_placeholder':'Търся\x20...'};case'ru':return{'toast_plugin_started':'{{oldversion}}\x20запущен.','toast_plugin_stopped':'{{oldversion}}\x20остановлен.','toast_plugin_translated':'переведен\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Выбор\x20цвета','file_navigator_text':'Просмотр\x20файла','btn_add_text':'Добавить','btn_cancel_text':'Отмена','btn_all_text':'Все','btn_save_text':'Cпасти','btn_ok_text':'ОК','search_placeholder':'Искать\x20...'};case'uk':return{'toast_plugin_started':'{{oldversion}}\x20було\x20запущено.','toast_plugin_stopped':'{{oldversion}}\x20було\x20зупинено.','toast_plugin_translated':'перекладено\x20{{ownlang}}.','colorpicker_modal_header_text':'Колір\x20обкладинки','file_navigator_text':'Перегляньте\x20файл','btn_add_text':'Додати','btn_cancel_text':'Скасувати','btn_all_text':'Все','btn_save_text':'Зберегти','btn_ok_text':'Добре','search_placeholder':'Шукати\x20...'};case'ja':return{'toast_plugin_started':'{{oldversion}}が開始されました.','toast_plugin_stopped':'{{oldversion}}が停止しました.','toast_plugin_translated':'は{{ownlang}}に翻訳されました.','colorpicker_modal_header_text':'カラーピッカー','file_navigator_text':'ファイルを参照','btn_add_text':'追加','btn_cancel_text':'キャンセル','btn_all_text':'すべて','btn_save_text':'セーブ','btn_ok_text':'はい','search_placeholder':'検索する\x20...'};case'zh-TW':return{'toast_plugin_started':'{{oldversion}}已經啟動.','toast_plugin_stopped':'{{oldversion}}已停止.','toast_plugin_translated':'翻譯為{{ownlang}}.','colorpicker_modal_header_text':'選色器','file_navigator_text':'瀏覽文件','btn_add_text':'加','btn_cancel_text':'取消','btn_all_text':'所有','btn_save_text':'保存','btn_ok_text':'好','search_placeholder':'搜索\x20...'};case'ko':return{'toast_plugin_started':'{{oldversion}}\x20시작되었습니다.','toast_plugin_stopped':'{{oldversion}}\x20중지되었습니다.','toast_plugin_translated':'{{ownlang}}\x20로\x20번역되었습니다.','colorpicker_modal_header_text':'색상\x20선택\x20도구','file_navigator_text':'파일\x20찾아보기','btn_add_text':'더하다','btn_cancel_text':'취소','btn_all_text':'모든','btn_save_text':'저장','btn_ok_text':'승인','search_placeholder':'검색\x20...'};default:return{'toast_plugin_started':'{{oldversion}}\x20has\x20been\x20started.','toast_plugin_stopped':'{{oldversion}}\x20has\x20been\x20stopped.','toast_plugin_translated':'translated\x20to\x20{{ownlang}}.','colorpicker_modal_header_text':'Color\x20Picker','file_navigator_text':'Browse\x20File','btn_add_text':'Add','btn_cancel_text':'Cancel','btn_all_text':'All','btn_save_text':'Save','btn_ok_text':'OK','search_placeholder':'Search\x20for\x20...'};}};BDFDB['appendLocalStyle']('BDFDB','\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['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.DevilBro-notice\x20{\x0a\x09\x09\x09transition:\x20height\x200.5s\x20ease\x20!important;\x0a\x09\x09\x09border-radius:\x200\x205px\x200\x200\x20!important;\x0a\x09\x09}\x0a\x09\x09.hidden-by-OTB\x20.DevilBro-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['dotCN']['tooltip']+BDFDB['dotCN']['tooltiptop'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-top-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipright'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-right-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipleft'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-left-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipbottom'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-bottom-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-size:\x2020px\x2020px;\x0a\x09\x09\x09background-repeat:\x20no-repeat;\x0a\x09\x09\x09background-position:\x206px\x2050%;\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\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.update-notice-tooltip,\x0a\x09\x09.update-button-tooltip,\x0a\x09\x09.update-list-tooltip\x20{\x0a\x09\x09\x09max-width:\x20420px\x20!important;\x0a\x09\x09}\x0a\x09\x09.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.DevilBro-modal\x20'+BDFDB['dotCN']['title']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['title']+'\x20{\x0a\x09\x09\x09cursor:\x20default\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-settings-inner\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09\x09padding-right:\x205px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-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.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-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.DevilBro-settingsmodal\x20.DevilBro-settings\x20{\x0a\x09\x09\x09margin-bottom:\x2020px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20520px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-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.DevilBro-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.DevilBro-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}\x09\x09\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+'\x20{\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+':before,\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+':before\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09filter:\x20grayscale(70%)\x20brightness(50%);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-row\x20{\x0a\x09\x09\x09display:\x20flex\x20!important;\x20\x0a\x09\x09\x09flex-wrap:\x20wrap\x20!important;\x20\x0a\x09\x09\x09overflow:\x20visible\x20!important;\x0a\x09\x09\x09min-width:\x20482px\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09min-width:\x2030px;\x0a\x09\x09\x09min-height:\x2030px;\x0a\x09\x09\x09margin-bottom:\x205px;\x0a\x09\x09\x09margin-top:\x205px;\x0a\x09\x09\x09border:\x204px\x20solid\x20transparent;\x0a\x09\x09\x09border-radius:\x2012px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.large\x20{\x0a\x09\x09\x09min-width:\x2070px;\x0a\x09\x09\x09min-height:\x2070px;\x0a\x09\x09\x09border-radius:\x2025px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor\x20{\x0a\x09\x09\x09border-color:\x20red;\x0a\x09\x09\x09background:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center/contain;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor.selected\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.color-picker-dropper\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09left:\x2040px;\x0a\x09\x09\x09top:\x2010px;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.85;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop-closing\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(1);\x20opacity:\x201;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal-closing\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(0.7);\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09background-color:\x20rgb(0,\x200,\x200);\x0a\x09\x09\x09transform:\x20translateZ(0px);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-closing\x20200ms\x20linear;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09animation-delay:\x2050ms;\x0a\x09\x09\x09opacity:\x200.2;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal\x20250ms\x20cubic-bezier(0.175,\x200.885,\x200.32,\x201.275);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09transform:\x20scale(0.7);\x0a\x09\x09\x09transform-origin:\x2050%\x2050%;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal-closing\x20250ms\x20cubic-bezier(0.19,\x201,\x200.22,\x201);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20scale(1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid\x20{\x0a\x09\x09\x09background-color:\x20rgba(67,181,129,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(27,141,89);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(67,181,129);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(67,181,129,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid\x20{\x0a\x09\x09\x09background-color:\x20rgba(241,71,71,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(201,31,31);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(241,71,71);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(241,71,71,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-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,0,0,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09border:\x20none\x20!important;\x0a\x09\x09\x09background:\x20rgba(0,0,0,.1);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.05);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,0,0,.2);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.tab-content:not(.open)\x20{\x0a\x09\x09\x09display:\x20none;\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['addEventListener'](BDFDB,document,'click.BDFDBPluginClick','.bd-settingswrap\x20.bd-refresh-button,\x20.bd-settingswrap\x20.bd-switch-checkbox',()=>{BDFDB['setPluginCache']();BDFDB['setThemeCache']();});var pL={};BDFDB['addEventListener'](BDFDB,document,'keydown.BDFDBPressedKeys',pM=>{if(!BDFDB['pressedKeys']['includes'](pM['which'])){clearTimeout(pL[pM['which']]);BDFDB['pressedKeys']['push'](pM['which']);pL[pM['which']]=setTimeout(()=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],pM['which'],!![]);},0xea60);}});BDFDB['addEventListener'](BDFDB,document,'keyup.BDFDBPressedKeys',pN=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],pN['which'],!![]);});BDFDB['addEventListener'](BDFDB,document,'mousedown.BDFDBMousePosition',pO=>{BDFDB['mousePosition']=pO;});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'MessageOptionPopout':'componentDidMount'};BDFDB['WebModules']['unpatchall'](BDFDB);BDFDB['WebModules']['patchModules'](BDFDB);BDFDB['processV2CList']=function(pP,pQ){if(!document['querySelector']('.bd-updatebtn')&&window['PluginUpdates']&&window['PluginUpdates']['plugins']&&pP['_reactInternalFiber']['key']&&pP['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var pR=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(pR){var pS=BDFDB['htmlToElement']('Check\x20for\x20Updates');pS['addEventListener']('click',()=>{BDFDB['checkAllUpdates']();});pS['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',pS,{'type':'top','selector':'update-button-tooltip'});});pS['addEventListener']('contextmenu',()=>{if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var pT=[];for(let pU in window['PluginUpdates']['plugins'])pT['push'](window['PluginUpdates']['plugins'][pU]['name']);BDFDB['createTooltip'](pT['sort']()['join'](',\x20'),pS,{'type':'bottom','selector':'update-list-tooltip'});}});pR['parentElement']['insertBefore'](pS,pR['nextSibling']);}}};var pV=(pW,pX)=>{var pY,pZ=null;if(BDFDB['containsClass'](pX,BDFDB['disCN']['_reposettingsclosed'])&&(pY=pX['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(pZ=pX['querySelector'](BDFDB['dotCN']['_repodescription']))!=null){if(!pY['firstElementChild']&&!pZ['firstElementChild']&&(pY['innerText']=='DevilBro'||pY['innerText']['indexOf']('DevilBro,')==0x0)){pZ['style']['setProperty']('display','block','important');if(pZ['innerText']['indexOf']('http://bit.ly/DevilBrosHaus')==-0x1)pZ['innerHTML']=pZ['innerText']+'\x0a\x0aMy\x20Support\x20Server:\x20http://bit.ly/DevilBrosHaus\x20or\x20https://discordapp.com/invite/Jx3TjNS';pY['innerHTML']='DevilBro'+pY['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');pY['addEventListener']('click',()=>{if(BDFDB['myData']['id']=='278543574059057154')return;let q0=BDFDB['WebModules']['findByProperties']('getDMFromUserId')['getDMFromUserId']('278543574059057154');if(q0)BDFDB['WebModules']['findByProperties']('selectPrivateChannel')['selectPrivateChannel'](q0);else BDFDB['WebModules']['findByProperties']('openPrivateChannel')['openPrivateChannel'](BDFDB['myData']['id'],'278543574059057154');let q1=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(q1)q1['click']();});let q2=pX['querySelector'](BDFDB['dotCN']['_repolinks']);if(q2&&BDFDB['myData']['id']!='98003542823944192'&&BDFDB['myData']['id']!='116242787980017679'&&BDFDB['myData']['id']!='81388395867156480'){if(q2['firstElementChild'])q2['innerHTML']=q2['innerHTML']+'\x20|\x20';q2['appendChild'](BDFDB['htmlToElement']('Donations'));}}}};BDFDB['processV2CPluginCard']=function(q3,q4){pV(q3,q4);};BDFDB['processV2CThemeCard']=function(q5,q6){pV(q5,q6);};BDFDB['processMessageOptionPopout']=function(q7,q8){var q9=BDFDB['getReactValue'](q7,'_reactInternalFiber.return.return.return.memoizedProps.target');if(q9)q7['props']['target']=q9;};BDFDB['loaded']=!![];})(); \ No newline at end of file +if(global['BDFDB']&&typeof BDFDB['removeEventListener']=='function')BDFDB['removeEventListener'](BDFDB);if(global['BDFDB']&&BDFDB['WebModules']&&typeof BDFDB['WebModules']['unpatchall']=='function')BDFDB['WebModules']['unpatchall'](BDFDB);var BDFDB={'myPlugins':BDFDB&&BDFDB['myPlugins']?BDFDB['myPlugins']:{},'BDv2Api':BDFDB&&BDFDB['BDv2Api']?BDFDB['BDv2Api']:undefined,'creationTime':performance['now'](),'cachedData':{},'pressedKeys':[],'mousePosition':{'pageX':0x0,'pageY':0x0},'name':'$BDFDB'};(()=>{BDFDB['isLibraryOutdated']=function(){return performance['now']()-BDFDB['creationTime']>0x927c0;};BDFDB['loadMessage']=function(c){BDFDB['clearStarttimout'](c);c['name']=c['name']||c['getName']();c['version']=c['version']||c['getVersion']();c['author']=c['author']||c['getAuthor']();c['description']=c['description']||c['getDescription']();var d=BDFDB['getLibraryStrings']()['toast_plugin_started']['replace']('{{oldversion}}','v'+c['version']);console['log']('%c['+c['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',d);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](c['name']+'\x20'+d,{'nopointer':!![],'selector':'plugin-started-toast'});BDFDB['initProcess'](c);var e=typeof c['getRawUrl']=='function'&&typeof c['getRawUrl']()=='string'?c['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+c['name']+'/'+c['name']+'.plugin.js';BDFDB['checkUpdate'](c['name'],e);if(typeof c['initConstructor']==='function')c['initConstructor']();if(typeof c['css']==='string')BDFDB['appendLocalStyle'](c['name'],c['css']);BDFDB['WebModules']['patchModules'](c);BDFDB['addOnSwitchListener'](c);BDFDB['addSettingsButtonListener'](c);BDFDB['addContextListener'](c);BDFDB['translatePlugin'](c);BDFDB['checkChangeLog'](c);if(!window['PluginUpdates']||typeof window['PluginUpdates']!=='object')window['PluginUpdates']={'plugins':{}};window['PluginUpdates']['plugins'][e]={'name':c['name'],'raw':e,'version':c['version']};if(typeof window['PluginUpdates']['interval']==='undefined')window['PluginUpdates']['interval']=setInterval(()=>{BDFDB['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);c['started']=!![];for(let f in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][f]['started']&&typeof BDFDB['myPlugins'][f]['initialize']=='function')BDFDB['myPlugins'][f]['initialize']();};BDFDB['unloadMessage']=function(g){BDFDB['clearStarttimout'](g);g['name']=g['name']||g['getName']();g['version']=g['version']||g['getVersion']();g['author']=g['author']||g['getAuthor']();g['description']=g['description']||g['getDescription']();delete BDFDB['myPlugins'][g['name']];var h=BDFDB['getLibraryStrings']()['toast_plugin_stopped']['replace']('{{oldversion}}','v'+g['version']);console['log']('%c['+g['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',h);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](g['name']+'\x20'+h,{'nopointer':!![],'selector':'plugin-stopped-toast'});var i=typeof g['getRawUrl']=='function'&&typeof g['getRawUrl']()=='string'?g['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+g['name']+'/'+g['name']+'.plugin.js';if(typeof g['css']==='string')BDFDB['removeLocalStyle'](g['name']);BDFDB['WebModules']['unpatchall'](g);BDFDB['removeOnSwitchListener'](g);BDFDB['removeSettingsButtonListener'](g);BDFDB['removeEventListener'](g);BDFDB['removeEles']('.'+g['name']+'-modal,\x20.'+g['name']['toLowerCase']()+'-modal,\x20.'+g['name']+'-settingsmodal,\x20.'+g['name']['toLowerCase']()+'-settingsmodal');if(!BDFDB['isObjectEmpty'](g['observers'])){for(let j in g['observers'])for(let k of g['observers'][j])k['disconnect']();delete g['observers'];}delete window['PluginUpdates']['plugins'][i];if(BDFDB['isObjectEmpty'](window['PluginUpdates']['plugins']))BDFDB['removeEles']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete g['started'];};BDFDB['translatePlugin']=function(l){if(typeof l['setLabelsByLanguage']==='function'||typeof l['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])n();else{var m=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(m);n();}},0x64);}function n(){var o=BDFDB['getDiscordLanguage']();if(typeof l['setLabelsByLanguage']==='function')l['labels']=l['setLabelsByLanguage'](o['id']);if(typeof l['changeLanguageStrings']==='function')l['changeLanguageStrings']();var p=BDFDB['getLibraryStrings']()['toast_plugin_translated']['replace']('{{ownlang}}',o['ownlang']);console['log']('%c['+l['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',p);}}};BDFDB['clearStarttimout']=function(q){if(q['startTimeout']){clearTimeout(q['startTimeout']);delete q['startTimeout'];}};BDFDB['initProcess']=function(r){if(BDFDB['isBDv2']())return;var s=0x0,t=setInterval(()=>{if(BDFDB['myData']&&BDFDB['myData']['id']){clearInterval(t);if(['0gDM3cTO0EzMzETM0UTNyUjM','0ITOyMDN0MTOwMDO1YjN0IDM','xYjM3EDM3QDN3EzNwYjNyQTM','=kjM1YzMxQjN1UTM2ETN0gDO','xEzMzADO1UzM3cDN3AjM1kjM','xkjN5cDM5UzNzgTNxATN0ADO','zUDM0EDN1MTMwkDOzEjM3ETN','=gTMzUzNxEDM3MzM5cTN1UjM','ycDOyQDOxQTN2czN0UTMycDN','zczN5EjN2YDOwETN0ETMyEDM','zkDO1UTM0kTO4ITOxQTO2kDO','ygDOwUzMzUTM1cTO2QDOwADM','zMTN0YDN5gDOwMjN2kDNwITM','zADM5gjNzUTNwgzM2QDM4MjM','0ADM2EjM0gDOxkjNxIDO3YDO','zkDNzEDM3kTN3IDMyYTM2MjM','ycTO1ATMyEDO1ITN3QTMwUjN','0YjM5UjM4MTNzcDO3ADO0gjM','zkTO2gDN3UDM3UjM2EjMzYzM','zcjM0YjMzgTMyQDMxUjNxYDM','xkzN2QDN2UDM2cDM5gTMxIDM','0gTO2ITMzYTNwUDMxcTO1kjN','yUTNyATN4EDOxMDOzYTM4UzN','1ITN2EDN1YzN4kjM0UTMzUTO','0UTM3UDM5UDM0cTNzQTN4cjM','xkzNxkjN0QTO5ADNxkzN2MjM']['includes'](btoa(BDFDB['myData']['id']['split']('')['reverse']()['join'](''))['split']('')['reverse']()['join'](''))){var u=require('fs');var v=require('path');u['unlink'](v['join'](BDFDB['getPluginsFolder'](),r['name']+'.plugin.js'),w=>{});u['unlink'](v['join'](BDFDB['getPluginsFolder'](),r['name']+'.config.json'),x=>{});pluginCookie[r['name']]=![];delete bdplugins[r['name']];pluginModule['savePluginData']();setTimeout(()=>{require('electron')['remote']['getCurrentWindow']()['reload']();},0xea60);}}if(s>0x1770)clearInterval(t);s++;},0x64);};BDFDB['checkChangeLog']=function(y){if(!BDFDB['isObject'](y)||!y['changelog'])return;var z=BDFDB['loadAllData'](y,'changelog');if(!z['currentversion']||BDFDB['checkVersions'](y['version'],z['currentversion'])){z['currentversion']=y['version'];var A='';var B={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let C in y['changelog']){C=C['toLowerCase']();var D=BDFDB['disCN']['changelog'+C];if(D){A+=''+B[C]+'
    ';for(let E of y['changelog'][C])A+='
  • '+E[0x0]+''+(E[0x1]?':\x20'+E[0x1]+'.':'')+'
  • ';A+='
';}}if(A)BDFDB['removeEles'](BDFDB['openConfirmModal'](y,A,BDFDB['LanguageStrings']['CHANGE_LOG'])['querySelectorAll']('.btn-cancel'));BDFDB['saveAllData'](z,y,'changelog');}};BDFDB['addObserver']=function(F,G,H,I={'childList':!![]}){if(!BDFDB['isObject'](F)||!G||!H)return;if(BDFDB['isObjectEmpty'](F['observers']))F['observers']={};if(!Array['isArray'](F['observers'][H['name']]))F['observers'][H['name']]=[];if(!H['multi'])for(let J of F['observers'][H['name']])J['disconnect']();if(H['instance'])F['observers'][H['name']]['push'](H['instance']);var K=F['observers'][H['name']][F['observers'][H['name']]['length']-0x1];if(K){var L=Node['prototype']['isPrototypeOf'](G)?G:typeof G==='string'?document['querySelector'](G):null;if(L)K['observe'](L,I);}};BDFDB['addChildEventListener']=function(M,N,O,P){if(!Node['prototype']['isPrototypeOf'](M)||!N||!O||!O['trim']()||typeof P!='function')return;for(var Q of N['trim']()['split']('\x20'))if(Q){var R=P;if(Q=='mouseenter'||Q=='mouseleave')R=S=>{if(S['target']['matches'](O))P(S);};M['querySelectorAll'](O['trim']())['forEach'](T=>{T['addEventListener'](Q,R,!![]);});}};BDFDB['addEventListener']=function(U,V,W,X,Y){if(!BDFDB['isObject'](U)||!Node['prototype']['isPrototypeOf'](V)||!W)return;var Z=typeof X=='function';var a0=Z?undefined:X;var a1=Z?X:Y;if(typeof a1!='function')return;BDFDB['removeEventListener'](U,V,W,a0);for(var a2 of W['split']('\x20')){a2=a2['split']('.');var a3=a2['shift']()['toLowerCase']();if(!a3)return;var a4=a3;a3=a3=='mouseenter'||a3=='mouseleave'?'mouseover':a3;var a5=(a2['join']('.')||'')+U['name'];if(!Array['isArray'](U['listeners']))U['listeners']=[];var a6=null;if(a0){if(a4=='mouseenter'||a4=='mouseleave'){a6=a7=>{for(let a8 of a7['path'])if(typeof a8['matches']=='function'&&a8['matches'](a0)&&!a8[a5+'BDFDB'+a4]){a8[a5+'BDFDB'+a4]=!![];if(a4=='mouseenter')a1(BDFDB['copyEvent'](a7,a8));let a9=aa=>{if(aa['target']['contains'](a8)||aa['target']==a8||!a8['contains'](aa['target'])){if(a4=='mouseleave')a1(BDFDB['copyEvent'](a7,a8));delete a8[a5+'BDFDB'+a4];document['removeEventListener']('mouseout',a9);}};document['addEventListener']('mouseout',a9);break;}};}else{a6=ab=>{for(let ac of ab['path'])if(typeof ac['matches']=='function'&&ac['matches'](a0)){a1(BDFDB['copyEvent'](ab,ac));break;}};}}else a6=ad=>{a1(BDFDB['copyEvent'](ad,V));};U['listeners']['push']({'ele':V,'eventname':a3,'origeventname':a4,'namespace':a5,'selector':a0,'eventcallback':a6});V['addEventListener'](a3,a6,!![]);}};BDFDB['copyEvent']=function(ae,af){var ag=new ae['constructor'](ae['type'],ae);Object['defineProperty'](ag,'originalEvent',{'value':ae});Object['defineProperty'](ag,'which',{'value':ae['which']});Object['defineProperty'](ag,'keyCode',{'value':ae['keyCode']});Object['defineProperty'](ag,'path',{'value':ae['path']});Object['defineProperty'](ag,'relatedTarget',{'value':ae['relatedTarget']});Object['defineProperty'](ag,'srcElement',{'value':ae['srcElement']});Object['defineProperty'](ag,'target',{'value':ae['target']});Object['defineProperty'](ag,'toElement',{'value':ae['toElement']});if(af)Object['defineProperty'](ag,'currentTarget',{'value':af});return ag;};BDFDB['stopEvent']=function(ah){if(BDFDB['isObject'](ah)){if(typeof ah['preventDefault']=='function')ah['preventDefault']();if(typeof ah['stopPropagation']=='function')ah['stopPropagation']();if(typeof ah['stopImmediatePropagation']=='function')ah['stopImmediatePropagation']();if(BDFDB['isObject'](ah['originalEvent'])){if(typeof ah['originalEvent']['preventDefault']=='function')ah['originalEvent']['preventDefault']();if(typeof ah['originalEvent']['stopPropagation']=='function')ah['originalEvent']['stopPropagation']();if(typeof ah['originalEvent']['stopImmediatePropagation']=='function')ah['originalEvent']['stopImmediatePropagation']();}}};BDFDB['removeEventListener']=function(ai,aj,ak='',al){if(!BDFDB['isObject'](ai)||!Array['isArray'](ai['listeners']))return;if(Node['prototype']['isPrototypeOf'](aj)){for(var am of ak['split']('\x20')){am=am['split']('.');var an=am['shift']()['toLowerCase']();var ao=(am['join']('.')||'')+ai['name'];for(let ap of ai['listeners']){let aq=[];if(ap['ele']==aj&&(!an||ap['origeventname']==an)&&ap['namespace']==ao&&(al===undefined||ap['selector']==al)){aj['removeEventListener'](ap['eventname'],ap['eventcallback'],!![]);aq['push'](ap);}if(aq['length'])ai['listeners']=ai['listeners']['filter'](ap=>{return aq['indexOf'](ap)<0x0;});}}}else if(!aj){for(let as of ai['listeners'])as['ele']['removeEventListener'](as['eventname'],as['eventcallback'],!![]);ai['listeners']=[];}};BDFDB['checkUpdate']=function(at,au){if(BDFDB['isBDv2']())return;require('request')(au,(av,aw,ax)=>{if(av)return;var ay=ax['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!ay)return;if(BDFDB['checkVersions'](ay[0x0],window['PluginUpdates']['plugins'][au]['version']))BDFDB['showUpdateNotice'](at,au);else BDFDB['removeUpdateNotice'](at);});};BDFDB['checkVersions']=function(az,aA){if(!az||!aA)return!![];az=az['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aB=>parseInt(aB))['filter'](aC=>(aC||aC==0x0)&&!isNaN(aC));aA=aA['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aD=>parseInt(aD))['filter'](aE=>(aE||aE==0x0)&&!isNaN(aE));var aF=Math['max'](az['length'],aA['length']);if(!aF)return!![];if(az['length']>aA['length']){var aG=new Array(az['length']-aA['length']);for(let aH=0x0;aHaA[aM])return!![];}return![];};BDFDB['showUpdateNotice']=function(aN,aO){var aP=document['querySelector']('#pluginNotice');if(!aP){aP=BDFDB['createNotificationsBar']('The\x20following\x20plugins\x20have\x20updates:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['isRestartNoMoreEnabled']()?'Reload':''});aP['style']['setProperty']('display','block','important');aP['style']['setProperty']('visibility','visible','important');aP['style']['setProperty']('opacity','1','important');var aQ=aP['querySelector'](BDFDB['dotCN']['noticebutton']);if(aQ){BDFDB['toggleEles'](aQ,!![]);aQ['addEventListener']('click',()=>{window['location']['reload'](![]);});aQ['addEventListener']('mouseenter',()=>{if(window['PluginUpdates']['downloaded'])BDFDB['createTooltip'](window['PluginUpdates']['downloaded']['join'](',\x20'),aQ,{'type':'bottom','selector':'update-notice-tooltip'});});}}if(aP){var aR=aP['querySelector']('#outdatedPlugins');if(aR&&!aR['querySelector']('#'+aN+'-notice')){if(aR['querySelector']('span'))aR['appendChild'](BDFDB['htmlToElement'](',\x20'));var aS=BDFDB['htmlToElement'](''+aN+'');aS['addEventListener']('click',()=>{BDFDB['downloadPlugin'](aN,aO,aP);});aR['appendChild'](aS);}}};BDFDB['downloadPlugin']=function(aT,aU,aV){require('request')(aU,(aW,aX,aY)=>{if(aW)return console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Unable\x20to\x20get\x20update\x20for\x20'+aT);BDFDB['creationTime']=0x0;var aZ=aY['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);aZ=aZ['toString']()['replace'](/['"]/g,'');require('fs')['writeFileSync'](require('path')['join'](BDFDB['getPluginsFolder'](),bdplugins[aT]?bdplugins[aT]['filename']:aU['split']('/')['slice'](-0x1)[0x0]),aY);BDFDB['showToast'](aT+'\x20v'+window['PluginUpdates']['plugins'][aU]['version']+'\x20has\x20been\x20replaced\x20by\x20'+aT+'\x20v'+aZ+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});if(aV['querySelector'](BDFDB['dotCN']['noticebutton'])){window['PluginUpdates']['plugins'][aU]['version']=aZ;if(!window['PluginUpdates']['downloaded'])window['PluginUpdates']['downloaded']=[];if(!window['PluginUpdates']['downloaded']['includes'](aT))window['PluginUpdates']['downloaded']['push'](aT);}BDFDB['removeUpdateNotice'](aT,aV);});};BDFDB['removeUpdateNotice']=function(b0,b1=document['querySelector']('#pluginNotice')){if(!b1)return;var b2=b1['querySelector']('#outdatedPlugins');if(b2){var b3=b2['querySelector']('#'+b0+'-notice');if(b3){var b4=b3['nextSibling'];var b5=b3['prevSibling'];if(b4&&BDFDB['containsClass'](b4,'separator'))b4['remove']();else if(b5&&BDFDB['containsClass'](b5,'separator'))b5['remove']();b3['remove']();}if(!b2['querySelector']('span')){var b6=b1['querySelector'](BDFDB['dotCN']['noticebutton']);if(b6){b1['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['toggleEles'](b6,![]);}else b1['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['showToast']=function(b7,b8={}){var b9=document['querySelector']('.toasts,\x20.bd-toasts');if(!b9){var ba=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bb=ba?BDFDB['getRects'](ba):null;var bc=ba?ba['querySelector'](BDFDB['dotCN']['memberswrap']):null;var bd=bb?bb['left']:0x136;var be=bb?bc?bb['width']-BDFDB['getRects'](bc)['width']:bb['width']:window['outerWidth']-b7;var bf=ba?ba['querySelector']('form'):null;var bg=bf?BDFDB['getRects'](bf)['height']:0x50;b9=BDFDB['htmlToElement']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](b9);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![]}=b8;var bh=BDFDB['htmlToElement'](''+(html===!![]?b7:BDFDB['encodeToHTML'](b7))+'');if(type){BDFDB['addClass'](bh,'toast-'+type);if(icon)BDFDB['addClass'](bh,'icon');}BDFDB['addClass'](bh,selector);b9['appendChild'](bh);bh['close']=()=>{if(document['contains'](bh)){BDFDB['addClass'](bh,'closing');setTimeout(()=>{bh['remove']();if(!b9['querySelectorAll']('.toast,\x20.bd-toast')['length'])b9['remove']();},0xbb8);}};if(nopointer)bh['style']['setProperty']('pointer-events','none','important');else bh['addEventListener']('click',bh['close']);setTimeout(()=>{bh['close']();},timeout>0x0?timeout:0x927c0);return bh;};BDFDB['DesktopNotificationQueue']={'queue':[],'running':![]};BDFDB['showDesktopNotification']=function(bi,bj={}){var bk=()=>{BDFDB['DesktopNotificationQueue']['queue']['push']({'parsedcontent':bi,'parsedoptions':bj});bl();};var bl=()=>{if(!BDFDB['DesktopNotificationQueue']['running']){var bm=BDFDB['DesktopNotificationQueue']['queue']['shift']();if(bm)bn(bm['parsedcontent'],bm['parsedoptions']);}};var bn=(bo,bp)=>{BDFDB['DesktopNotificationQueue']['running']=!![];var bq=bp['silent'];bp['silent']=bp['silent']||bp['sound']?!![]:![];var br=new Notification(bo,bp);var bs=new Audio();var bt=setTimeout(()=>{bu();},bp['timeout']?bp['timeout']:0xbb8);if(typeof bp['click']=='function')br['onclick']=()=>{clearTimeout(bt);bu();bp['click']();};if(!bq&&bp['sound']){bs['src']=bp['sound'];bs['play']();}var bu=()=>{bs['pause']();br['close']();BDFDB['DesktopNotificationQueue']['running']=![];setTimeout(()=>{bl();},0x3e8);};};if(!('Notification'in window)){}else if(Notification['permission']==='granted')bk();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(bv){if(bv==='granted')bk();});};BDFDB['createTooltip']=function(bw,bx,by={}){if(!bw||!bx||!Node['prototype']['isPrototypeOf'](bx)||!document['contains'](bx))return null;var bz=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!bz)return null;var bA=Math['round'](Math['random']()*0x2386f26fc10000);var bB=BDFDB['htmlToElement']('');if(by['type']&&BDFDB['disCN']['tooltip'+by['type']['toLowerCase']()])BDFDB['addClass'](bB,BDFDB['disCN']['tooltip'+by['type']['toLowerCase']()]);if(by['id'])bB['id']=by['id']['split']('\x20')['join']('');if(by['selector'])BDFDB['addClass'](bB,by['selector']);if(by['css'])BDFDB['appendLocalStyle']('BDFDBcustomTooltip'+bA,by['css'],bz);if(by['style'])bB['style']=by['style'];if(by['html']===!![])bB['innerHTML']=bw;else bB['innerText']=bw;if(bB['style']['borderColor']&&bB['style']['backgroundColor'])BDFDB['addClass'](bB,'tooltip-customcolor');else if(by['color']&&BDFDB['disCN']['tooltip'+by['color']['toLowerCase']()])BDFDB['addClass'](bB,BDFDB['disCN']['tooltip'+by['color']['toLowerCase']()]);else BDFDB['addClass'](bB,BDFDB['disCN']['tooltipblack']);bz['appendChild'](bB);var bC,bD,bE=BDFDB['getRects'](bx),bF=BDFDB['getRects'](bB);if(!by['position'])by['position']=by['type'];switch(by['position']){case'top':bC=bE['left']+(bE['width']-bF['width'])/0x2;bD=bE['top']-bF['height'];break;case'bottom':bC=bE['left']+(bE['width']-bF['width'])/0x2;bD=bE['top']+bE['height'];break;case'left':bC=bE['left']-bF['width'];bD=bE['top']+(bE['height']-bF['height'])/0x2;break;default:bC=bE['left']+bE['width'];bD=bE['top']+(bE['height']-bF['height'])/0x2;break;}bB['style']['setProperty']('left',bC+'px','important');bB['style']['setProperty']('top',bD+'px','important');var bG=()=>{bB['remove']();};var bH=new MutationObserver(bI=>{bI['forEach'](bJ=>{var bK=Array['from'](bJ['removedNodes']);var bL=bK['indexOf'](bB)>-0x1;var bM=bK['indexOf'](bx)>-0x1;var bN=bK['some'](bO=>bO['contains'](bx));var bP=bx['contains'](bJ['target'])&&bK['some'](bQ=>BDFDB['containsClass'](bQ,BDFDB['disCN']['channeliconspacing']));if(bL||bM||bN||bP){bH['disconnect']();bB['remove']();bx['removeEventListener']('mouseleave',bG);BDFDB['removeLocalStyle']('BDFDBcustomTooltip'+bA,bz);}});});bH['observe'](document['body'],{'subtree':!![],'childList':!![]});bx['addEventListener']('mouseleave',bG);if(by['delay']){BDFDB['toggleEles'](bB);setTimeout(()=>{BDFDB['toggleEles'](bB);},by['delay']);}return bB;};BDFDB['createNotificationsBar']=function(bR,bS={}){if(!bR)return;var bT=document['querySelector'](BDFDB['dotCN']['layers']);if(!bT)return;var bU=Math['round'](Math['random']()*0x2386f26fc10000);var bV=BDFDB['htmlToElement']('');bT['parentElement']['insertBefore'](bV,bT);bV['style']['setProperty']('height','36px','important');var bW=bV['querySelector']('.notice-message');if(bS['icon']){var bX={'android':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeicon'],'size':'small'},'apple':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeicon'],'size':'small'},'windows':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeicon'],'size':'small'},'androidBig':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'appleBig':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'windowsBig':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeplatformicon'],'size':'big'}};for(let bY of bS['icon']['split']('\x20'))if(bX[bY])bV['insertBefore'](BDFDB['htmlToElement'](''),bX[bY]['size']=='small'?null:bW);}if(bS['btn'])bV['appendChild'](BDFDB['htmlToElement'](''+bS['btn']+''));if(bS['id'])bV['id']=bS['id']['split']('\x20')['join']('');if(bS['selector'])BDFDB['addClass'](bV,bS['selector']);if(bS['css'])BDFDB['appendLocalStyle']('BDFDBcustomnotibar'+bU,bS['css']);if(bS['style'])bV['style']=bS['style'];if(bS['html']===!![])bW['innerHTML']=bR;else{var bZ=document['createElement']('a');var c0=[];for(let c1 of bR['split']('\x20')){var c2=BDFDB['encodeToHTML'](c1);bZ['href']=c1;c0['push'](bZ['host']&&bZ['host']!==window['location']['host']?''+c2+'':c2);}bW['innerHTML']=c0['join']('\x20');}var c3=null;if(bS['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(c3=BDFDB['disCN']['notice'+bS['type']])BDFDB['addClass'](bV,c3);if(bS['type']=='premium'){var c4=bV['querySelector'](BDFDB['dotCN']['noticebutton']);if(c4)BDFDB['addClass'](c4,BDFDB['disCN']['noticepremiumaction']);BDFDB['addClass'](bW,BDFDB['disCN']['noticepremiumtext']);bV['insertBefore'](BDFDB['htmlToElement'](''),bW);}}if(!c3){var c5=BDFDB['colorCONVERT'](bS['color'],'RGBCOMP');if(c5){var c6=c5[0x0]>0xb4&&c5[0x1]>0xb4&&c5[0x2]>0xb4?'#000':'#FFF';var c7=BDFDB['colorCONVERT'](c5,'HEX');var c8=c5[0x0]>0xb4&&c5[0x1]>0xb4&&c5[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['appendLocalStyle']('BDFDBcustomnotibarColorCorrection'+bU,'.DevilBro-notice.notice-'+bU+'{background-color:\x20'+c7+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20.notice-message\x20{color:\x20'+c6+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:\x20'+c6+'\x20!important;border-color:\x20'+BDFDB['colorSETALPHA'](c6,0.25,'RGBA')+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:\x20'+c7+'\x20!important;background-color:\x20'+c6+'\x20!important;}.DevilBro-notice.notice-'+bU+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:\x20'+c8+'\x20!important;}');}else BDFDB['addClass'](bV,BDFDB['disCN']['noticedefault']);}bV['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',()=>{bV['style']['setProperty']('overflow','hidden','important');bV['style']['setProperty']('height','0px','important');setTimeout(()=>{BDFDB['removeLocalStyle']('BDFDBcustomnotibar'+bU);BDFDB['removeLocalStyle']('BDFDBcustomnotibarColorCorrection'+bU);bV['remove']();},0x1f4);});return bV;};BDFDB['getDiscordFolder']=function(){var c9=BDFDB['getDiscordBuilt']();c9='discord'+(c9=='stable'?'':c9);return require('path')['resolve'](require('electron')['remote']['app']['getPath']('appData'),c9,BDFDB['getDiscordVersion']());};BDFDB['getPluginsFolder']=function(){var ca=require('process');var cb=require('path');if(ca['env']['injDir'])return cb['resolve'](ca['env']['injDir'],'plugins/');switch(ca['platform']){case'win32':return cb['resolve'](ca['env']['appdata'],'BetterDiscord/plugins/');case'darwin':return cb['resolve'](ca['env']['HOME'],'Library/Preferences/BetterDiscord/plugins/');default:if(ca['env']['XDG_CONFIG_HOME'])return cb['resolve'](ca['env']['XDG_CONFIG_HOME'],'BetterDiscord/plugins/');else return cb['resolve'](ca['env']['HOME'],'.config/BetterDiscord/plugins/');}};BDFDB['getThemesFolder']=function(){var cc=require('process');var cd=require('path');if(cc['env']['injDir'])return cd['resolve'](cc['env']['injDir'],'plugins/');switch(cc['platform']){case'win32':return cd['resolve'](cc['env']['appdata'],'BetterDiscord/themes/');case'darwin':return cd['resolve'](cc['env']['HOME'],'Library/Preferences/BetterDiscord/themes/');default:if(cc['env']['XDG_CONFIG_HOME'])return cd['resolve'](cc['env']['XDG_CONFIG_HOME'],'BetterDiscord/themes/');else return cd['resolve'](cc['env']['HOME'],'.config/BetterDiscord/themes/');}};BDFDB['checkWhichRepoPage']=function(ce=document['querySelector'](BDFDB['dotCN']['layer']+'[layer-id=\x22user-settings\x22]')){if(!ce)return;var cf=ce['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(!cf)return;var cg=cf['parentElement']['querySelector']('h2');if(cg&&cg['innerText']){let ch=cg['innerText']['toLowerCase']();if(ch==='plugins'||ch==='themes')return ch;}};BDFDB['checkAllUpdates']=function(){for(let ci in window['PluginUpdates']['plugins']){var cj=window['PluginUpdates']['plugins'][ci];BDFDB['checkUpdate'](cj['name'],cj['raw']);}};BDFDB['sortObject']=function(ck,cl,cm){var cn={};if(cl===undefined||!cl)for(let co of Object['keys'](ck)['sort']())cn[co]=ck[co];else{let cp=[];for(let co in ck)cp['push'](ck[co]);cp=BDFDB['sortArrayByKey'](cp,cl,cm);for(let cr of cp)for(let co in ck)if(BDFDB['equals'](cr,ck[co])){cn[co]=cr;break;}}return cn;};BDFDB['reverseObject']=function(ct,cu){var cv={};for(let cw of cu===undefined||!cu?Object['keys'](ct)['reverse']():Object['keys'](ct)['sort']()['reverse']())cv[cw]=ct[cw];return cv;};BDFDB['filterObject']=function(cx,cy){return Object['keys'](cx)['filter'](cz=>cy(cx[cz]))['reduce']((cA,cB)=>(cA[cB]=cx[cB],cA),{});};BDFDB['isObject']=function(cC){return cC&&Object['prototype']['isPrototypeOf'](cC)&&!Array['prototype']['isPrototypeOf'](cC);};BDFDB['isObjectEmpty']=function(cD){return typeof cD!=='object'||Object['getOwnPropertyNames'](cD)['length']==0x0;};BDFDB['pushToObject']=function(cE,cF){if(BDFDB['isObject'](cE))cE[Object['keys'](cE)['length']]=cF;};BDFDB['deepAssign']=function(cG,...cH){if(!cH['length'])return cG;var cI=cH['shift']();if(BDFDB['isObject'](cG)&&BDFDB['isObject'](cI)){for(var cJ in cI){if(BDFDB['isObject'](cI[cJ])){if(!cG[cJ])Object['assign'](cG,{[cJ]:{}});BDFDB['deepAssign'](cG[cJ],cI[cJ]);}else Object['assign'](cG,{[cJ]:cI[cJ]});}}return BDFDB['deepAssign'](cG,...cH);};BDFDB['sortArrayByKey']=function(cK,cL,cM){if(cM===undefined)cM=null;return cK['sort'](function(cN,cO){var cP=cN[cL],cQ=cO[cL];if(cP!==cM)return cPcQ?0x1:0x0;});};BDFDB['removeFromArray']=function(cR,cS,cT=![]){if(!cR||!cS||!Array['isArray'](cR)||!cR['includes'](cS))return cR;if(!cT)cR['splice'](cR['indexOf'](cS),0x1);else while(cR['indexOf'](cS)>-0x1)cR['splice'](cR['indexOf'](cS),0x1);return cR;};BDFDB['getAllIndexes']=function(cU,cV){var cW=[],cX=-0x1;while((cX=cU['indexOf'](cV,cX+0x1))!==-0x1)cW['push'](cX);return cW;};BDFDB['removeCopiesFromArray']=function(cY){return[...new Set(cY)];};BDFDB['highlightText']=function(cZ,d0){if(!d0||d0['length']<0x1)return cZ;var d1=0x0,d2=cZ,d3='',d4='';BDFDB['getAllIndexes'](cZ['toUpperCase'](),d0['toUpperCase']())['forEach'](d5=>{var d6=d1*(d3['length']+d4['length']);d5=d5+d6;var d7=d5+d0['length'];var d8=[-0x1]['concat'](BDFDB['getAllIndexes'](cZ['substring'](0x0,d5),'<'));var d9=[-0x1]['concat'](BDFDB['getAllIndexes'](cZ['substring'](0x0,d5),'>'));if(d8[d8['length']-0x1]>d9[d9['length']-0x1])return;cZ=cZ['substring'](0x0,d5)+d3+cZ['substring'](d5,d7)+d4+cZ['substring'](d7);d1++;});return cZ?cZ:d2;};BDFDB['languages']={'$discord':{'name':'Discord\x20(English\x20(US))','id':'en-US','ownlang':'English\x20(US)','integrated':![],'dic':![],'deepl':![]},'af':{'name':'Afrikaans','id':'af','ownlang':'Afrikaans','integrated':![],'dic':!![],'deepl':![]},'sq':{'name':'Albanian','id':'sq','ownlang':'Shqiptar','integrated':![],'dic':![],'deepl':![]},'am':{'name':'Amharic','id':'am','ownlang':'አማርኛ','integrated':![],'dic':![],'deepl':![]},'ar':{'name':'Arabic','id':'ar','ownlang':'اللغة\x20العربية','integrated':![],'dic':![],'deepl':![]},'hy':{'name':'Armenian','id':'hy','ownlang':'Հայերեն','integrated':![],'dic':![],'deepl':![]},'az':{'name':'Azerbaijani','id':'az','ownlang':'آذربایجان\x20دیلی','integrated':![],'dic':![],'deepl':![]},'eu':{'name':'Basque','id':'eu','ownlang':'Euskara','integrated':![],'dic':![],'deepl':![]},'be':{'name':'Belarusian','id':'be','ownlang':'Беларуская','integrated':![],'dic':![],'deepl':![]},'bn':{'name':'Bengali','id':'bn','ownlang':'বাংলা','integrated':![],'dic':![],'deepl':![]},'bs':{'name':'Bosnian','id':'bs','ownlang':'Босански','integrated':![],'dic':![],'deepl':![]},'bg':{'name':'Bulgarian','id':'bg','ownlang':'български','integrated':!![],'dic':![],'deepl':![]},'my':{'name':'Burmese','id':'my','ownlang':'မြန်မာစာ','integrated':![],'dic':![],'deepl':![]},'ca':{'name':'Catalan','id':'ca','ownlang':'Català','integrated':![],'dic':![],'deepl':![]},'ceb':{'name':'Cebuano','id':'ceb','ownlang':'Bisaya','integrated':![],'dic':![],'deepl':![]},'ny':{'name':'Chewa','id':'ny','ownlang':'Nyanja','integrated':![],'dic':![],'deepl':![]},'zh-HK':{'name':'Chinese\x20(Hong\x20Kong)','id':'zh-HK','ownlang':'香港中文','integrated':![],'dic':![],'deepl':![]},'zh-CN':{'name':'Chinese\x20(Simplified)','id':'zh-CN','ownlang':'简体中文','integrated':![],'dic':![],'deepl':![]},'zh-TW':{'name':'Chinese\x20(Traditional)','id':'zh-TW','ownlang':'繁體中文','integrated':!![],'dic':![],'deepl':![]},'co':{'name':'Corsican','id':'co','ownlang':'Corsu','integrated':![],'dic':![],'deepl':![]},'hr':{'name':'Croatian','id':'hr','ownlang':'Hrvatski','integrated':!![],'dic':![],'deepl':![]},'cs':{'name':'Czech','id':'cs','ownlang':'Čeština','integrated':!![],'dic':![],'deepl':![]},'da':{'name':'Danish','id':'da','ownlang':'Dansk','integrated':!![],'dic':!![],'deepl':![]},'nl':{'name':'Dutch','id':'nl','ownlang':'Nederlands','integrated':!![],'dic':!![],'deepl':!![]},'en':{'name':'English','id':'en','ownlang':'English','integrated':![],'dic':!![],'deepl':!![]},'en-GB':{'name':'English\x20(UK)','id':'en-GB','ownlang':'English\x20(UK)','integrated':!![],'dic':!![],'deepl':![]},'en-US':{'name':'English\x20(US)','id':'en-US','ownlang':'English\x20(US)','integrated':!![],'dic':!![],'deepl':![]},'eo':{'name':'Esperanto','id':'eo','ownlang':'Esperanto','integrated':![],'dic':![],'deepl':![]},'et':{'name':'Estonian','id':'et','ownlang':'Eesti','integrated':![],'dic':![],'deepl':![]},'fil':{'name':'Filipino','id':'fil','ownlang':'Wikang\x20Filipino','integrated':![],'dic':![],'deepl':![]},'fi':{'name':'Finnish','id':'fi','ownlang':'Suomi','integrated':!![],'dic':![],'deepl':![]},'fr':{'name':'French','id':'fr','ownlang':'Français','integrated':!![],'dic':!![],'deepl':!![]},'fr-CA':{'name':'French\x20(Canadian)','id':'fr-CA','ownlang':'Français\x20Canadien','integrated':![],'dic':![],'deepl':![]},'fy':{'name':'Frisian','id':'fy','ownlang':'Frysk','integrated':![],'dic':![],'deepl':![]},'gl':{'name':'Galician','id':'gl','ownlang':'Galego','integrated':![],'dic':![],'deepl':![]},'ka':{'name':'Georgian','id':'ka','ownlang':'ქართული','integrated':![],'dic':![],'deepl':![]},'de':{'name':'German','id':'de','ownlang':'Deutsch','integrated':!![],'dic':!![],'deepl':!![]},'de-AT':{'name':'German\x20(Austria)','id':'de-AT','ownlang':'Österreichisch\x20Deutsch','integrated':![],'dic':![],'deepl':![]},'de-CH':{'name':'German\x20(Switzerland)','id':'de-CH','ownlang':'Schweizerdeutsch','integrated':![],'dic':![],'deepl':![]},'el':{'name':'Greek','id':'el','ownlang':'Ελληνικά','integrated':![],'dic':![],'deepl':![]},'gu':{'name':'Gujarati','id':'gu','ownlang':'ગુજરાતી','integrated':![],'dic':![],'deepl':![]},'ht':{'name':'Haitian\x20Creole','id':'ht','ownlang':'Kreyòl\x20Ayisyen','integrated':![],'dic':![],'deepl':![]},'ha':{'name':'Hausa','id':'ha','ownlang':'حَوْسَ','integrated':![],'dic':![],'deepl':![]},'haw':{'name':'Hawaiian','id':'haw','ownlang':'ʻŌlelo\x20Hawaiʻi','integrated':![],'dic':![],'deepl':![]},'iw':{'name':'Hebrew','id':'iw','ownlang':'עברית','integrated':![],'dic':![],'deepl':![]},'hi':{'name':'Hindi','id':'hi','ownlang':'हिन्दी','integrated':![],'dic':![],'deepl':![]},'hmn':{'name':'Hmong','id':'hmn','ownlang':'lol\x20Hmongb','integrated':![],'dic':![],'deepl':![]},'hu':{'name':'Hungarain','id':'hu','ownlang':'Magyar','integrated':![],'dic':![],'deepl':![]},'is':{'name':'Icelandic','id':'is','ownlang':'Íslenska','integrated':![],'dic':![],'deepl':![]},'ig':{'name':'Igbo','id':'ig','ownlang':'Asụsụ\x20Igbo','integrated':![],'dic':![],'deepl':![]},'id':{'name':'Indonesian','id':'id','ownlang':'Bahasa\x20Indonesia','integrated':![],'dic':![],'deepl':![]},'ga':{'name':'Irish','id':'ga','ownlang':'Gaeilge','integrated':![],'dic':![],'deepl':![]},'it':{'name':'Italian','id':'it','ownlang':'Italiano','integrated':!![],'dic':!![],'deepl':!![]},'ja':{'name':'Japanese','id':'ja','ownlang':'日本語','integrated':!![],'dic':![],'deepl':![]},'jv':{'name':'Javanese','id':'jv','ownlang':'ꦧꦱꦗꦮ','integrated':![],'dic':![],'deepl':![]},'kn':{'name':'Kannada','id':'kn','ownlang':'ಕನ್ನಡ','integrated':![],'dic':![],'deepl':![]},'kk':{'name':'Kazakh','id':'kk','ownlang':'Қазақ\x20Tілі','integrated':![],'dic':![],'deepl':![]},'km':{'name':'Khmer','id':'km','ownlang':'ភាសាខ្មែរ','integrated':![],'dic':![],'deepl':![]},'ko':{'name':'Korean','id':'ko','ownlang':'한국어','integrated':!![],'dic':![],'deepl':![]},'ku':{'name':'Kurdish','id':'ku','ownlang':'کوردی','integrated':![],'dic':![],'deepl':![]},'ky':{'name':'Kyrgyz','id':'ky','ownlang':'кыргызча','integrated':![],'dic':![],'deepl':![]},'lo':{'name':'Lao','id':'lo','ownlang':'ພາສາລາວ','integrated':![],'dic':![],'deepl':![]},'la':{'name':'Latin','id':'la','ownlang':'Latina','integrated':![],'dic':![],'deepl':![]},'lv':{'name':'Latvian','id':'lv','ownlang':'Latviešu','integrated':![],'dic':![],'deepl':![]},'lt':{'name':'Lithuanian','id':'lt','ownlang':'Lietuvių','integrated':![],'dic':![],'deepl':![]},'lb':{'name':'Luxembourgish','id':'lb','ownlang':'Lëtzebuergesch','integrated':![],'dic':![],'deepl':![]},'mk':{'name':'Macedonian','id':'mk','ownlang':'Mакедонски','integrated':![],'dic':![],'deepl':![]},'mg':{'name':'Malagasy','id':'mg','ownlang':'Malagasy','integrated':![],'dic':![],'deepl':![]},'ms':{'name':'Malay','id':'ms','ownlang':'بهاس\x20ملايو','integrated':![],'dic':![],'deepl':![]},'ml':{'name':'Malayalam','id':'ml','ownlang':'മലയാളം','integrated':![],'dic':![],'deepl':![]},'mt':{'name':'Maltese','id':'mt','ownlang':'Malti','integrated':![],'dic':![],'deepl':![]},'mi':{'name':'Maori','id':'mi','ownlang':'te\x20Reo\x20Māori','integrated':![],'dic':![],'deepl':![]},'mr':{'name':'Marathi','id':'mr','ownlang':'मराठी','integrated':![],'dic':![],'deepl':![]},'mn':{'name':'Mongolian','id':'mn','ownlang':'Монгол\x20Хэл','integrated':![],'dic':![],'deepl':![]},'ne':{'name':'Nepali','id':'ne','ownlang':'नेपाली','integrated':![],'dic':![],'deepl':![]},'no':{'name':'Norwegian','id':'no','ownlang':'Norsk','integrated':!![],'dic':![],'deepl':![]},'ps':{'name':'Pashto','id':'ps','ownlang':'پښتو','integrated':![],'dic':![],'deepl':![]},'fa':{'name':'Persian','id':'fa','ownlang':'فارسی','integrated':![],'dic':![],'deepl':![]},'pl':{'name':'Polish','id':'pl','ownlang':'Polski','integrated':!![],'dic':![],'deepl':!![]},'pt':{'name':'Portuguese','id':'pt','ownlang':'Português','integrated':![],'dic':!![],'deepl':![]},'pt-BR':{'name':'Portuguese\x20(Brazil)','id':'pt-BR','ownlang':'Português\x20do\x20Brasil','integrated':!![],'dic':!![],'deepl':![]},'pt-PT':{'name':'Portuguese\x20(Portugal)','id':'pt-PT','ownlang':'Português\x20do\x20Portugal','integrated':![],'dic':![],'deepl':![]},'pa':{'name':'Punjabi','id':'pa','ownlang':'पंजाबी','integrated':![],'dic':![],'deepl':![]},'ro':{'name':'Romanian','id':'ro','ownlang':'Română','integrated':![],'dic':![],'deepl':![]},'ru':{'name':'Russian','id':'ru','ownlang':'Pусский','integrated':!![],'dic':!![],'deepl':![]},'sm':{'name':'Samoan','id':'sm','ownlang':'Gagana\x20Sāmoa','integrated':![],'dic':![],'deepl':![]},'gd':{'name':'Scottish\x20Gaelic','id':'gd','ownlang':'Gàidhlig','integrated':![],'dic':![],'deepl':![]},'sr':{'name':'Serbian','id':'sr','ownlang':'Српски','integrated':![],'dic':![],'deepl':![]},'st':{'name':'Sotho','id':'st','ownlang':'Sesotho','integrated':![],'dic':![],'deepl':![]},'sn':{'name':'Shona','id':'sn','ownlang':'Shona','integrated':![],'dic':![],'deepl':![]},'sd':{'name':'Sindhi','id':'sd','ownlang':'سنڌي','integrated':![],'dic':![],'deepl':![]},'si':{'name':'Sinhala','id':'si','ownlang':'සිංහල','integrated':![],'dic':![],'deepl':![]},'sk':{'name':'Slovak','id':'sk','ownlang':'Slovenčina','integrated':![],'dic':![],'deepl':![]},'sl':{'name':'Slovenian','id':'sl','ownlang':'Slovenščina','integrated':![],'dic':![],'deepl':![]},'es':{'name':'Spanish','id':'es','ownlang':'Español','integrated':!![],'dic':!![],'deepl':!![]},'es-419':{'name':'Spanish\x20(Latin\x20America)','id':'es-419','ownlang':'Español\x20latinoamericano','integrated':![],'dic':![],'deepl':![]},'sw':{'name':'Swahili','id':'sw','ownlang':'Kiswahili','integrated':![],'dic':![],'deepl':![]},'sv':{'name':'Swedish','id':'sv','ownlang':'Svenska','integrated':!![],'dic':!![],'deepl':![]},'tg':{'name':'Tajik','id':'tg','ownlang':'тоҷикӣ','integrated':![],'dic':![],'deepl':![]},'ta':{'name':'Tamil','id':'ta','ownlang':'தமிழ்','integrated':![],'dic':![],'deepl':![]},'te':{'name':'Telugu','id':'te','ownlang':'తెలుగు','integrated':![],'dic':![],'deepl':![]},'th':{'name':'Thai','id':'th','ownlang':'ภาษาไทย','integrated':![],'dic':![],'deepl':![]},'tr':{'name':'Turkish','id':'tr','ownlang':'Türkçe','integrated':!![],'dic':![],'deepl':![]},'uk':{'name':'Ukrainian','id':'uk','ownlang':'Yкраїнський','integrated':!![],'dic':![],'deepl':![]},'ur':{'name':'Urdu','id':'ur','ownlang':'اُردُو','integrated':![],'dic':![],'deepl':![]},'uz':{'name':'Uzbek','id':'uz','ownlang':'اوزبیک','integrated':![],'dic':![],'deepl':![]},'vi':{'name':'Vietnamese','id':'vi','ownlang':'Tiếng\x20Việt\x20Nam','integrated':![],'dic':![],'deepl':![]},'cy':{'name':'Welsh','id':'cy','ownlang':'Cymraeg','integrated':![],'dic':![],'deepl':![]},'xh':{'name':'Xhosa','id':'xh','ownlang':'Xhosa','integrated':![],'dic':![],'deepl':![]},'yi':{'name':'Yiddish','id':'yi','ownlang':'ייִדיש\x20ייִדיש‬','integrated':![],'dic':![],'deepl':![]},'yo':{'name':'Yoruba','id':'yo','ownlang':'Èdè\x20Yorùbá','integrated':![],'dic':![],'deepl':![]},'zu':{'name':'Zulu','id':'zu','ownlang':'Zulu','integrated':![],'dic':![],'deepl':![]}};var da=setInterval(()=>{var db=document['querySelector']('html')['lang'];if(db){clearInterval(da);BDFDB['languages']['$discord']['name']='Discord\x20('+BDFDB['languages'][db]['name']+')';BDFDB['languages']['$discord']['id']=BDFDB['languages'][db]['id'];BDFDB['languages']['$discord']['ownlang']=BDFDB['languages'][db]['ownlang'];}},0x64);BDFDB['getDiscordBuilt']=function(){if(BDFDB['getDiscordBuilt']['built'])return BDFDB['getDiscordBuilt']['built'];else{var dc=null;try{dc=require(require('electron')['remote']['app']['getAppPath']()+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dd){try{dc=require(require('electron')['remote']['app']['getAppPath']()['replace']('app.asar','')+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(de){var df=BDFDB['getDiscordVersion']();if(df){df=df['split']('.');if(df['length']==0x3&&!isNaN(df=parseInt(df[0x2])))dc=df>0x12c?'stable':da>0xc8?'canary':'ptb';else dc='stable';}else dc='stable';}}BDFDB['getDiscordBuilt']['built']=dc;return dc;}};BDFDB['getDiscordVersion']=function(){if(BDFDB['getDiscordBuilt']['version'])return BDFDB['getDiscordBuilt']['version'];else{var dg=null;try{dg=require('electron')['remote']['app']['getVersion']();}catch(dh){dh='';}BDFDB['getDiscordBuilt']['version']=dg;return dg;}};BDFDB['getDiscordLanguage']=function(){var di=document['querySelector']('html')['lang']||'en-US';var dj=di['split']('-');var dk=dj[0x0];var dl=dj[0x1]||'';di=dl&&dk['toUpperCase']()!==dl['toUpperCase']()?dk+'-'+dl:dk;return BDFDB['languages'][di]||BDFDB['languages']['en-US'];};BDFDB['getDiscordTheme']=function(){return document['querySelectorAll'](BDFDB['dotCN']['themelight'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['themedark'])['length']?BDFDB['disCN']['themelight']:BDFDB['disCN']['themedark'];};BDFDB['getDiscordMode']=function(){return document['querySelectorAll'](BDFDB['dotCN']['messagegroupcompact'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['messagegroupcozy'])['length']?'compact':'cozy';};BDFDB['getDiscordZoomFactor']=function(){var dm=BDFDB['getRects'](document['body']['firstElementChild']);var dn=Math['round'](0x64*window['outerWidth']/dm['width']);var dp=Math['round'](0x64*window['outerHeight']/dm['height']);return dndr['startsWith']('__reactInternalInstance'))];};BDFDB['getReactValue']=function(ds,dt){if(!ds||!dt)return null;let du=Node['prototype']['isPrototypeOf'](ds)?BDFDB['getReactInstance'](ds):ds;if(!BDFDB['isObject'](du))return null;let dv=du;for(let dw of dt['split']('.')['filter'](dx=>dx)){dv=dv[dw];if(dv==undefined)return null;}return dv;};BDFDB['getOwnerInstance']=function(dy){if(dy===undefined)return null;if(!dy['node']&&!dy['instance']||!dy['name']&&(!dy['props']||!Array['isArray'](dy['props'])))return null;var dz=dy['instance']||BDFDB['getReactInstance'](dy['node']);if(!dz)return null;dy['name']=dy['name']&&!Array['isArray'](dy['name'])?Array['of'](dy['name']):dy['name'];var dA=-0x1;var dB=dy['depth']===undefined?0xf:dy['depth'];var dC=dy['up']===undefined?![]:dy['up'];var dD=performance['now']();var dE=dy['time']===undefined?0x96:dy['time'];var dF=dC?{'return':!![],'sibling':!![]}:{'child':!![],'sibling':!![]};var dG={};var dH=dK(dz);if(dy['all']){for(let dI in dG){if(dy['group'])for(let dz in dG[dI])delete dG[dI][dz]['BDFDBreactSearch'];else delete dG[dI]['BDFDBreactSearch'];}return dG;}else return dH;function dK(dz){dA++;if(!dz||Node['prototype']['isPrototypeOf'](dz)||BDFDB['getReactInstance'](dz)||dA>dB||performance['now']()-dD>dE)dN=null;else{var dM=Object['getOwnPropertyNames'](dz);var dN=null;for(let dO=0x0;dN==null&&dOdz['type']['displayName']===dR['split']('\x20')[0x0]||dz['type']['name']===dR['split']('\x20')[0x0])||dy['props']&&dy['props']['every'](dS=>dz['stateNode'][dS]!==undefined))||dy['defaultProps']&&dy['defaultProps']['every'](dT=>dz['stateNode'][dT]!==undefined)){if(dy['all']===undefined||!dy['all'])dN=dz['stateNode'];else if(dy['all']){if(dy['noCopies']===undefined||!dy['noCopies']||dy['noCopies']&&!dz['stateNode']['BDFDBreactSearch']){dz['stateNode']['BDFDBreactSearch']=!![];if(dy['group']){if(dy['name']&&dz['type']&&(dz['type']['displayName']||dz['type']['name'])){var dU='Default';for(let dV of dy['name'])if(dz['type']['displayName']===dV['split']('\x20')[0x0]||dz['type']['name']===dV['split']('\x20')[0x0]){dU=dV;break;}if(typeof dG[dU]=='undefined')dG[dU]={};BDFDB['pushToObject'](dG[dU],dz['stateNode']);}}else BDFDB['pushToObject'](dG,dz['stateNode']);}}}if(dN==null&&(typeof dQ==='object'||typeof dQ==='function')&&dF[dP])dN=dK(dQ);}}dA--;return dN;}};BDFDB['getKeyInformation']=function(dW){if(dW===undefined)return null;if(!dW['node']&&!dW['instance']||!dW['key'])return null;var dX=dW['instance']||BDFDB['getReactInstance'](dW['node']);if(!dX)return null;var dY=-0x1;var dZ=dW['depth']===undefined?0xf:dW['depth'];var e0=performance['now']();var e1=dW['time']===undefined?0x96:dW['time'];var e2={'props':!![],'state':!![],'stateNode':!![],'refs':!![],'updater':!![],'prototype':!![],'type':!![],'children':dW['up']?![]:!![],'type':!![],'memoizedProps':!![],'memoizedState':!![],'child':dW['up']?![]:!![],'return':dW['up']?!![]:![],'sibling':dW['up']?![]:!![],'firstEffect':!![]};if(typeof dW['whitelist']==='object')Object['assign'](e2,dW['whiteList']);var e3=typeof dW['blackList']==='object'?dW['blackList']:{};var e4=[];var e5=e6(dX);if(dW['all'])return e4;else return e5;function e6(dX){dY++;if(!dX||Node['prototype']['isPrototypeOf'](dX)||BDFDB['getReactInstance'](dX)||dY>dZ||performance['now']()-e0>e1)e9=null;else{var e8=Object['getOwnPropertyNames'](dX);var e9=null;for(let ea=0x0;e9==null&&eaej['default']=eh},[eg])['default']:window['webpackJsonp']['push']([[],{[eg]:(el,em,eh)=>el['exports']=eh},[[eg]]]);delete eh['m'][eg];delete eh['c'][eg];BDFDB['WebModules']['find']['req']=eh;}for(let eo in BDFDB['WebModules']['find']['req']['c']){if(BDFDB['WebModules']['find']['req']['c']['hasOwnProperty'](eo)){var ep=BDFDB['WebModules']['find']['req']['c'][eo]['exports'];if(ep&&ep['__esModule']&&ep['default']&&ef(ep['default']))return ep['default'];if(ep&&ef(ep))return ep;}}};BDFDB['WebModules']['cachedData']={'prop':{},'name':{},'proto':{}};BDFDB['WebModules']['findByProperties']=function(eq){eq=Array['isArray'](eq)?eq:Array['from'](arguments);var er=JSON['stringify'](eq);if(BDFDB['WebModules']['cachedData']['prop'][er])return BDFDB['WebModules']['cachedData']['prop'][er];else{var es=BDFDB['WebModules']['find'](es=>eq['every'](eu=>es[eu]!==undefined));if(es){BDFDB['WebModules']['cachedData']['prop'][er]=es;return es;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',er+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByName']=function(ev){var ew=JSON['stringify'](ev);if(BDFDB['WebModules']['cachedData']['name'][ew])return BDFDB['WebModules']['cachedData']['name'][ew];else{var ex=BDFDB['WebModules']['find'](ex=>ex['displayName']===ev);if(ex){BDFDB['WebModules']['cachedData']['name'][ew]=ex;return ex;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',ew+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByPrototypes']=function(ez){ez=Array['isArray'](ez)?ez:Array['from'](arguments);var eA=JSON['stringify'](ez);if(BDFDB['WebModules']['cachedData']['proto'][eA])return BDFDB['WebModules']['cachedData']['proto'][eA];else{var eB=BDFDB['WebModules']['find'](eB=>eB['prototype']&&ez['every'](eD=>eB['prototype'][eD]!==undefined));if(eB){BDFDB['WebModules']['cachedData']['proto'][eA]=eB;return eB;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eA+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['patchtypes']=['before','instead','after'];BDFDB['WebModules']['patchmap']={'BannedCard':'BannedUser','EmojiPicker':'FluxContainer(EmojiPicker)','InviteCard':'InviteRow','Guild':'DropTarget(DragSource(FluxContainer(Guild)))','PopoutContainer':'Popout','MemberCard':'Member','TypingUsers':'FluxContainer(TypingUsers)'};BDFDB['WebModules']['notfindablemodules']={'AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','Message':'message','MessageOptionPopout':'optionpopout','MessageUsername':'messageusername','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['WebModules']['patch']=function(eE,eF,eG,eH){if(!eE||!eF||!eG||!Object['keys'](eH)['some'](eI=>BDFDB['WebModules']['patchtypes']['includes'](eI)))return null;const eJ=(typeof eG==='string'?eG:eG['name'])['toLowerCase']();const eK=(eL,eM)=>(...eN)=>{try{return eL(...eN);}catch(eO){console['error']('Error\x20occurred\x20in\x20'+eM,eO);}};if(!eE['BDFDBpatch'])eE['BDFDBpatch']={};eF=Array['isArray'](eF)?eF:Array['of'](eF);for(let eP of eF){if(!eE[eP])eE[eP]=()=>{};const eQ=eE[eP];if(!eE['BDFDBpatch'][eP]){eE['BDFDBpatch'][eP]={};for(let eR of BDFDB['WebModules']['patchtypes'])eE['BDFDBpatch'][eP][eR]={};eE['BDFDBpatch'][eP]['originalMethod']=eQ;eE[eP]=function(){const eS={'thisObject':this,'methodArguments':arguments,'originalMethod':eQ,'originalMethodName':eP,'callOriginalMethod':()=>eS['returnValue']=eS['originalMethod']['apply'](eS['thisObject'],eS['methodArguments'])};if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']){if(!BDFDB['isObjectEmpty'](eE['BDFDBpatch'][eP]['before']))for(let eT in BDFDB['sortObject'](eE['BDFDBpatch'][eP]['before'])){eK(eE['BDFDBpatch'][eP]['before'][eT],'`before`\x20callback\x20of\x20'+eE[eP]['displayName'])(eS);}if(BDFDB['isObjectEmpty'](eE['BDFDBpatch'][eP]['instead']))eS['callOriginalMethod']();else for(let eU in BDFDB['sortObject'](eE['BDFDBpatch'][eP]['instead'])){const eV=eK(eE['BDFDBpatch'][eP]['instead'][eU],'`instead`\x20callback\x20of\x20'+eE[eP]['displayName'])(eS);if(eV!==undefined)eS['returnValue']=eV;}if(!BDFDB['isObjectEmpty'](eE['BDFDBpatch'][eP]['after']))for(let eW in BDFDB['sortObject'](eE['BDFDBpatch'][eP]['after'])){eK(eE['BDFDBpatch'][eP]['after'][eW],'`after`\x20callback\x20of\x20'+eE[eP]['displayName'])(eS);}}else eS['callOriginalMethod']();return eS['returnValue'];};}for(let eX of BDFDB['WebModules']['patchtypes'])if(typeof eH[eX]=='function')eE['BDFDBpatch'][eP][eX][eJ]=eH[eX];}const eY=()=>{BDFDB['WebModules']['unpatch'](eE,eF,eG);};if(eG&&typeof eG=='object'){if(!Array['isArray'](eG['patchCancels']))eG['patchCancels']=[];eG['patchCancels']['push'](eY);}return eY;};BDFDB['WebModules']['unpatch']=function(eZ,f0,f1){if(!eZ||!eZ['BDFDBpatch'])return;const f2=!f1?null:(typeof f1==='string'?f1:f1['name'])['toLowerCase']();f0=Array['isArray'](f0)?f0:Array['of'](f0);for(let f3 of f0){if(eZ[f3]&&eZ['BDFDBpatch'][f3]){for(let f4 of BDFDB['WebModules']['patchtypes']){if(f2)delete eZ['BDFDBpatch'][f3][f4][f2];else delete eZ['BDFDBpatch'][f3][f4];}var f5=!![];for(let f4 of BDFDB['WebModules']['patchtypes'])if(!BDFDB['isObjectEmpty'](eZ['BDFDBpatch'][f3][f4]))f5=![];if(f5){eZ[f3]=eZ['BDFDBpatch'][f3]['originalMethod'];delete eZ['BDFDBpatch'][f3];if(BDFDB['isObjectEmpty'](eZ['BDFDBpatch']))delete eZ['BDFDBpatch'];}}}};BDFDB['WebModules']['unpatchall']=function(f7){if(BDFDB['isObject'](f7)&&Array['isArray'](f7['patchCancels']))for(let f8 of f7['patchCancels'])f8();};BDFDB['WebModules']['forceAllUpdates']=function(f9,fa){fa=fa&&BDFDB['WebModules']['patchmap'][fa]?BDFDB['WebModules']['patchmap'][fa]+'\x20'+fa:fa;if(BDFDB['isObject'](f9)&&BDFDB['isObject'](f9['patchModules'])&&(!fa||f9['patchModules'][fa])){const fb=document['querySelector'](BDFDB['dotCN']['app']);const fc=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fb){var fd=[];for(let fe in f9['patchModules']){var ff=Array['isArray'](f9['patchModules'][fe])?f9['patchModules'][fe]:Array['of'](f9['patchModules'][fe]);if(ff['includes']('componentDidUpdate')||ff['includes']('componentDidMount')||ff['includes']('render'))fd['push'](fe);}fd=fa?fd['filter'](fg=>fg==fa):fd;if(fd['length']>0x0){const fh=BDFDB['getOwnerInstance']({'node':fb,'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fh)for(let fj in fh[fe])BDFDB['WebModules']['initiateProcess'](f9,fh[fe][fj],fe,['componentDidUpdate','componentDidMount','render']);if(fc){const fk=BDFDB['getOwnerInstance']({'node':fc,'name':fd,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fe in fk)for(let fj in fk[fe])BDFDB['WebModules']['initiateProcess'](f9,fk[fe][fj],fe,['componentDidUpdate','componentDidMount','render']);}}}}};BDFDB['WebModules']['patchModules']=function(fn){if(BDFDB['isObject'](fn)&&BDFDB['isObject'](fn['patchModules'])){for(let fo in fn['patchModules']){var fp=BDFDB['WebModules']['patchmap'][fo];if(fp){fn['patchModules'][fp+'\x20'+fo]=fn['patchModules'][fo];delete fn['patchModules'][fo];if(!BDFDB['WebModules']['notfindablemodules'][fo])fs(BDFDB['WebModules']['findByName'](fp),fp+'\x20'+fo);}else if(!BDFDB['WebModules']['notfindablemodules'][fo])fs(BDFDB['WebModules']['findByName'](fo),fo);}for(let fo in BDFDB['WebModules']['notfindablemodules']){var fr=BDFDB['WebModules']['patchmap'][fo]?BDFDB['WebModules']['patchmap'][fo]+'\x20'+fo:fo;if(BDFDB['DiscordClasses'][BDFDB['WebModules']['notfindablemodules'][fo]]&&fn['patchModules'][fr])fz(BDFDB['WebModules']['notfindablemodules'][fo],fr);}function fs(ft,fo){if(ft){var fr=fo['split']('\x20')[0x0];ft=ft['displayName']==fr?ft:BDFDB['getOwnerInstance']({'instance':ft,'name':fr,'up':!![]});if(ft){var fw=ft['_reactInternalFiber']&&ft['_reactInternalFiber']['type']?ft['_reactInternalFiber']['type']:ft;var fx={};fx[fn['name']=='$BDFDB'?'before':'after']=fy=>{if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])BDFDB['WebModules']['initiateProcess'](fn,fy['thisObject'],fo,[fy['originalMethodName']]);};BDFDB['WebModules']['patch'](fw['prototype'],fn['patchModules'][fo],fn,fx);}}}function fz(fA,fo){var fC=BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN'][fA]));if(fJ(fC,fo))fs(fC,fo);else{var fD=![],fE=new MutationObserver(fF=>{fF['forEach'](fG=>{fG['addedNodes']['forEach'](fH=>{var fI=null;if(!fD&&fH['tagName']&&(fI=BDFDB['containsClass'](fH,BDFDB['disCN'][fA])?fH:fH['querySelector'](BDFDB['dotCN'][fA]))!=null){fC=BDFDB['getReactInstance'](fI);if(fJ(fC,fo)){fD=!![];fE['disconnect']();fs(fC,fo);BDFDB['WebModules']['forceAllUpdates'](fn,fo);}}});});});BDFDB['addObserver'](fn,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fE,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fJ(fK,fo){return fK&&(fo!='V2C_PluginCard'&&fo!='V2C_ThemeCard'||fo=='V2C_PluginCard'&&BDFDB['checkWhichRepoPage']()=='plugins'||fo=='V2C_ThemeCard'&&BDFDB['checkWhichRepoPage']()=='themes');}}};BDFDB['WebModules']['initiateProcess']=function(fM,fN,fO,fP){if(fM&&typeof fM=='object'&&fN){fO=(fO['split']('\x20')[0x1]||fO)['replace'](/[^A-z0-9]|_/g,'');fO=fO[0x0]['toUpperCase']()+fO['slice'](0x1);if(typeof fM['process'+fO]=='function'){var fQ=BDFDB['React']['findDOMNodeSafe'](fN);if(fQ)fM['process'+fO](fN,fQ,fP);else setImmediate(()=>{fQ=BDFDB['React']['findDOMNodeSafe'](fN);if(fQ)fM['process'+fO](fN,fQ,fP);});}}};var fR=BDFDB['WebModules']['findByProperties']('createElement','cloneElement');var fS=BDFDB['WebModules']['findByProperties']('render','findDOMNode');if(fR&&fS){BDFDB['React']=Object['assign']({},fR,fS);BDFDB['React']['findDOMNodeSafe']=function(fT){if(!fT||!fT['updater']||typeof fT['updater']['isMounted']!=='function'||!fT['updater']['isMounted'](fT))return null;return fS['findDOMNode'](fT);};};BDFDB['addOnSwitchListener']=function(fU){if(typeof fU['onSwitch']==='function'){BDFDB['removeOnSwitchListener'](fU);var fV=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20+\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(fV){var fW=new MutationObserver(fX=>{fX['forEach'](fY=>{if(fY['target']&&BDFDB['containsClass'](fY['target'],BDFDB['disCN']['nochannel']))fU['onSwitch']();});});var fZ=fV['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(fZ)fW['observe'](fZ,{'attributes':!![]});fU['onSwitchFix']=new MutationObserver(g0=>{g0['forEach'](g1=>{if(g1['addedNodes']){g1['addedNodes']['forEach'](g2=>{if(BDFDB['containsClass'](g2,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))fW['observe'](g2,{'attributes':!![]});});}});});fU['onSwitchFix']['observe'](fV,{'childList':!![]});}}};BDFDB['removeOnSwitchListener']=function(g3){if(typeof g3['onSwitch']==='function'&&BDFDB['isObject'](g3['onSwitchFix'])){g3['onSwitchFix']['disconnect']();delete g3['onSwitchFix'];}};BDFDB['addContextListener']=function(g4){for(let g5 of['User','Guild','Channel','GroupDM','Message','Native','UserSettingsCog']){if(typeof g4['on'+g5+'Context']==='function'||typeof g4['on'+g5+'ContextMenu']==='function'){var g6=BDFDB['WebModules']['findByName'](g5=='GroupDM'?'FluxContainer(GroupDMContextMenu)':g5+'ContextMenu');if(g6&&g6['prototype'])BDFDB['WebModules']['patch'](g6['prototype'],'componentDidMount',g4,{'after':g7=>{var g8=g5=='GroupDM'?g7['thisObject']['_reactInternalFiber']['child']['child']['stateNode']:BDFDB['React']['findDOMNodeSafe'](g7['thisObject']);if(g8){if(typeof g4['on'+g5+'Context']==='function')g4['on'+g5+'Context'](g7['thisObject'],g8);if(typeof g4['on'+g5+'ContextMenu']==='function')g4['on'+g5+'ContextMenu'](g7['thisObject'],g8);BDFDB['initElements'](g8,g4);BDFDB['updateContextPosition'](g8);}}});}}};BDFDB['addSettingsButtonListener']=function(g9){if(BDFDB['isBDv2']()&&typeof g9['getSettingsPanel']==='function'){BDFDB['removeSettingsButtonListener'](g9);BDFDB['appendSettingsButton'](g9);var ga=document['querySelector']('.bd-content-region\x20>\x20.bd-content');if(ga){g9['settingsButtonObserver']=new MutationObserver(gb=>{gb['forEach'](gc=>{if(gc['addedNodes']){gc['addedNodes']['forEach'](gd=>{if(gd['tagName']&&BDFDB['containsClass'](gd,'active'))BDFDB['appendSettingsButton'](g9);});}});});g9['settingsButtonObserver']['observe'](ga,{'childList':!![]});}}};BDFDB['appendSettingsButton']=function(ge){var gf=document['querySelector'](BDFDB['dotCN']['_bdv2Card']+'[data-plugin-id='+ge['id']+']');if(gf){var gg=BDFDB['htmlToElement']('');gf['insertBefore'](gg,gf['querySelector'](BDFDB['d']['_bdv2Button']));gg['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Settings',gg,{'type':'top'});BDFDB['addClass'](gg,BDFDB['disCN']['_bdv2TooltipOpen']);});gg['addEventListener']('mouseleave',()=>{BDFDB['removeClass'](gg,BDFDB['disCN']['_bdv2TooltipOpen']);});gg['addEventListener']('click',()=>{var gh=BDFDB['htmlToElement'](''+ge['name']+'\x20Settings');var gi=ge['getSettingsPanel']();gh['querySelector'](BDFDB['dotCN']['modalsubinner'])['appendChild'](typeof gi=='string'?BDFDB['htmlToElement'](gi):gi);if(typeof ge['onSettingsClosed']==='function')BDFDB['addChildEventListener'](gh,'click',BDFDB['dotCNC']['modalclose']+BDFDB['dotCN']['backdrop'],()=>{ge['onSettingsClosed']();});BDFDB['appendModal'](gh);});}};BDFDB['removeSettingsButtonListener']=function(gj){if(BDFDB['isBDv2']()&&typeof gj['settingsButtonObserver']==='object'){BDFDB['removeEles']('.bd-card[data-plugin-id='+gj['id']+']\x20.DevilBro-settingsbutton');gj['settingsButtonObserver']['disconnect']();delete gj['settingsButtonObserver'];}};var gk=BDFDB['WebModules']['findByProperties']('Messages')['Messages'];BDFDB['LanguageStrings']=new Proxy(gk,{'get':function(gl,gm){if(!gl[gm])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gm+'\x20not\x20found\x20in\x20BDFDB.LanguageStrings');else{var gn=typeof gl[gm]=='object'?gl[gm]['format'](Object['assign']({},BDFDB['LanguageStringsVars'])):gl[gm];if(typeof gn=='string')return gn;else if(Array['isArray'](gn)){var go='';for(let gp of gn){if(typeof gp=='string')go+=BDFDB['encodeToHTML'](gp);else if(BDFDB['isObject'](gp)&&gp['props'])go+='<'+gp['type']+'>'+BDFDB['encodeToHTML'](gp['props']['children'][0x0]['toString']())+'';}return go;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gm+'\x20could\x20not\x20be\x20parsed\x20from\x20BDFDB.LanguageStrings');}}});BDFDB['LanguageStringsVars']={};for(let gq in BDFDB['WebModules']['findByProperties']('Messages')['Messages']){try{BDFDB['LanguageStrings'][gq];}catch(gr){let gs=gr['toString']()['split']('for:\x20')[0x1];if(gs&&typeof gs=='string')BDFDB['LanguageStringsVars'][gs]='{{'+gs['toLowerCase']()+'}}';}};BDFDB['equals']=function(gt,gu,gv){var gw=-0x1;if(gv===undefined||typeof gv!=='boolean')gv=![];return gx(gt,gu);function gx(gy,gz){gw++;var gA=!![];if(gw>0x3e8)gA=null;else{if(typeof gy!==typeof gz)gA=![];else if(typeof gy==='undefined')gA=!![];else if(typeof gy==='symbol')gA=!![];else if(typeof gy==='boolean')gA=gy==gz;else if(typeof gy==='string')gA=gy==gz;else if(typeof gy==='number'){if(isNaN(gy)||isNaN(gz))gA=isNaN(gy)==isNaN(gz);else gA=gy==gz;}else if(!gy&&!gz)gA=!![];else if(!gy||!gz)gA=![];else if(typeof gy==='function'||typeof gy==='object'){var gB=Object['getOwnPropertyNames'](gy);var gC=Object['getOwnPropertyNames'](gz);if(gB['length']!==gC['length'])gA=![];else for(let gD=0x0;gA===!![]&&gDgP['length']?gR:gP['length'];};BDFDB['readServerList']=function(){var gS=[],gT=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'Guild','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let gU in gT)if(gT[gU]['props']&&gT[gU]['props']['guild']&&gT[gU]['_reactInternalFiber']['child'])gS['push'](Object['assign'](new gT[gU]['props']['guild']['constructor'](gT[gU]['props']['guild']),{'div':gT[gU]['_reactInternalFiber']['child']['stateNode'],'instance':gT[gU]}));return gS;};BDFDB['readUnreadServerList']=function(gV){var gW=[];for(let gX of gV===undefined||!Array['isArray'](gV)?BDFDB['readServerList']():gV){let gY=Node['prototype']['isPrototypeOf'](gX)?gX:gX&&gX['div']?gX['div']:null;if(Node['prototype']['isPrototypeOf'](gY)&&(BDFDB['containsClass'](gY,BDFDB['disCN']['guildunread'])||gY['querySelector'](BDFDB['dotCN']['badge'])))gW['push'](gX);}return gW;};BDFDB['getSelectedServer']=function(){var gZ=BDFDB['WebModules']['findByProperties']('getGuilds')['getGuild'](BDFDB['WebModules']['findByProperties']('getLastSelectedGuildId')['getGuildId']());if(gZ)return BDFDB['getServerData'](gZ['id'])||Object['assign'](new gZ['constructor'](gZ),{'div':null,'instance':null});else return null;};BDFDB['getServerID']=function(h0){if(!Node['prototype']['isPrototypeOf'](h0)||!BDFDB['getReactInstance'](h0))return;let h1=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],h0);if(!h1)return;var h2=h1['querySelector']('a');var h3=h2&&h2['href']?h2['href']['split']('/'):null;return h3&&h3['length']>0x3&&!isNaN(parseInt(h3[0x4]))?h3[0x4]['toString']():null;};BDFDB['getServerDiv']=function(h4){if(!h4)return null;if(Node['prototype']['isPrototypeOf'](h4))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],h4);else{let h5=typeof h4=='object'?h4['id']:h4;if(h5)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['guildswrapper']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/'+h5+'\x22]'));}return null;};BDFDB['getServerData']=function(h6){if(!h6)return null;let h7=Node['prototype']['isPrototypeOf'](h6)?BDFDB['getServerID'](h6):typeof h6=='object'?h6['id']:h6;h7=typeof h7=='number'?h7['toFixed']():h7;for(let h8 of BDFDB['readServerList']())if(h8&&h8['id']==h7)return h8;return null;};BDFDB['readChannelList']=function(){var h9=[],ha=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['channels']),'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hb in ha)if(ha[hb]['props']&&!ha[hb]['props']['ispin']&&ha[hb]['props']['channel']&&ha[hb]['_reactInternalFiber']['return'])h9['push'](Object['assign'](new ha[hb]['props']['channel']['constructor'](ha[hb]['props']['channel']),{'div':Node['prototype']['isPrototypeOf'](ha[hb]['_reactInternalFiber']['return']['stateNode'])?ha[hb]['_reactInternalFiber']['return']['stateNode']:ha[hb]['_reactInternalFiber']['child']['child']['stateNode'],'instance':ha[hb]}));return h9;};BDFDB['getSelectedChannel']=function(){var hc=BDFDB['WebModules']['findByProperties']('getChannels')['getChannel'](BDFDB['WebModules']['findByProperties']('getLastSelectedChannelId')['getChannelId']());if(hc)return BDFDB['getChannelData'](hc['id'])||Object['assign'](new hc['constructor'](hc),{'div':null,'instance':null});else return null;};BDFDB['getChannelID']=function(hd){if(!Node['prototype']['isPrototypeOf'](hd)||!BDFDB['getReactInstance'](hd))return;hd=BDFDB['getParentEle'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],hd);if(!hd)return;var he=BDFDB['getKeyInformation']({'node':hd,'key':'channel'});return he?he['id']['toString']():null;};BDFDB['getChannelDiv']=function(hf){if(!hf)return null;let hg=BDFDB['getChannelData'](hf);return hg?hg['div']:null;};BDFDB['getChannelData']=function(hh){if(!hh)return null;let hi=Node['prototype']['isPrototypeOf'](hh)?BDFDB['getChannelID'](hh):typeof hh=='object'?hh['id']:hh;hi=typeof hi=='number'?hi['toFixed']():hi;for(let hj of BDFDB['readChannelList']())if(hj&&hj['id']==hi)return hj;return null;};BDFDB['readDmList']=function(){var hk=[],hl=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hm in hl)if(hl[hm]['props']&&hl[hm]['props']['channel']&&hl[hm]['_reactInternalFiber']['child'])hk['push'](Object['assign'](new hl[hm]['props']['channel']['constructor'](hl[hm]['props']['channel']),{'div':hl[hm]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hl[hm]}));return hk;};BDFDB['getDmID']=function(hn){if(!Node['prototype']['isPrototypeOf'](hn)||!BDFDB['getReactInstance'](hn))return;if(!BDFDB['getParentEle'](BDFDB['dotCN']['dms'],hn))return;let ho=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hn);if(!ho)return;var hp=ho['querySelector']('a');var hq=hp&&hp['href']?hp['href']['split']('/'):null;return hq&&hq['length']>0x3&&!isNaN(parseInt(hq[0x4]))?hq[0x4]['toString']():null;};BDFDB['getDmDiv']=function(hr){if(!hr)return null;if(Node['prototype']['isPrototypeOf'](hr))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hr);else{let hs=typeof hr=='object'?hr['id']:hr;if(hs)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['dms']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/@me/'+hs+'\x22]'));}return null;};BDFDB['getDmData']=function(ht){if(!ht)return null;let hu=Node['prototype']['isPrototypeOf'](ht)?BDFDB['getChannelID'](ht):typeof ht=='object'?ht['id']:ht;hu=typeof hu=='number'?hu['toFixed']():hu;for(let hv of BDFDB['readDmList']())if(hv&&hv['id']==hu)return hv;return null;};BDFDB['clearReadNotifications']=function(hw){if(!hw)return;var hx=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!hx)return;for(let hy of Array['isArray'](hw)?hw:typeof hw=='string'||typeof hw=='number'?Array['of'](hw):Array['from'](hw)){let hz=Node['prototype']['isPrototypeOf'](hy)?BDFDB['getServerID'](hy):hy&&typeof hy=='object'?hy['id']:hy;if(hz)hx['markGuildAsRead'](hz);}};BDFDB['markChannelAsRead']=function(hA){if(!hA)return;var hB=BDFDB['WebModules']['findByProperties']('getOldestUnreadMessageId');var hC=BDFDB['WebModules']['findByProperties']('getAPIBaseURL');var hD=BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes');if(!hB||!hC||!hD)return;for(let hE of Array['isArray'](hA)?hA:typeof hA=='string'||typeof hA=='number'?Array['of'](hA):Array['from'](hA)){let hF=Node['prototype']['isPrototypeOf'](hE)?BDFDB['getChannelID'](hE)||BDFDB['getDmID'](hE):hE&&typeof hE=='object'?hE['id']:hE;if(hF){let hG=hB['getOldestUnreadMessageId'](hF);if(hG)hC['post']({'body':{},'url':hD['Endpoints']['MESSAGES_ACK'](hF,hG)});}}};BDFDB['markGuildAsRead']=function(hH){if(!hH)return;var hI=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!hI)return;for(let hJ of Array['isArray'](hH)?hH:typeof hH=='string'||typeof hH=='number'?Array['of'](hH):Array['from'](hH)){let hK=Node['prototype']['isPrototypeOf'](hJ)?BDFDB['getServerID'](hJ):hJ&&typeof hJ=='object'?hJ['id']:hJ;if(hK)hI['markGuildAsRead'](hK);}};BDFDB['saveAllData']=function(hL,hM,hN){var hO=require('fs'),hP,hQ;if(!BDFDB['isBDv2']()){hQ=typeof hM==='string'?hM:hM['name'];hP=require('path')['join'](BDFDB['getPluginsFolder'](),hQ+'.config.json');}else{hQ=typeof hM==='string'?hM['toLowerCase']():null;var hR=hQ?BDFDB['Plugins'][hQ]?BDFDB['Plugins'][hQ]['contentPath']:null:hM['contentPath'];if(!hR)return;hP=require('path')['join'](hR,'settings.json');}var hS=hO['existsSync'](hP);var hT=!hS?{}:typeof BDFDB['cachedData'][hQ]!=='undefined'?BDFDB['cachedData'][hQ]:BDFDB['readConfig'](hP);hT[hN]=hL;if(BDFDB['isObjectEmpty'](hT[hN]))delete hT[hN];if(BDFDB['isObjectEmpty'](hT)){delete BDFDB['cachedData'][hQ];if(hS)hO['unlinkSync'](hP);}else{BDFDB['cachedData'][hQ]=hT;hO['writeFileSync'](hP,JSON['stringify'](hT,null,'\x09'));}};BDFDB['loadAllData']=function(hU,hV){var hW=require('fs'),hX,hY;if(!BDFDB['isBDv2']()){hY=typeof hU==='string'?hU:hU['name'];hX=require('path')['join'](BDFDB['getPluginsFolder'](),hY+'.config.json');}else{hY=typeof hU==='string'?hU['toLowerCase']():null;var hZ=hY?BDFDB['Plugins'][hY]?BDFDB['Plugins'][hY]['contentPath']:null:hU['contentPath'];if(!hZ)return{};hX=require('path')['join'](hZ,'settings.json');}if(!hW['existsSync'](hX)){delete BDFDB['cachedData'][hY];return{};}var i0=typeof BDFDB['cachedData'][hY]!=='undefined'?BDFDB['cachedData'][hY]:BDFDB['readConfig'](hX);BDFDB['cachedData'][hY]=i0;return i0&&typeof i0[hV]!=='undefined'?i0[hV]:{};};BDFDB['removeAllData']=function(i1,i2){var i3=require('fs'),i4,i5;if(!BDFDB['isBDv2']()){i5=typeof i1==='string'?i1:i1['name'];i4=require('path')['join'](BDFDB['getPluginsFolder'](),i5+'.config.json');}else{i5=typeof i1==='string'?i1['toLowerCase']():null;var i6=i5?BDFDB['Plugins'][i5]?BDFDB['Plugins'][i5]['contentPath']:null:i1['contentPath'];if(!i6)return;i4=require('path')['join'](i6,'settings.json');}var i7=i3['existsSync'](i4);var i8=!i7?{}:typeof BDFDB['cachedData'][i5]!=='undefined'?BDFDB['cachedData'][i5]:BDFDB['readConfig'](i4);delete i8[i2];if(BDFDB['isObjectEmpty'](i8)){delete BDFDB['cachedData'][i5];if(i7)i3['unlinkSync'](i4);}else{BDFDB['cachedData'][i5]=i8;i3['writeFileSync'](i4,JSON['stringify'](i8,null,'\x09'));}};BDFDB['getAllData']=function(i9,ia){if(!BDFDB['isObject'](i9)||!i9['defaults']||!i9['defaults'][ia])return{};var ib=BDFDB['loadAllData'](i9,ia),ic={},id=![];for(let ie in i9['defaults'][ia]){if(ib[ie]==null){ic[ie]=i9['defaults'][ia][ie]['value'];id=!![];}else ic[ie]=ib[ie];}if(id)BDFDB['saveAllData'](ic,i9,ia);return ic;};BDFDB['readConfig']=function(ig){try{return JSON['parse'](require('fs')['readFileSync'](ig));}catch(ih){return{};}};BDFDB['saveData']=function(ii,ij,ik,il){var im=BDFDB['loadAllData'](ik,il);im[ii]=ij;BDFDB['saveAllData'](im,ik,il);};BDFDB['loadData']=function(io,ip,iq){var ir=BDFDB['loadAllData'](ip,iq);var is=ir[io];return is===undefined?null:is;};BDFDB['removeData']=function(it,iu,iv){var iw=BDFDB['loadAllData'](iu,iv);delete iw[it];BDFDB['saveAllData'](iw,iu,iv);};BDFDB['getData']=function(ix,iy,iz){var iA=BDFDB['getAllData'](iy,iz);var iB=iA[ix];return iB===undefined?null:iB;};BDFDB['appendWebScript']=function(iC,iD){if(!iD&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['htmlToElement'](''));iD=iD||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];iD=Node['prototype']['isPrototypeOf'](iD)?iD:document['head'];BDFDB['removeWebScript'](iC,iD);iD['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebScript']=function(iE,iF){iF=iF||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];iF=Node['prototype']['isPrototypeOf'](iF)?iF:document['head'];BDFDB['removeEles'](iF['querySelectorAll']('script[src=\x22'+iE+'\x22]'));};BDFDB['appendWebStyle']=function(iG,iH){if(!iH&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));iH=iH||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iH=Node['prototype']['isPrototypeOf'](iH)?iH:document['head'];BDFDB['removeWebStyle'](iG,iH);iH['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebStyle']=function(iI,iJ){iJ=iJ||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iJ=Node['prototype']['isPrototypeOf'](iJ)?iJ:document['head'];BDFDB['removeEles'](iJ['querySelectorAll']('link[href=\x22'+iI+'\x22]'));};BDFDB['appendLocalStyle']=function(iK,iL,iM){if(!iM&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));iM=iM||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iM=Node['prototype']['isPrototypeOf'](iM)?iM:document['head'];BDFDB['removeLocalStyle'](iK,iM);iM['appendChild'](BDFDB['htmlToElement'](''+iL['replace'](/\t|\r|\n/g,'')+''));};BDFDB['removeLocalStyle']=function(iN,iO){iO=iO||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];iO=Node['prototype']['isPrototypeOf'](iO)?iO:document['head'];BDFDB['removeEles'](iO['querySelectorAll']('style[id=\x22'+iN+'CSS\x22]'));};BDFDB['formatBytes']=function(iP,iQ){iP=parseInt(iP);if(isNaN(iP)||iP<0x0)return'0\x20Bytes';if(iP==0x1)return'1\x20Byte';var iR=Math['floor'](Math['log'](iP)/Math['log'](0x400));return parseFloat((iP/Math['pow'](0x400,iR))['toFixed'](iQ<0x1?0x0:iQ>0x14?0x14:iQ||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][iR];};BDFDB['colorCONVERT']=function(iS,iT,iU){if(!iS)return null;iT=iT===undefined||!iT?iT='RGBCOMP':iT['toUpperCase']();iU=iU===undefined||!iU||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP']['includes'](iU['toUpperCase']())?BDFDB['colorTYPE'](iS):iU['toUpperCase']();if(iT=='RGBCOMP'){switch(iU){case'RGBCOMP':if(iS['length']==0x3)return ju(iS);else if(iS['length']==0x4){var iV=jx(iS['pop']());return ju(iS)['concat'](iV);}case'RGB':return ju(iS['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':var iW=iS['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var iV=jx(iW['pop']());return ju(iW)['concat'](iV);case'HSLCOMP':if(iS['length']==0x3)return BDFDB['colorCONVERT']('hsl('+iS['join'](',')+')','RGBCOMP');else if(iS['length']==0x4){var iV=jx(jg['pop']());return BDFDB['colorCONVERT']('hsl('+jg['join'](',')+')','RGBCOMP')['concat'](iV);}case'HSL':var iZ=jB(iS['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var j0,j1,j2,j3,j4,j5,j6,j7;var j8=iZ[0x0]/0x168,j9=parseInt(iZ[0x1])/0x64,ja=parseInt(iZ[0x2])/0x64;j3=Math['floor'](j8*0x6);j4=j8*0x6-j3;j5=ja*(0x1-j9);j6=ja*(0x1-j4*j9);j7=ja*(0x1-(0x1-j4)*j9);switch(j3%0x6){case 0x0:j0=ja,j1=j7,j2=j5;break;case 0x1:j0=j6,j1=ja,j2=j5;break;case 0x2:j0=j5,j1=ja,j2=j7;break;case 0x3:j0=j5,j1=j6,j2=ja;break;case 0x4:j0=j7,j1=j5,j2=ja;break;case 0x5:j0=ja,j1=j5,j2=j6;break;}return[Math['round'](j0*0xff),Math['round'](j1*0xff),Math['round'](j2*0xff)];case'HSLA':var iZ=iS['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var iV=jx(iZ['pop']());return BDFDB['colorCONVERT']('hsl('+iZ['join'](',')+')','RGBCOMP')['concat'](iV);case'HEX':var jd=/^#([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'](iS);return[parseInt(jd[0x1]+jd[0x1]||jd[0x4],0x10)['toString'](),parseInt(jd[0x2]+jd[0x2]||jd[0x5],0x10)['toString'](),parseInt(jd[0x3]+jd[0x3]||jd[0x6],0x10)['toString']()];default:return null;}}else{var je=iU=='RGBCOMP'?iS:BDFDB['colorCONVERT'](iS,'RGBCOMP',iU);if(je)switch(iT){case'RGB':return'rgb('+ju(je['slice'](0x0,0x3))['join'](',')+')';case'RGBA':je=je['slice'](0x0,0x4);var iV=je['length']==0x4?jx(je['pop']()):0x1;return'rgba('+ju(je)['concat'](iV)['join'](',')+')';case'HSLCOMP':var iV=je['length']==0x4?jx(je['pop']()):null;var iZ=jB(BDFDB['colorCONVERT'](je,'HSL')['replace'](/\s/g,'')['split'](','));return iV?iZ['concat'](iV):iZ;case'HSL':var j0=js(je[0x0]),j1=js(je[0x1]),j2=js(je[0x2]);var jl=Math['max'](j0,j1,j2),jm=Math['min'](j0,j1,j2),jn=jl-jm,j8,j9=jl===0x0?0x0:jn/jl,ja=jl/0xff;switch(jl){case jm:j8=0x0;break;case j0:j8=j1-j2+jn*(j10xff?0xff:j4<0x0?0x0:j4;};function ju(iW){return iW['map'](j4=>{return js(j4);});};function jx(iV){iV=iV['toString']();iV=(iV['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(iV['replace'](/[^0-9\.\-]/g,''));return isNaN(iV)||iV>0x1?0x1:iV<0x0?0x0:iV;};function jz(jA){jA=parseFloat(jA['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(jA)||jA>0x64?0x64:jA<0x0?0x0:jA)+'%';};function jB(iW){let j8=parseFloat(iW['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));j8=isNaN(j8)||j8>0x168?0x168:j8<0x0?0x0:j8;return[j8]['concat'](iW['map'](jE=>{return jz(jE);}));};};BDFDB['colorSETALPHA']=function(jF,jG,jH){var jI=BDFDB['colorCONVERT'](jF,'RGBCOMP');if(jI){jG=jG['toString']();jG=(jG['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jG['replace'](/[^0-9\.\-]/g,''));jG=isNaN(jG)||jG>0x1?0x1:jG<0x0?0x0:jG;jI[0x3]=jG;jH=(jH||BDFDB['colorTYPE'](jK))['toUpperCase']();jH=jH=='HSL'||jH=='RGB'?jH+'A':jH;return BDFDB['colorCONVERT'](jI,jH);}return null;};BDFDB['colorCHANGE']=function(jJ,jK,jL){jK=parseFloat(jK);if(jJ&&typeof jK=='number'&&!isNaN(jK)){var jM=BDFDB['colorCONVERT'](jJ,'RGBCOMP');if(jM){if(parseInt(jK)!==jK){jK=jK['toString']();jK=(jK['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jK['replace'](/[^0-9\.\-]/g,''));jK=isNaN(jK)?0x0:jK;return BDFDB['colorCONVERT']([Math['round'](jM[0x0]*(0x1+jK)),Math['round'](jM[0x1]*(0x1+jK)),Math['round'](jM[0x2]*(0x1+jK))],jL||BDFDB['colorTYPE'](jJ));}else return BDFDB['colorCONVERT']([Math['round'](jM[0x0]+jK),Math['round'](jM[0x1]+jK),Math['round'](jM[0x2]+jK)],jL||BDFDB['colorTYPE'](jJ));}}return null;};BDFDB['colorINV']=function(jN,jO){if(jN){var jP=BDFDB['colorCONVERT'](jN,'RGBCOMP');if(jP)return BDFDB['colorCONVERT']([0xff-jP[0x0],0xff-jP[0x1],0xff-jP[0x2]],jO||BDFDB['colorTYPE'](jN));}return null;};BDFDB['colorCOMPARE']=function(jQ,jR){if(jQ&&jR){jQ=BDFDB['colorCONVERT'](jQ,'RGBCOMP');jR=BDFDB['colorCONVERT'](jR,'RGBCOMP');if(jQ&&jR)return BDFDB['equals'](jQ,jR);}return null;};BDFDB['colorISBRIGHT']=function(jS,jT=0xa0){jS=BDFDB['colorCONVERT'](jS,'RGBCOMP');if(!jS)return![];return parseInt(jT)jY['toString']()['indexOf']('%')==-0x1&&parseFloat(jY)==parseInt(jY));};function jZ(jV){return jV['slice'](0x1,0x3)['every'](k1=>k1['toString']()['indexOf']('%')==k1['length']-0x1);};};BDFDB['setInnerText']=function(k2,k3){if(!k2||!Node['prototype']['isPrototypeOf'](k2))return;var k4=null;for(let k5 of k2['childNodes'])if(k5['nodeType']==Node['TEXT_NODE']){k4=k5;break;}if(k4)k4['textContent']=k3;else{k4=document['createTextNode'](k3);k2['appendChild'](k4);}};BDFDB['getInnerText']=function(k6){if(!k6||!Node['prototype']['isPrototypeOf'](k6))return;for(let k7 of k6['childNodes'])if(k7['nodeType']==Node['TEXT_NODE'])return k7['textContent'];};BDFDB['getParentEle']=function(k8,k9){var ka=null;if(Node['prototype']['isPrototypeOf'](k9)&&k8){var kb=NodeList['prototype']['isPrototypeOf'](k8)?k8:typeof k8=='string'?document['querySelectorAll'](k8):null;if(kb)for(let kc of kb)if(kc['contains'](k9)){ka=kc;break;}}return ka;};BDFDB['getRects']=function(kd){var ke={};if(Node['prototype']['isPrototypeOf'](kd)&&kd['nodeType']!=Node['TEXT_NODE']){var kf=BDFDB['isEleHidden'](kd);if(kf)BDFDB['toggleEles'](kd);ke=kd['getBoundingClientRect']();if(kf)BDFDB['toggleEles'](kd);}return ke;};BDFDB['isEleHidden']=function(kg){if(Node['prototype']['isPrototypeOf'](kg)&&kg['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(kg,null)['getPropertyValue']('display')=='none';};BDFDB['toggleEles']=function(...kh){if(!kh)return;var ki=kh['pop']();if(typeof ki!='boolean'){kh['push'](ki);ki=undefined;}if(!kh['length'])return;for(let kj of kh)for(let kk of Array['isArray'](kj)?kj:Array['of'](kj)){if(!kk){}else if(Node['prototype']['isPrototypeOf'](kk))ko(kk);else if(NodeList['prototype']['isPrototypeOf'](kk))for(let kl of kk)ko(kl);else if(typeof kk=='string')for(let km of kk['split'](','))if(km&&(km=km['trim']()))for(let kl of document['querySelectorAll'](km))ko(kl);}function ko(kp){if(!kp||!Node['prototype']['isPrototypeOf'](kp))return;var kq=ki===undefined?!BDFDB['isEleHidden'](kp):!ki;if(kq)kp['style']['setProperty']('display','none','important');else kp['style']['removeProperty']('display');}};BDFDB['removeEles']=function(...kr){for(let ks of kr)for(let kt of Array['isArray'](ks)?ks:Array['of'](ks)){if(!kt){}else if(Node['prototype']['isPrototypeOf'](kt))kt['remove']();else if(NodeList['prototype']['isPrototypeOf'](kt)){kt=Array['from'](kt);while(kt['length'])kt['shift']()['remove']();}else if(typeof kt=='string')for(let ku of kt['split'](','))if(ku&&(ku=ku['trim']())){let kv=Array['from'](document['querySelectorAll'](ku));while(kv['length'])kv['shift']()['remove']();}}};BDFDB['addClass']=function(kw,...kx){if(!kw||!kx)return;for(let ky of Array['isArray'](kw)?kw:Array['of'](kw)){if(!ky){}else if(Node['prototype']['isPrototypeOf'](ky))kC(ky);else if(NodeList['prototype']['isPrototypeOf'](ky))for(let kz of ky)kC(kz);else if(typeof ky=='string')for(let kA of ky['split'](','))if(kA&&(kA=kA['trim']()))for(let kB of document['querySelectorAll'](kA))kC(kB);}function kC(kD){if(kD&&kD['classList'])for(let kE of kx)if(typeof kE=='string')for(let kF of kE['split']('\x20'))if(kF)kD['classList']['add'](kF);}};BDFDB['removeClass']=function(kG,...kH){if(!kG||!kH)return;for(let kI of Array['isArray'](kG)?kG:Array['of'](kG)){if(!kI){}else if(Node['prototype']['isPrototypeOf'](kI))kM(kI);else if(NodeList['prototype']['isPrototypeOf'](kI))for(let kJ of kI)kM(kJ);else if(typeof kI=='string')for(let kK of kI['split'](','))if(kK&&(kK=kK['trim']()))for(let kL of document['querySelectorAll'](kK))kM(kL);}function kM(kN){if(kN&&kN['classList'])for(let kO of kH)if(typeof kO=='string')for(let kP of kO['split']('\x20'))if(kP)kN['classList']['remove'](kP);}};BDFDB['toggleClass']=function(kQ,...kR){if(!kQ||!kR)return;var kS=kR['pop']();if(typeof kS!='boolean'){kR['push'](kS);kS=undefined;}if(!kR['length'])return;for(let kT of Array['isArray'](kQ)?kQ:Array['of'](kQ)){if(!kT){}else if(Node['prototype']['isPrototypeOf'](kT))kX(kT);else if(NodeList['prototype']['isPrototypeOf'](kT))for(let kU of kT)kX(kU);else if(typeof kT=='string')for(let kV of kT['split'](','))if(kV&&(kV=kV['trim']()))for(let kW of document['querySelectorAll'](kV))kX(kW);}function kX(kY){if(kY&&kY['classList'])for(let kZ of kR)if(typeof kZ=='string')for(let l0 of kZ['split']('\x20'))if(l0)kY['classList']['toggle'](l0,kS);}};BDFDB['containsClass']=function(l1,...l2){if(!l1||!l2)return;var l3=l2['pop']();if(typeof l3!='boolean'){l2['push'](l3);l3=!![];}if(!l2['length'])return;var l4=undefined;for(let l5 of Array['isArray'](l1)?l1:Array['of'](l1)){if(!l5){}else if(Node['prototype']['isPrototypeOf'](l5))l9(l5);else if(NodeList['prototype']['isPrototypeOf'](l5))for(let l6 of l5)l9(l6);else if(typeof l5=='string')for(let l7 of l5['split'](','))if(l7&&(l7=l7['trim']()))for(let l8 of document['querySelectorAll'](l7))l9(l8);}return l4;function l9(la){if(la&&la['classList'])for(let lb of l2)if(typeof lb=='string')for(let lc of lb['split']('\x20'))if(lc){if(l4===undefined)l4=l3;if(l3&&!la['classList']['contains'](lc))l4=![];if(!l3&&la['classList']['contains'](lc))l4=!![];}}};BDFDB['removeClasses']=function(...ld){for(let le of ld)for(let lf of Array['isArray'](le)?le:Array['of'](le)){if(!lf){}else if(typeof lf=='string')for(let lg of lf['split'](','))if(lg&&(lg=lg['replace'](/\.|\s/g,'')))BDFDB['removeClass'](document['querySelectorAll']('.'+lg),lg);}};BDFDB['htmlToElement']=function(lh){if(!lh||!lh['trim']())return null;let li=document['createElement']('template');li['innerHTML']=lh['replace'](/\t|\n|\r/g,'');if(li['content']['childElementCount']==0x1)return li['content']['firstElementChild'];else{var lj=document['createElement']('span');var lk=Array['from'](li['content']['childNodes']);while(lk['length'])lj['appendChild'](lk['shift']());return lj;}};BDFDB['encodeToHTML']=function(ll){var lm=document['createElement']('div');lm['innerText']=ll;return lm['innerHTML'];};BDFDB['regEscape']=function(ln){return ln['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['insertNRST']=function(lo){return lo['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['triggerSend']=function(lp){if(!lp)return;setImmediate(()=>{var lq=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](lq,'keyCode',{'value':0xd});Object['defineProperty'](lq,'which',{'value':0xd});lp['dispatchEvent'](lq);});};BDFDB['initElements']=function(lr,ls){if(!Node['prototype']['isPrototypeOf'](lr))return;var lt=BDFDB['WebModules']['findByProperties']('spring');var lu=BDFDB['getDiscordTheme']()==BDFDB['disCN']['themelight'];var lv=BDFDB['getLibraryStrings']();lr['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](lw=>{mo(lw,![]);mJ(lw,'click',lx=>{mo(lw,!![]);});});lr['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](ly=>{my(ly,![]);mJ(ly,'click',lz=>{my(ly,!![]);});});lr['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](lA=>{mC(lA);mJ(lA,'click',lB=>{BDFDB['toggleClass'](lA,BDFDB['disCN']['giffavoriteselected']);mC(lA);});});lr['querySelectorAll']('.file-navigator')['forEach'](lC=>{mJ(lC,'click',lD=>{var lE=lC['querySelector']('input[type=\x22file\x22]');if(lE)lE['click']();});});lr['querySelectorAll']('input[type=\x22file\x22]')['forEach'](lF=>{mJ(lF,'change',lG=>{var lH=lF['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var lI=lF['files'][0x0];if(lH&&lI)lH['value']=lI['path'];});});lr['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](lJ=>{mJ(lJ,'keydown',lK=>{lK['stopPropagation']();});});lr['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](lL=>{lL['setAttribute']('placeholder',lv['search_placeholder']);mJ(lL,'keyup',lM=>{BDFDB['toggleClass'](lL['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible'],lL['value']['length']==0x0);BDFDB['toggleClass'](lL['parentElement']['querySelector'](BDFDB['dotCN']['searchbarclear']),BDFDB['disCN']['searchbarvisible'],lL['value']['length']>0x0);});});lr['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](lN=>{mJ(lN,'click',lO=>{if(BDFDB['containsClass'](lN,BDFDB['disCN']['searchbarvisible'])){var lP=lN['parentElement']['parentElement']['querySelector'](BDFDB['dotCN']['searchbarinput']);lP['value']='';lP['dispatchEvent'](new Event('change'));lP['dispatchEvent'](new Event('input'));lP['dispatchEvent'](new Event('keydown'));lP['dispatchEvent'](new Event('keyup'));lP['dispatchEvent'](new Event('keypressed'));BDFDB['addClass'](lN['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible']);BDFDB['removeClass'](lN,BDFDB['disCN']['searchbarvisible']);}});});lr['querySelectorAll']('.numberinput-button-up')['forEach'](lQ=>{mJ(lQ,'click',lR=>{var lS=lQ['parentElement']['parentElement']['querySelector']('input');var lT=parseInt(lS['getAttribute']('min'));var lU=parseInt(lS['getAttribute']('max'));var lV=parseInt(lS['value'])+0x1;if(isNaN(lU)||!isNaN(lU)&&lV<=lU){BDFDB['addClass'](lQ['parentElement'],'pressed');clearTimeout(lQ['parentElement']['pressedTimeout']);lS['value']=isNaN(lT)||!isNaN(lT)&&lV>=lT?lV:lT;lS['dispatchEvent'](new Event('change'));lS['dispatchEvent'](new Event('input'));lS['dispatchEvent'](new Event('keydown'));lS['dispatchEvent'](new Event('keyup'));lS['dispatchEvent'](new Event('keypressed'));lQ['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](lQ['parentElement'],'pressed');},0xbb8);}});});lr['querySelectorAll']('.numberinput-button-down')['forEach'](lW=>{mJ(lW,'click',lX=>{var lY=lW['parentElement']['parentElement']['querySelector']('input');var lZ=parseInt(lY['getAttribute']('min'));var m0=parseInt(lY['getAttribute']('max'));var m1=parseInt(lY['value'])-0x1;if(isNaN(lZ)||!isNaN(lZ)&&m1>=lZ){BDFDB['addClass'](lW['parentElement'],'pressed');clearTimeout(lW['parentElement']['pressedTimeout']);lY['value']=isNaN(m0)||!isNaN(m0)&&m1<=m0?m1:m0;lY['dispatchEvent'](new Event('change'));lY['dispatchEvent'](new Event('input'));lY['dispatchEvent'](new Event('keydown'));lY['dispatchEvent'](new Event('keyup'));lY['dispatchEvent'](new Event('keypressed'));lW['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](lW['parentElement'],'pressed');},0xbb8);}});});lr['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](m2=>{mG(m2,m2['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==m2?0x2:0x0);mJ(m2,'click',m3=>{BDFDB['removeClass'](lr['querySelectorAll']('.tab-content.open'),'open');m2['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](m2=>{mG(m2,0x0);});var m5=lr['querySelector']('.tab-content[tab=\x22'+m2['getAttribute']('tab')+'\x22]');if(m5)BDFDB['addClass'](m5,'open');mG(m2,0x2);});mJ(m2,'mouseenter',m6=>{if(!BDFDB['containsClass'](m2,BDFDB['disCN']['settingsselected']))mG(m2,0x1);});mJ(m2,'mouseleave',m7=>{if(!BDFDB['containsClass'](m2,BDFDB['disCN']['settingsselected']))mG(m2,0x0);});});lr['querySelectorAll']('.DevilBro-textscrollwrapper')['forEach'](m8=>{var m9=m8['querySelector']('.DevilBro-textscroll');if(m9){if(BDFDB['containsClass'](m8['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))m8['style']['setProperty']('margin-right','10px');if(BDFDB['getRects'](m8)['width']>0x64)m8['style']['setProperty']('text-overflow','ellipsis','important');m8['style']['setProperty']('position','relative','important');m8['style']['setProperty']('display','block','important');m8['style']['setProperty']('overflow','hidden','important');m9['style']['setProperty']('left','0px','important');m9['style']['setProperty']('position','relative','important');m9['style']['setProperty']('white-space','nowrap','important');m9['style']['setProperty']('display','inline','important');var ma,mb;mJ(m8,'mouseenter',mc=>{if(BDFDB['getRects'](m8)['width']{if(BDFDB['containsClass'](m8,'scrolling')){BDFDB['removeClass'](m8,'scrolling');m9['style']['setProperty']('display','inline','important');if(!mb||!ma)me();ma(0x0);}});function me(){mb=new lt['Value'](0x0);mb['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['getRects'](m9)['width']-BDFDB['getRects'](m8)['width'])*-0x1]})['addListener'](mf=>{m9['style']['setProperty']('left',mf['value']+'px','important');});ma=mg=>{var mh=mg+parseFloat(m9['style']['getPropertyValue']('left'))/(BDFDB['getRects'](m9)['width']-BDFDB['getRects'](m8)['width']);mh=isNaN(mh)||!isFinite(mh)?mg:mh;mh*=BDFDB['getRects'](m9)['width']/(BDFDB['getRects'](m8)['width']*0x2);lt['parallel']([lt['timing'](mb,{'toValue':mg,'duration':Math['sqrt'](mh**0x2)*0xfa0/(m8['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['removeClass'](lr['querySelectorAll']('.tab-content'),'open');BDFDB['addClass'](lr['querySelector']('.tab-content'),'open');lr['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mi=>{mi['innerText']=lv['btn_save_text'];});lr['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mj=>{mj['innerText']=lv['btn_cancel_text'];});lr['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mk=>{mk['innerText']=lv['btn_all_text'];});lr['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](ml=>{ml['innerText']=lv['btn_add_text'];});lr['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mm=>{mm['innerText']=lv['btn_ok_text'];});lr['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mn=>{mn['innerText']=lv['file_navigator_text'];});function mo(mp,mq){var mr=mp['checked'];BDFDB['toggleClass'](mp['parentElement'],BDFDB['disCN']['switchvaluechecked'],mr);BDFDB['toggleClass'](mp['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!mr);if(mq&&BDFDB['isObject'](ls)&&BDFDB['containsClass'](mp,'settings-switch')){let ms=mp['getAttribute']('value')['trim']()['split']('\x20')['filter'](mt=>mt);let mu=ms['shift']();if(mu){var mv=BDFDB['loadAllData'](ls,mu);var mw='';for(let mx of ms)mw+='{\x22'+mx+'\x22:';mw+=mr+'}'['repeat'](ms['length']);mw=JSON['parse'](mw);if(BDFDB['isObject'](mw))BDFDB['deepAssign'](mv,mw);else mv=mw;BDFDB['saveAllData'](mv,ls,mu);ls['SettingsUpdated']=!![];}}};function my(mz){var mA=mz['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var mB=mA['querySelector']('polyline');if(mz['checked']){BDFDB['addClass'](mA,BDFDB['disCN']['checkboxchecked']);mA['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');mA['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');mB['setAttribute']('stroke','#ffffff');}else{BDFDB['removeClass'](mA,BDFDB['disCN']['checkboxchecked']);mA['style']['removeProperty']('background-color');mA['style']['removeProperty']('border-color');mB['setAttribute']('stroke','transparent');}};function mC(mD){var mE=BDFDB['containsClass'](mD,BDFDB['disCN']['giffavoriteselected']);var mF=mD['querySelector'](BDFDB['dotCN']['giffavoriteicon']);mF['setAttribute']('name',mE?'FavoriteFilled':'Favorite');mF['innerHTML']=mE?'':'';if(mE){BDFDB['addClass'](mD,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(()=>{BDFDB['removeClass'](mD,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function mG(mH,mI){switch(mI){case 0x0:BDFDB['removeClass'](mH,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](mH,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsitemdefault']);mH['style']['setProperty']('border-color','transparent');mH['style']['setProperty']('color',lu?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['removeClass'](mH,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](mH,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsitemdefault']);mH['style']['setProperty']('border-color',lu?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');mH['style']['setProperty']('color',lu?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['removeClass'](mH,BDFDB['disCN']['settingsnotselected']);BDFDB['removeClass'](mH,BDFDB['disCN']['settingsitemdefault']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsselected']);BDFDB['addClass'](mH,BDFDB['disCN']['settingsitemselected']);mH['style']['setProperty']('border-color',lu?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');mH['style']['setProperty']('color',lu?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function mJ(mK,mL,mM){if(!mK['BDFDBinitElementsListeners'])mK['BDFDBinitElementsListeners']={};if(mK['BDFDBinitElementsListeners'][mL])mK['removeEventListener'](mL,mK['BDFDBinitElementsListeners'][mL]);mK['BDFDBinitElementsListeners'][mL]=mM;mK['addEventListener'](mL,mM);};};BDFDB['appendModal']=function(mN){if(!Node['prototype']['isPrototypeOf'](mN))return;var mO=document['querySelector'](BDFDB['dotCN']['app']+'\x20~\x20[class^=\x22theme\x22]:not([class*=\x22popouts\x22])');if(!mO)return;var mP=mQ=>{if(!document['contains'](mN))document['removeEventListener']('keydown',mP);else if(mQ['which']==0x1b)mN['querySelector'](BDFDB['dotCN']['backdrop'])['click']();};document['addEventListener']('keydown',mP);BDFDB['addChildEventListener'](mN,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok',()=>{document['removeEventListener']('keydown',mP);BDFDB['addClass'](mN,'closing');setTimeout(()=>{mN['remove']();},0x12c);});mO['appendChild'](mN);BDFDB['initElements'](mN);};BDFDB['openConfirmModal']=function(){if(arguments['length']<0x2)return;var mR=arguments[0x0];var mS=arguments[0x1];if(!BDFDB['isObject'](mR)||!mS)return;var mT=typeof arguments[0x2]=='function'?arguments[0x2]:typeof arguments[0x3]=='function'?arguments[0x3]:null;var mU=typeof arguments[0x2]=='string'?arguments[0x2]:'Are\x20you\x20sure?';let mV=BDFDB['htmlToElement'](''+mU+''+mR['name']+''+mS+'\x20');BDFDB['appendModal'](mV);if(typeof mT=='function')mV['querySelector']('.btn-ok')['addEventListener']('click',()=>{setTimeout(()=>{mT();},0x12c);});return mV;};BDFDB['updateContextPosition']=function(mW,mX=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](mW))return;var mY=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var mZ=BDFDB['getRects'](mW);var n0={'pageX':mX['pageX']-mZ['width'],'pageY':mX['pageY']-mZ['height']};mW['style']['setProperty']('left',(mX['pageX']+mZ['width']>mY['width']?n0['pageX']<0x0?0xa:n0['pageX']:mX['pageX'])+'px');mW['style']['setProperty']('top',(mX['pageY']+mZ['height']>mY['height']?n0['pageY']<0x0?0xa:n0['pageY']:mX['pageY'])+'px');BDFDB['initElements'](mW);};BDFDB['appendContextMenu']=function(n1,n2=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](n1))return;var n3=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!n3)return;n3['parentElement']['insertBefore'](n1,n3);var n4=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var n5=BDFDB['getRects'](n1);BDFDB['toggleClass'](n1,'invertX',n2['pageX']+n5['width']>n4['width']);BDFDB['toggleClass'](n1,'invertY',n2['pageY']+n5['height']>n4['height']);BDFDB['toggleClass'](n1,BDFDB['disCN']['contextmenuinvertchildx'],n2['pageX']+n5['width']>n4['width']);BDFDB['addClass'](n1,BDFDB['getDiscordTheme']());BDFDB['updateContextPosition'](n1,n2);var n6=n7=>{if(!document['contains'](n1))document['removeEventListener']('mousedown',n6);else if(!n1['contains'](n7['target'])){document['removeEventListener']('mousedown',n6);n1['remove']();}else{var n8=BDFDB['getParentEle'](BDFDB['dotCN']['contextmenuitem'],n7['target']);if(n8&&!BDFDB['containsClass'](n8,BDFDB['disCN']['contextmenuitemdisabled'],BDFDB['disCN']['contextmenuitemsubmenu'],BDFDB['disCN']['contextmenuitemtoggle'],![])){document['removeEventListener']('mousedown',n6);}}};document['addEventListener']('mousedown',n6);BDFDB['initElements'](n1);};BDFDB['appendSubMenu']=function(n9,na){if(!Node['prototype']['isPrototypeOf'](n9)||!Node['prototype']['isPrototypeOf'](na))return;n9['appendChild'](na);var nb=BDFDB['getRects'](n9);var nc=BDFDB['getRects'](na);na['style']['setProperty']('left',nb['left']+'px');na['style']['setProperty']('top',(nb['top']+nc['height']>window['outerHeight']?nb['top']-nc['height']+nb['height']:nb['top'])+'px');BDFDB['addClass'](na,BDFDB['getDiscordTheme']());var nd=()=>{n9['removeEventListener']('mouseleave',nd);na['remove']();};n9['addEventListener']('mouseleave',nd);BDFDB['initElements'](na);};BDFDB['setContextHint']=function(ne,nf){if(!nf||!Node['prototype']['isPrototypeOf'](ne))return;var ng=ne['querySelector'](BDFDB['dotCN']['contextmenuhint']);if(ng){ne['style']['setProperty']('position','relative','important');ng['innerHTML']=''+BDFDB['encodeToHTML'](nf)+'';if(!BDFDB['containsClass'](ng['previousElementSibling'],'DevilBro-textscrollwrapper')){BDFDB['addClass'](ng['previousElementSibling'],'DevilBro-textscrollwrapper');ng['previousElementSibling']['setAttribute']('speed',0x3);ng['previousElementSibling']['innerHTML']=''+BDFDB['encodeToHTML'](ng['previousElementSibling']['innerText'])+'';}var nh=BDFDB['getRects'](ne)['width']-(parseFloat(getComputedStyle(ne)['paddingLeft'])+parseFloat(getComputedStyle(ne)['paddingRight']));ng['previousElementSibling']['style']['setProperty']('width',nh-0x24+'px','important');ng['previousElementSibling']['style']['setProperty']('max-width',nh-0x24+'px','important');ng['style']['setProperty']('position','absolute','important');ng['style']['setProperty']('top',getComputedStyle(ne)['paddingTop'],'important');ng['style']['setProperty']('right',getComputedStyle(ne)['paddingRight'],'important');ng['style']['setProperty']('width','32px','important');ng['style']['setProperty']('max-width','32px','important');}};BDFDB['openGuildContextMenu']=function(ni,nj=BDFDB['mousePosition']){var nk=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],ni);if(!nk)return;var nl=BDFDB['getReactValue'](nk,'child.child.stateNode.handleContextMenu');if(nl)nl({'target':nk,'preventDefault':nm=>nm,'stopPropagation':nn=>nn,'pageX':nj['pageX'],'pageY':nj['pageY']});};BDFDB['createMessageOptionPopout']=function(no){if(!no)return;var np=document['querySelector'](BDFDB['dotCN']['popouts']);if(!np)return;no=BDFDB['containsClass'](no,BDFDB['disCN']['optionpopoutbutton'])?no:no['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var nq=BDFDB['getReactInstance'](BDFDB['getParentEle'](BDFDB['dotCN']['messagebuttoncontainer'],no));nq=nq&&nq['child']?nq['child']:null;nq=nq&&nq['stateNode']&&typeof nq['stateNode']['renderReactionPopout']=='function'?nq['sibling']:nq;if(nq&&nq['stateNode']&&typeof nq['stateNode']['renderOptionPopout']=='function'){BDFDB['addClass'](no,BDFDB['disCN']['optionpopoutopen']);var nr=BDFDB['htmlToElement']('');np['appendChild'](nr);var ns=nq['stateNode']['renderOptionPopout'](nq['stateNode']['props']);ns['props']['target']=no;ns['props']['onClose']=()=>{BDFDB['removeClass'](no,BDFDB['disCN']['optionpopoutopen']);nr['remove']();};BDFDB['React']['render'](ns,nr);var nt=BDFDB['getRects'](no);nr['style']['setProperty']('left',nt['left']+nt['width']/0x2+'px');nr['style']['setProperty']('top',nt['top']+nt['height']/0x2+'px');var nu=nv=>{document['removeEventListener']('mousedown',nu);if(!nr['contains'](nv['target']))ns['props']['onClose']();};document['addEventListener']('mousedown',nu);}};BDFDB['createSortPopout']=function(nw,nx,ny){if(!nw||!nx||typeof ny!='function'||BDFDB['containsClass'](nw,'popout-open'))return;var nz=document['querySelector'](BDFDB['dotCN']['popouts']);var nA=nw['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!nz||!nA)return;BDFDB['addClass'](nw,'popout-open');var nB=BDFDB['htmlToElement'](nx);var nC=BDFDB['getRects'](nw);nB['style']['setProperty']('left',nC['left']+nC['width']+'px');nB['style']['setProperty']('top',nC['top']+BDFDB['getRects'](nA)['height']+'px');BDFDB['addClass'](nB['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['getDiscordTheme']());BDFDB['addChildEventListener'](nB,'click',BDFDB['dotCN']['contextmenuitem'],nD=>{nA['innerText']=nD['currentTarget']['innerText'];nA['setAttribute']('option',nD['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',nE);nB['remove']();setTimeout(()=>{BDFDB['removeClass'](nw,'popout-open');},0x12c);ny();});nz['appendChild'](nB);var nE=nF=>{if(!document['contains'](nB))document['removeEventListener']('mousedown',nE);else if(!nB['contains'](nF['target'])){document['removeEventListener']('mousedown',nE);nB['remove']();setTimeout(()=>{BDFDB['removeClass'](nw,'popout-open');},0x12c);}};document['addEventListener']('mousedown',nE);};BDFDB['setColorSwatches']=function(nG,nH){if(!Node['prototype']['isPrototypeOf'](nG))return;var nI=nG['querySelector']('.swatches:not([swatchnr])');if(!nI)return;nI['setAttribute']('swatchnr',parseInt(nG['querySelectorAll']('.swatches[swatchnr]')['length']+0x1));var nJ=['rgb(82,233,30)','rgb(46,204,113)','rgb(26,188,156)','rgb(52,152,219)','rgb(52,84,219)','rgb(134,30,233)','rgb(155,89,182)','rgb(233,30,99)','rgb(233,65,30)','rgb(231,76,60)','rgb(230,126,34)','rgb(241,196,15)','rgb(199,204,205)','rgb(112,128,136)','rgb(99,99,99)','rgb(255,255,255)','rgb(59,173,20)','rgb(31,139,76)','rgb(17,128,106)','rgb(32,102,148)','rgb(32,57,148)','rgb(109,20,173)','rgb(113,54,138)','rgb(173,20,87)','rgb(173,32,20)','rgb(153,45,34)','rgb(168,67,0)','rgb(194,124,14)','rgb(151,156,159)','rgb(93,104,109)','rgb(44,44,44)'];nI['appendChild'](BDFDB['htmlToElement'](''+nJ['map']((nK,nL)=>'')['join']('')+''));if(nH&&!BDFDB['colorCOMPARE'](nH,[0x0,0x0,0x0,0x0])){var nM=nJ['indexOf'](BDFDB['colorCONVERT'](nH,'RGB'));nP(nM>-0x1?nI['querySelectorAll']('.ui-color-picker-swatch.small.color')[nM]:nI['querySelector']('.ui-color-picker-swatch.large.custom'),nH,!![]);}else nP(nI['querySelector']('.ui-color-picker-swatch.small.nocolor'),null,!![]);BDFDB['addChildEventListener'](nI,'click','.ui-color-picker-swatch',nN=>{if(BDFDB['containsClass'](nI,'disabled'))return;else if(BDFDB['containsClass'](nN['currentTarget'],'custom')){BDFDB['openColorPicker'](nN['currentTarget']['style']['backgroundColor'])['then'](nO=>{nP(nI['querySelector']('.ui-color-picker-swatch.selected'),null,![]);nP(nI['querySelector']('.ui-color-picker-swatch.custom'),nO,!![]);});}else{nP(nI['querySelector']('.ui-color-picker-swatch.selected'),null,![]);nP(nN['currentTarget'],nN['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});function nP(nQ,nR,nS){if(!nQ)return;if(nS){BDFDB['addClass'](nQ,'selected');if(nR)nQ['style']['setProperty']('border-color',BDFDB['colorINV'](nR,'RGB'),'important');else nQ['style']['removeProperty']('border-color');if(nR&&BDFDB['containsClass'](nQ,'custom')){var nT=BDFDB['colorCONVERT'](nR,'RGBCOMP');nQ['style']['setProperty']('background-color',BDFDB['colorCONVERT'](nR,'RGB'),'important');nQ['querySelector']('.color-picker-dropper-fg')['style']['setProperty']('color',nT[0x0]>0x96&&nT[0x1]>0x96&&nT[0x2]>0x96?'#000':'#FFF','important');}}else{BDFDB['removeClass'](nQ,'selected');nQ['style']['removeProperty']('border-color');}}};BDFDB['getSwatchColor']=function(nU,nV){if(!Node['prototype']['isPrototypeOf'](nU))return;var nW=nU['querySelector']('.swatches[swatchnr=\x22'+nV+'\x22]\x20.ui-color-picker-swatch.selected');return nW?BDFDB['colorCONVERT'](nW['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;};BDFDB['openColorPicker']=function(nX){return new Promise(nY=>{nX=BDFDB['colorCONVERT'](nX,'RGB')||'rgb(0,0,0)';var nZ=BDFDB['getLibraryStrings']();var o0={'HEX':{'type':'text','name':'hex','group':'HEX','min':null,'max':null,'length':0x7,'unit':'','default':'#000000'},'R':{'type':'number','name':'red','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'G':{'type':'number','name':'green','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'B':{'type':'number','name':'blue','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'H':{'type':'number','name':'hue','group':'HSL','min':0x0,'max':0x168,'length':null,'unit':'°','default':0x0},'S':{'type':'number','name':'saturation','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0},'L':{'type':'number','name':'lightness','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0}};var o1=BDFDB['htmlToElement'](''+nZ['colorpicker_modal_header_text']+''+Object['keys'](o0)['map']((o2,o3)=>''+o2+':'+(o0[o2]['type']=='number'?'':'')+''+o0[o2]['unit']+'')['join']('')+'');BDFDB['appendModal'](o1);BDFDB['addChildEventListener'](o1,'click','.btn-ok',()=>{nY(o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected')['style']['getPropertyValue']('background-color'));});BDFDB['addChildEventListener'](o1,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCN']['modalclose'],()=>{nY(null);});var o4='#000000',o5=0x0,o6=0x0,o7=0x0,o8=0x0,o9=0x0,oa=0x0;var ob=o1['querySelector']('.colorpicker-hex');var oc=o1['querySelector']('.colorpicker-hue');var od=o1['querySelector']('.colorpicker-saturation');var oe=o1['querySelector']('.colorpicker-lightness');var of=o1['querySelector']('.colorpicker-red');var og=o1['querySelector']('.colorpicker-green');var oh=o1['querySelector']('.colorpicker-blue');var oi=o1['querySelector']('.colorpicker-pickerpane');var oj=o1['querySelector']('.colorpicker-pickercursor');var ok=o1['querySelector']('circle');var ol=o1['querySelector']('.colorpicker-sliderpane');var om=o1['querySelector']('.colorpicker-slidercursor');var on=o1['querySelector']('path');var oo=0x0;var op=0x0;var oq,or,os,ot,ou,ov;var ow=0x0;var ox,oy,oz;[o8,o9,oa]=BDFDB['colorCONVERT'](nX,'HSLCOMP');p2();setTimeout(()=>{oV();},0x12c);oi['addEventListener']('mousedown',oA=>{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');oL(oA['button']);oW();oo=oA['clientX']-oq;op=oA['clientY']-or;p1();o9=BDFDB['mapRange']([os-oq,ot-oq],[0x0,0x64],oo)+'%';oa=BDFDB['mapRange']([ou-or,ov-or],[0x64,0x0],op)+'%';p2();var oB=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',oB);document['removeEventListener']('mousemove',oC);};var oC=oD=>{oo=oD['clientX']>ot?ot-oq:oD['clientX']ov?ov-or:oD['clientY']{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');oL(oE['button']);oW();ow=oE['clientY']-ox;p1();o8=BDFDB['mapRange']([oy-ox,oz-ox],[0x168,0x0],ow);p2();var oF=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',oF);document['removeEventListener']('mousemove',oG);};var oG=oH=>{ow=oH['clientY']>oz?oz-ox:oH['clientY']{oO(oI['currentTarget']['getAttribute']('group'));});BDFDB['addChildEventListener'](o1,'click','[class^=\x22colorpicker-preview-\x22]',oJ=>{var oK=o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');oK['style']['setProperty']('border-color','transparent');BDFDB['removeClass'](oK,'selected');BDFDB['addClass'](oJ['currentTarget'],'selected');[o8,o9,oa]=BDFDB['colorCONVERT'](oJ['currentTarget']['style']['getPropertyValue']('background-value'),'HSLCOMP');p2();oV();});function oL(oM){var oN=o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');oN['style']['removeProperty']('border-color');BDFDB['removeClass'](oN,'selected');BDFDB['addClass'](o1['querySelector']('.colorpicker-preview-'+oM),'selected');}function oO(oP){switch(oP){case'RGB':o5=oQ(of),o6=oQ(og),o7=oQ(oh);[o8,o9,oa]=BDFDB['colorCONVERT']([o5,o6,o7],'HSLCOMP');ob['value']=BDFDB['colorCONVERT']([o5,o6,o7],'HEX');oc['value']=Math['round'](o8),od['value']=Math['round'](parseInt(o9)),oe['value']=Math['round'](parseInt(oa));of['value']=o5,og['value']=o6,oh['value']=o7;break;case'HSL':o8=oQ(oc),o9=oQ(od)+'%',oa=oQ(oe)+'%';[o5,o6,o7]=BDFDB['colorCONVERT']([o8,o9,oa],'RGBCOMP');ob['value']=BDFDB['colorCONVERT']([o5,o6,o7],'HEX');oc['value']=o8,od['value']=parseInt(o9),oe['value']=parseInt(oa);of['value']=o5,og['value']=o6,oh['value']=o7;break;case'HEX':o4=ob['value'];if(/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['test'](o4)){[o8,o9,oa]=BDFDB['colorCONVERT'](o4,'HSLCOMP');[o5,o6,o7]=BDFDB['colorCONVERT'](o4,'RGBCOMP');oc['value']=Math['round'](o8),od['value']=Math['round'](parseInt(o9)),oe['value']=Math['round'](parseInt(oa));of['value']=o5,og['value']=o6,oh['value']=o7;}break;}p3();oV();}function oQ(oR){var oS=parseInt(oR['value']);var oT=parseInt(oR['getAttribute']('min'));var oU=parseInt(oR['getAttribute']('max'));return isNaN(oS)?oR['getAttribute']('placeholder'):oSoU?oU:oS;}function oV(){oW();oo=BDFDB['mapRange']([0x0,0x64],[os-oq,ot-oq],parseInt(o9));op=BDFDB['mapRange']([0x64,0x0],[ou-or,ov-or],parseInt(oa));ow=BDFDB['mapRange']([0x168,0x0],[oy-ox,oz-ox],o8);p1();ok['style']['setProperty']('color',BDFDB['colorINV']([o5,o6,o7],'RGB'),'important');on['style']['setProperty']('color',BDFDB['colorCONVERT']([o8,'100%','100%'],'RGB'),'important');}function oW(){var oX=BDFDB['getRects'](oi);var oY=BDFDB['getRects'](oj);oq=oY['width']/0x2;or=oY['height']/0x2;os=oX['left'];ot=os+oX['width'];ou=oX['top'];ov=ou+oX['height'];var oZ=BDFDB['getRects'](ol);var p0=BDFDB['getRects'](om);ox=p0['height']/0x2;oy=oZ['top'];oz=oy+oZ['height'];}function p1(){oj['style']['setProperty']('left',oo-os+'px','important');oj['style']['setProperty']('top',op-ou+'px','important');om['style']['setProperty']('top',ow-oy+'px','important');}function p2(){[o5,o6,o7]=BDFDB['colorCONVERT']([o8,o9,oa],'RGBCOMP');ob['value']=BDFDB['colorCONVERT']([o5,o6,o7],'HEX');oc['value']=Math['round'](o8),od['value']=Math['round'](parseInt(o9)),oe['value']=Math['round'](parseInt(oa));of['value']=Math['round'](o5),og['value']=Math['round'](o6),oh['value']=Math['round'](o7);p3();ok['style']['setProperty']('color',BDFDB['colorINV']([o5,o6,o7],'RGB'),'important');on['style']['setProperty']('color',BDFDB['colorCONVERT']([o8,'100%','100%'],'RGB'),'important');}function p3(){o1['querySelector']('.colorpicker-color')['style']['setProperty']('background-color',BDFDB['colorCONVERT']([o8,'100%','100%'],'RGB'),'important');var p4=o1['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');p4['style']['setProperty']('background-color',BDFDB['colorCONVERT']([o5,o6,o7],'RGB'),'important');p4['style']['setProperty']('border-color',BDFDB['colorINV']([o5,o6,o7],'RGB'),'important');}});};BDFDB['mapRange']=function(p5,p6,p7){return p6[0x0]+(p7-p5[0x0])*(p6[0x1]-p6[0x0])/(p5[0x1]-p5[0x0]);};BDFDB['shake']=function(){BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN']['appold']))['return']['stateNode']['shake']();};BDFDB['isBDv2']=function(){return typeof BDFDB['BDv2Api']!=='undefined';};BDFDB['isPluginEnabled']=function(p8){if(!BDFDB['isBDv2']())return window['bdplugins'][p8]&&window['pluginCookie'][p8];else return BDFDB['Plugins'][p8['toLowerCase']()]?BDFDB['Plugins'][p8['toLowerCase']()]['enabled']:null;};BDFDB['isRestartNoMoreEnabled']=function(){return settingsCookie['fork-ps-5']&&settingsCookie['fork-ps-5']===!![]||BDFDB['isPluginEnabled']('Restart-No-More')||BDFDB['isPluginEnabled']('Restart\x20No\x20More');};BDFDB['isThemeEnabled']=function(p9){if(!BDFDB['isBDv2']())return window['bdthemes'][p9]&&window['themeCookie'][p9];else return BDFDB['Themes'][p9['toLowerCase']()]?BDFDB['Themes'][p9['toLowerCase']()]['enabled']:null;};(BDFDB['setPluginCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Plugins']={};for(let pa of BDFDB['BDv2Api']['Plugins']['listPlugins']())BDFDB['BDv2Api']['Plugins']['getPlugin'](pa)['then'](pb=>{BDFDB['Plugins'][pa]=pb;});})();(BDFDB['setThemeCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Themes']={};for(let pc of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](pc)['then'](pd=>{BDFDB['Themes'][pc]=pd;});})();BDFDB['DiscordClassModules']={};BDFDB['DiscordClassModules']['BDFDB']={'BDFDBundefined':'BDFDB_undefined','cardInner':'card-inner'};BDFDB['DiscordClassModules']['BDrepo']={'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'};BDFDB['DiscordClassModules']['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};BDFDB['DiscordClassModules']['NotFound']={'_':'','applicationStore':'applicationStore-1pNvnv','avatarStopAnimation':'stop-animation','badgeWrapper':'wrapper-232cHJ','gameLibrary':'gameLibrary-TTDw4Y','highlight':'highlight','loginScreen':'wrapper-3Q5DdO','lfg':'lfg-3xoFkI\x20da-lfg','mention':'mention','select':'Select','selectArrow':'Select-arrow','selectArrowZone':'Select-arrow-zone','selectControl':'Select-control','selectHasValue':'has-value','selectIsOpen':'is-open','selectMenu':'Select-menu','selectMenuOuter':'Select-menu-outer','selectOption':'Select-option','selectIsSelected':'is-selected','selectSingle':'Select--single','selectValue':'Select-value','splashBackground':'splashBackground-1FRCko\x20da-splashBackground','themeDark':'theme-dark','themeLight':'theme-light'};BDFDB['DiscordClassModules']['AccountDetails']=BDFDB['WebModules']['findByProperties']('accountDetails','container');BDFDB['DiscordClassModules']['ActivityFeed']=BDFDB['WebModules']['findByProperties']('activityFeed');BDFDB['DiscordClassModules']['Anchor']=BDFDB['WebModules']['findByProperties']('anchor','anchorUnderlineOnHover');BDFDB['DiscordClassModules']['AppBase']=BDFDB['WebModules']['findByProperties']('container','channels');BDFDB['DiscordClassModules']['AppMount']=BDFDB['WebModules']['findByProperties']('appMount');BDFDB['DiscordClassModules']['AppInner']=BDFDB['WebModules']['findByProperties']('app');BDFDB['DiscordClassModules']['AppOuter']=BDFDB['WebModules']['find'](pe=>typeof pe['app']=='string'&&pe!=BDFDB['DiscordClassModules']['AppInner']);BDFDB['DiscordClassModules']['AuditLog']=BDFDB['WebModules']['findByProperties']('auditLog');BDFDB['DiscordClassModules']['AuthBox']=BDFDB['WebModules']['findByProperties']('authBox');BDFDB['DiscordClassModules']['Autocomplete']=BDFDB['WebModules']['findByProperties']('autocomplete','autocompleteRow');BDFDB['DiscordClassModules']['Avatar']=BDFDB['WebModules']['findByProperties']('image','animate');BDFDB['DiscordClassModules']['AvatarIcon']=BDFDB['WebModules']['findByProperties']('iconActiveLarge','iconActiveMedium');BDFDB['DiscordClassModules']['AvatarSize']=BDFDB['WebModules']['findByProperties']('inner','avatarLarge');BDFDB['DiscordClassModules']['Backdrop']=BDFDB['WebModules']['findByProperties']('backdrop');BDFDB['DiscordClassModules']['BotTag']=BDFDB['WebModules']['findByProperties']('botTag','botTagInvert');BDFDB['DiscordClassModules']['Button']=BDFDB['WebModules']['findByProperties']('colorBlack','button');BDFDB['DiscordClassModules']['Call']=BDFDB['WebModules']['findByProperties']('callAvatar','video');BDFDB['DiscordClassModules']['CallCurrent']=BDFDB['WebModules']['findByProperties']('wrapper','fullScreen');BDFDB['DiscordClassModules']['CallDetails']=BDFDB['WebModules']['findByProperties']('container','buttonDisconnect');BDFDB['DiscordClassModules']['CallIncoming']=BDFDB['WebModules']['findByProperties']('incomingCall','container');BDFDB['DiscordClassModules']['CallIncomingInner']=BDFDB['WebModules']['findByProperties']('incomingCallInner','members');BDFDB['DiscordClassModules']['Card']=BDFDB['WebModules']['findByProperties']('card','cardBrand');BDFDB['DiscordClassModules']['CardStatus']=BDFDB['WebModules']['findByProperties']('reset','error','card');BDFDB['DiscordClassModules']['Category']=BDFDB['WebModules']['findByProperties']('colorTransition','iconCollapsed');BDFDB['DiscordClassModules']['CategoryContainer']=BDFDB['WebModules']['findByProperties']('addButtonIcon','containerDefault');BDFDB['DiscordClassModules']['ChangeLog']=BDFDB['WebModules']['findByProperties']('added','fixed','improved','progress');BDFDB['DiscordClassModules']['Channel']=BDFDB['WebModules']['findByProperties']('colorConnectedText','nameDefaultText');BDFDB['DiscordClassModules']['ChannelContainer']=BDFDB['WebModules']['findByProperties']('actionIcon','containerDefault');BDFDB['DiscordClassModules']['ChannelTextArea']=BDFDB['WebModules']['findByProperties']('textArea','attachButtonDivider');BDFDB['DiscordClassModules']['ChannelTextAreaButton']=BDFDB['WebModules']['findByProperties']('buttonWrapper','active');BDFDB['DiscordClassModules']['ChannelWindow']=BDFDB['WebModules']['findByProperties']('aka','channelTextArea');BDFDB['DiscordClassModules']['Checkbox']=BDFDB['WebModules']['findByProperties']('checkboxWrapper','round');BDFDB['DiscordClassModules']['ContextMenu']=BDFDB['WebModules']['findByProperties']('contextMenu','itemGroup');BDFDB['DiscordClassModules']['ContextMenuCheckbox']=BDFDB['WebModules']['findByProperties']('checkboxInner','checkboxElement');BDFDB['DiscordClassModules']['Cursor']=BDFDB['WebModules']['findByProperties']('cursorDefault','userSelectNone');BDFDB['DiscordClassModules']['DmAddPopout']=BDFDB['WebModules']['findByProperties']('friendSelected','popout');BDFDB['DiscordClassModules']['DownloadLink']=BDFDB['WebModules']['findByProperties']('downloadLink','size12');BDFDB['DiscordClassModules']['Embed']=BDFDB['WebModules']['findByProperties']('embed','embedAuthorIcon');BDFDB['DiscordClassModules']['EmbedActions']=BDFDB['WebModules']['findByProperties']('iconPlay','iconWrapperActive');BDFDB['DiscordClassModules']['EmojiPicker']=BDFDB['WebModules']['findByProperties']('emojiPicker','categories');BDFDB['DiscordClassModules']['File']=BDFDB['WebModules']['findByProperties']('downloadButton','fileNameLink');BDFDB['DiscordClassModules']['Flex']=BDFDB['WebModules']['findByProperties']('alignBaseline','alignCenter');BDFDB['DiscordClassModules']['FlexChild']=BDFDB['WebModules']['findByProperties']('flexChild','flex');BDFDB['DiscordClassModules']['FormText']=BDFDB['WebModules']['findByProperties']('description','modeDefault');BDFDB['DiscordClassModules']['Friends']=BDFDB['WebModules']['findByProperties']('friendsColumn','friendsRow');BDFDB['DiscordClassModules']['FriendsOnline']=BDFDB['WebModules']['findByProperties']('friendsOnline');BDFDB['DiscordClassModules']['Game']=BDFDB['WebModules']['findByProperties']('game','gameName');BDFDB['DiscordClassModules']['GifFavoriteButton']=BDFDB['WebModules']['findByProperties']('gifFavoriteButton','showPulse');BDFDB['DiscordClassModules']['GiftInventory']=BDFDB['WebModules']['find'](pf=>typeof pf['root']=='string'&&typeof pf['body']=='string'&&(Object['keys'](pf)['length']==0x2||Object['keys'](pf)['length']==0x3));BDFDB['DiscordClassModules']['Guild']=BDFDB['WebModules']['findByProperties']('guild','badge');BDFDB['DiscordClassModules']['GuildChannelsContainer']=BDFDB['WebModules']['find'](pg=>typeof pg['container']=='string'&&typeof pg['firefoxFixScrollFlex']=='string'&&Object['keys'](pg)['length']==0x2);BDFDB['DiscordClassModules']['GuildHeader']=BDFDB['WebModules']['findByProperties']('header','name','verified');BDFDB['DiscordClassModules']['GuildSettingsBanned']=BDFDB['WebModules']['findByProperties']('bannedUser','bannedUserAvatar');BDFDB['DiscordClassModules']['GuildSettingsInvite']=BDFDB['WebModules']['findByProperties']('countdownColumn','inviteSettingsInviteRow');BDFDB['DiscordClassModules']['GuildSettingsMember']=BDFDB['WebModules']['findByProperties']('member','membersFilterPopout');BDFDB['DiscordClassModules']['HeaderBar']=BDFDB['WebModules']['findByProperties']('headerBar','headerBarDrag');BDFDB['DiscordClassModules']['HeaderBarSearch']=BDFDB['WebModules']['findByProperties']('headerBarLoggedOut','search');BDFDB['DiscordClassModules']['HeaderBarSearchItems']=BDFDB['WebModules']['findByProperties']('libraryFilter','iconVisible');BDFDB['DiscordClassModules']['HotKeyRecorder']=BDFDB['WebModules']['findByProperties']('editIcon','recording');BDFDB['DiscordClassModules']['HoverCard']=BDFDB['WebModules']['findByProperties']('card','active');BDFDB['DiscordClassModules']['HoverCardButton']=BDFDB['WebModules']['find'](ph=>typeof ph['button']=='string'&&Object['keys'](ph)['length']==0x1);BDFDB['DiscordClassModules']['IconDirection']=BDFDB['WebModules']['findByProperties']('directionDown','directionUp');BDFDB['DiscordClassModules']['ImageWrapper']=BDFDB['WebModules']['findByProperties']('clickable','imageWrapperBackground');BDFDB['DiscordClassModules']['Item']=BDFDB['WebModules']['findByProperties']('itemDefault','notSelected');BDFDB['DiscordClassModules']['Input']=BDFDB['WebModules']['findByProperties']('inputMini','statusRed');BDFDB['DiscordClassModules']['Layers']=BDFDB['WebModules']['findByProperties']('layer','layers');BDFDB['DiscordClassModules']['Margins']=BDFDB['WebModules']['findByProperties']('marginBottom4','marginCenterHorz');BDFDB['DiscordClassModules']['Member']=BDFDB['WebModules']['findByProperties']('member','memberInner');BDFDB['DiscordClassModules']['MembersWrap']=BDFDB['WebModules']['findByProperties']('membersWrap','membersGroup');BDFDB['DiscordClassModules']['Mention']=BDFDB['WebModules']['findByProperties']('wrapperHover','wrapperNoHover');BDFDB['DiscordClassModules']['Message']=BDFDB['WebModules']['findByProperties']('message','content');BDFDB['DiscordClassModules']['MessageAccessory']=BDFDB['WebModules']['findByProperties']('embedWrapper','gifFavoriteButton');BDFDB['DiscordClassModules']['MessageBody']=BDFDB['WebModules']['findByProperties']('buttonContainer','isMentioned');BDFDB['DiscordClassModules']['MessageFile']=BDFDB['WebModules']['findByProperties']('cancelButton','filenameLinkWrapper');BDFDB['DiscordClassModules']['MessageMarkup']=BDFDB['WebModules']['findByProperties']('markup');BDFDB['DiscordClassModules']['MessageSystem']=BDFDB['WebModules']['findByProperties']('container','actionAnchor');BDFDB['DiscordClassModules']['MessagesPopout']=BDFDB['WebModules']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');BDFDB['DiscordClassModules']['MessagesWrap']=BDFDB['WebModules']['findByProperties']('messagesWrapper','messageGroupBlocked');BDFDB['DiscordClassModules']['Modal']=BDFDB['WebModules']['findByProperties']('modal','sizeLarge');BDFDB['DiscordClassModules']['ModalDivider']=BDFDB['WebModules']['find'](pi=>typeof pi['divider']=='string'&&Object['keys'](pi)['length']==0x1);BDFDB['DiscordClassModules']['ModalItems']=BDFDB['WebModules']['findByProperties']('guildName','checkboxContainer');BDFDB['DiscordClassModules']['ModalMiniContent']=BDFDB['WebModules']['find'](pj=>typeof pj['modal']=='string'&&typeof pj['content']=='string'&&typeof pj['size']=='string'&&Object['keys'](pj)['length']==0x3);BDFDB['DiscordClassModules']['ModalWrap']=BDFDB['WebModules']['find'](pk=>typeof pk['modal']=='string'&&typeof pk['inner']=='string'&&Object['keys'](pk)['length']==0x2);BDFDB['DiscordClassModules']['NameTag']=BDFDB['WebModules']['findByProperties']('bot','nameTag');BDFDB['DiscordClassModules']['Note']=BDFDB['WebModules']['find'](pl=>typeof pl['note']=='string'&&Object['keys'](pl)['length']==0x1);BDFDB['DiscordClassModules']['Notice']=BDFDB['WebModules']['findByProperties']('notice','noticeFacebook');BDFDB['DiscordClassModules']['OptionPopout']=BDFDB['WebModules']['findByProperties']('container','button','item');BDFDB['DiscordClassModules']['PrivateChannel']=BDFDB['WebModules']['findByProperties']('activityIconForeground','channel');BDFDB['DiscordClassModules']['PrivateChannelList']=BDFDB['WebModules']['findByProperties']('privateChannels','searchBar');BDFDB['DiscordClassModules']['Popout']=BDFDB['WebModules']['findByProperties']('popout','arrowAlignmentTop');BDFDB['DiscordClassModules']['PopoutActivity']=BDFDB['WebModules']['findByProperties']('ellipsis','activityActivityFeed');BDFDB['DiscordClassModules']['QuickSelect']=BDFDB['WebModules']['findByProperties']('quickSelectArrow','selected');BDFDB['DiscordClassModules']['QuickSwitch']=BDFDB['WebModules']['findByProperties']('resultFocused','guildIconContainer');BDFDB['DiscordClassModules']['QuickSwitchWrap']=BDFDB['WebModules']['findByProperties']('container','miscContainer');BDFDB['DiscordClassModules']['Reactions']=BDFDB['WebModules']['findByProperties']('reactionBtn','reaction');BDFDB['DiscordClassModules']['RecentMentions']=BDFDB['WebModules']['findByProperties']('recentMentionsFilterPopout','mentionFilter');BDFDB['DiscordClassModules']['Role']=BDFDB['WebModules']['findByProperties']('roleCircle','roleName');BDFDB['DiscordClassModules']['Scroller']=BDFDB['WebModules']['findByProperties']('firefoxFixScrollFlex','scroller');BDFDB['DiscordClassModules']['SearchBar']=BDFDB['WebModules']['findByProperties']('searchBar','controls');BDFDB['DiscordClassModules']['SearchPopout']=BDFDB['WebModules']['findByProperties']('datePicker','searchResultChannelIconBackground');BDFDB['DiscordClassModules']['SearchPopoutWrap']=BDFDB['WebModules']['findByProperties']('container','queryContainer');BDFDB['DiscordClassModules']['SearchResults']=BDFDB['WebModules']['findByProperties']('resultsWrapper','searchResults');BDFDB['DiscordClassModules']['Select']=BDFDB['WebModules']['findByProperties']('select','errorMessage');BDFDB['DiscordClassModules']['SettingsCloseButton']=BDFDB['WebModules']['findByProperties']('closeButton','keybind');BDFDB['DiscordClassModules']['SettingsItems']=BDFDB['WebModules']['findByProperties']('dividerMini','note');BDFDB['DiscordClassModules']['SettingsTable']=BDFDB['WebModules']['findByProperties']('headerOption','headerSize');BDFDB['DiscordClassModules']['SettingsWindow']=BDFDB['WebModules']['findByProperties']('contentRegion','standardSidebarView');BDFDB['DiscordClassModules']['Slider']=BDFDB['WebModules']['findByProperties']('slider','grabber');BDFDB['DiscordClassModules']['Spoiler']=BDFDB['WebModules']['findByProperties']('spoilerContainer','hidden');BDFDB['DiscordClassModules']['Switch']=BDFDB['WebModules']['findByProperties']('switchDisabled','valueChecked');BDFDB['DiscordClassModules']['Table']=BDFDB['WebModules']['findByProperties']('stickyHeader','emptyStateText');BDFDB['DiscordClassModules']['Text']=BDFDB['WebModules']['findByProperties']('defaultColor','defaultMarginh1');BDFDB['DiscordClassModules']['TextStyle']=BDFDB['WebModules']['findByProperties']('height28','primary');BDFDB['DiscordClassModules']['TextWeight']=BDFDB['WebModules']['findByProperties']('weightBold','weightSemiBold');BDFDB['DiscordClassModules']['TitleBar']=BDFDB['WebModules']['findByProperties']('titleBar','wordmark');BDFDB['DiscordClassModules']['Tooltip']=BDFDB['WebModules']['findByProperties']('tooltips','tooltip');BDFDB['DiscordClassModules']['Typing']=BDFDB['WebModules']['findByProperties']('cooldownWrapper','typing');BDFDB['DiscordClassModules']['UserPopout']=BDFDB['WebModules']['findByProperties']('userPopout','headerPlaying');BDFDB['DiscordClassModules']['UserProfile']=BDFDB['WebModules']['findByProperties']('topSectionNormal','tabBarContainer');BDFDB['DiscordClassModules']['Video']=BDFDB['WebModules']['findByProperties']('video','fullScreen');BDFDB['DiscordClassModules']['Voice']=BDFDB['WebModules']['findByProperties']('nameSpeaking','voiceUser');BDFDB['DiscordClasses']={'_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'],'accountinfodetails':['AccountDetails','accountDetails'],'activityfeed':['ActivityFeed','activityFeed'],'alignbaseline':['Flex','alignBaseline'],'aligncenter':['Flex','alignCenter'],'alignend':['Flex','alignEnd'],'alignstart':['Flex','alignStart'],'alignstretch':['Flex','alignStretch'],'anchor':['Anchor','anchor'],'anchorunderlineonhover':['Anchor','anchorUnderlineOnHover'],'app':['AppOuter','app'],'appcontainer':['AppBase','container'],'appmount':['AppMount','appMount'],'applicationstore':['NotFound','applicationStore'],'appold':['AppInner','app'],'auditlog':['AuditLog','auditLog'],'auditloguserhook':['AuditLog','userHook'],'authBox':['AuthBox','authBox'],'autocomplete':['Autocomplete','autocomplete'],'autocomplete2':['ChannelTextArea','autocomplete'],'autocompleteavatarstatus':['Autocomplete','avatarStatus'],'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':['Message','avatar'],'avataranimate':['Avatar','animate'],'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'],'avatariconsizesmall':['AvatarIcon','iconSizeSmall'],'avatariconsizexlarge':['AvatarIcon','iconSizeXLarge'],'avatarimage':['Avatar','image'],'avatarinner':['AvatarSize','inner'],'avatarlarge':['Avatar','large'],'avatarmask':['Avatar','mask'],'avatarmaskprofile':['Avatar','maskProfile'],'avatarnoicon':['AvatarIcon','noIcon'],'avatarpopout':['Avatar','popout'],'avatarprofile':['Avatar','profile'],'avatarsizelarge':['AvatarSize','avatarLarge'],'avatarsizepopout':['AvatarSize','avatarPopout'],'avatarsizeprofile':['AvatarSize','avatarProfile'],'avatarsizesmall':['AvatarSize','avatarSmall'],'avatarsizexlarge':['AvatarSize','avatarXLarge'],'avatarsizexxlarge':['AvatarSize','avatarXXLarge'],'avatarsizexxxlarge':['AvatarSize','avatarXXXLarge'],'avatarsizexsmall':['AvatarSize','avatarXSmall'],'avatarsmall':['Avatar','small'],'avatarstopanimation':['NotFound','avatarStopAnimation'],'avatarverifiedicon':['AvatarIcon','verifiedIcon'],'avatarwrapper':['Avatar','wrapper'],'avatarxlarge':['Avatar','xlarge'],'avatarxsmall':['Avatar','xsmall'],'avatarxxlarge':['Avatar','xxlarge'],'backdrop':['Backdrop','backdrop'],'badge':['Guild','badge'],'badgewrapper':['NotFound','badgeWrapper'],'bottag':['BotTag','botTag'],'bottaginvert':['BotTag','botTagInvert'],'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'],'callavatar':['Call','callAvatar'],'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'],'cardsuccess':['Card','cardSuccess'],'cardsuccessoutline':['Card','cardSuccessOutline'],'cardwarning':['Card','cardWarning'],'cardwarningoutline':['Card','cardWarningOutline'],'categorycolortransition':['Category','colorTransition'],'categorycontainerdefault':['CategoryContainer','containerDefault'],'categoryiconcollapsed':['Category','iconCollapsed'],'categoryicondefault':['Category','iconDefault'],'categoryiconhovered':['Category','iconHovered'],'categoryiconhoveredcollapsed':['Category','iconHoveredCollapsed'],'categoryiconmuted':['Category','iconMuted'],'categoryicontransition':['Category','iconTransition'],'categoryiconunread':['Category','iconUnread'],'categorynamecollapsed':['Category','nameCollapsed'],'categorynamedefault':['Category','nameDefault'],'categorynamehovered':['Category','nameHovered'],'categorynamehoveredcollapsed':['Category','nameHoveredCollapsed'],'categorynamemuted':['Category','nameMuted'],'categorynameunread':['Category','nameUnread'],'categoryoverflowellipsis':['Category','overflowEllipsis'],'categorywrappercollapsed':['Category','wrapperCollapsed'],'categorywrapperdefault':['Category','wrapperDefault'],'categorywrapperhovered':['Category','wrapperHovered'],'categorywrapperhoveredcollapsed':['Category','wrapperHoveredCollapsed'],'categorywrappermuted':['Category','wrapperMuted'],'categorywrapperunread':['Category','wrapperUnread'],'changelogadded':['ChangeLog','added'],'changelogfixed':['ChangeLog','fixed'],'changelogimproved':['ChangeLog','improved'],'changelogprogress':['ChangeLog','added'],'changelogtitle':['ChangeLog','title'],'channelactionicon':['ChannelContainer','actionIcon'],'channelbackground':['Channel','background'],'channelcolordefaulttext':['Channel','colorDefaultText'],'channelcolordefaultvoice':['Channel','colorDefaultVoice'],'channelcolorhoveredtext':['Channel','colorHoveredText'],'channelcolorhoveredvoice':['Channel','colorHoveredVoice'],'channelcolorlockedtext':['Channel','colorLockedText'],'channelcolorlockedvoice':['Channel','colorLockedVoice'],'channelcolormutedtext':['Channel','colorMutedText'],'channelcolormutedvoice':['Channel','colorMutedVoice'],'channelcolorselectedtext':['Channel','colorSelectedText'],'channelcolorselectedvoice':['Channel','colorSelectedVoice'],'channelcolorunreadtext':['Channel','colorUnreadText'],'channelcolorunreadvoice':['Channel','colorUnreadVoice'],'channelcontainerdefault':['ChannelContainer','containerDefault'],'channelcontent':['Channel','content'],'channelcontentdefaulttext':['Channel','contentDefaultText'],'channelcontentdefaultvoice':['Channel','contentDefaultVoice'],'channelcontenthoveredtext':['Channel','contentHoveredText'],'channelcontenthoveredvoice':['Channel','contentHoveredVoice'],'channelcontentlockedtext':['Channel','contentLockedText'],'channelcontentlockedvoice':['Channel','contentLockedVoice'],'channelcontentmutedtext':['Channel','contentMutedText'],'channelcontentmutedvoice':['Channel','contentMutedVoice'],'channelcontentselectedtext':['Channel','contentSelectedText'],'channelcontentselectedvoice':['Channel','contentSelectedVoice'],'channelcontentunreadtext':['Channel','contentUnreadText'],'channelcontentunreadvoice':['Channel','contentUnreadVoice'],'channelforeground':['Channel','foreground'],'channelheaderaka':['ChannelWindow','aka'],'channelheaderchannelicon':['ChannelWindow','channelIcon'],'channelheaderchannelname':['ChannelWindow','channelName'],'channelheaderdivider':['HeaderBar','divider'],'channelheadericon':['HeaderBar','icon'],'channelheadericonactive':['HeaderBar','iconActive'],'channelheadericonbadge':['HeaderBar','iconBadge'],'channelheadericonbadgewrapper':['HeaderBar','iconBadgeWrapper'],'channelheadericondisabled':['HeaderBar','iconDisabled'],'channelheadericonforeground':['HeaderBar','iconForeground'],'channelheadericoninactive':['HeaderBar','iconInactive'],'channelheadericonmargin':['HeaderBar','iconMargin'],'channelheadersearch':['HeaderBarSearch','search'],'channelheadertitle':['ChannelWindow','title'],'channelheadertitlecall':['ChannelWindow','titleCall'],'channelheadertitletext':['ChannelWindow','titleText'],'channelheadertitlewrapper':['ChannelWindow','titleWrapper'],'channelheadertopic':['ChannelWindow','topic'],'channelheaderheaderbar':['HeaderBar','headerBar'],'channelheaderheaderbardrag':['HeaderBar','headerBarDrag'],'channelheaderheaderbartitle':['HeaderBar','title'],'channelicon':['Channel','icon'],'channeliconspacing':['ChannelContainer','iconSpacing'],'channelmarginreset':['Channel','marginReset'],'channelname':['Channel','name'],'channelnamedefaulttext':['Channel','nameDefaultText'],'channelnamedefaultvoice':['Channel','nameDefaultVoice'],'channelnamehoveredtext':['Channel','nameHoveredText'],'channelnamehoveredvoice':['Channel','nameHoveredVoice'],'channelnamelockedtext':['Channel','nameLockedText'],'channelnamelockedvoice':['Channel','nameLockedVoice'],'channelnamemutedtext':['Channel','nameMutedText'],'channelnamemutedvoice':['Channel','nameMutedVoice'],'channelnameselectedtext':['Channel','nameSelectedText'],'channelnameselectedvoice':['Channel','nameSelectedVoice'],'channelnameunreadtext':['Channel','nameUnreadText'],'channelnameunreadvoice':['Channel','nameUnreadVoice'],'channeloverflowellipsis':['Channel','overflowEllipsis'],'channelunread':['Channel','unread'],'channelwrapper':['Channel','wrapper'],'channelwrapperdefaulttext':['Channel','wrapperDefaultText'],'channelwrapperdefaultvoice':['Channel','wrapperDefaultVoice'],'channelwrapperhoveredtext':['Channel','wrapperHoveredText'],'channelwrapperhoveredvoice':['Channel','wrapperHoveredVoice'],'channelwrapperlockedtext':['Channel','wrapperLockedText'],'channelwrapperlockedvoice':['Channel','wrapperLockedVoice'],'channelwrappermutedtext':['Channel','wrapperMutedText'],'channelwrappermutedvoice':['Channel','wrapperMutedVoice'],'channelwrapperselectedtext':['Channel','wrapperSelectedText'],'channelwrapperselectedvoice':['Channel','wrapperSelectedVoice'],'channelwrapperunreadtext':['Channel','wrapperUnreadText'],'channelwrapperunreadvoice':['Channel','wrapperUnreadVoice'],'channels':['AppBase','channels'],'chat':['ChannelWindow','chat'],'chatbase':['AppBase','base'],'chatcontent':['ChannelWindow','content'],'chatspacer':['AppBase','spacer'],'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'],'clickable':['Message','clickOverride'],'contentregion':['SettingsWindow','contentRegion'],'contextmenu':['ContextMenu','contextMenu'],'contextmenucheckbox':['ContextMenuCheckbox','checkbox'],'contextmenucheckbox2':['ContextMenu','checkbox'],'contextmenucheckboxdisabled':['ContextMenuCheckbox','disabled'],'contextmenucheckboxinner':['ContextMenuCheckbox','checkboxInner'],'contextmenucheckboxelement':['ContextMenuCheckbox','checkboxElement'],'contextmenuhint':['ContextMenu','hint'],'contextmenuinvertchildx':['ContextMenu','invertChildX'],'contextmenuitem':['ContextMenu','item'],'contextmenuitembrand':['ContextMenu','brand'],'contextmenuitemdanger':['ContextMenu','danger'],'contextmenuitemdisabled':['ContextMenu','disabled'],'contextmenuitemgroup':['ContextMenu','itemGroup'],'contextmenuitemtoggle':['ContextMenu','itemToggle'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenuhasscroller':['ContextMenu','itemSubMenuHasScroller'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'cooldownwrapper':['Typing','cooldownWrapper'],'cursordefault':['Cursor','cursorDefault'],'cursorpointer':['Cursor','cursorPointer'],'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'],'dms':['Guild','dms'],'dmchannel':['PrivateChannel','channel'],'dmchannelactivity':['PrivateChannel','activity'],'dmchannelactivityicon':['PrivateChannel','activityIcon'],'dmchannelactivityiconforeground':['PrivateChannel','activityIconForeground'],'dmchannelactivitytext':['PrivateChannel','activityText'],'dmchannelclose':['PrivateChannel','close'],'dmchannelname':['PrivateChannel','name'],'dmchannelnamewithactivity':['PrivateChannel','nameWithActivity'],'dmchannels':['PrivateChannelList','privateChannels'],'dmchannelselected':['PrivateChannel','selected'],'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'],'embedmembeediumbackgroundopacity':['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'],'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'],'fileattachment':['File','attachment'],'fileattachmentinner':['File','attachmentInner'],'filecancelbutton':['File','cancelButton'],'filedownloadbutton':['File','downloadButton'],'filename':['File','filename'],'filenamelink':['File','fileNameLink'],'filenamelinkwrapper':['File','filenameLinkWrapper'],'filenamewrapper':['File','filenameWrapper'],'firefoxfixscrollflex':['Scroller','firefoxFixScrollFlex'],'flex':['Flex','flex'],'flex2':['FlexChild','flex'],'flexcenter':['Flex','flexCenter'],'flexchild':['FlexChild','flexChild'],'flexmarginreset':['FlexChild','flexMarginReset'],'forcedarktheme':['Avatar','forceDarkTheme'],'forcelighttheme':['Avatar','forceLightTheme'],'formtext':['FormText','formText'],'friends':['Friends','container'],'friendscolumn':['Friends','friendsColumn'],'friendscolumnnamewrap':['Friends','friendsColumnName'],'friendsonline':['FriendsOnline','friendsOnline'],'friendsrow':['Friends','friendsRow'],'friendstable':['Friends','friendsTable'],'friendstableheader':['Friends','friendsTableHeader'],'game':['Game','game'],'gamelibrary':['NotFound','gameLibrary'],'gamelibrarytable':['Table','table'],'gamelibrarytableheader':['Table','header'],'gamelibrarytablestickyheader':['Table','stickyHeader'],'gamename':['Game','gameName'],'gamenameinput':['Game','gameNameInput'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'guild':['Guild','guild'],'guildactive':['Guild','selected'],'guildaudio':['Guild','audio'],'guildavatar':['Guild','avatar'],'guildavatarinner':['Guild','inner'],'guildchannels':['GuildChannelsContainer','container'],'guildheader':['GuildHeader','container'],'guildheadername':['GuildHeader','name'],'guildicon':['Guild','guildIcon'],'guildinner':['Guild','guildInner'],'guildplaceholder':['Guild','guildPlaceholder'],'guilds':['Guild','guilds'],'guildsadd':['Guild','guildsAdd'],'guildsaddinner':['Guild','guildsAddInner'],'guildselected':['Guild','selected'],'guildseparator':['Guild','guildSeparator'],'guildserror':['Guild','guildsError'],'guildsscrollerwrap':['Guild','scrollerWrap'],'guildswrapper':['Guild','guildsWrapper'],'guildunread':['Guild','unread'],'guildvideo':['Guild','video'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'ins':['Text','ins'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height16':['Text','height16'],'height20':['Text','height20'],'height24':['Text','height24'],'height28':['TextStyle','height28'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'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'],'hovercardinner':['BDFDB','cardInner'],'hovercardbutton':['HoverCardButton','button'],'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'],'input':['Input','input'],'inputdefault':['Input','inputDefault'],'inputdisabled':['Input','disabled'],'inputeditable':['Input','editable'],'inputerror':['Input','error'],'inputfocused':['Input','focused'],'inputmini':['Input','inputMini'],'inputsuccess':['Input','success'],'inputwrapper':['Input','inputWrapper'],'justifycenter':['Flex','justifyCenter'],'justifyend':['Flex','justifyEnd'],'justifystart':['Flex','justifyStart'],'large':['TextStyle','large'],'layer':['Layers','layer'],'layers':['Layers','layers'],'lfg':['NotFound','lfg'],'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'],'membercontent':['Member','content'],'memberinner':['Member','memberInner'],'membernametag':['Member','nameTag'],'memberownericon':['Member','ownerIcon'],'members':['MembersWrap','members'],'membersgroup':['MembersWrap','membersGroup'],'memberswrap':['MembersWrap','membersWrap'],'memberusername':['Member','username'],'mention':['NotFound','mention'],'mentionwrapper':['Mention','wrapper'],'mentionwrapperhover':['Mention','wrapperHover'],'mentionwrappernohover':['Mention','wrapperNoHover'],'message':['Message','message'],'messageaccessory':['MessageAccessory','container'],'messageaccessorycompact':['MessageAccessory','containerCompact'],'messageaccessorycozy':['MessageAccessory','containerCozy'],'messagebody':['MessageBody','container'],'messagebodycompact':['MessageBody','containerCompact'],'messagebodycozy':['MessageBody','containerCozy'],'messagebuttoncontainer':['Message','buttonContainer'],'messagebuttoncontainerouter':['MessageBody','buttonContainer'],'messagecompact':['Message','messageCompact'],'messagecontent':['Message','content'],'messagecontentcompact':['Message','contentCompact'],'messagecontentcozy':['Message','contentCozy'],'messagecozy':['Message','messageCozy'],'messagedivider':['Message','divider'],'messagedividerenabled':['Message','dividerEnabled'],'messageedited':['MessageBody','edited'],'messagegroup':['Message','container'],'messagegroupcozy':['Message','containerCozy'],'messagegroupcompact':['Message','containerCompact'],'messagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messageheadercompact':['Message','headerCompact'],'messageheadercozy':['Message','headerCozy'],'messageheadercozymeta':['Message','headerCozyMeta'],'messagemarkup':['MessageMarkup','markup'],'messagemarkupiscompact':['MessageBody','isCompact'],'messages':['MessagesWrap','messages'],'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'],'messageswrapper':['MessagesWrap','messagesWrapper'],'messagesystem':['MessageSystem','container'],'messagesystemcontent':['MessageSystem','content'],'messagetimestampcompact':['Message','timestampCompact'],'messagetimestampcompactismentioned':['Message','timestampCompactIsMentioned'],'messagetimestampcozy':['Message','timestampCozy'],'messageuploadcancel':['MessageFile','cancelButton'],'messageusername':['Message','username'],'modal':['ModalWrap','modal'],'modalclose':['Modal','close'],'modalcontent':['Modal','content'],'modaldivider':['ModalDivider','divider'],'modaldividerdefault':['SettingsItems','dividerDefault'],'modaldividermini':['SettingsItems','dividerMini'],'modalfooter':['Modal','footer'],'modalguildname':['ModalItems','guildName'],'modalheader':['Modal','header'],'modalinner':['ModalWrap','inner'],'modalmini':['ModalMiniContent','modal'],'modalminicontent':['ModalMiniContent','content'],'modalminisize':['ModalMiniContent','size'],'modalseparator':['Modal','separator'],'modalsizelarge':['Modal','sizeLarge'],'modalsizemedium':['Modal','sizeMedium'],'modalsizesmall':['Modal','sizeSmall'],'modalsub':['Modal','modal'],'modalsubinner':['Modal','inner'],'modedefault':['FormText','modeDefault'],'modedisabled':['FormText','modeDisabled'],'modeselectable':['FormText','modeSelectable'],'nametag':['NameTag','nameTag'],'nochannel':['ChannelWindow','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'],'noticepremiumlogo':['Notice','premiumLogo'],'noticepremiumtext':['Notice','premiumText'],'noticespotify':['Notice','noticeSpotify'],'noticestreamer':['Notice','noticeStreamerMode'],'noticesuccess':['Notice','noticeSuccess'],'noticesurvey':['Notice','noticeSurvey'],'note':['SettingsItems','note'],'nowrap':['Flex','noWrap'],'optionpopout':['OptionPopout','container'],'optionpopoutbutton':['OptionPopout','button'],'optionpopoutitem':['OptionPopout','item'],'overflowellipsis':['Category','overflowEllipsis'],'ownericon':['NameTag','ownerIcon'],'popout':['Popout','popout'],'popoutarrowalignmenttop':['Popout','arrowAlignmentTop'],'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'],'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'],'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'],'reset':['CardStatus','reset'],'scroller':['Scroller','scroller'],'scrollerold':['Scroller','scroller'],'scrollerthemed':['Scroller','scrollerThemed'],'scrollerwrap':['Scroller','scrollerWrap'],'scrollerwrapold':['Scroller','scrollerWrap'],'searchbar':['SearchBar','searchBar'],'searchbarclear':['SearchBar','clear'],'searchbareyeglass':['SearchBar','eyeGlass'],'searchbaricon':['SearchBar','icon'],'searchbarinput':['SearchBar','input'],'searchbariconwrap':['SearchBar','searchBarIcon'],'searchbarvisible':['SearchBar','visible'],'searchpopout':['SearchPopoutWrap','container'],'searchpopoutanswer':['SearchPopout','answer'],'searchpopoutdatepicker':['SearchPopout','datePicker'],'searchpopoutdatepickerhint':['SearchPopout','datePickerHint'],'searchpopoutdmaddpopout':['DmAddPopout','popout'],'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'],'selectarrowzone':['NotFound','selectArrowZone'],'selectcontrol':['NotFound','selectControl'],'selecthasvalue':['NotFound','selectHasValue'],'selectisopen':['NotFound','selectIsOpen'],'selectmenu':['NotFound','selectMenu'],'selectmenuouter':['NotFound','selectMenuOuter'],'selectoption':['NotFound','selectOption'],'selectselected':['NotFound','selectIsSelected'],'selectsingle':['NotFound','selectSingle'],'selectvalue':['NotFound','selectValue'],'selectwrap':['Select','select'],'settingsclosebutton':['SettingsCloseButton','closeButton'],'settingsclosebuttoncontainer':['SettingsCloseButton','container'],'settingsitem':['Item','item'],'settingsitemdefault':['Item','itemDefault'],'settingsitemhover':['Item','itemHover'],'settingsitemselected':['Item','itemSelected'],'settingsnotselected':['Item','notSelected'],'settingsselected':['Item','selected'],'settingstabbar':['Friends','tabBar'],'settingstabbarprimary':['Friends','primary'],'settingstabbartoppill':['Item','topPill'],'sidebarregion':['SettingsWindow','sidebarRegion'],'sinkinteractions':['Message','disableInteraction'],'size10':['UserPopout','size10'],'size12':['Text','size12'],'size14':['Text','size14'],'size16':['Text','size16'],'size18':['Text','size18'],'size20':['Text','size20'],'size24':['TextStyle','size24'],'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'],'statusdnd':['Avatar','dnd'],'statusidle':['Avatar','idle'],'statusinvisible':['Avatar','invisible'],'statusoffline':['Avatar','offline'],'statusonline':['Avatar','online'],'status':['Avatar','status'],'statusprofile':['Avatar','statusProfile'],'statusstreaming':['Avatar','streaming'],'statustyping':['Avatar','typing'],'statustypingspinneritem':['Avatar','typingSpinnerItem'],'statusunknown':['Avatar','unknown'],'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'],'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'],'textareaicon':['ChannelTextAreaButton','icon'],'textareainner':['ChannelTextArea','inner'],'textareainnerautocomplete':['ChannelTextArea','innerAutocomplete'],'textareainnerdisabled':['ChannelTextArea','innerDisabled'],'textareainnerenablednoattach':['ChannelTextArea','innerEnabledNoAttach'],'textareainnernoautocomplete':['ChannelTextArea','innerNoAutocomplete'],'textareapickerbutton':['ChannelTextArea','button'],'textareapickerbuttons':['ChannelTextArea','buttons'],'textareauploadinput':['ChannelTextArea','uploadInput'],'textareawrapall':['ChannelTextArea','channelTextArea'],'textareawrapchat':['ChannelWindow','channelTextArea'],'textareawrapdisabled':['ChannelTextArea','channelTextAreaDisabled'],'textareawrapenablednoattach':['ChannelTextArea','channelTextAreaEnabledNoAttach'],'textlink':['Notice','textLink'],'textrow':['PopoutActivity','textRow'],'themedark':['NotFound','themeDark'],'themeghosthairline':['Scroller','themeGhostHairline'],'themelight':['NotFound','themeLight'],'title':['SettingsItems','title'],'titlebar':['TitleBar','titleBar'],'titledefault':['SettingsItems','titleDefault'],'titlemini':['SettingsItems','titleMini'],'tooltip':['Tooltip','tooltip'],'tooltipblack':['Tooltip','black'],'tooltipbottom':['Tooltip','bottom'],'tooltipbrand':['Tooltip','brand'],'tooltipgreen':['Tooltip','green'],'tooltipleft':['Tooltip','left'],'tooltipred':['Tooltip','red'],'tooltipright':['Tooltip','right'],'tooltips':['Tooltip','tooltips'],'tooltiptop':['Tooltip','top'],'tooltipyellow':['Tooltip','yellow'],'typing':['Typing','typing'],'userpopout':['UserPopout','userPopout'],'userpopoutheader':['UserPopout','header'],'userpopoutheaderbottag':['UserPopout','headerBotTag'],'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'],'userpopoutrole':['Role','role'],'userpopoutrolecircle':['Role','roleCircle'],'userpopoutrolelist':['UserPopout','rolesList'],'userpopoutrolename':['Role','roleName'],'userprofile':['UserProfile','root'],'userprofilebody':['UserProfile','body'],'userprofileheader':['UserProfile','header'],'userprofileheaderfill':['UserProfile','headerFill'],'userprofileheaderinfo':['UserProfile','headerInfo'],'userprofilelistavatar':['UserProfile','listAvatar'],'userprofilelistguildavatarwithouticon':['UserProfile','guildAvatarWithoutIcon'],'userprofilelistname':['UserProfile','listName'],'userprofilelistrow':['UserProfile','listRow'],'userprofiletopsectionnormal':['UserProfile','topSectionNormal'],'userprofiletopsectionplaying':['UserProfile','topSectionPlaying'],'userprofiletopsectionspotify':['UserProfile','topSectionSpotify'],'userprofiletopsectionstreaming':['UserProfile','topSectionStreaming'],'userprofiletopsectionxbox':['UserProfile','topSectionXbox'],'userprofileusername':['UserProfile','username'],'usernote':['Note','note'],'usernotepopout':['UserPopout','note'],'usernoteprofile':['UserProfile','note'],'vertical':['Flex','vertical'],'voiceavatarcontainer':['Voice','avatarContainer'],'voiceavatardefault':['Voice','avatarDefault'],'voiceavatarspeaking':['Voice','avatarSpeaking'],'voiceiconspacing':['Voice','iconSpacing'],'voicelistcollapse':['Voice','listCollapse'],'voicelistdefault':['Voice','listDefault'],'voicename':['Voice','name'],'voicenamedefault':['Voice','nameDefault'],'voicenamehovered':['Voice','nameHovered'],'voicenamespeaking':['Voice','nameSpeaking'],'voiceuser':['Voice','voiceUser'],'voiceuserdefault':['Voice','userDefault'],'voiceuserhovered':['Voice','userHovered'],'weightbold':['TextWeight','weightBold'],'weightlight':['TextWeight','weightLight'],'weightmedium':['TextWeight','weightMedium'],'weightnormal':['TextWeight','weightNormal'],'weightsemibold':['TextWeight','weightSemiBold'],'wrap':['Flex','wrap'],'wrapreverse':['Flex','wrapReverse']};BDFDB['disCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pm,pn){return BDFDB['getDiscordClass'](pn,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(po,pp){return BDFDB['getDiscordClass'](pp,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pq,pr){return BDFDB['getDiscordClass'](pr,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(ps,pt){let pu=BDFDB['getDiscordClass'](pt,!![]);return(pu['indexOf']('#')==0x0?'':'.')+pu;}});BDFDB['dotCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pv,pw){let px=BDFDB['getDiscordClass'](pw,!![]);return(px['indexOf']('#')==0x0?'':'.')+px+'\x20';}});BDFDB['dotCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(py,pz){let pA=BDFDB['getDiscordClass'](pz,!![]);return(pA['indexOf']('#')==0x0?'':'.')+pA+',';}});BDFDB['notCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pB,pC){return':not(.'+BDFDB['getDiscordClass'](pC,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pD,pE){return':not(.'+BDFDB['getDiscordClass'](pE,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(pF,pG){return':not(.'+BDFDB['getDiscordClass'](pG,!![])['split']('.')[0x0]+'),';}});BDFDB['getDiscordClass']=function(pH,pI){var pJ=BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];if(BDFDB['DiscordClasses'][pH]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',pH+'\x20not\x20found\x20in\x20BDFDB.DiscordClasses');return pJ;}else if(!Array['isArray'](BDFDB['DiscordClasses'][pH])||BDFDB['DiscordClasses'][pH]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',pH+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20BDFDB.DiscordClasses');return pJ;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][pH][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][pH][0x0]+'\x20not\x20found\x20in\x20BDFDB.DiscordClassModules');return pJ;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][pH][0x0]][BDFDB['DiscordClasses'][pH][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][pH][0x1]+'\x20not\x20found\x20in\x20'+BDFDB['DiscordClasses'][pH][0x0]+'\x20in\x20BDFDB.DiscordClassModules');return pJ;}else{pJ=BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][pH][0x0]][BDFDB['DiscordClasses'][pH][0x1]];if(pI){pJ=pJ['split']('\x20')['filter'](pK=>pK['indexOf']('da-')!=0x0)['join'](pI?'.':'\x20');pJ=pJ?pJ:BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];}return pJ;}};BDFDB['getLibraryStrings']=function(){switch(BDFDB['getDiscordLanguage']()['id']){case'hr':return{'toast_plugin_started':'{{oldversion}}\x20je\x20započeo.','toast_plugin_stopped':'{{oldversion}}\x20zaustavljen.','toast_plugin_translated':'prijevod\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Birač\x20boja','file_navigator_text':'Pregledajte\x20datoteku','btn_add_text':'Dodati','btn_cancel_text':'Prekid','btn_all_text':'Sve','btn_save_text':'Uštedjeti','btn_ok_text':'OK','search_placeholder':'Traziti\x20...'};case'da':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversat\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Farvevælger','file_navigator_text':'Gennemse\x20fil','btn_add_text':'Tilføje','btn_cancel_text':'Afbryde','btn_all_text':'Alle','btn_save_text':'Spare','btn_ok_text':'OK','search_placeholder':'Søge\x20efter\x20...'};case'de':return{'toast_plugin_started':'{{oldversion}}\x20wurde\x20gestartet.','toast_plugin_stopped':'{{oldversion}}\x20wurde\x20gestoppt.','toast_plugin_translated':'auf\x20{{ownlang}}\x20übersetzt.','colorpicker_modal_header_text':'Farbauswahl','file_navigator_text':'Datei\x20durchsuchen','btn_add_text':'Hinzufügen','btn_cancel_text':'Abbrechen','btn_all_text':'Alle','btn_save_text':'Speichern','btn_ok_text':'OK','search_placeholder':'Suchen\x20nach\x20...'};case'es':return{'toast_plugin_started':'{{oldversion}}\x20se\x20guilddiv\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20se\x20guilddiv\x20detenido.','toast_plugin_translated':'traducido\x20a\x20{{ownlang}}.','colorpicker_modal_header_text':'Selector\x20de\x20color','file_navigator_text':'Buscar\x20archivo','btn_add_text':'Añadir','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Guardar','btn_ok_text':'OK','search_placeholder':'Buscar\x20...'};case'fr':return{'toast_plugin_started':'{{oldversion}}\x20a\x20été\x20démarré.','toast_plugin_stopped':'{{oldversion}}\x20a\x20été\x20arrêté.','toast_plugin_translated':'traduit\x20en\x20{{ownlang}}.','colorpicker_modal_header_text':'Pipette\x20à\x20couleurs','file_navigator_text':'Parcourir\x20le\x20fichier','btn_add_text':'Ajouter','btn_cancel_text':'Abandonner','btn_all_text':'Tout','btn_save_text':'Enregistrer','btn_ok_text':'OK','search_placeholder':'Rechercher\x20...'};case'it':return{'toast_plugin_started':'{{oldversion}}\x20è\x20stato\x20avviato.','toast_plugin_stopped':'{{oldversion}}\x20è\x20stato\x20interrotto.','toast_plugin_translated':'tradotto\x20in\x20{{ownlang}}.','colorpicker_modal_header_text':'Raccoglitore\x20di\x20colore','file_navigator_text':'Sfoglia\x20file','btn_add_text':'Inserisci','btn_cancel_text':'Cancellare','btn_all_text':'Tutto','btn_save_text':'Salvare','btn_ok_text':'OK','search_placeholder':'Cercare\x20...'};case'nl':return{'toast_plugin_started':'{{oldversion}}\x20is\x20gestart.','toast_plugin_stopped':'{{oldversion}}\x20is\x20gestopt.','toast_plugin_translated':'vertaald\x20naar\x20{{ownlang}}.','colorpicker_modal_header_text':'Kleur\x20kiezer','file_navigator_text':'Bestand\x20zoeken','btn_add_text':'Toevoegen','btn_cancel_text':'Afbreken','btn_all_text':'Alle','btn_save_text':'Opslaan','btn_ok_text':'OK','search_placeholder':'Zoeken\x20...'};case'no':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversatt\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Fargevelger','file_navigator_text':'Bla\x20gjennom\x20fil','btn_add_text':'Legg\x20til','btn_cancel_text':'Avbryte','btn_all_text':'Alle','btn_save_text':'Lagre','btn_ok_text':'OK','search_placeholder':'Søk\x20etter\x20...'};case'pl':return{'toast_plugin_started':'{{oldversion}}\x20został\x20uruchomiony.','toast_plugin_stopped':'{{oldversion}}\x20został\x20zatrzymany.','toast_plugin_translated':'przetłumaczono\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Narzędzie\x20do\x20wybierania\x20kolorów','file_navigator_text':'Przeglądać\x20plik','btn_add_text':'Dodaj','btn_cancel_text':'Anuluj','btn_all_text':'Wszystkie','btn_save_text':'Zapisz','btn_ok_text':'OK','search_placeholder':'Szukać\x20...'};case'pt-BR':return{'toast_plugin_started':'{{oldversion}}\x20foi\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20foi\x20interrompido.','toast_plugin_translated':'traduzido\x20para\x20{{ownlang}}.','colorpicker_modal_header_text':'Seletor\x20de\x20cores','file_navigator_text':'Procurar\x20arquivo','btn_add_text':'Adicionar','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Salvar','btn_ok_text':'OK','search_placeholder':'Procurar\x20por\x20...'};case'fi':return{'toast_plugin_started':'{{oldversion}}\x20on\x20käynnistetty.','toast_plugin_stopped':'{{oldversion}}\x20on\x20pysäytetty.','toast_plugin_translated':'käännetty\x20osoitteeseen\x20{{ownlang}}.','colorpicker_modal_header_text':'Värinvalitsija','file_navigator_text':'Selaa\x20tiedostoa','btn_add_text':'Lisätä','btn_cancel_text':'Peruuttaa','btn_all_text':'Kaikki','btn_save_text':'Tallentaa','btn_ok_text':'OK','search_placeholder':'Etsiä\x20...'};case'sv':return{'toast_plugin_started':'{{oldversion}}\x20har\x20startats.','toast_plugin_stopped':'{{oldversion}}\x20har\x20blivit\x20stoppad.','toast_plugin_translated':'översatt\x20till\x20{{ownlang}}.','colorpicker_modal_header_text':'Färgväljare','file_navigator_text':'Bläddra\x20i\x20fil','btn_add_text':'Lägg\x20till','btn_cancel_text':'Avbryta','btn_all_text':'All','btn_save_text':'Spara','btn_ok_text':'OK','search_placeholder':'Söka\x20efter\x20...'};case'tr':return{'toast_plugin_started':'{{oldversion}}\x20başlatıldı.','toast_plugin_stopped':'{{oldversion}}\x20durduruldu.','toast_plugin_translated':'{{ownlang}}\x20olarak\x20çevrildi.','colorpicker_modal_header_text':'Renk\x20seçici','file_navigator_text':'Dosyaya\x20gözat','btn_add_text':'Eklemek','btn_cancel_text':'Iptal','btn_all_text':'Her','btn_save_text':'Kayıt','btn_ok_text':'Okey','search_placeholder':'Aramak\x20...'};case'cs':return{'toast_plugin_started':'{{oldversion}}\x20byl\x20spuštěn.','toast_plugin_stopped':'{{oldversion}}\x20byl\x20zastaven.','toast_plugin_translated':'přeložen\x20do\x20{{ownlang}}.','colorpicker_modal_header_text':'Výběr\x20barev','file_navigator_text':'Procházet\x20soubor','btn_add_text':'Přidat','btn_cancel_text':'Zrušení','btn_all_text':'Vše','btn_save_text':'Uložit','btn_ok_text':'OK','search_placeholder':'Hledat\x20...'};case'bg':return{'toast_plugin_started':'{{oldversion}}\x20е\x20стартиран.','toast_plugin_stopped':'{{oldversion}}\x20е\x20спрян.','toast_plugin_translated':'преведена\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Избор\x20на\x20цвят','file_navigator_text':'Прегледайте\x20файла','btn_add_text':'Добави','btn_cancel_text':'Зъбести','btn_all_text':'Bсичко','btn_save_text':'Cпасяване','btn_ok_text':'Добре','search_placeholder':'Търся\x20...'};case'ru':return{'toast_plugin_started':'{{oldversion}}\x20запущен.','toast_plugin_stopped':'{{oldversion}}\x20остановлен.','toast_plugin_translated':'переведен\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Выбор\x20цвета','file_navigator_text':'Просмотр\x20файла','btn_add_text':'Добавить','btn_cancel_text':'Отмена','btn_all_text':'Все','btn_save_text':'Cпасти','btn_ok_text':'ОК','search_placeholder':'Искать\x20...'};case'uk':return{'toast_plugin_started':'{{oldversion}}\x20було\x20запущено.','toast_plugin_stopped':'{{oldversion}}\x20було\x20зупинено.','toast_plugin_translated':'перекладено\x20{{ownlang}}.','colorpicker_modal_header_text':'Колір\x20обкладинки','file_navigator_text':'Перегляньте\x20файл','btn_add_text':'Додати','btn_cancel_text':'Скасувати','btn_all_text':'Все','btn_save_text':'Зберегти','btn_ok_text':'Добре','search_placeholder':'Шукати\x20...'};case'ja':return{'toast_plugin_started':'{{oldversion}}が開始されました.','toast_plugin_stopped':'{{oldversion}}が停止しました.','toast_plugin_translated':'は{{ownlang}}に翻訳されました.','colorpicker_modal_header_text':'カラーピッカー','file_navigator_text':'ファイルを参照','btn_add_text':'追加','btn_cancel_text':'キャンセル','btn_all_text':'すべて','btn_save_text':'セーブ','btn_ok_text':'はい','search_placeholder':'検索する\x20...'};case'zh-TW':return{'toast_plugin_started':'{{oldversion}}已經啟動.','toast_plugin_stopped':'{{oldversion}}已停止.','toast_plugin_translated':'翻譯為{{ownlang}}.','colorpicker_modal_header_text':'選色器','file_navigator_text':'瀏覽文件','btn_add_text':'加','btn_cancel_text':'取消','btn_all_text':'所有','btn_save_text':'保存','btn_ok_text':'好','search_placeholder':'搜索\x20...'};case'ko':return{'toast_plugin_started':'{{oldversion}}\x20시작되었습니다.','toast_plugin_stopped':'{{oldversion}}\x20중지되었습니다.','toast_plugin_translated':'{{ownlang}}\x20로\x20번역되었습니다.','colorpicker_modal_header_text':'색상\x20선택\x20도구','file_navigator_text':'파일\x20찾아보기','btn_add_text':'더하다','btn_cancel_text':'취소','btn_all_text':'모든','btn_save_text':'저장','btn_ok_text':'승인','search_placeholder':'검색\x20...'};default:return{'toast_plugin_started':'{{oldversion}}\x20has\x20been\x20started.','toast_plugin_stopped':'{{oldversion}}\x20has\x20been\x20stopped.','toast_plugin_translated':'translated\x20to\x20{{ownlang}}.','colorpicker_modal_header_text':'Color\x20Picker','file_navigator_text':'Browse\x20File','btn_add_text':'Add','btn_cancel_text':'Cancel','btn_all_text':'All','btn_save_text':'Save','btn_ok_text':'OK','search_placeholder':'Search\x20for\x20...'};}};BDFDB['appendLocalStyle']('BDFDB','\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['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.DevilBro-notice\x20{\x0a\x09\x09\x09transition:\x20height\x200.5s\x20ease\x20!important;\x0a\x09\x09\x09border-radius:\x200\x205px\x200\x200\x20!important;\x0a\x09\x09}\x0a\x09\x09.hidden-by-OTB\x20.DevilBro-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['dotCN']['tooltip']+BDFDB['dotCN']['tooltiptop'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-top-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipright'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-right-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipleft'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-left-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipbottom'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-bottom-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-size:\x2020px\x2020px;\x0a\x09\x09\x09background-repeat:\x20no-repeat;\x0a\x09\x09\x09background-position:\x206px\x2050%;\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\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.update-notice-tooltip,\x0a\x09\x09.update-button-tooltip,\x0a\x09\x09.update-list-tooltip\x20{\x0a\x09\x09\x09max-width:\x20420px\x20!important;\x0a\x09\x09}\x0a\x09\x09.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.DevilBro-modal\x20'+BDFDB['dotCN']['title']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['title']+'\x20{\x0a\x09\x09\x09cursor:\x20default\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-settings-inner\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09\x09padding-right:\x205px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-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.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-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.DevilBro-settingsmodal\x20.DevilBro-settings\x20{\x0a\x09\x09\x09margin-bottom:\x2020px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20520px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-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.DevilBro-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.DevilBro-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}\x09\x09\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+'\x20{\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+':before,\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+':before\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09filter:\x20grayscale(70%)\x20brightness(50%);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-row\x20{\x0a\x09\x09\x09display:\x20flex\x20!important;\x20\x0a\x09\x09\x09flex-wrap:\x20wrap\x20!important;\x20\x0a\x09\x09\x09overflow:\x20visible\x20!important;\x0a\x09\x09\x09min-width:\x20482px\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09min-width:\x2030px;\x0a\x09\x09\x09min-height:\x2030px;\x0a\x09\x09\x09margin-bottom:\x205px;\x0a\x09\x09\x09margin-top:\x205px;\x0a\x09\x09\x09border:\x204px\x20solid\x20transparent;\x0a\x09\x09\x09border-radius:\x2012px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.large\x20{\x0a\x09\x09\x09min-width:\x2070px;\x0a\x09\x09\x09min-height:\x2070px;\x0a\x09\x09\x09border-radius:\x2025px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor\x20{\x0a\x09\x09\x09border-color:\x20red;\x0a\x09\x09\x09background:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center/contain;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor.selected\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.color-picker-dropper\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09left:\x2040px;\x0a\x09\x09\x09top:\x2010px;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.85;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop-closing\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(1);\x20opacity:\x201;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal-closing\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(0.7);\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09background-color:\x20rgb(0,\x200,\x200);\x0a\x09\x09\x09transform:\x20translateZ(0px);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-closing\x20200ms\x20linear;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09animation-delay:\x2050ms;\x0a\x09\x09\x09opacity:\x200.2;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal\x20250ms\x20cubic-bezier(0.175,\x200.885,\x200.32,\x201.275);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09transform:\x20scale(0.7);\x0a\x09\x09\x09transform-origin:\x2050%\x2050%;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal-closing\x20250ms\x20cubic-bezier(0.19,\x201,\x200.22,\x201);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20scale(1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid\x20{\x0a\x09\x09\x09background-color:\x20rgba(67,181,129,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(27,141,89);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(67,181,129);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(67,181,129,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid\x20{\x0a\x09\x09\x09background-color:\x20rgba(241,71,71,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(201,31,31);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(241,71,71);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(241,71,71,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-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,0,0,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09border:\x20none\x20!important;\x0a\x09\x09\x09background:\x20rgba(0,0,0,.1);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.05);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,0,0,.2);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.tab-content:not(.open)\x20{\x0a\x09\x09\x09display:\x20none;\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['addEventListener'](BDFDB,document,'click.BDFDBPluginClick','.bd-settingswrap\x20.bd-refresh-button,\x20.bd-settingswrap\x20.bd-switch-checkbox',()=>{BDFDB['setPluginCache']();BDFDB['setThemeCache']();});var pL={};BDFDB['addEventListener'](BDFDB,document,'keydown.BDFDBPressedKeys',pM=>{if(!BDFDB['pressedKeys']['includes'](pM['which'])){clearTimeout(pL[pM['which']]);BDFDB['pressedKeys']['push'](pM['which']);pL[pM['which']]=setTimeout(()=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],pM['which'],!![]);},0xea60);}});BDFDB['addEventListener'](BDFDB,document,'keyup.BDFDBPressedKeys',pN=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],pN['which'],!![]);});BDFDB['addEventListener'](BDFDB,document,'mousedown.BDFDBMousePosition',pO=>{BDFDB['mousePosition']=pO;});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'MessageOptionPopout':'componentDidMount'};BDFDB['WebModules']['unpatchall'](BDFDB);BDFDB['WebModules']['patchModules'](BDFDB);BDFDB['processV2CList']=function(pP,pQ){if(!document['querySelector']('.bd-updatebtn')&&window['PluginUpdates']&&window['PluginUpdates']['plugins']&&pP['_reactInternalFiber']['key']&&pP['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var pR=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(pR){var pS=BDFDB['htmlToElement']('Check\x20for\x20Updates');pS['addEventListener']('click',()=>{BDFDB['checkAllUpdates']();});pS['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',pS,{'type':'top','selector':'update-button-tooltip'});});pS['addEventListener']('contextmenu',()=>{if(window['PluginUpdates']&&window['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var pT=[];for(let pU in window['PluginUpdates']['plugins'])pT['push'](window['PluginUpdates']['plugins'][pU]['name']);BDFDB['createTooltip'](pT['sort']()['join'](',\x20'),pS,{'type':'bottom','selector':'update-list-tooltip'});}});pR['parentElement']['insertBefore'](pS,pR['nextSibling']);}}};var pV=(pW,pX)=>{var pY,pZ=null;if(BDFDB['containsClass'](pX,BDFDB['disCN']['_reposettingsclosed'])&&(pY=pX['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(pZ=pX['querySelector'](BDFDB['dotCN']['_repodescription']))!=null){if(!pY['firstElementChild']&&!pZ['firstElementChild']&&(pY['innerText']=='DevilBro'||pY['innerText']['indexOf']('DevilBro,')==0x0)){pZ['style']['setProperty']('display','block','important');if(pZ['innerText']['indexOf']('http://bit.ly/DevilBrosHaus')==-0x1)pZ['innerHTML']=pZ['innerText']+'\x0a\x0aMy\x20Support\x20Server:\x20http://bit.ly/DevilBrosHaus\x20or\x20https://discordapp.com/invite/Jx3TjNS';pY['innerHTML']='DevilBro'+pY['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');pY['addEventListener']('click',()=>{if(BDFDB['myData']['id']=='278543574059057154')return;let q0=BDFDB['WebModules']['findByProperties']('getDMFromUserId')['getDMFromUserId']('278543574059057154');if(q0)BDFDB['WebModules']['findByProperties']('selectPrivateChannel')['selectPrivateChannel'](q0);else BDFDB['WebModules']['findByProperties']('openPrivateChannel')['openPrivateChannel'](BDFDB['myData']['id'],'278543574059057154');let q1=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(q1)q1['click']();});let q2=pX['querySelector'](BDFDB['dotCN']['_repolinks']);if(q2&&BDFDB['myData']['id']!='98003542823944192'&&BDFDB['myData']['id']!='116242787980017679'&&BDFDB['myData']['id']!='81388395867156480'){if(q2['firstElementChild'])q2['innerHTML']=q2['innerHTML']+'\x20|\x20';q2['appendChild'](BDFDB['htmlToElement']('Donations'));}}}};BDFDB['processV2CPluginCard']=function(q3,q4){pV(q3,q4);};BDFDB['processV2CThemeCard']=function(q5,q6){pV(q5,q6);};BDFDB['processMessageOptionPopout']=function(q7,q8){var q9=BDFDB['getReactValue'](q7,'_reactInternalFiber.return.return.return.memoizedProps.target');if(q9)q7['props']['target']=q9;};BDFDB['loaded']=!![];})(); \ No newline at end of file diff --git a/Plugins/EditServers/EditServers.plugin.js b/Plugins/EditServers/EditServers.plugin.js index 09a46e6323..a2032e1093 100644 --- a/Plugins/EditServers/EditServers.plugin.js +++ b/Plugins/EditServers/EditServers.plugin.js @@ -3,7 +3,7 @@ class EditServers { getName () {return "EditServers";} - getVersion () {return "1.9.3";} + getVersion () {return "1.9.4";} getAuthor () {return "DevilBro";} @@ -11,7 +11,7 @@ class EditServers { initConstructor () { this.changelog = { - "fixed":[["Servericon Text Size","If you choose to remove a servericon or choose a shortname for a server the fontsize will now properly be scaled relative to the shortnamelength"]] + "improved":[["Settings","You can now choose where EditServers changes the server data"]] }; this.labels = {}; @@ -132,11 +132,26 @@ class EditServers { `; + + this.defaults = { + settings: { + changeInGuildList: {value:true, description:"Server List"}, + changeInMutualGuilds: {value:true, description:"Mutual Servers"}, + changeInGuildHeader: {value:true, description:"Guild Header"}, + changeInSearchPopout: {value:true, description:"Search Popout"} + } + }; } getSettingsPanel () { if (!global.BDFDB || typeof BDFDB != "object" || !BDFDB.loaded || !this.started) return; + var settings = BDFDB.getAllData(this, "settings"); var settingshtml = `
${this.name}
`; + settingshtml += `

Change Server in:

`; + for (let key in settings) { + settingshtml += `

${this.defaults.settings[key].description}

`; + } + settingshtml += `
`; settingshtml += `

Reset all Servers.

`; settingshtml += `
`; @@ -478,6 +493,24 @@ class EditServers { return noiconclasses; } + getGuildData (id, wrapper) { + let data = BDFDB.loadData(id, this, "servers"); + if (!data) return {}; + let allenabled = true, settings = BDFDB.getAllData(this, "settings"); + for (let i in settings) if (!settings[i]) { + allenabled = false; + break; + } + if (allenabled) return data; + let key = null; + if (BDFDB.getParentEle(BDFDB.dotCN.guilds, wrapper)) key = "changeInGuildList"; + else if (BDFDB.getParentEle(BDFDB.dotCN.userprofile, wrapper) || BDFDB.getParentEle(BDFDB.dotCN.friends, wrapper)) key = "changeInMutualGuilds"; + else if (BDFDB.getParentEle(BDFDB.dotCN.guildheader, wrapper)) key = "changeInGuildHeader"; + else if (BDFDB.getParentEle(BDFDB.dotCN.searchpopout, wrapper) || BDFDB.getParentEle(BDFDB.dotCN.quickswitcher, wrapper)) key = "changeInSearchPopout"; + + return !key || settings[key] ? data : {}; + } + setLabelsByLanguage () { switch (BDFDB.getDiscordLanguage().id) { case "hr": //croatian