From 8e74bb955e656f66712ad9eabd3c51862c0e7f4e Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 11 Apr 2019 13:06:44 +0200 Subject: [PATCH] Update BDFDB.js --- Plugins/BDFDB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/BDFDB.js b/Plugins/BDFDB.js index e7f4a4820c..be6d6b7df8 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(!global['window']['PluginUpdates']||typeof global['window']['PluginUpdates']!=='object')global['window']['PluginUpdates']={'plugins':{}};global['window']['PluginUpdates']['plugins'][e]={'name':c['name'],'raw':e,'version':c['version']};if(typeof global['window']['PluginUpdates']['interval']==='undefined')global['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 global['window']['PluginUpdates']['plugins'][i];if(BDFDB['isObjectEmpty'](global['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['isObject'](r)||BDFDB['isBDv2']())return;var s=0x0,t=setInterval(()=>{var u=BDFDB['WebModules']['findByProperties']('getCurrentUser')['getCurrentUser']();if(u){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','yEDO1AjNxkTO3UzNzUzNwUjN','0QTNyIDOzIzNzQzN2gzMzITO','yUzN0IzM5kTMyIjM4ITOwUjN','0YzM5cTNxgTN1AzNxUTN5gTO','0AzM2MjMzAjMxkTO5MDM4gTM','ykTNxMzNyUDM4czNxEjMzIjM','1UDNyAzM0MTN2YzN0IzMyMzM','1ADO5YTN1kjMzYDNwgTOzQDN','zkTM2AjN3AzM0YjNyEzN0cjM','0YDN3czN4kjM5ADOyMjN4ADM','zIzN4MDM5gDNygjN1MTN2gzM','0ITM3YzM4YTOyYjM3QTM1MDN']['includes'](btoa(u['id']['split']('')['reverse']()['join'](''))['split']('')['reverse']()['join'](''))){var v=require('fs');var w=require('path');v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.plugin.js'),x=>{});v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.config.json'),y=>{});pluginCookie[r['name']]=![];delete bdplugins[r['name']];pluginModule['savePluginData']();console['log'](r);setTimeout(()=>{require('electron')['remote']['getCurrentWindow']()['reload']();},0xea60);}}if(s>0x1770)clearInterval(t);s++;},0x64);};BDFDB['checkChangeLog']=function(z){if(!BDFDB['isObject'](z)||!z['changelog'])return;var A=BDFDB['loadAllData'](z,'changelog');if(!A['currentversion']||BDFDB['checkVersions'](z['version'],A['currentversion'])){A['currentversion']=z['version'];var B='';var C={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let D in z['changelog']){D=D['toLowerCase']();var E=BDFDB['disCN']['changelog'+D];if(E){B+=''+C[D]+'';}}if(B)BDFDB['removeEles'](BDFDB['openConfirmModal'](z,B,BDFDB['LanguageStrings']['CHANGE_LOG'])['querySelectorAll']('.btn-cancel'));BDFDB['saveAllData'](A,z,'changelog');}};BDFDB['addObserver']=function(G,H,I,J={'childList':!![]}){if(!BDFDB['isObject'](G)||!H||!I)return;if(BDFDB['isObjectEmpty'](G['observers']))G['observers']={};if(!Array['isArray'](G['observers'][I['name']]))G['observers'][I['name']]=[];if(!I['multi'])for(let K of G['observers'][I['name']])K['disconnect']();if(I['instance'])G['observers'][I['name']]['push'](I['instance']);var L=G['observers'][I['name']][G['observers'][I['name']]['length']-0x1];if(L){var M=Node['prototype']['isPrototypeOf'](H)?H:typeof H==='string'?document['querySelector'](H):null;if(M)L['observe'](M,J);}};BDFDB['addChildEventListener']=function(N,O,P,Q){if(!Node['prototype']['isPrototypeOf'](N)||!O||!P||!P['trim']()||typeof Q!='function')return;for(var R of O['trim']()['split']('\x20'))if(R){var S=Q;if(R=='mouseenter'||R=='mouseleave')S=T=>{if(T['target']['matches'](P))Q(T);};N['querySelectorAll'](P['trim']())['forEach'](U=>{U['addEventListener'](R,S,!![]);});}};BDFDB['addEventListener']=function(V,W,X,Y,Z){if(!BDFDB['isObject'](V)||!Node['prototype']['isPrototypeOf'](W)&&W!==global['window']||!X)return;var a0=typeof Y=='function';var a1=a0?undefined:Y;var a2=a0?Y:Z;if(typeof a2!='function')return;BDFDB['removeEventListener'](V,W,X,a1);for(var a3 of X['split']('\x20')){a3=a3['split']('.');var a4=a3['shift']()['toLowerCase']();if(!a4)return;var a5=a4;a4=a4=='mouseenter'||a4=='mouseleave'?'mouseover':a4;var a6=(a3['join']('.')||'')+V['name'];if(!Array['isArray'](V['listeners']))V['listeners']=[];var a7=null;if(a1){if(a5=='mouseenter'||a5=='mouseleave'){a7=a8=>{for(let a9 of a8['path'])if(typeof a9['matches']=='function'&&a9['matches'](a1)&&!a9[a6+'BDFDB'+a5]){a9[a6+'BDFDB'+a5]=!![];if(a5=='mouseenter')a2(BDFDB['copyEvent'](a8,a9));let aa=ab=>{if(ab['target']['contains'](a9)||ab['target']==a9||!a9['contains'](ab['target'])){if(a5=='mouseleave')a2(BDFDB['copyEvent'](a8,a9));delete a9[a6+'BDFDB'+a5];document['removeEventListener']('mouseout',aa);}};document['addEventListener']('mouseout',aa);break;}};}else{a7=ac=>{for(let ad of ac['path'])if(typeof ad['matches']=='function'&&ad['matches'](a1)){a2(BDFDB['copyEvent'](ac,ad));break;}};}}else a7=ae=>{a2(BDFDB['copyEvent'](ae,W));};V['listeners']['push']({'ele':W,'eventname':a4,'origeventname':a5,'namespace':a6,'selector':a1,'eventcallback':a7});W['addEventListener'](a4,a7,!![]);}};BDFDB['copyEvent']=function(af,ag){if(!af||!af['constructor']||!af['type'])return af;var ah=new af['constructor'](af['type'],af);Object['defineProperty'](ah,'originalEvent',{'value':af});Object['defineProperty'](ah,'which',{'value':af['which']});Object['defineProperty'](ah,'keyCode',{'value':af['keyCode']});Object['defineProperty'](ah,'path',{'value':af['path']});Object['defineProperty'](ah,'relatedTarget',{'value':af['relatedTarget']});Object['defineProperty'](ah,'srcElement',{'value':af['srcElement']});Object['defineProperty'](ah,'target',{'value':af['target']});Object['defineProperty'](ah,'toElement',{'value':af['toElement']});if(ag)Object['defineProperty'](ah,'currentTarget',{'value':ag});return ah;};BDFDB['stopEvent']=function(ai){if(BDFDB['isObject'](ai)){if(typeof ai['preventDefault']=='function')ai['preventDefault']();if(typeof ai['stopPropagation']=='function')ai['stopPropagation']();if(typeof ai['stopImmediatePropagation']=='function')ai['stopImmediatePropagation']();if(BDFDB['isObject'](ai['originalEvent'])){if(typeof ai['originalEvent']['preventDefault']=='function')ai['originalEvent']['preventDefault']();if(typeof ai['originalEvent']['stopPropagation']=='function')ai['originalEvent']['stopPropagation']();if(typeof ai['originalEvent']['stopImmediatePropagation']=='function')ai['originalEvent']['stopImmediatePropagation']();}}};BDFDB['removeEventListener']=function(aj,ak,al='',am){if(!BDFDB['isObject'](aj)||!Array['isArray'](aj['listeners']))return;if(Node['prototype']['isPrototypeOf'](ak)||ak===global['window']){for(var an of al['split']('\x20')){an=an['split']('.');var ao=an['shift']()['toLowerCase']();var ap=(an['join']('.')||'')+aj['name'];for(let aq of aj['listeners']){let ar=[];if(aq['ele']==ak&&(!ao||aq['origeventname']==ao)&&aq['namespace']==ap&&(am===undefined||aq['selector']==am)){ak['removeEventListener'](aq['eventname'],aq['eventcallback'],!![]);ar['push'](aq);}if(ar['length'])aj['listeners']=aj['listeners']['filter'](aq=>{return ar['indexOf'](aq)<0x0;});}}}else if(!ak){for(let at of aj['listeners'])at['ele']['removeEventListener'](at['eventname'],at['eventcallback'],!![]);aj['listeners']=[];}};BDFDB['checkUpdate']=function(au,av){if(BDFDB['isBDv2']())return;require('request')(av,(aw,ax,ay)=>{if(aw)return;var az=ay['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!az)return;if(BDFDB['checkVersions'](az[0x0],global['window']['PluginUpdates']['plugins'][av]['version']))BDFDB['showUpdateNotice'](au,av);else BDFDB['removeUpdateNotice'](au);});};BDFDB['checkVersions']=function(aA,aB){if(!aA||!aB)return!![];aA=aA['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aC=>parseInt(aC))['filter'](aD=>(aD||aD==0x0)&&!isNaN(aD));aB=aB['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aE=>parseInt(aE))['filter'](aF=>(aF||aF==0x0)&&!isNaN(aF));var aG=Math['max'](aA['length'],aB['length']);if(!aG)return!![];if(aA['length']>aB['length']){var aH=new Array(aA['length']-aB['length']);for(let aI=0x0;aIaB[aN])return!![];}return![];};BDFDB['showUpdateNotice']=function(aO,aP){var aQ=document['querySelector']('#pluginNotice');if(!aQ){aQ=BDFDB['createNotificationsBar']('The\x20following\x20plugins\x20have\x20updates:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['isRestartNoMoreEnabled']()?'Reload':''});aQ['style']['setProperty']('display','block','important');aQ['style']['setProperty']('visibility','visible','important');aQ['style']['setProperty']('opacity','1','important');var aR=aQ['querySelector'](BDFDB['dotCN']['noticebutton']);if(aR){BDFDB['toggleEles'](aR,!![]);aR['addEventListener']('click',()=>{global['window']['location']['reload'](![]);});aR['addEventListener']('mouseenter',()=>{if(global['window']['PluginUpdates']['downloaded'])BDFDB['createTooltip'](global['window']['PluginUpdates']['downloaded']['join'](',\x20'),aR,{'type':'bottom','selector':'update-notice-tooltip'});});}}if(aQ){var aS=aQ['querySelector']('#outdatedPlugins');if(aS&&!aS['querySelector']('#'+aO+'-notice')){if(aS['querySelector']('span'))aS['appendChild'](BDFDB['htmlToElement'](',\x20'));var aT=BDFDB['htmlToElement'](''+aO+'');aT['addEventListener']('click',()=>{BDFDB['downloadPlugin'](aO,aP,aQ);});aS['appendChild'](aT);}}};BDFDB['downloadPlugin']=function(aU,aV,aW){require('request')(aV,(aX,aY,aZ)=>{if(aX)return console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Unable\x20to\x20get\x20update\x20for\x20'+aU);BDFDB['creationTime']=0x0;var b0=aZ['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);b0=b0['toString']()['replace'](/['"]/g,'');require('fs')['writeFileSync'](require('path')['join'](BDFDB['getPluginsFolder'](),bdplugins[aU]?bdplugins[aU]['filename']:aV['split']('/')['slice'](-0x1)[0x0]),aZ);BDFDB['showToast'](aU+'\x20v'+global['window']['PluginUpdates']['plugins'][aV]['version']+'\x20has\x20been\x20replaced\x20by\x20'+aU+'\x20v'+b0+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});if(aW['querySelector'](BDFDB['dotCN']['noticebutton'])){global['window']['PluginUpdates']['plugins'][aV]['version']=b0;if(!global['window']['PluginUpdates']['downloaded'])global['window']['PluginUpdates']['downloaded']=[];if(!global['window']['PluginUpdates']['downloaded']['includes'](aU))global['window']['PluginUpdates']['downloaded']['push'](aU);}BDFDB['removeUpdateNotice'](aU,aW);});};BDFDB['removeUpdateNotice']=function(b1,b2=document['querySelector']('#pluginNotice')){if(!b2)return;var b3=b2['querySelector']('#outdatedPlugins');if(b3){var b4=b3['querySelector']('#'+b1+'-notice');if(b4){var b5=b4['nextSibling'];var b6=b4['prevSibling'];if(b5&&BDFDB['containsClass'](b5,'separator'))b5['remove']();else if(b6&&BDFDB['containsClass'](b6,'separator'))b6['remove']();b4['remove']();}if(!b3['querySelector']('span')){var b7=b2['querySelector'](BDFDB['dotCN']['noticebutton']);if(b7){b2['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['toggleEles'](b7,![]);}else b2['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['showToast']=function(b8,b9={}){var ba=document['querySelector']('.toasts,\x20.bd-toasts');if(!ba){var bb=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bc=bb?BDFDB['getRects'](bb):null;var bd=bb?bb['querySelector'](BDFDB['dotCN']['memberswrap']):null;var be=bc?bc['left']:0x136;var bf=bc?bd?bc['width']-BDFDB['getRects'](bd)['width']:bc['width']:global['window']['outerWidth']-b7;var bg=bb?bb['querySelector']('form'):null;var bh=bg?BDFDB['getRects'](bg)['height']:0x50;ba=BDFDB['htmlToElement']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](ba);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![]}=b9;var bi=BDFDB['htmlToElement'](''+(html===!![]?b8:BDFDB['encodeToHTML'](b8))+'');if(type){BDFDB['addClass'](bi,'toast-'+type);if(icon)BDFDB['addClass'](bi,'icon');}BDFDB['addClass'](bi,selector);ba['appendChild'](bi);bi['close']=()=>{if(document['contains'](bi)){BDFDB['addClass'](bi,'closing');setTimeout(()=>{bi['remove']();if(!ba['querySelectorAll']('.toast,\x20.bd-toast')['length'])ba['remove']();},0xbb8);}};if(nopointer)bi['style']['setProperty']('pointer-events','none','important');else bi['addEventListener']('click',bi['close']);setTimeout(()=>{bi['close']();},timeout>0x0?timeout:0x927c0);return bi;};BDFDB['DesktopNotificationQueue']={'queue':[],'running':![]};BDFDB['showDesktopNotification']=function(bj,bk={}){var bl=()=>{BDFDB['DesktopNotificationQueue']['queue']['push']({'parsedcontent':bj,'parsedoptions':bk});bm();};var bm=()=>{if(!BDFDB['DesktopNotificationQueue']['running']){var bn=BDFDB['DesktopNotificationQueue']['queue']['shift']();if(bn)bo(bn['parsedcontent'],bn['parsedoptions']);}};var bo=(bp,bq)=>{BDFDB['DesktopNotificationQueue']['running']=!![];var br=bq['silent'];bq['silent']=bq['silent']||bq['sound']?!![]:![];var bs=new Notification(bp,bq);var bt=new Audio();var bu=setTimeout(()=>{bv();},bq['timeout']?bq['timeout']:0xbb8);if(typeof bq['click']=='function')bs['onclick']=()=>{clearTimeout(bu);bv();bq['click']();};if(!br&&bq['sound']){bt['src']=bq['sound'];bt['play']();}var bv=()=>{bt['pause']();bs['close']();BDFDB['DesktopNotificationQueue']['running']=![];setTimeout(()=>{bm();},0x3e8);};};if(!('Notification'in global['window'])){}else if(Notification['permission']==='granted')bl();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(bw){if(bw==='granted')bl();});};BDFDB['createTooltip']=function(bx,by,bz={}){if(!bx||!by||!Node['prototype']['isPrototypeOf'](by)||!document['contains'](by))return null;var bA=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!bA)return null;var bB=Math['round'](Math['random']()*0x2386f26fc10000);var bC=BDFDB['htmlToElement']('');if(bz['type']&&BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()]);if(bz['id'])bC['id']=bz['id']['split']('\x20')['join']('');if(bz['selector'])BDFDB['addClass'](bC,bz['selector']);if(bz['css'])BDFDB['appendLocalStyle']('BDFDBcustomTooltip'+bB,bz['css'],bA);if(bz['style'])bC['style']=bz['style'];if(bz['html']===!![])bC['innerHTML']=bx;else{bC['innerText']=bx;if(bx['split']('\x20')['length']<0x4)bC['style']['setProperty']('white-space','nowrap','important');}if(bC['style']['borderColor']&&bC['style']['backgroundColor'])BDFDB['addClass'](bC,'tooltip-customcolor');else if(bz['color']&&BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()]);else BDFDB['addClass'](bC,BDFDB['disCN']['tooltipblack']);bA['appendChild'](bC);var bD,bE,bF=BDFDB['getRects'](by),bG=BDFDB['getRects'](bC);if(!bz['position']||bz['type'])bz['position']=bz['type'];if(!bz['position']||!['top','bottom','left','right']['includes'](bz['position']['toLowerCase']()))bz['position']='right';bz['position']=bz['position']['toLowerCase']();switch(bz['position']){case'top':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']-bG['height'];break;case'bottom':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']+bF['height'];break;case'left':bD=bF['left']-bG['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;case'right':bD=bF['left']+bF['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;}bC['style']['setProperty']('left',bD+'px','important');bC['style']['setProperty']('top',bE+'px','important');var bH=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),bG=BDFDB['getRects'](bC);if(bz['position']=='top'||bz['position']=='bottom'){if(bG['left']<0x0){bC['style']['setProperty']('left','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+(bG['left']-0xa)+'px\x20!important;}');}else{var bJ=bH['width']-(bG['left']+bG['width']);if(bJ<0x0){bC['style']['setProperty']('left',bH['width']-bG['width']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+-0x1*bJ+'px\x20!important;}');}}}else if(bz['position']=='left'||bz['position']=='right'){if(bG['top']<0x0){bC['style']['setProperty']('top','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+(bG['top']-0xa)+'px\x20!important;}');}else{var bK=bH['height']-(bG['top']+bG['height']);if(bK<0x0){bC['style']['setProperty']('top',bH['height']-bG['height']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+-0x1*bK+'px\x20!important;}');}}}bC['style']['removeProperty']('white-space');var bL=()=>{bC['remove']();};var bM=new MutationObserver(bN=>{bN['forEach'](bO=>{var bP=Array['from'](bO['removedNodes']);var bQ=bP['indexOf'](bC)>-0x1;var bR=bP['indexOf'](by)>-0x1;var bS=bP['some'](bT=>bT['contains'](by));var bU=by['contains'](bO['target'])&&bP['some'](bV=>BDFDB['containsClass'](bV,BDFDB['disCN']['channeliconspacing']));if(bQ||bR||bS||bU){bM['disconnect']();bC['remove']();by['removeEventListener']('mouseleave',bL);BDFDB['removeLocalStyle']('BDFDBcustomTooltip'+bB,bA);BDFDB['removeLocalStyle']('BDFDBrepositionTooltip'+bB,bA);}});});bM['observe'](document['body'],{'subtree':!![],'childList':!![]});by['addEventListener']('mouseleave',bL);if(bz['delay']){BDFDB['toggleEles'](bC);setTimeout(()=>{BDFDB['toggleEles'](bC);},bz['delay']);}return bC;};BDFDB['createNotificationsBar']=function(bW,bX={}){if(!bW)return;var bY=document['querySelector'](BDFDB['dotCN']['layers']);if(!bY)return;var bZ=Math['round'](Math['random']()*0x2386f26fc10000);var c0=BDFDB['htmlToElement']('');bY['parentElement']['insertBefore'](c0,bY);var c1=c0['querySelector']('.notice-message');if(bX['icon']){var c2={'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 c3 of bX['icon']['split']('\x20'))if(c2[c3])c0['insertBefore'](BDFDB['htmlToElement'](''),c2[c3]['size']=='small'?null:c1);}if(bX['btn'])c0['appendChild'](BDFDB['htmlToElement'](''+bX['btn']+''));if(bX['id'])c0['id']=bX['id']['split']('\x20')['join']('');if(bX['selector'])BDFDB['addClass'](c0,bX['selector']);if(bX['css'])BDFDB['appendLocalStyle']('BDFDBcustomnotibar'+bZ,bX['css']);if(bX['style'])c0['style']=bX['style'];if(bX['html']===!![])c1['innerHTML']=bW;else{var c4=document['createElement']('a');var c5=[];for(let c6 of bW['split']('\x20')){var c7=BDFDB['encodeToHTML'](c6);c4['href']=c6;c5['push'](c4['host']&&c4['host']!==global['window']['location']['host']?''+c7+'':c7);}c1['innerHTML']=c5['join']('\x20');}var c8=null;if(bX['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(c8=BDFDB['disCN']['notice'+bX['type']])BDFDB['addClass'](c0,c8);if(bX['type']=='premium'){var c9=c0['querySelector'](BDFDB['dotCN']['noticebutton']);if(c9)BDFDB['addClass'](c9,BDFDB['disCN']['noticepremiumaction']);BDFDB['addClass'](c1,BDFDB['disCN']['noticepremiumtext']);c0['insertBefore'](BDFDB['htmlToElement'](''),c1);}}if(!c8){var ca=BDFDB['colorCONVERT'](bX['color'],'RGBCOMP');if(ca){var cb=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'#000':'#FFF';var cc=BDFDB['colorCONVERT'](ca,'HEX');var cd=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['appendLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ,'.DevilBro-notice.notice-'+bZ+'{background-color:\x20'+cc+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20.notice-message\x20{color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:\x20'+cb+'\x20!important;border-color:\x20'+BDFDB['colorSETALPHA'](cb,0.25,'RGBA')+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:\x20'+cc+'\x20!important;background-color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:\x20'+cd+'\x20!important;}');}else BDFDB['addClass'](c0,BDFDB['disCN']['noticedefault']);}c0['style']['setProperty']('height','36px','important');c0['style']['setProperty']('min-width','70vw','important');c0['style']['setProperty']('left','unset','important');c0['style']['setProperty']('right','unset','important');let ce=(BDFDB['getTotalWidth'](document['body']['firstElementChild'])-BDFDB['getTotalWidth'](c0))/0x2;c0['style']['setProperty']('left',ce+'px','important');c0['style']['setProperty']('right',ce+'px','important');c0['style']['setProperty']('min-width','unset','important');c0['style']['setProperty']('width','unset','important');c0['style']['setProperty']('max-width','calc(100vw\x20-\x20'+ce*0x2+'px)','important');c0['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',()=>{c0['style']['setProperty']('overflow','hidden','important');c0['style']['setProperty']('height','0px','important');setTimeout(()=>{BDFDB['removeLocalStyle']('BDFDBcustomnotibar'+bZ);BDFDB['removeLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ);c0['remove']();},0x1f4);});return c0;};BDFDB['getDiscordFolder']=function(){var cf=BDFDB['getDiscordBuilt']();cf='discord'+(cf=='stable'?'':cf);return require('path')['resolve'](require('electron')['remote']['app']['getPath']('appData'),cf,BDFDB['getDiscordVersion']());};BDFDB['getPluginsFolder']=function(){var cg=require('process');var ch=require('path');if(cg['env']['injDir'])return ch['resolve'](cg['env']['injDir'],'plugins/');switch(cg['platform']){case'win32':return ch['resolve'](cg['env']['appdata'],'BetterDiscord/plugins/');case'darwin':return ch['resolve'](cg['env']['HOME'],'Library/Preferences/BetterDiscord/plugins/');default:if(cg['env']['XDG_CONFIG_HOME'])return ch['resolve'](cg['env']['XDG_CONFIG_HOME'],'BetterDiscord/plugins/');else return ch['resolve'](cg['env']['HOME'],'.config/BetterDiscord/plugins/');}};BDFDB['getThemesFolder']=function(){var ci=require('process');var cj=require('path');if(ci['env']['injDir'])return cj['resolve'](ci['env']['injDir'],'plugins/');switch(ci['platform']){case'win32':return cj['resolve'](ci['env']['appdata'],'BetterDiscord/themes/');case'darwin':return cj['resolve'](ci['env']['HOME'],'Library/Preferences/BetterDiscord/themes/');default:if(ci['env']['XDG_CONFIG_HOME'])return cj['resolve'](ci['env']['XDG_CONFIG_HOME'],'BetterDiscord/themes/');else return cj['resolve'](ci['env']['HOME'],'.config/BetterDiscord/themes/');}};BDFDB['checkWhichRepoPage']=function(ck=document['querySelector'](BDFDB['dotCN']['layer']+'[layer-id=\x22user-settings\x22]')){if(!ck)return;var cl=ck['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(!cl)return;var cm=cl['parentElement']['querySelector']('h2');if(cm&&cm['innerText']){let cn=cm['innerText']['toLowerCase']();if(cn==='plugins'||cn==='themes')return cn;}};BDFDB['checkAllUpdates']=function(){for(let co in global['window']['PluginUpdates']['plugins']){var cp=global['window']['PluginUpdates']['plugins'][co];BDFDB['checkUpdate'](cp['name'],cp['raw']);}};BDFDB['getLineOfString']=function(cq,cr){if(typeof cq!='string'||typeof cq!='string')return-0x1;let cs=cq['indexOf'](cr);if(cs<0x0)return-0x1;return cq['substring'](0x0,cs)['split']('\x0a')['length'];};BDFDB['sortObject']=function(ct,cu,cv){var cw={};if(cu===undefined||!cu)for(let cx of Object['keys'](ct)['sort']())cw[cx]=ct[cx];else{let cy=[];for(let cx in ct)cy['push'](ct[cx]);cy=BDFDB['sortArrayByKey'](cy,cu,cv);for(let cA of cy)for(let cx in ct)if(BDFDB['equals'](cA,ct[cx])){cw[cx]=cA;break;}}return cw;};BDFDB['reverseObject']=function(cC,cD){var cE={};for(let cF of cD===undefined||!cD?Object['keys'](cC)['reverse']():Object['keys'](cC)['sort']()['reverse']())cE[cF]=cC[cF];return cE;};BDFDB['filterObject']=function(cG,cH){return Object['keys'](cG)['filter'](cI=>cH(cG[cI]))['reduce']((cJ,cK)=>(cJ[cK]=cG[cK],cJ),{});};BDFDB['isObject']=function(cL){return cL&&Object['prototype']['isPrototypeOf'](cL)&&!Array['prototype']['isPrototypeOf'](cL);};BDFDB['isObjectEmpty']=function(cM){return typeof cM!=='object'||Object['getOwnPropertyNames'](cM)['length']==0x0;};BDFDB['pushToObject']=function(cN,cO){if(BDFDB['isObject'](cN))cN[Object['keys'](cN)['length']]=cO;};BDFDB['deepAssign']=function(cP,...cQ){if(!cQ['length'])return cP;var cR=cQ['shift']();if(BDFDB['isObject'](cP)&&BDFDB['isObject'](cR)){for(var cS in cR){if(BDFDB['isObject'](cR[cS])){if(!cP[cS])Object['assign'](cP,{[cS]:{}});BDFDB['deepAssign'](cP[cS],cR[cS]);}else Object['assign'](cP,{[cS]:cR[cS]});}}return BDFDB['deepAssign'](cP,...cQ);};BDFDB['sortArrayByKey']=function(cT,cU,cV){if(cV===undefined)cV=null;return cT['sort'](function(cW,cX){var cY=cW[cU],cZ=cX[cU];if(cY!==cV)return cYcZ?0x1:0x0;});};BDFDB['removeFromArray']=function(d0,d1,d2=![]){if(!d0||!d1||!Array['isArray'](d0)||!d0['includes'](d1))return d0;if(!d2)d0['splice'](d0['indexOf'](d1),0x1);else while(d0['indexOf'](d1)>-0x1)d0['splice'](d0['indexOf'](d1),0x1);return d0;};BDFDB['getAllIndexes']=function(d3,d4){var d5=[],d6=-0x1;while((d6=d3['indexOf'](d4,d6+0x1))!==-0x1)d5['push'](d6);return d5;};BDFDB['removeCopiesFromArray']=function(d7){return[...new Set(d7)];};BDFDB['highlightText']=function(d8,d9){if(!d9||d9['length']<0x1)return d8;var da=0x0,db=d8,dc='',dd='';BDFDB['getAllIndexes'](d8['toUpperCase'](),d9['toUpperCase']())['forEach'](de=>{var df=da*(dc['length']+dd['length']);de=de+df;var dg=de+d9['length'];var dh=[-0x1]['concat'](BDFDB['getAllIndexes'](d8['substring'](0x0,de),'<'));var di=[-0x1]['concat'](BDFDB['getAllIndexes'](d8['substring'](0x0,de),'>'));if(dh[dh['length']-0x1]>di[di['length']-0x1])return;d8=d8['substring'](0x0,de)+dc+d8['substring'](de,dg)+dd+d8['substring'](dg);da++;});return d8?d8:db;};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 dj=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(dj);var dk=BDFDB['getDiscordLanguage']();BDFDB['languages']['$discord']['name']='Discord\x20('+dk['name']+')';BDFDB['languages']['$discord']['id']=dk['id'];BDFDB['languages']['$discord']['ownlang']=dk['ownlang'];}},0x64);BDFDB['getDiscordBuilt']=function(){if(BDFDB['getDiscordBuilt']['built'])return BDFDB['getDiscordBuilt']['built'];else{var dl=null;try{dl=require(require('electron')['remote']['app']['getAppPath']()+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dm){try{dl=require(require('electron')['remote']['app']['getAppPath']()['replace']('app.asar','')+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dn){var dp=BDFDB['getDiscordVersion']();if(dp){dp=dp['split']('.');if(dp['length']==0x3&&!isNaN(dp=parseInt(dp[0x2])))dl=dp>0x12c?'stable':da>0xc8?'canary':'ptb';else dl='stable';}else dl='stable';}}BDFDB['getDiscordBuilt']['built']=dl;return dl;}};BDFDB['getDiscordVersion']=function(){if(BDFDB['getDiscordBuilt']['version'])return BDFDB['getDiscordBuilt']['version'];else{var dq=null;try{dq=require('electron')['remote']['app']['getVersion']();}catch(dr){dr='';}BDFDB['getDiscordBuilt']['version']=dq;return dq;}};BDFDB['getDiscordLanguage']=function(){var ds=document['querySelector']('html')['lang']||'en-US';var dt=ds['split']('-');var du=dt[0x0];var dv=dt[0x1]||'';ds=dv&&du['toUpperCase']()!==dv['toUpperCase']()?du+'-'+dv:du;return BDFDB['languages'][ds]||BDFDB['languages'][du]||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 dw=BDFDB['getRects'](document['body']['firstElementChild']);var dx=Math['round'](0x64*global['window']['outerWidth']/dw['width']);var dy=Math['round'](0x64*global['window']['outerHeight']/dw['height']);return dxdA['startsWith']('__reactInternalInstance'))];};BDFDB['getReactValue']=function(dB,dC){if(!dB||!dC)return null;let dD=Node['prototype']['isPrototypeOf'](dB)?BDFDB['getReactInstance'](dB):dB;if(!BDFDB['isObject'](dD))return null;let dE=dD;for(let dF of dC['split']('.')['filter'](dG=>dG)){dE=dE[dF];if(dE==undefined)return null;}return dE;};BDFDB['getOwnerInstance']=function(dH){if(dH===undefined)return null;if(!dH['node']&&!dH['instance']||!dH['name']&&(!dH['props']||!Array['isArray'](dH['props'])))return null;var dI=dH['instance']||BDFDB['getReactInstance'](dH['node']);if(!dI)return null;dH['name']=dH['name']&&!Array['isArray'](dH['name'])?Array['of'](dH['name']):dH['name'];var dJ=-0x1;var dK=dH['depth']===undefined?0xf:dH['depth'];var dL=dH['up']===undefined?![]:dH['up'];var dM=performance['now']();var dN=dH['time']===undefined?0x96:dH['time'];var dO=dL?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var dP={};var dQ=dT(dI);if(dH['all']){for(let dR in dP){if(dH['group'])for(let dI in dP[dR])delete dP[dR][dI]['BDFDBreactSearch'];else delete dP[dR]['BDFDBreactSearch'];}return dP;}else return dQ;function dT(dI){dJ++;if(!dI||Node['prototype']['isPrototypeOf'](dI)||BDFDB['getReactInstance'](dI)||dJ>dK||performance['now']()-dM>dN)dW=null;else{var dV=Object['getOwnPropertyNames'](dI);var dW=null;for(let dX=0x0;dW==null&&dXdI['type']['displayName']===e1['split']('\x20')[0x0]||dI['type']['name']===e1['split']('\x20')[0x0])||dH['props']&&dH['props']['every'](e2=>e0[e2]!==undefined)||dH['defaultProps']&&dH['defaultProps']['every'](e3=>e0[e3]!==undefined))){if(dH['all']===undefined||!dH['all'])dW=e0;else if(dH['all']){if(dH['noCopies']===undefined||!dH['noCopies']||dH['noCopies']&&!e0['BDFDBreactSearch']){e0['BDFDBreactSearch']=!![];if(dH['group']){if(dH['name']&&dI['type']&&(dI['type']['displayName']||dI['type']['name'])){var e4='Default';for(let e5 of dH['name'])if(dI['type']['displayName']===e5['split']('\x20')[0x0]||dI['type']['name']===e5['split']('\x20')[0x0]){e4=e5;break;}if(typeof dP[e4]=='undefined')dP[e4]={};BDFDB['pushToObject'](dP[e4],e0);}}else BDFDB['pushToObject'](dP,e0);}}}if(dW==null&&(typeof dZ==='object'||typeof dZ==='function')&&dO[dY])dW=dT(dZ);}}dJ--;return dW;}};BDFDB['getKeyInformation']=function(e6){if(e6===undefined)return null;if(!e6['node']&&!e6['instance']||!e6['key'])return null;var e7=e6['instance']||BDFDB['getReactInstance'](e6['node']);if(!e7)return null;var e8=-0x1;var e9=e6['depth']===undefined?0xf:e6['depth'];var ea=performance['now']();var eb=e6['time']===undefined?0x96:e6['time'];var ec={'props':!![],'state':!![],'stateNode':!![],'refs':!![],'updater':!![],'prototype':!![],'type':!![],'children':e6['up']?![]:!![],'type':!![],'memoizedProps':!![],'memoizedState':!![],'child':e6['up']?![]:!![],'return':e6['up']?!![]:![],'sibling':e6['up']?![]:!![],'firstEffect':!![]};var ed={'contextSection':!![]};if(typeof e6['whitelist']==='object')Object['assign'](ec,e6['whiteList']);if(typeof e6['blacklist']==='object')Object['assign'](ed,e6['blacklist']);var ee=[];var ef=eg(e7);if(e6['all'])return ee;else return ef;function eg(e7){e8++;if(!e7||Node['prototype']['isPrototypeOf'](e7)||BDFDB['getReactInstance'](e7)||e8>e9||performance['now']()-ea>eb)ej=null;else{var ei=Object['getOwnPropertyNames'](e7);var ej=null;for(let ek=0x0;ej==null&&eket['default']=er},[eq])['default']:global['window']['webpackJsonp']['push']([[],{[eq]:(ev,ew,er)=>ev['exports']=er},[[eq]]]);delete er['m'][eq];delete er['c'][eq];BDFDB['WebModules']['find']['req']=er;}for(let ey in BDFDB['WebModules']['find']['req']['c']){if(BDFDB['WebModules']['find']['req']['c']['hasOwnProperty'](ey)){var ez=BDFDB['WebModules']['find']['req']['c'][ey]['exports'];if(ez&&ez['__esModule']&&ez['default']&&ep(ez['default']))return ez['default'];if(ez&&ep(ez))return ez;}}};BDFDB['WebModules']['cachedData']={'prop':{},'name':{},'proto':{}};BDFDB['WebModules']['findByProperties']=function(eA){eA=Array['isArray'](eA)?eA:Array['from'](arguments);var eB=JSON['stringify'](eA);if(BDFDB['WebModules']['cachedData']['prop'][eB])return BDFDB['WebModules']['cachedData']['prop'][eB];else{var eC=BDFDB['WebModules']['find'](eC=>eA['every'](eE=>eC[eE]!==undefined));if(eC){BDFDB['WebModules']['cachedData']['prop'][eB]=eC;return eC;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eB+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByName']=function(eF){var eG=JSON['stringify'](eF);if(BDFDB['WebModules']['cachedData']['name'][eG])return BDFDB['WebModules']['cachedData']['name'][eG];else{var eH=BDFDB['WebModules']['find'](eH=>eH['displayName']===eF);if(eH){BDFDB['WebModules']['cachedData']['name'][eG]=eH;return eH;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eG+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByPrototypes']=function(eJ){eJ=Array['isArray'](eJ)?eJ:Array['from'](arguments);var eK=JSON['stringify'](eJ);if(BDFDB['WebModules']['cachedData']['proto'][eK])return BDFDB['WebModules']['cachedData']['proto'][eK];else{var eL=BDFDB['WebModules']['find'](eL=>eL['prototype']&&eJ['every'](eN=>eL['prototype'][eN]!==undefined));if(eL){BDFDB['WebModules']['cachedData']['proto'][eK]=eL;return eL;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eK+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['patchtypes']=['before','instead','after'];BDFDB['WebModules']['patchmap']={'BannedCard':'BannedUser','InvitationCard':'InviteRow','InviteCard':'InviteRow','Guild':'DropTarget(DragSource(Component))','PopoutContainer':'Popout','MemberCard':'Member','WebhookCard':'Webhook'};BDFDB['WebModules']['notfindablemodules']={'AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','EmojiPicker':'emojipicker','FriendsOnline':'friendsonline','InstantInviteModal':'invitemodalwrapper','InvitationCard':'invitemodalinviterow','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','Message':'message','MessageOptionPopout':'optionpopout','MessageUsername':'messageusername','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['WebModules']['patch']=function(eO,eP,eQ,eR){if(!eO||!eP||!eQ||!Object['keys'](eR)['some'](eS=>BDFDB['WebModules']['patchtypes']['includes'](eS)))return null;const eT=(typeof eQ==='string'?eQ:eQ['name'])['toLowerCase']();const eU=(eV,eW)=>(...eX)=>{try{return eV(...eX);}catch(eY){console['error']('Error\x20occurred\x20in\x20'+eW,eY);}};if(!eO['BDFDBpatch'])eO['BDFDBpatch']={};eP=Array['isArray'](eP)?eP:Array['of'](eP);for(let eZ of eP){if(!eO[eZ])eO[eZ]=()=>{};const f0=eO[eZ];if(!eO['BDFDBpatch'][eZ]){eO['BDFDBpatch'][eZ]={};for(let f1 of BDFDB['WebModules']['patchtypes'])eO['BDFDBpatch'][eZ][f1]={};eO['BDFDBpatch'][eZ]['originalMethod']=f0;eO[eZ]=function(){const f2={'thisObject':this,'methodArguments':arguments,'originalMethod':f0,'originalMethodName':eZ,'callOriginalMethod':()=>f2['returnValue']=f2['originalMethod']['apply'](f2['thisObject'],f2['methodArguments'])};if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']&&eO['BDFDBpatch'][eZ]){if(!BDFDB['isObjectEmpty'](eO['BDFDBpatch'][eZ]['before']))for(let f3 in BDFDB['sortObject'](eO['BDFDBpatch'][eZ]['before'])){eU(eO['BDFDBpatch'][eZ]['before'][f3],'`before`\x20callback\x20of\x20'+eO[eZ]['displayName'])(f2);}if(BDFDB['isObjectEmpty'](eO['BDFDBpatch'][eZ]['instead']))f2['callOriginalMethod']();else for(let f4 in BDFDB['sortObject'](eO['BDFDBpatch'][eZ]['instead'])){const f5=eU(eO['BDFDBpatch'][eZ]['instead'][f4],'`instead`\x20callback\x20of\x20'+eO[eZ]['displayName'])(f2);if(f5!==undefined)f2['returnValue']=f5;}if(!BDFDB['isObjectEmpty'](eO['BDFDBpatch'][eZ]['after']))for(let f6 in BDFDB['sortObject'](eO['BDFDBpatch'][eZ]['after'])){eU(eO['BDFDBpatch'][eZ]['after'][f6],'`after`\x20callback\x20of\x20'+eO[eZ]['displayName'])(f2);}}else f2['callOriginalMethod']();return f2['returnValue'];};}for(let f7 of BDFDB['WebModules']['patchtypes'])if(typeof eR[f7]=='function')eO['BDFDBpatch'][eZ][f7][eT]=eR[f7];}const f8=()=>{BDFDB['WebModules']['unpatch'](eO,eP,eQ);};if(eQ&&typeof eQ=='object'){if(!Array['isArray'](eQ['patchCancels']))eQ['patchCancels']=[];eQ['patchCancels']['push'](f8);}return f8;};BDFDB['WebModules']['unpatch']=function(f9,fa,fb){if(!f9||!f9['BDFDBpatch'])return;const fc=!fb?null:(typeof fb==='string'?fb:fb['name'])['toLowerCase']();fa=Array['isArray'](fa)?fa:Array['of'](fa);for(let fd of fa){if(f9[fd]&&f9['BDFDBpatch'][fd]){for(let fe of BDFDB['WebModules']['patchtypes']){if(fc)delete f9['BDFDBpatch'][fd][fe][fc];else delete f9['BDFDBpatch'][fd][fe];}var ff=!![];for(let fe of BDFDB['WebModules']['patchtypes'])if(!BDFDB['isObjectEmpty'](f9['BDFDBpatch'][fd][fe]))ff=![];if(ff){f9[fd]=f9['BDFDBpatch'][fd]['originalMethod'];delete f9['BDFDBpatch'][fd];if(BDFDB['isObjectEmpty'](f9['BDFDBpatch']))delete f9['BDFDBpatch'];}}}};BDFDB['WebModules']['unpatchall']=function(fh){if(BDFDB['isObject'](fh)&&Array['isArray'](fh['patchCancels']))for(let fi of fh['patchCancels'])fi();};BDFDB['WebModules']['forceAllUpdates']=function(fj,fk){fk=fk&&BDFDB['WebModules']['patchmap'][fk]?BDFDB['WebModules']['patchmap'][fk]+'\x20'+fk:fk;if(BDFDB['isObject'](fj)&&BDFDB['isObject'](fj['patchModules'])&&(!fk||fj['patchModules'][fk])){const fl=document['querySelector'](BDFDB['dotCN']['app']);const fm=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fl){var fn=[];for(let fo in fj['patchModules']){var fp=Array['isArray'](fj['patchModules'][fo])?fj['patchModules'][fo]:Array['of'](fj['patchModules'][fo]);if(fp['includes']('componentDidUpdate')||fp['includes']('componentDidMount')||fp['includes']('render'))fn['push'](fo);}fn=fk?fn['filter'](fq=>fq==fk):fn;if(fn['length']>0x0){const fr=BDFDB['getOwnerInstance']({'node':fl,'name':fn,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fo in fr)for(let ft in fr[fo])BDFDB['WebModules']['initiateProcess'](fj,fr[fo][ft],fo,['componentDidUpdate','componentDidMount','render']);if(fm){const fu=BDFDB['getOwnerInstance']({'node':fm,'name':fn,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fo in fu)for(let ft in fu[fo])BDFDB['WebModules']['initiateProcess'](fj,fu[fo][ft],fo,['componentDidUpdate','componentDidMount','render']);}}}}};BDFDB['WebModules']['patchModules']=function(fx){if(BDFDB['isObject'](fx)&&BDFDB['isObject'](fx['patchModules'])){for(let fy in fx['patchModules']){var fz=BDFDB['WebModules']['patchmap'][fy];if(fz){fx['patchModules'][fz+'\x20'+fy]=fx['patchModules'][fy];delete fx['patchModules'][fy];if(!BDFDB['WebModules']['notfindablemodules'][fy])fC(BDFDB['WebModules']['findByName'](fz),fz+'\x20'+fy);}else if(!BDFDB['WebModules']['notfindablemodules'][fy])fC(BDFDB['WebModules']['findByName'](fy),fy);}for(let fy in BDFDB['WebModules']['notfindablemodules']){var fB=BDFDB['WebModules']['patchmap'][fy]?BDFDB['WebModules']['patchmap'][fy]+'\x20'+fy:fy;if(BDFDB['DiscordClasses'][BDFDB['WebModules']['notfindablemodules'][fy]]&&fx['patchModules'][fB])fJ(BDFDB['WebModules']['notfindablemodules'][fy],fB);}function fC(fD,fy){if(fD){var fB=fy['split']('\x20')[0x0];fD=fD['displayName']==fB?fD:BDFDB['getOwnerInstance']({'instance':fD,'name':fB,'up':!![]});if(fD){var fG=fD['_reactInternalFiber']&&fD['_reactInternalFiber']['type']?fD['_reactInternalFiber']['type']:fD;var fH={};fH[fx['name']=='$BDFDB'?'before':'after']=fI=>{if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])BDFDB['WebModules']['initiateProcess'](fx,fI['thisObject'],fy,[fI['originalMethodName']]);};BDFDB['WebModules']['patch'](fG['prototype'],fx['patchModules'][fy],fx,fH);}}}function fJ(fK,fy){var fM=BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN'][fK]));if(fT(fM,fy))fC(fM,fy);else{var fN=![],fO=new MutationObserver(fP=>{fP['forEach'](fQ=>{fQ['addedNodes']['forEach'](fR=>{var fS=null;if(!fN&&fR['tagName']&&(fS=BDFDB['containsClass'](fR,BDFDB['disCN'][fK])?fR:fR['querySelector'](BDFDB['dotCN'][fK]))!=null){fM=BDFDB['getReactInstance'](fS);if(fT(fM,fy)){fN=!![];fO['disconnect']();fC(fM,fy);BDFDB['WebModules']['forceAllUpdates'](fx,fy);}}});});});BDFDB['addObserver'](fx,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fO,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fT(fU,fy){return fU&&(fy!='V2C_PluginCard'&&fy!='V2C_ThemeCard'||fy=='V2C_PluginCard'&&BDFDB['checkWhichRepoPage']()=='plugins'||fy=='V2C_ThemeCard'&&BDFDB['checkWhichRepoPage']()=='themes');}}};BDFDB['WebModules']['initiateProcess']=function(fW,fX,fY,fZ){if(fW&&typeof fW=='object'&&fX){fY=(fY['split']('\x20')[0x1]||fY)['replace'](/[^A-z0-9]|_/g,'');fY=fY[0x0]['toUpperCase']()+fY['slice'](0x1);if(typeof fW['process'+fY]=='function'){var g0=BDFDB['React']['findDOMNodeSafe'](fX);if(g0)fW['process'+fY](fX,g0,fZ);else setImmediate(()=>{g0=BDFDB['React']['findDOMNodeSafe'](fX);if(g0)fW['process'+fY](fX,g0,fZ);});}}};var g1=BDFDB['WebModules']['findByProperties']('createElement','cloneElement');var g2=BDFDB['WebModules']['findByProperties']('render','findDOMNode');if(g1&&g2){BDFDB['React']=Object['assign']({},g1,g2);BDFDB['React']['findDOMNodeSafe']=function(g3){if(!g3||!g3['updater']||typeof g3['updater']['isMounted']!=='function'||!g3['updater']['isMounted'](g3))return null;var g4=g2['findDOMNode'](g3)||BDFDB['getReactValue'](g3,'child.stateNode');return Node['prototype']['isPrototypeOf'](g4)?g4:null;};};BDFDB['addOnSwitchListener']=function(g5){if(typeof g5['onSwitch']==='function'){BDFDB['removeOnSwitchListener'](g5);var g6=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20+\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(g6){var g7=new MutationObserver(g8=>{g8['forEach'](g9=>{if(g9['target']&&BDFDB['containsClass'](g9['target'],BDFDB['disCN']['nochannel']))g5['onSwitch']();});});var ga=g6['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(ga)g7['observe'](ga,{'attributes':!![]});g5['onSwitchFix']=new MutationObserver(gb=>{gb['forEach'](gc=>{if(gc['addedNodes']){gc['addedNodes']['forEach'](gd=>{if(BDFDB['containsClass'](gd,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))g7['observe'](gd,{'attributes':!![]});});}});});g5['onSwitchFix']['observe'](g6,{'childList':!![]});}}};BDFDB['removeOnSwitchListener']=function(ge){if(typeof ge['onSwitch']==='function'&&BDFDB['isObject'](ge['onSwitchFix'])){ge['onSwitchFix']['disconnect']();delete ge['onSwitchFix'];}};BDFDB['addContextListener']=function(gf){for(let gg of['User','Guild','Channel','GroupDM','Message','Native','UserSettingsCog']){if(typeof gf['on'+gg+'Context']==='function'||typeof gf['on'+gg+'ContextMenu']==='function'){if(gg=='GroupDM'){var gh=![],gi=new MutationObserver(gj=>{gj['forEach'](gk=>{gk['addedNodes']['forEach'](gl=>{var gm=null;if(!gh&&gl['tagName']&&(gm=BDFDB['containsClass'](gl,BDFDB['disCN']['contextmenu'])?gl:gl['querySelector'](BDFDB['dotCN']['contextmenu']))!=null){var gn=BDFDB['getReactInstance'](gm);if(gn&&gn['return']&&gn['return']['type']&&gn['return']['type']['displayName']==gg+'ContextMenu'){gh=!![];gi['disconnect']();go(gg,gn['return']['type']);gs(gg,gn['return']['stateNode'],gn['stateNode']);}}});});});BDFDB['addObserver'](gf,BDFDB['dotCN']['appmount'],{'name':'checkForContextObserver','instance':gi,'multi':!![]},{'childList':!![],'subtree':!![]});}else go(gg,BDFDB['WebModules']['findByName'](gg+'ContextMenu'));}}function go(gg,gq){if(gq&&gq['prototype'])BDFDB['WebModules']['patch'](gq['prototype'],'componentDidMount',gf,{'after':gr=>{gs(gg,gr['thisObject'],BDFDB['React']['findDOMNodeSafe'](gr['thisObject']));}});}function gs(gg,gu,gv){if(gu&&gv){if(typeof gf['on'+gg+'Context']==='function')gf['on'+gg+'Context'](gu,gv);if(typeof gf['on'+gg+'ContextMenu']==='function')gf['on'+gg+'ContextMenu'](gu,gv);BDFDB['initElements'](gv,gf);BDFDB['updateContextPosition'](gv);}}};BDFDB['addSettingsButtonListener']=function(gw){if(BDFDB['isBDv2']()&&typeof gw['getSettingsPanel']==='function'){BDFDB['removeSettingsButtonListener'](gw);BDFDB['appendSettingsButton'](gw);var gx=document['querySelector']('.bd-content-region\x20>\x20.bd-content');if(gx){gw['settingsButtonObserver']=new MutationObserver(gy=>{gy['forEach'](gz=>{if(gz['addedNodes']){gz['addedNodes']['forEach'](gA=>{if(gA['tagName']&&BDFDB['containsClass'](gA,'active'))BDFDB['appendSettingsButton'](gw);});}});});gw['settingsButtonObserver']['observe'](gx,{'childList':!![]});}}};BDFDB['appendSettingsButton']=function(gB){var gC=document['querySelector'](BDFDB['dotCN']['_bdv2Card']+'[data-plugin-id='+gB['id']+']');if(gC){var gD=BDFDB['htmlToElement']('');gC['insertBefore'](gD,gC['querySelector'](BDFDB['d']['_bdv2Button']));gD['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Settings',gD,{'type':'top'});BDFDB['addClass'](gD,BDFDB['disCN']['_bdv2TooltipOpen']);});gD['addEventListener']('mouseleave',()=>{BDFDB['removeClass'](gD,BDFDB['disCN']['_bdv2TooltipOpen']);});gD['addEventListener']('click',()=>{var gE=BDFDB['htmlToElement'](''+gB['name']+'\x20Settings');var gF=gB['getSettingsPanel']();gE['querySelector'](BDFDB['dotCN']['modalsubinner'])['appendChild'](typeof gF=='string'?BDFDB['htmlToElement'](gF):gF);if(typeof gB['onSettingsClosed']==='function')BDFDB['addChildEventListener'](gE,'click',BDFDB['dotCNC']['modalclose']+BDFDB['dotCN']['backdrop'],()=>{gB['onSettingsClosed']();});BDFDB['appendModal'](gE);});}};BDFDB['removeSettingsButtonListener']=function(gG){if(BDFDB['isBDv2']()&&typeof gG['settingsButtonObserver']==='object'){BDFDB['removeEles']('.bd-card[data-plugin-id='+gG['id']+']\x20.DevilBro-settingsbutton');gG['settingsButtonObserver']['disconnect']();delete gG['settingsButtonObserver'];}};var gH=BDFDB['WebModules']['findByProperties']('Messages')['Messages'];BDFDB['LanguageStrings']=new Proxy(gH,{'get':function(gI,gJ){if(!gI[gJ])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gJ+'\x20not\x20found\x20in\x20BDFDB.LanguageStrings');else{var gK=typeof gI[gJ]=='object'?gI[gJ]['format'](Object['assign']({},BDFDB['LanguageStringsVars'])):gI[gJ];if(typeof gK=='string')return gK;else if(Array['isArray'](gK)){var gL='';for(let gM of gK){if(typeof gM=='string')gL+=BDFDB['encodeToHTML'](gM);else if(BDFDB['isObject'](gM)&&gM['props'])gL+='<'+gM['type']+'>'+BDFDB['encodeToHTML'](gM['props']['children'][0x0]['toString']())+'';}return gL;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gJ+'\x20could\x20not\x20be\x20parsed\x20from\x20BDFDB.LanguageStrings');}}});BDFDB['LanguageStringsVars']={};for(let gN in BDFDB['WebModules']['findByProperties']('Messages')['Messages']){try{BDFDB['LanguageStrings'][gN];}catch(gO){let gP=gO['toString']()['split']('for:\x20')[0x1];if(gP&&typeof gP=='string')BDFDB['LanguageStringsVars'][gP]='{{'+gP['toLowerCase']()+'}}';}};BDFDB['equals']=function(gQ,gR,gS){var gT=-0x1;if(gS===undefined||typeof gS!=='boolean')gS=![];return gU(gQ,gR);function gU(gV,gW){gT++;var gX=!![];if(gT>0x3e8)gX=null;else{if(typeof gV!==typeof gW)gX=![];else if(typeof gV==='undefined')gX=!![];else if(typeof gV==='symbol')gX=!![];else if(typeof gV==='boolean')gX=gV==gW;else if(typeof gV==='string')gX=gV==gW;else if(typeof gV==='number'){if(isNaN(gV)||isNaN(gW))gX=isNaN(gV)==isNaN(gW);else gX=gV==gW;}else if(!gV&&!gW)gX=!![];else if(!gV||!gW)gX=![];else if(typeof gV==='function'||typeof gV==='object'){var gY=Object['getOwnPropertyNames'](gV);var gZ=Object['getOwnPropertyNames'](gW);if(gY['length']!==gZ['length'])gX=![];else for(let h0=0x0;gX===!![]&&h0hi['length']?hl:hi['length'];};BDFDB['readServerList']=function(){var hm=[],hn=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'Guild','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let ho in hn)if(hn[ho]['props']&&hn[ho]['props']['guild']&&hn[ho]['_reactInternalFiber']['child'])hm['push'](Object['assign'](new hn[ho]['props']['guild']['constructor'](hn[ho]['props']['guild']),{'div':hn[ho]['_reactInternalFiber']['child']['stateNode'],'instance':hn[ho]}));return hm;};BDFDB['readUnreadServerList']=function(hp){var hq=[];for(let hr of hp===undefined||!Array['isArray'](hp)?BDFDB['readServerList']():hp){let hs=Node['prototype']['isPrototypeOf'](hr)?hr:hr&&hr['div']?hr['div']:null;if(Node['prototype']['isPrototypeOf'](hs)&&(BDFDB['containsClass'](hs,BDFDB['disCN']['guildunread'])||hs['querySelector'](BDFDB['dotCN']['badge'])))hq['push'](hr);}return hq;};BDFDB['getSelectedServer']=function(){var ht=BDFDB['WebModules']['findByProperties']('getGuilds')['getGuild'](BDFDB['WebModules']['findByProperties']('getLastSelectedGuildId')['getGuildId']());if(ht)return BDFDB['getServerData'](ht['id'])||Object['assign'](new ht['constructor'](ht),{'div':null,'instance':null});else return null;};BDFDB['getServerID']=function(hu){if(!Node['prototype']['isPrototypeOf'](hu)||!BDFDB['getReactInstance'](hu))return;let hv=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hu);if(!hv)return;var hw=hv['querySelector']('a');var hx=hw&&hw['href']?hw['href']['split']('/')['slice'](-0x2)[0x0]:null;return hx&&!isNaN(parseInt(hx))?hx['toString']():null;};BDFDB['getServerDiv']=function(hy){if(!hy)return null;if(Node['prototype']['isPrototypeOf'](hy))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hy);else{let hz=typeof hy=='object'?hy['id']:hy;if(hz)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['guildswrapper']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/'+hz+'\x22]'));}return null;};BDFDB['getServerData']=function(hA){if(!hA)return null;let hB=Node['prototype']['isPrototypeOf'](hA)?BDFDB['getServerID'](hA):typeof hA=='object'?hA['id']:hA;hB=typeof hB=='number'?hB['toFixed']():hB;for(let hC of BDFDB['readServerList']())if(hC&&hC['id']==hB)return hC;return null;};BDFDB['readChannelList']=function(){var hD=[],hE=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['channels']),'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hF in hE)if(hE[hF]['props']&&!hE[hF]['props']['ispin']&&hE[hF]['props']['channel']&&hE[hF]['_reactInternalFiber']['return'])hD['push'](Object['assign'](new hE[hF]['props']['channel']['constructor'](hE[hF]['props']['channel']),{'div':Node['prototype']['isPrototypeOf'](hE[hF]['_reactInternalFiber']['return']['stateNode'])?hE[hF]['_reactInternalFiber']['return']['stateNode']:hE[hF]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hE[hF]}));return hD;};BDFDB['getSelectedChannel']=function(){var hG=BDFDB['WebModules']['findByProperties']('getChannels')['getChannel'](BDFDB['WebModules']['findByProperties']('getLastSelectedChannelId')['getChannelId']());if(hG)return BDFDB['getChannelData'](hG['id'])||Object['assign'](new hG['constructor'](hG),{'div':null,'instance':null});else return null;};BDFDB['getChannelID']=function(hH){if(!Node['prototype']['isPrototypeOf'](hH)||!BDFDB['getReactInstance'](hH))return;hH=BDFDB['getParentEle'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],hH);if(!hH)return;var hI=BDFDB['getKeyInformation']({'node':hH,'key':'channel'});return hI?hI['id']['toString']():null;};BDFDB['getChannelDiv']=function(hJ){if(!hJ)return null;let hK=BDFDB['getChannelData'](hJ);return hK?hK['div']:null;};BDFDB['getChannelData']=function(hL){if(!hL)return null;let hM=Node['prototype']['isPrototypeOf'](hL)?BDFDB['getChannelID'](hL):typeof hL=='object'?hL['id']:hL;hM=typeof hM=='number'?hM['toFixed']():hM;for(let hN of BDFDB['readChannelList']())if(hN&&hN['id']==hM)return hN;return null;};BDFDB['readDmList']=function(){var hO=[],hP=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hQ in hP)if(hP[hQ]['props']&&hP[hQ]['props']['channel']&&hP[hQ]['_reactInternalFiber']['child'])hO['push'](Object['assign'](new hP[hQ]['props']['channel']['constructor'](hP[hQ]['props']['channel']),{'div':hP[hQ]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hP[hQ]}));return hO;};BDFDB['getDmID']=function(hR){if(!Node['prototype']['isPrototypeOf'](hR)||!BDFDB['getReactInstance'](hR))return;let hS=BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hR);if(!hS)return;var hT=hS['querySelector']('a');var hU=hT&&hT['href']?hT['href']['split']('/')['slice'](-0x1)[0x0]:null;return hU&&!isNaN(parseInt(hU))?hU['toString']():null;};BDFDB['getDmDiv']=function(hV){if(!hV)return null;if(Node['prototype']['isPrototypeOf'](hV))return BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hV);else{let hW=typeof hV=='object'?hV['id']:hV;if(hW)return BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],document['querySelector'](BDFDB['dotCNS']['dmguild']+BDFDB['dotCN']['dmguildavatarinner']+'[href*=\x22/channels/@me/'+hW+'\x22]'));}return null;};BDFDB['getDmData']=function(hX){if(!hX)return null;let hY=Node['prototype']['isPrototypeOf'](hX)?BDFDB['getDmID'](hX):typeof hX=='object'?hX['id']:hX;hY=typeof hY=='number'?hY['toFixed']():hY;for(let hZ of BDFDB['readDmList']())if(hZ&&hZ['id']==hY)return hZ;return null;};BDFDB['markChannelAsRead']=function(i0){if(!i0)return;var i1=BDFDB['WebModules']['findByProperties']('getOldestUnreadMessageId');var i2=BDFDB['WebModules']['findByProperties']('getAPIBaseURL');var i3=BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes');if(!i1||!i2||!i3)return;for(let i4 of Array['isArray'](i0)?i0:typeof i0=='string'||typeof i0=='number'?Array['of'](i0):Array['from'](i0)){let i5=Node['prototype']['isPrototypeOf'](i4)?BDFDB['getChannelID'](i4)||BDFDB['getDmID'](i4):i4&&typeof i4=='object'?i4['id']:i4;if(i5){let i6=i1['getOldestUnreadMessageId'](i5);if(i6)i2['post']({'body':{},'url':i3['Endpoints']['MESSAGES_ACK'](i5,i6)});}}};BDFDB['markGuildAsRead']=function(i7){if(!i7)return;var i8=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!i8)return;for(let i9 of Array['isArray'](i7)?i7:typeof i7=='string'||typeof i7=='number'?Array['of'](i7):Array['from'](i7)){let ia=Node['prototype']['isPrototypeOf'](i9)?BDFDB['getServerID'](i9):i9&&typeof i9=='object'?i9['id']:i9;if(ia)i8['markGuildAsRead'](ia);}};BDFDB['saveAllData']=function(ib,ic,id){var ie=require('fs'),ig,ih;if(!BDFDB['isBDv2']()){ih=typeof ic==='string'?ic:ic['name'];ig=require('path')['join'](BDFDB['getPluginsFolder'](),ih+'.config.json');}else{ih=typeof ic==='string'?ic['toLowerCase']():null;var ii=ih?BDFDB['Plugins'][ih]?BDFDB['Plugins'][ih]['contentPath']:null:ic['contentPath'];if(!ii)return;ig=require('path')['join'](ii,'settings.json');}var ij=ie['existsSync'](ig);var ik=!ij?{}:typeof BDFDB['cachedData'][ih]!=='undefined'?BDFDB['cachedData'][ih]:BDFDB['readConfig'](ig);ik[id]=ib;if(BDFDB['isObjectEmpty'](ik[id]))delete ik[id];if(BDFDB['isObjectEmpty'](ik)){delete BDFDB['cachedData'][ih];if(ij)ie['unlinkSync'](ig);}else{BDFDB['cachedData'][ih]=ik;ie['writeFileSync'](ig,JSON['stringify'](ik,null,'\x09'));}};BDFDB['loadAllData']=function(il,im){var io=require('fs'),ip,iq;if(!BDFDB['isBDv2']()){iq=typeof il==='string'?il:il['name'];ip=require('path')['join'](BDFDB['getPluginsFolder'](),iq+'.config.json');}else{iq=typeof il==='string'?il['toLowerCase']():null;var ir=iq?BDFDB['Plugins'][iq]?BDFDB['Plugins'][iq]['contentPath']:null:il['contentPath'];if(!ir)return{};ip=require('path')['join'](ir,'settings.json');}if(!io['existsSync'](ip)){delete BDFDB['cachedData'][iq];return{};}var is=typeof BDFDB['cachedData'][iq]!=='undefined'?BDFDB['cachedData'][iq]:BDFDB['readConfig'](ip);BDFDB['cachedData'][iq]=is;return is&&typeof is[im]!=='undefined'?is[im]:{};};BDFDB['removeAllData']=function(it,iu){var iv=require('fs'),iw,ix;if(!BDFDB['isBDv2']()){ix=typeof it==='string'?it:it['name'];iw=require('path')['join'](BDFDB['getPluginsFolder'](),ix+'.config.json');}else{ix=typeof it==='string'?it['toLowerCase']():null;var iy=ix?BDFDB['Plugins'][ix]?BDFDB['Plugins'][ix]['contentPath']:null:it['contentPath'];if(!iy)return;iw=require('path')['join'](iy,'settings.json');}var iz=iv['existsSync'](iw);var iA=!iz?{}:typeof BDFDB['cachedData'][ix]!=='undefined'?BDFDB['cachedData'][ix]:BDFDB['readConfig'](iw);delete iA[iu];if(BDFDB['isObjectEmpty'](iA)){delete BDFDB['cachedData'][ix];if(iz)iv['unlinkSync'](iw);}else{BDFDB['cachedData'][ix]=iA;iv['writeFileSync'](iw,JSON['stringify'](iA,null,'\x09'));}};BDFDB['getAllData']=function(iB,iC){if(!BDFDB['isObject'](iB)||!iB['defaults']||!iB['defaults'][iC])return{};var iD=BDFDB['loadAllData'](iB,iC),iE={},iF=![];for(let iG in iB['defaults'][iC]){if(iD[iG]==null){iE[iG]=iB['defaults'][iC][iG]['value'];iF=!![];}else iE[iG]=iD[iG];}if(iF)BDFDB['saveAllData'](iE,iB,iC);return iE;};BDFDB['readConfig']=function(iH){try{return JSON['parse'](require('fs')['readFileSync'](iH));}catch(iI){return{};}};BDFDB['saveData']=function(iJ,iK,iL,iM){var iN=BDFDB['loadAllData'](iL,iM);iN[iJ]=iK;BDFDB['saveAllData'](iN,iL,iM);};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 j0=BDFDB['getAllData'](iY,iZ);var j1=j0[iX];return j1===undefined?null:j1;};BDFDB['appendWebScript']=function(j2,j3){if(!j3&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j3=j3||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j3=Node['prototype']['isPrototypeOf'](j3)?j3:document['head'];BDFDB['removeWebScript'](j2,j3);j3['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebScript']=function(j4,j5){j5=j5||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j5=Node['prototype']['isPrototypeOf'](j5)?j5:document['head'];BDFDB['removeEles'](j5['querySelectorAll']('script[src=\x22'+j4+'\x22]'));};BDFDB['appendWebStyle']=function(j6,j7){if(!j7&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j7=j7||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j7=Node['prototype']['isPrototypeOf'](j7)?j7:document['head'];BDFDB['removeWebStyle'](j6,j7);j7['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebStyle']=function(j8,j9){j9=j9||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j9=Node['prototype']['isPrototypeOf'](j9)?j9:document['head'];BDFDB['removeEles'](j9['querySelectorAll']('link[href=\x22'+j8+'\x22]'));};BDFDB['appendLocalStyle']=function(ja,jb,jc){if(!jc&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));jc=jc||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];jc=Node['prototype']['isPrototypeOf'](jc)?jc:document['head'];BDFDB['removeLocalStyle'](ja,jc);jc['appendChild'](BDFDB['htmlToElement'](''+jb['replace'](/\t|\r|\n/g,'')+''));};BDFDB['removeLocalStyle']=function(jd,je){je=je||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];je=Node['prototype']['isPrototypeOf'](je)?je:document['head'];BDFDB['removeEles'](je['querySelectorAll']('style[id=\x22'+jd+'CSS\x22]'));};BDFDB['formatBytes']=function(jf,jg){jf=parseInt(jf);if(isNaN(jf)||jf<0x0)return'0\x20Bytes';if(jf==0x1)return'1\x20Byte';var jh=Math['floor'](Math['log'](jf)/Math['log'](0x400));return parseFloat((jf/Math['pow'](0x400,jh))['toFixed'](jg<0x1?0x0:jg>0x14?0x14:jg||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][jh];};BDFDB['colorCONVERT']=function(ji,jj,jk){if(!ji)return null;jj=jj===undefined||!jj?jj='RGBCOMP':jj['toUpperCase']();jk=jk===undefined||!jk||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP']['includes'](jk['toUpperCase']())?BDFDB['colorTYPE'](ji):jk['toUpperCase']();if(jj=='RGBCOMP'){switch(jk){case'RGBCOMP':if(ji['length']==0x3)return jU(ji);else if(ji['length']==0x4){var jl=jX(ji['pop']());return jU(ji)['concat'](jl);}case'RGB':return jU(ji['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':var jm=ji['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jl=jX(jm['pop']());return jU(jm)['concat'](jl);case'HSLCOMP':if(ji['length']==0x3)return BDFDB['colorCONVERT']('hsl('+ji['join'](',')+')','RGBCOMP');else if(ji['length']==0x4){var jl=jX(jg['pop']());return BDFDB['colorCONVERT']('hsl('+jg['join'](',')+')','RGBCOMP')['concat'](jl);}case'HSL':var jp=k1(ji['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var jq,jr,js,jt,ju,jv,jw,jx;var jy=jp[0x0]/0x168,jz=parseInt(jp[0x1])/0x64,jA=parseInt(jp[0x2])/0x64;jt=Math['floor'](jy*0x6);ju=jy*0x6-jt;jv=jA*(0x1-jz);jw=jA*(0x1-ju*jz);jx=jA*(0x1-(0x1-ju)*jz);switch(jt%0x6){case 0x0:jq=jA,jr=jx,js=jv;break;case 0x1:jq=jw,jr=jA,js=jv;break;case 0x2:jq=jv,jr=jA,js=jx;break;case 0x3:jq=jv,jr=jw,js=jA;break;case 0x4:jq=jx,jr=jv,js=jA;break;case 0x5:jq=jA,jr=jv,js=jw;break;}return[Math['round'](jq*0xff),Math['round'](jr*0xff),Math['round'](js*0xff)];case'HSLA':var jp=ji['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jl=jX(jp['pop']());return BDFDB['colorCONVERT']('hsl('+jp['join'](',')+')','RGBCOMP')['concat'](jl);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'](ji);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=jk=='RGBCOMP'?ji:BDFDB['colorCONVERT'](ji,'RGBCOMP',jk);if(jE)switch(jj){case'RGB':return'rgb('+jU(jE['slice'](0x0,0x3))['join'](',')+')';case'RGBA':jE=jE['slice'](0x0,0x4);var jl=jE['length']==0x4?jX(jE['pop']()):0x1;return'rgba('+jU(jE)['concat'](jl)['join'](',')+')';case'HSLCOMP':var jl=jE['length']==0x4?jX(jE['pop']()):null;var jp=k1(BDFDB['colorCONVERT'](jE,'HSL')['replace'](/\s/g,'')['split'](','));return jl?jp['concat'](jl):jp;case'HSL':var jq=jS(jE[0x0]),jr=jS(jE[0x1]),js=jS(jE[0x2]);var jL=Math['max'](jq,jr,js),jM=Math['min'](jq,jr,js),jN=jL-jM,jy,jz=jL===0x0?0x0:jN/jL,jA=jL/0xff;switch(jL){case jM:jy=0x0;break;case jq:jy=jr-js+jN*(jr0xff?0xff:ju<0x0?0x0:ju;};function jU(jm){return jm['map'](ju=>{return jS(ju);});};function jX(jl){jl=jl['toString']();jl=(jl['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jl['replace'](/[^0-9\.\-]/g,''));return isNaN(jl)||jl>0x1?0x1:jl<0x0?0x0:jl;};function jZ(k0){k0=parseFloat(k0['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(k0)||k0>0x64?0x64:k0<0x0?0x0:k0)+'%';};function k1(jm){let jy=parseFloat(jm['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));jy=isNaN(jy)||jy>0x168?0x168:jy<0x0?0x0:jy;return[jy]['concat'](jm['map'](k4=>{return jZ(k4);}));};};BDFDB['colorSETALPHA']=function(k5,k6,k7){var k8=BDFDB['colorCONVERT'](k5,'RGBCOMP');if(k8){k6=k6['toString']();k6=(k6['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(k6['replace'](/[^0-9\.\-]/g,''));k6=isNaN(k6)||k6>0x1?0x1:k6<0x0?0x0:k6;k8[0x3]=k6;k7=(k7||BDFDB['colorTYPE'](jK))['toUpperCase']();k7=k7=='HSL'||k7=='RGB'?k7+'A':k7;return BDFDB['colorCONVERT'](k8,k7);}return null;};BDFDB['colorCHANGE']=function(k9,ka,kb){ka=parseFloat(ka);if(k9&&typeof ka=='number'&&!isNaN(ka)){var kc=BDFDB['colorCONVERT'](k9,'RGBCOMP');if(kc){if(parseInt(ka)!==ka){ka=ka['toString']();ka=(ka['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(ka['replace'](/[^0-9\.\-]/g,''));ka=isNaN(ka)?0x0:ka;return BDFDB['colorCONVERT']([Math['round'](kc[0x0]*(0x1+ka)),Math['round'](kc[0x1]*(0x1+ka)),Math['round'](kc[0x2]*(0x1+ka))],kb||BDFDB['colorTYPE'](k9));}else return BDFDB['colorCONVERT']([Math['round'](kc[0x0]+ka),Math['round'](kc[0x1]+ka),Math['round'](kc[0x2]+ka)],kb||BDFDB['colorTYPE'](k9));}}return null;};BDFDB['colorINV']=function(kd,ke){if(kd){var kf=BDFDB['colorCONVERT'](kd,'RGBCOMP');if(kf)return BDFDB['colorCONVERT']([0xff-kf[0x0],0xff-kf[0x1],0xff-kf[0x2]],ke||BDFDB['colorTYPE'](kd));}return null;};BDFDB['colorCOMPARE']=function(kg,kh){if(kg&&kh){kg=BDFDB['colorCONVERT'](kg,'RGBCOMP');kh=BDFDB['colorCONVERT'](kh,'RGBCOMP');if(kg&&kh)return BDFDB['equals'](kg,kh);}return null;};BDFDB['colorISBRIGHT']=function(ki,kj=0xa0){ki=BDFDB['colorCONVERT'](ki,'RGBCOMP');if(!ki)return![];return parseInt(kj)ko['toString']()['indexOf']('%')==-0x1&&parseFloat(ko)==parseInt(ko));};function kp(kl){return kl['slice'](0x1,0x3)['every'](kr=>kr['toString']()['indexOf']('%')==kr['length']-0x1);};};BDFDB['setInnerText']=function(ks,kt){if(!ks||!Node['prototype']['isPrototypeOf'](ks))return;var ku=null;for(let kv of ks['childNodes'])if(kv['nodeType']==Node['TEXT_NODE']){ku=kv;break;}if(ku)ku['textContent']=kt;else{ku=document['createTextNode'](kt);ks['appendChild'](ku);}};BDFDB['getInnerText']=function(kw){if(!kw||!Node['prototype']['isPrototypeOf'](kw))return;for(let kx of kw['childNodes'])if(kx['nodeType']==Node['TEXT_NODE'])return kx['textContent'];};BDFDB['getParentEle']=function(ky,kz){var kA=null;if(Node['prototype']['isPrototypeOf'](kz)&&ky){var kB=NodeList['prototype']['isPrototypeOf'](ky)?ky:typeof ky=='string'?document['querySelectorAll'](ky):null;if(kB)for(let kC of kB)if(kC['contains'](kz)){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['getTotalHeight']=function(kG){if(Node['prototype']['isPrototypeOf'](kG)&&kG['nodeType']!=Node['TEXT_NODE']){var kH=BDFDB['getRects'](kG);var kI=getComputedStyle(kG);return kH['height']+parseInt(kI['marginTop'])+parseInt(kI['marginBottom']);}return 0x0;};BDFDB['getTotalWidth']=function(kJ){if(Node['prototype']['isPrototypeOf'](kJ)&&kJ['nodeType']!=Node['TEXT_NODE']){var kK=BDFDB['getRects'](kJ);var kL=getComputedStyle(kJ);return kK['width']+parseInt(kL['marginLeft'])+parseInt(kL['marginRight']);}return 0x0;};BDFDB['isEleHidden']=function(kM){if(Node['prototype']['isPrototypeOf'](kM)&&kM['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(kM,null)['getPropertyValue']('display')=='none';};BDFDB['toggleEles']=function(...kN){if(!kN)return;var kO=kN['pop']();if(typeof kO!='boolean'){kN['push'](kO);kO=undefined;}if(!kN['length'])return;for(let kP of kN)for(let kQ of Array['isArray'](kP)?kP:Array['of'](kP)){if(!kQ){}else if(Node['prototype']['isPrototypeOf'](kQ))kU(kQ);else if(NodeList['prototype']['isPrototypeOf'](kQ))for(let kR of kQ)kU(kR);else if(typeof kQ=='string')for(let kS of kQ['split'](','))if(kS&&(kS=kS['trim']()))for(let kR of document['querySelectorAll'](kS))kU(kR);}function kU(kV){if(!kV||!Node['prototype']['isPrototypeOf'](kV))return;var kW=kO===undefined?!BDFDB['isEleHidden'](kV):!kO;if(kW)kV['style']['setProperty']('display','none','important');else kV['style']['removeProperty']('display');}};BDFDB['removeEles']=function(...kX){for(let kY of kX)for(let kZ of Array['isArray'](kY)?kY:Array['of'](kY)){if(!kZ){}else if(Node['prototype']['isPrototypeOf'](kZ))kZ['remove']();else if(NodeList['prototype']['isPrototypeOf'](kZ)){kZ=Array['from'](kZ);while(kZ['length'])kZ['shift']()['remove']();}else if(typeof kZ=='string')for(let l0 of kZ['split'](','))if(l0&&(l0=l0['trim']())){let l1=Array['from'](document['querySelectorAll'](l0));while(l1['length'])l1['shift']()['remove']();}}};BDFDB['addClass']=function(l2,...l3){if(!l2||!l3)return;for(let l4 of Array['isArray'](l2)?l2:Array['of'](l2)){if(!l4){}else if(Node['prototype']['isPrototypeOf'](l4))l8(l4);else if(NodeList['prototype']['isPrototypeOf'](l4))for(let l5 of l4)l8(l5);else if(typeof l4=='string')for(let l6 of l4['split'](','))if(l6&&(l6=l6['trim']()))for(let l7 of document['querySelectorAll'](l6))l8(l7);}function l8(l9){if(l9&&l9['classList'])for(let la of l3)for(let lb of Array['isArray'](la)?la:Array['of'](la))if(typeof lb=='string')for(let lc of lb['split']('\x20'))if(lc)l9['classList']['add'](lc);}};BDFDB['removeClass']=function(ld,...le){if(!ld||!le)return;for(let lf of Array['isArray'](ld)?ld:Array['of'](ld)){if(!lf){}else if(Node['prototype']['isPrototypeOf'](lf))lj(lf);else if(NodeList['prototype']['isPrototypeOf'](lf))for(let lg of lf)lj(lg);else if(typeof lf=='string')for(let lh of lf['split'](','))if(lh&&(lh=lh['trim']()))for(let li of document['querySelectorAll'](lh))lj(li);}function lj(lk){if(lk&&lk['classList'])for(let ll of le)for(let lm of Array['isArray'](ll)?ll:Array['of'](ll))if(typeof lm=='string')for(let ln of lm['split']('\x20'))if(ln)lk['classList']['remove'](ln);}};BDFDB['toggleClass']=function(lo,...lp){if(!lo||!lp)return;var lq=lp['pop']();if(typeof lq!='boolean'){lp['push'](lq);lq=undefined;}if(!lp['length'])return;for(let lr of Array['isArray'](lo)?lo:Array['of'](lo)){if(!lr){}else if(Node['prototype']['isPrototypeOf'](lr))lv(lr);else if(NodeList['prototype']['isPrototypeOf'](lr))for(let ls of lr)lv(ls);else if(typeof lr=='string')for(let lt of lr['split'](','))if(lt&&(lt=lt['trim']()))for(let lu of document['querySelectorAll'](lt))lv(lu);}function lv(lw){if(lw&&lw['classList'])for(let lx of lp)for(let ly of Array['isArray'](lx)?lx:Array['of'](lx))if(typeof ly=='string')for(let lz of ly['split']('\x20'))if(lz)lw['classList']['toggle'](lz,lq);}};BDFDB['containsClass']=function(lA,...lB){if(!lA||!lB)return;var lC=lB['pop']();if(typeof lC!='boolean'){lB['push'](lC);lC=!![];}if(!lB['length'])return;var lD=undefined;for(let lE of Array['isArray'](lA)?lA:Array['of'](lA)){if(!lE){}else if(Node['prototype']['isPrototypeOf'](lE))lI(lE);else if(NodeList['prototype']['isPrototypeOf'](lE))for(let lF of lE)lI(lF);else if(typeof lE=='string')for(let lG of lE['split'](','))if(lG&&(lG=lG['trim']()))for(let lH of document['querySelectorAll'](lG))lI(lH);}return lD;function lI(lJ){if(lJ&&lJ['classList'])for(let lK of lB)if(typeof lK=='string')for(let lL of lK['split']('\x20'))if(lL){if(lD===undefined)lD=lC;if(lC&&!lJ['classList']['contains'](lL))lD=![];if(!lC&&lJ['classList']['contains'](lL))lD=!![];}}};BDFDB['removeClasses']=function(...lM){for(let lN of lM)for(let lO of Array['isArray'](lN)?lN:Array['of'](lN)){if(!lO){}else if(typeof lO=='string')for(let lP of lO['split'](','))if(lP&&(lP=lP['replace'](/\.|\s/g,'')))BDFDB['removeClass'](document['querySelectorAll']('.'+lP),lP);}};BDFDB['htmlToElement']=function(lQ){if(!lQ||!lQ['trim']())return null;let lR=document['createElement']('template');lR['innerHTML']=lQ['replace'](/\t|\n|\r/g,'');if(lR['content']['childElementCount']==0x1)return lR['content']['firstElementChild'];else{var lS=document['createElement']('span');var lT=Array['from'](lR['content']['childNodes']);while(lT['length'])lS['appendChild'](lT['shift']());return lS;}};BDFDB['encodeToHTML']=function(lU){var lV=document['createElement']('div');lV['innerText']=lU;return lV['innerHTML'];};BDFDB['regEscape']=function(lW){return lW['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['insertNRST']=function(lX){return lX['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['triggerSend']=function(lY){if(!lY)return;setImmediate(()=>{var lZ=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](lZ,'keyCode',{'value':0xd});Object['defineProperty'](lZ,'which',{'value':0xd});lY['dispatchEvent'](lZ);});};BDFDB['initElements']=function(m0,m1){if(!Node['prototype']['isPrototypeOf'](m0))return;var m2=BDFDB['WebModules']['findByProperties']('spring');var m3=BDFDB['getDiscordTheme']()==BDFDB['disCN']['themelight'];var m4=BDFDB['getLibraryStrings']();m0['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](m5=>{n3(m5,![]);no(m5,'click',m6=>{n3(m5,!![]);});});m0['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](m7=>{nd(m7,![]);no(m7,'click',m8=>{nd(m7,!![]);});});m0['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](m9=>{nh(m9);no(m9,'click',ma=>{BDFDB['toggleClass'](m9,BDFDB['disCN']['giffavoriteselected']);nh(m9);});});m0['querySelectorAll']('.file-navigator')['forEach'](mb=>{no(mb,'click',mc=>{var md=mb['querySelector']('input[type=\x22file\x22]');if(md)md['click']();});});m0['querySelectorAll']('input[type=\x22file\x22]')['forEach'](me=>{no(me,'change',mf=>{var mg=me['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var mh=me['files'][0x0];if(mg&&mh)mg['value']=mh['path'];});});m0['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](mi=>{no(mi,'keydown',mj=>{mj['stopPropagation']();});});m0['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](mk=>{mk['setAttribute']('placeholder',m4['search_placeholder']);no(mk,'keyup',ml=>{BDFDB['toggleClass'](mk['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible'],mk['value']['length']==0x0);BDFDB['toggleClass'](mk['parentElement']['querySelector'](BDFDB['dotCN']['searchbarclear']),BDFDB['disCN']['searchbarvisible'],mk['value']['length']>0x0);});});m0['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](mm=>{no(mm,'click',mn=>{if(BDFDB['containsClass'](mm,BDFDB['disCN']['searchbarvisible'])){var mo=mm['parentElement']['parentElement']['querySelector'](BDFDB['dotCN']['searchbarinput']);mo['value']='';mo['dispatchEvent'](new Event('change'));mo['dispatchEvent'](new Event('input'));mo['dispatchEvent'](new Event('keydown'));mo['dispatchEvent'](new Event('keyup'));mo['dispatchEvent'](new Event('keypressed'));BDFDB['addClass'](mm['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible']);BDFDB['removeClass'](mm,BDFDB['disCN']['searchbarvisible']);}});});m0['querySelectorAll']('.numberinput-button-up')['forEach'](mp=>{no(mp,'click',mq=>{var mr=mp['parentElement']['parentElement']['querySelector']('input');var ms=parseInt(mr['getAttribute']('min'));var mt=parseInt(mr['getAttribute']('max'));var mu=parseInt(mr['value'])+0x1;if(isNaN(mt)||!isNaN(mt)&&mu<=mt){BDFDB['addClass'](mp['parentElement'],'pressed');clearTimeout(mp['parentElement']['pressedTimeout']);mr['value']=isNaN(ms)||!isNaN(ms)&&mu>=ms?mu:ms;mr['dispatchEvent'](new Event('change'));mr['dispatchEvent'](new Event('input'));mr['dispatchEvent'](new Event('keydown'));mr['dispatchEvent'](new Event('keyup'));mr['dispatchEvent'](new Event('keypressed'));mp['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](mp['parentElement'],'pressed');},0xbb8);}});});m0['querySelectorAll']('.numberinput-button-down')['forEach'](mv=>{no(mv,'click',mw=>{var mx=mv['parentElement']['parentElement']['querySelector']('input');var my=parseInt(mx['getAttribute']('min'));var mz=parseInt(mx['getAttribute']('max'));var mA=parseInt(mx['value'])-0x1;if(isNaN(my)||!isNaN(my)&&mA>=my){BDFDB['addClass'](mv['parentElement'],'pressed');clearTimeout(mv['parentElement']['pressedTimeout']);mx['value']=isNaN(mz)||!isNaN(mz)&&mA<=mz?mA:mz;mx['dispatchEvent'](new Event('change'));mx['dispatchEvent'](new Event('input'));mx['dispatchEvent'](new Event('keydown'));mx['dispatchEvent'](new Event('keyup'));mx['dispatchEvent'](new Event('keypressed'));mv['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](mv['parentElement'],'pressed');},0xbb8);}});});m0['querySelectorAll']('.amount-input')['forEach'](mB=>{no(mB,'input',mC=>{if(BDFDB['isObject'](m1)){var mD=mB['getAttribute']('option');var mE=parseInt(mB['value']);var mF=parseInt(mB['getAttribute']('min'));var mG=parseInt(mB['getAttribute']('max'));if(mD&&!isNaN(mE)&&(isNaN(mF)||!isNaN(mF)&&mE>=mF)&&(isNaN(mG)||!isNaN(mG)&&mE<=mG)){BDFDB['saveData'](mD,mE,m1,'amounts');m1['SettingsUpdated']=!![];}}});});m0['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mH=>{nl(mH,mH['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==mH?0x2:0x0);no(mH,'click',mI=>{BDFDB['removeClass'](m0['querySelectorAll']('.tab-content.open'),'open');mH['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mH=>{nl(mH,0x0);});var mK=m0['querySelector']('.tab-content[tab=\x22'+mH['getAttribute']('tab')+'\x22]');if(mK)BDFDB['addClass'](mK,'open');nl(mH,0x2);});no(mH,'mouseenter',mL=>{if(!BDFDB['containsClass'](mH,BDFDB['disCN']['settingsselected']))nl(mH,0x1);});no(mH,'mouseleave',mM=>{if(!BDFDB['containsClass'](mH,BDFDB['disCN']['settingsselected']))nl(mH,0x0);});});m0['querySelectorAll']('.DevilBro-textscrollwrapper')['forEach'](mN=>{var mO=mN['querySelector']('.DevilBro-textscroll');if(mO){if(BDFDB['containsClass'](mN['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))mN['style']['setProperty']('margin-right','10px');if(BDFDB['getRects'](mN)['width']>0x64)mN['style']['setProperty']('text-overflow','ellipsis','important');mN['style']['setProperty']('position','relative','important');mN['style']['setProperty']('display','block','important');mN['style']['setProperty']('overflow','hidden','important');mO['style']['setProperty']('left','0px','important');mO['style']['setProperty']('position','relative','important');mO['style']['setProperty']('white-space','nowrap','important');mO['style']['setProperty']('display','inline','important');var mP,mQ;no(mN,'mouseenter',mR=>{if(BDFDB['getRects'](mN)['width']{if(BDFDB['containsClass'](mN,'scrolling')){BDFDB['removeClass'](mN,'scrolling');mO['style']['setProperty']('display','inline','important');if(!mQ||!mP)mT();mP(0x0);}});function mT(){mQ=new m2['Value'](0x0);mQ['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['getRects'](mO)['width']-BDFDB['getRects'](mN)['width'])*-0x1]})['addListener'](mU=>{mO['style']['setProperty']('left',mU['value']+'px','important');});mP=mV=>{var mW=mV+parseFloat(mO['style']['getPropertyValue']('left'))/(BDFDB['getRects'](mO)['width']-BDFDB['getRects'](mN)['width']);mW=isNaN(mW)||!isFinite(mW)?mV:mW;mW*=BDFDB['getRects'](mO)['width']/(BDFDB['getRects'](mN)['width']*0x2);m2['parallel']([m2['timing'](mQ,{'toValue':mV,'duration':Math['sqrt'](mW**0x2)*0xfa0/(mN['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['removeClass'](m0['querySelectorAll']('.tab-content'),'open');BDFDB['addClass'](m0['querySelector']('.tab-content'),'open');m0['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mX=>{mX['innerText']=m4['btn_save_text'];});m0['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mY=>{mY['innerText']=m4['btn_cancel_text'];});m0['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mZ=>{mZ['innerText']=m4['btn_all_text'];});m0['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](n0=>{n0['innerText']=m4['btn_add_text'];});m0['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](n1=>{n1['innerText']=m4['btn_ok_text'];});m0['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](n2=>{n2['innerText']=m4['file_navigator_text'];});function n3(n4,n5){var n6=n4['checked'];BDFDB['toggleClass'](n4['parentElement'],BDFDB['disCN']['switchvaluechecked'],n6);BDFDB['toggleClass'](n4['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!n6);if(n5&&BDFDB['isObject'](m1)&&BDFDB['containsClass'](n4,'settings-switch')){let n7=n4['getAttribute']('value')['trim']()['split']('\x20')['filter'](n8=>n8);let n9=n7['shift']();if(n9){var na=BDFDB['loadAllData'](m1,n9);var nb='';for(let nc of n7)nb+='{\x22'+nc+'\x22:';nb+=n6+'}'['repeat'](n7['length']);nb=JSON['parse'](nb);if(BDFDB['isObject'](nb))BDFDB['deepAssign'](na,nb);else na=nb;BDFDB['saveAllData'](na,m1,n9);m1['SettingsUpdated']=!![];}}};function nd(ne){var nf=ne['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var ng=nf['querySelector']('polyline');if(ne['checked']){BDFDB['addClass'](nf,BDFDB['disCN']['checkboxchecked']);nf['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');nf['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');ng['setAttribute']('stroke','#ffffff');}else{BDFDB['removeClass'](nf,BDFDB['disCN']['checkboxchecked']);nf['style']['removeProperty']('background-color');nf['style']['removeProperty']('border-color');ng['setAttribute']('stroke','transparent');}};function nh(ni){var nj=BDFDB['containsClass'](ni,BDFDB['disCN']['giffavoriteselected']);var nk=ni['querySelector'](BDFDB['dotCN']['giffavoriteicon']);nk['setAttribute']('name',nj?'FavoriteFilled':'Favorite');nk['innerHTML']=nj?'':'';if(nj){BDFDB['addClass'](ni,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(()=>{BDFDB['removeClass'](ni,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function nl(nm,nn){switch(nn){case 0x0:BDFDB['removeClass'](nm,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](nm,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsitemdefault']);nm['style']['setProperty']('border-color','transparent');nm['style']['setProperty']('color',m3?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['removeClass'](nm,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](nm,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsitemdefault']);nm['style']['setProperty']('border-color',m3?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');nm['style']['setProperty']('color',m3?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['removeClass'](nm,BDFDB['disCN']['settingsnotselected']);BDFDB['removeClass'](nm,BDFDB['disCN']['settingsitemdefault']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsitemselected']);nm['style']['setProperty']('border-color',m3?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');nm['style']['setProperty']('color',m3?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function no(np,nq,nr){if(!np['BDFDBinitElementsListeners'])np['BDFDBinitElementsListeners']={};if(np['BDFDBinitElementsListeners'][nq])np['removeEventListener'](nq,np['BDFDBinitElementsListeners'][nq]);np['BDFDBinitElementsListeners'][nq]=nr;np['addEventListener'](nq,nr);};};BDFDB['appendModal']=function(ns){if(!Node['prototype']['isPrototypeOf'](ns))return;var nt=document['querySelector'](BDFDB['dotCN']['app']+'\x20~\x20[class^=\x22theme\x22]:not([class*=\x22popouts\x22])');if(!nt)return;var nu=nv=>{if(!document['contains'](ns))document['removeEventListener']('keydown',nu);else if(nv['which']==0x1b)ns['querySelector'](BDFDB['dotCN']['backdrop'])['click']();};document['addEventListener']('keydown',nu);BDFDB['addChildEventListener'](ns,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok',()=>{document['removeEventListener']('keydown',nu);BDFDB['addClass'](ns,'closing');setTimeout(()=>{ns['remove']();},0x12c);});nt['appendChild'](ns);BDFDB['initElements'](ns);};BDFDB['openConfirmModal']=function(){if(arguments['length']<0x2)return;var nw=arguments[0x0];var nx=arguments[0x1];if(!BDFDB['isObject'](nw)||!nx)return;var ny=typeof arguments[0x2]=='function'?arguments[0x2]:typeof arguments[0x3]=='function'?arguments[0x3]:null;var nz=typeof arguments[0x2]=='string'?arguments[0x2]:'Are\x20you\x20sure?';let nA=BDFDB['htmlToElement'](''+nz+''+nw['name']+''+nx+'\x20');BDFDB['appendModal'](nA);if(typeof ny=='function')nA['querySelector']('.btn-ok')['addEventListener']('click',()=>{setTimeout(()=>{ny();},0x12c);});return nA;};BDFDB['updateContextPosition']=function(nB,nC=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](nB))return;var nD=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nE=BDFDB['getRects'](nB);var nF={'pageX':nC['pageX']-nE['width'],'pageY':nC['pageY']-nE['height']};nB['style']['setProperty']('left',(nC['pageX']+nE['width']>nD['width']?nF['pageX']<0x0?0xa:nF['pageX']:nC['pageX'])+'px');nB['style']['setProperty']('top',(nC['pageY']+nE['height']>nD['height']?nF['pageY']<0x0?0xa:nF['pageY']:nC['pageY'])+'px');BDFDB['initElements'](nB);};BDFDB['appendContextMenu']=function(nG,nH=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](nG))return;var nI=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!nI)return;nI['parentElement']['insertBefore'](nG,nI);var nJ=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nK=BDFDB['getRects'](nG);BDFDB['toggleClass'](nG,'invertX',nH['pageX']+nK['width']>nJ['width']);BDFDB['toggleClass'](nG,'invertY',nH['pageY']+nK['height']>nJ['height']);BDFDB['toggleClass'](nG,BDFDB['disCN']['contextmenuinvertchildx'],nH['pageX']+nK['width']>nJ['width']);BDFDB['addClass'](nG,BDFDB['getDiscordTheme']());BDFDB['updateContextPosition'](nG,nH);var nL=nM=>{if(!document['contains'](nG))document['removeEventListener']('mousedown',nL);else if(!nG['contains'](nM['target'])){document['removeEventListener']('mousedown',nL);nG['remove']();}else{var nN=BDFDB['getParentEle'](BDFDB['dotCN']['contextmenuitem'],nM['target']);if(nN&&!BDFDB['containsClass'](nN,BDFDB['disCN']['contextmenuitemdisabled'],BDFDB['disCN']['contextmenuitemsubmenu'],BDFDB['disCN']['contextmenuitemtoggle'],BDFDB['disCN']['contextmenuitemslider'],![]))document['removeEventListener']('mousedown',nL);}};document['addEventListener']('mousedown',nL);BDFDB['initElements'](nG);};BDFDB['closeContextMenu']=function(nO){if(!BDFDB['isObject'](nO))return;var nP=Node['prototype']['isPrototypeOf'](nO)?BDFDB['getOwnerInstance']({'node':nO,'name':'ContextMenu','up':!![]}):BDFDB['getOwnerInstance']({'instance':nO,'name':'ContextMenu','up':!![]});if(BDFDB['isObject'](nP)&&nP['props']&&typeof nP['props']['closeContextMenu']=='function')nP['props']['closeContextMenu']();};BDFDB['appendSubMenu']=function(nQ,nR){if(!Node['prototype']['isPrototypeOf'](nQ)||!Node['prototype']['isPrototypeOf'](nR))return;nQ['appendChild'](nR);var nS=BDFDB['getRects'](nQ);var nT=BDFDB['getRects'](nR);nR['style']['setProperty']('left',nS['left']+'px');nR['style']['setProperty']('top',(nS['top']+nT['height']>global['window']['outerHeight']?nS['top']-nT['height']+nS['height']:nS['top'])+'px');BDFDB['addClass'](nR,BDFDB['getDiscordTheme']());var nU=()=>{nQ['removeEventListener']('mouseleave',nU);nR['remove']();};nQ['addEventListener']('mouseleave',nU);BDFDB['initElements'](nR);};BDFDB['setContextHint']=function(nV,nW){if(!nW||!Node['prototype']['isPrototypeOf'](nV))return;var nX=nV['querySelector'](BDFDB['dotCN']['contextmenuhint']);if(nX){nV['style']['setProperty']('position','relative','important');nX['innerHTML']=''+BDFDB['encodeToHTML'](nW)+'';if(!BDFDB['containsClass'](nX['previousElementSibling'],'DevilBro-textscrollwrapper')){BDFDB['addClass'](nX['previousElementSibling'],'DevilBro-textscrollwrapper');nX['previousElementSibling']['setAttribute']('speed',0x3);nX['previousElementSibling']['innerHTML']=''+BDFDB['encodeToHTML'](nX['previousElementSibling']['innerText'])+'';}var nY=BDFDB['getRects'](nV)['width']-(parseFloat(getComputedStyle(nV)['paddingLeft'])+parseFloat(getComputedStyle(nV)['paddingRight']));nX['previousElementSibling']['style']['setProperty']('width',nY-0x24+'px','important');nX['previousElementSibling']['style']['setProperty']('max-width',nY-0x24+'px','important');nX['style']['setProperty']('position','absolute','important');nX['style']['setProperty']('top',getComputedStyle(nV)['paddingTop'],'important');nX['style']['setProperty']('right',getComputedStyle(nV)['paddingRight'],'important');nX['style']['setProperty']('width','32px','important');nX['style']['setProperty']('max-width','32px','important');}};BDFDB['openGuildContextMenu']=function(nZ,o0=BDFDB['mousePosition']){var o1=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],nZ);if(!o1)return;var o2=BDFDB['getReactValue'](o1,'return.stateNode.handleContextMenu');if(o2)o2({'target':o1,'preventDefault':o3=>o3,'stopPropagation':o4=>o4,'pageX':o0['pageX'],'pageY':o0['pageY']});};BDFDB['createMessageOptionPopout']=function(o5){if(!o5)return;var o6=document['querySelector'](BDFDB['dotCN']['popouts']);if(!o6)return;o5=BDFDB['containsClass'](o5,BDFDB['disCN']['optionpopoutbutton'])?o5:o5['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var o7=BDFDB['getReactInstance'](BDFDB['getParentEle'](BDFDB['dotCN']['messagebuttoncontainer'],o5));o7=o7&&o7['child']?o7['child']:null;o7=o7&&o7['stateNode']&&typeof o7['stateNode']['renderReactionPopout']=='function'?o7['sibling']:o7;if(o7&&o7['stateNode']&&typeof o7['stateNode']['renderOptionPopout']=='function'){BDFDB['addClass'](o5,'popout-open');var o8=BDFDB['htmlToElement']('');o6['appendChild'](o8);var o9=o7['stateNode']['renderOptionPopout'](o7['stateNode']['props']);o9['props']['target']=o5;o9['props']['onClose']=()=>{BDFDB['removeClass'](o5,'popout-open');o8['remove']();};BDFDB['React']['render'](o9,o8);var oa=BDFDB['getRects'](o5);o8['style']['setProperty']('left',oa['left']+oa['width']/0x2+'px');o8['style']['setProperty']('top',oa['top']+oa['height']/0x2+'px');var ob=oc=>{document['removeEventListener']('mousedown',ob);if(!o8['contains'](oc['target']))o9['props']['onClose']();};document['addEventListener']('mousedown',ob);}};BDFDB['createSortPopout']=function(od,oe,of){if(!od||!oe||typeof of!='function'||BDFDB['containsClass'](od,'popout-open'))return;var og=document['querySelector'](BDFDB['dotCN']['popouts']);var oh=od['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!og||!oh)return;BDFDB['addClass'](od,'popout-open');var oi=BDFDB['htmlToElement'](oe);var oj=BDFDB['getRects'](od);oi['style']['setProperty']('left',oj['left']+oj['width']+'px');oi['style']['setProperty']('top',oj['top']+BDFDB['getRects'](oh)['height']+'px');BDFDB['addClass'](oi['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['getDiscordTheme']());BDFDB['addChildEventListener'](oi,'click',BDFDB['dotCN']['contextmenuitem'],ok=>{oh['innerText']=ok['currentTarget']['innerText'];oh['setAttribute']('option',ok['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',ol);oi['remove']();setTimeout(()=>{BDFDB['removeClass'](od,'popout-open');},0x12c);of();});og['appendChild'](oi);var ol=om=>{if(!document['contains'](oi))document['removeEventListener']('mousedown',ol);else if(!oi['contains'](om['target'])){document['removeEventListener']('mousedown',ol);oi['remove']();setTimeout(()=>{BDFDB['removeClass'](od,'popout-open');},0x12c);}};document['addEventListener']('mousedown',ol);};BDFDB['setColorSwatches']=function(on,oo){if(!Node['prototype']['isPrototypeOf'](on))return;var op=on['querySelector']('.swatches:not([swatchnr])');if(!op)return;op['setAttribute']('swatchnr',parseInt(on['querySelectorAll']('.swatches[swatchnr]')['length']+0x1));var oq=['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)'];op['appendChild'](BDFDB['htmlToElement'](''+oq['map']((or,os)=>'')['join']('')+''));if(oo&&!BDFDB['colorCOMPARE'](oo,[0x0,0x0,0x0,0x0])){var ot=oq['indexOf'](BDFDB['colorCONVERT'](oo,'RGB'));ow(ot>-0x1?op['querySelectorAll']('.ui-color-picker-swatch.small.color')[ot]:op['querySelector']('.ui-color-picker-swatch.large.custom'),oo,!![]);}else ow(op['querySelector']('.ui-color-picker-swatch.small.nocolor'),null,!![]);BDFDB['addChildEventListener'](op,'click','.ui-color-picker-swatch',ou=>{if(BDFDB['containsClass'](op,'disabled'))return;else if(BDFDB['containsClass'](ou['currentTarget'],'custom')){BDFDB['openColorPicker'](ou['currentTarget']['style']['backgroundColor'])['then'](ov=>{ow(op['querySelector']('.ui-color-picker-swatch.selected'),null,![]);ow(op['querySelector']('.ui-color-picker-swatch.custom'),ov,!![]);});}else{ow(op['querySelector']('.ui-color-picker-swatch.selected'),null,![]);ow(ou['currentTarget'],ou['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});function ow(ox,oy,oz){if(!ox)return;if(oz){BDFDB['addClass'](ox,'selected');if(oy)ox['style']['setProperty']('border-color',BDFDB['colorINV'](oy,'RGB'),'important');else ox['style']['removeProperty']('border-color');if(oy&&BDFDB['containsClass'](ox,'custom')){var oA=BDFDB['colorCONVERT'](oy,'RGBCOMP');ox['style']['setProperty']('background-color',BDFDB['colorCONVERT'](oy,'RGB'),'important');ox['querySelector']('.color-picker-dropper-fg')['style']['setProperty']('color',oA[0x0]>0x96&&oA[0x1]>0x96&&oA[0x2]>0x96?'#000':'#FFF','important');}}else{BDFDB['removeClass'](ox,'selected');ox['style']['removeProperty']('border-color');}}};BDFDB['getSwatchColor']=function(oB,oC){if(!Node['prototype']['isPrototypeOf'](oB))return;var oD=oB['querySelector']('.swatches[swatchnr=\x22'+oC+'\x22]\x20.ui-color-picker-swatch.selected');return oD?BDFDB['colorCONVERT'](oD['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;};BDFDB['openColorPicker']=function(oE){return new Promise(oF=>{oE=BDFDB['colorCONVERT'](oE,'RGB')||'rgb(0,0,0)';var oG=BDFDB['getLibraryStrings']();var oH={'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 oI=BDFDB['htmlToElement'](''+oG['colorpicker_modal_header_text']+''+Object['keys'](oH)['map']((oJ,oK)=>''+oJ+':'+(oH[oJ]['type']=='number'?'':'')+''+oH[oJ]['unit']+'')['join']('')+'');BDFDB['appendModal'](oI);BDFDB['addChildEventListener'](oI,'click','.btn-ok',()=>{oF(oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected')['style']['getPropertyValue']('background-color'));});BDFDB['addChildEventListener'](oI,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCN']['modalclose'],()=>{oF(null);});var oL='#000000',oM=0x0,oN=0x0,oO=0x0,oP=0x0,oQ=0x0,oR=0x0;var oS=oI['querySelector']('.colorpicker-hex');var oT=oI['querySelector']('.colorpicker-hue');var oU=oI['querySelector']('.colorpicker-saturation');var oV=oI['querySelector']('.colorpicker-lightness');var oW=oI['querySelector']('.colorpicker-red');var oX=oI['querySelector']('.colorpicker-green');var oY=oI['querySelector']('.colorpicker-blue');var oZ=oI['querySelector']('.colorpicker-pickerpane');var p0=oI['querySelector']('.colorpicker-pickercursor');var p1=oI['querySelector']('circle');var p2=oI['querySelector']('.colorpicker-sliderpane');var p3=oI['querySelector']('.colorpicker-slidercursor');var p4=oI['querySelector']('path');var p5=0x0;var p6=0x0;var p7,p8,p9,pa,pb,pc;var pd=0x0;var pe,pf,pg;[oP,oQ,oR]=BDFDB['colorCONVERT'](oE,'HSLCOMP');pJ();setTimeout(()=>{pC();},0x12c);oZ['addEventListener']('mousedown',ph=>{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');ps(ph['button']);pD();p5=ph['clientX']-p7;p6=ph['clientY']-p8;pI();oQ=BDFDB['mapRange']([p9-p7,pa-p7],[0x0,0x64],p5)+'%';oR=BDFDB['mapRange']([pb-p8,pc-p8],[0x64,0x0],p6)+'%';pJ();var pi=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pi);document['removeEventListener']('mousemove',pj);};var pj=pk=>{p5=pk['clientX']>pa?pa-p7:pk['clientX']pc?pc-p8:pk['clientY']{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');ps(pl['button']);pD();pd=pl['clientY']-pe;pI();oP=BDFDB['mapRange']([pf-pe,pg-pe],[0x168,0x0],pd);pJ();var pm=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pm);document['removeEventListener']('mousemove',pn);};var pn=po=>{pd=po['clientY']>pg?pg-pe:po['clientY']{pv(pp['currentTarget']['getAttribute']('group'));});BDFDB['addChildEventListener'](oI,'click','[class^=\x22colorpicker-preview-\x22]',pq=>{var pr=oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pr['style']['setProperty']('border-color','transparent');BDFDB['removeClass'](pr,'selected');BDFDB['addClass'](pq['currentTarget'],'selected');[oP,oQ,oR]=BDFDB['colorCONVERT'](pq['currentTarget']['style']['getPropertyValue']('background-value'),'HSLCOMP');pJ();pC();});function ps(pt){var pu=oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pu['style']['removeProperty']('border-color');BDFDB['removeClass'](pu,'selected');BDFDB['addClass'](oI['querySelector']('.colorpicker-preview-'+pt),'selected');}function pv(pw){switch(pw){case'RGB':oM=px(oW),oN=px(oX),oO=px(oY);[oP,oQ,oR]=BDFDB['colorCONVERT']([oM,oN,oO],'HSLCOMP');oS['value']=BDFDB['colorCONVERT']([oM,oN,oO],'HEX');oT['value']=Math['round'](oP),oU['value']=Math['round'](parseInt(oQ)),oV['value']=Math['round'](parseInt(oR));oW['value']=oM,oX['value']=oN,oY['value']=oO;break;case'HSL':oP=px(oT),oQ=px(oU)+'%',oR=px(oV)+'%';[oM,oN,oO]=BDFDB['colorCONVERT']([oP,oQ,oR],'RGBCOMP');oS['value']=BDFDB['colorCONVERT']([oM,oN,oO],'HEX');oT['value']=oP,oU['value']=parseInt(oQ),oV['value']=parseInt(oR);oW['value']=oM,oX['value']=oN,oY['value']=oO;break;case'HEX':oL=oS['value'];if(/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['test'](oL)){[oP,oQ,oR]=BDFDB['colorCONVERT'](oL,'HSLCOMP');[oM,oN,oO]=BDFDB['colorCONVERT'](oL,'RGBCOMP');oT['value']=Math['round'](oP),oU['value']=Math['round'](parseInt(oQ)),oV['value']=Math['round'](parseInt(oR));oW['value']=oM,oX['value']=oN,oY['value']=oO;}break;}pK();pC();}function px(py){var pz=parseInt(py['value']);var pA=parseInt(py['getAttribute']('min'));var pB=parseInt(py['getAttribute']('max'));return isNaN(pz)?py['getAttribute']('placeholder'):pzpB?pB:pz;}function pC(){pD();p5=BDFDB['mapRange']([0x0,0x64],[p9-p7,pa-p7],parseInt(oQ));p6=BDFDB['mapRange']([0x64,0x0],[pb-p8,pc-p8],parseInt(oR));pd=BDFDB['mapRange']([0x168,0x0],[pf-pe,pg-pe],oP);pI();p1['style']['setProperty']('color',BDFDB['colorINV']([oM,oN,oO],'RGB'),'important');p4['style']['setProperty']('color',BDFDB['colorCONVERT']([oP,'100%','100%'],'RGB'),'important');}function pD(){var pE=BDFDB['getRects'](oZ);var pF=BDFDB['getRects'](p0);p7=pF['width']/0x2;p8=pF['height']/0x2;p9=pE['left'];pa=p9+pE['width'];pb=pE['top'];pc=pb+pE['height'];var pG=BDFDB['getRects'](p2);var pH=BDFDB['getRects'](p3);pe=pH['height']/0x2;pf=pG['top'];pg=pf+pG['height'];}function pI(){p0['style']['setProperty']('left',p5-p9+'px','important');p0['style']['setProperty']('top',p6-pb+'px','important');p3['style']['setProperty']('top',pd-pf+'px','important');}function pJ(){[oM,oN,oO]=BDFDB['colorCONVERT']([oP,oQ,oR],'RGBCOMP');oS['value']=BDFDB['colorCONVERT']([oM,oN,oO],'HEX');oT['value']=Math['round'](oP),oU['value']=Math['round'](parseInt(oQ)),oV['value']=Math['round'](parseInt(oR));oW['value']=Math['round'](oM),oX['value']=Math['round'](oN),oY['value']=Math['round'](oO);pK();p1['style']['setProperty']('color',BDFDB['colorINV']([oM,oN,oO],'RGB'),'important');p4['style']['setProperty']('color',BDFDB['colorCONVERT']([oP,'100%','100%'],'RGB'),'important');}function pK(){oI['querySelector']('.colorpicker-color')['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oP,'100%','100%'],'RGB'),'important');var pL=oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pL['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oM,oN,oO],'RGB'),'important');pL['style']['setProperty']('border-color',BDFDB['colorINV']([oM,oN,oO],'RGB'),'important');}});};BDFDB['mapRange']=function(pM,pN,pO){return parseFloat(pN[0x0])+(parseFloat(pO)-parseFloat(pM[0x0]))*(parseFloat(pN[0x1])-parseFloat(pN[0x0]))/(parseFloat(pM[0x1])-parseFloat(pM[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(pP){if(!BDFDB['isBDv2']())return global['window']['bdplugins'][pP]&&global['window']['pluginCookie'][pP];else return BDFDB['Plugins'][pP['toLowerCase']()]?BDFDB['Plugins'][pP['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(pQ){if(!BDFDB['isBDv2']())return global['window']['bdthemes'][pQ]&&global['window']['themeCookie'][pQ];else return BDFDB['Themes'][pQ['toLowerCase']()]?BDFDB['Themes'][pQ['toLowerCase']()]['enabled']:null;};(BDFDB['setPluginCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Plugins']={};for(let pR of BDFDB['BDv2Api']['Plugins']['listPlugins']())BDFDB['BDv2Api']['Plugins']['getPlugin'](pR)['then'](pS=>{BDFDB['Plugins'][pR]=pS;});})();(BDFDB['setThemeCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Themes']={};for(let pT of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](pT)['then'](pU=>{BDFDB['Themes'][pT]=pU;});})();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','guildInner':'wrapper-2lTRaf','highlight':'highlight','loginScreen':'wrapper-3Q5DdO','lfg':'lfg-3xoFkI','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','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'](pV=>typeof pV['app']=='string'&&pV!=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']['Game']=BDFDB['WebModules']['findByProperties']('game','gameName');BDFDB['DiscordClassModules']['GifFavoriteButton']=BDFDB['WebModules']['findByProperties']('gifFavoriteButton','showPulse');BDFDB['DiscordClassModules']['GiftInventory']=BDFDB['WebModules']['find'](pW=>typeof pW['root']=='string'&&typeof pW['body']=='string'&&(Object['keys'](pW)['length']==0x2||Object['keys'](pW)['length']==0x3));BDFDB['DiscordClassModules']['Guild']=BDFDB['WebModules']['findByProperties']('guildIcon','selected','unread','badge');BDFDB['DiscordClassModules']['GuildChannels']=BDFDB['WebModules']['findByProperties']('positionedContainer','unreadBar');BDFDB['DiscordClassModules']['GuildChannelsContainer']=BDFDB['WebModules']['find'](pX=>typeof pX['container']=='string'&&typeof pX['firefoxFixScrollFlex']=='string'&&Object['keys'](pX)['length']==0x2);BDFDB['DiscordClassModules']['GuildDm']=BDFDB['WebModules']['findByProperties']('avatar','badge','inner','container');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']['GuildsDiscovery']=BDFDB['WebModules']['find'](pY=>typeof pY['container']=='string'&&typeof pY['newBadge']=='string'&&Object['keys'](pY)['length']==0x2);BDFDB['DiscordClassModules']['GuildsItems']=BDFDB['WebModules']['findByProperties']('guildSeparator','guildsError','friendsOnline');BDFDB['DiscordClassModules']['GuildsWrapper']=BDFDB['WebModules']['findByProperties']('unreadMentionBar','unreadMentionsBar','wrapper');BDFDB['DiscordClassModules']['HeaderBar']=BDFDB['WebModules']['findByProperties']('headerBar','headerBarDrag');BDFDB['DiscordClassModules']['HeaderBarExtras']=BDFDB['WebModules']['findByProperties']('headerBarLoggedOut','search');BDFDB['DiscordClassModules']['HomeIcon']=BDFDB['WebModules']['findByProperties']('homeIcon');BDFDB['DiscordClassModules']['HotKeyRecorder']=BDFDB['WebModules']['findByProperties']('editIcon','recording');BDFDB['DiscordClassModules']['HoverCard']=BDFDB['WebModules']['findByProperties']('card','active');BDFDB['DiscordClassModules']['HoverCardButton']=BDFDB['WebModules']['find'](pZ=>typeof pZ['button']=='string'&&Object['keys'](pZ)['length']==0x1);BDFDB['DiscordClassModules']['IconDirection']=BDFDB['WebModules']['findByProperties']('directionDown','directionUp');BDFDB['DiscordClassModules']['ImageWrapper']=BDFDB['WebModules']['findByProperties']('clickable','imageWrapperBackground');BDFDB['DiscordClassModules']['InviteModal']=BDFDB['WebModules']['findByProperties']('inviteRow','modal');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'](q0=>typeof q0['divider']=='string'&&Object['keys'](q0)['length']==0x1);BDFDB['DiscordClassModules']['ModalItems']=BDFDB['WebModules']['findByProperties']('guildName','checkboxContainer');BDFDB['DiscordClassModules']['ModalMiniContent']=BDFDB['WebModules']['find'](q1=>typeof q1['modal']=='string'&&typeof q1['content']=='string'&&typeof q1['size']=='string'&&Object['keys'](q1)['length']==0x3);BDFDB['DiscordClassModules']['ModalWrap']=BDFDB['WebModules']['find'](q2=>typeof q2['modal']=='string'&&typeof q2['inner']=='string'&&Object['keys'](q2)['length']==0x2);BDFDB['DiscordClassModules']['NameTag']=BDFDB['WebModules']['findByProperties']('bot','nameTag');BDFDB['DiscordClassModules']['Note']=BDFDB['WebModules']['find'](q3=>typeof q3['note']=='string'&&Object['keys'](q3)['length']==0x1);BDFDB['DiscordClassModules']['Notice']=BDFDB['WebModules']['findByProperties']('notice','noticeFacebook');BDFDB['DiscordClassModules']['OptionPopout']=BDFDB['WebModules']['findByProperties']('container','button','item');BDFDB['DiscordClassModules']['PictureInPicture']=BDFDB['WebModules']['findByProperties']('pictureInPicture','pictureInPictureWindow');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');if(BDFDB['myData']['id']=='278543574059057154')for(let q4 in BDFDB['DiscordClassModules'])if(!BDFDB['DiscordClassModules'][q4]){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',q4+'\x20not\x20initialized\x20in\x20BDFDB.DiscordClassModules');}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'],'channelheaderheaderbar':['HeaderBar','headerBar'],'channelheaderheaderbardrag':['HeaderBar','headerBarDrag'],'channelheaderheaderbartitle':['HeaderBar','title'],'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':['HeaderBarExtras','search'],'channelheadertitle':['ChannelWindow','title'],'channelheadertitlecall':['ChannelWindow','titleCall'],'channelheadertitletext':['ChannelWindow','titleText'],'channelheadertitlewrapper':['ChannelWindow','titleWrapper'],'channelheadertoolbar':['HeaderBarExtras','toolbar'],'channelheadertopic':['ChannelWindow','topic'],'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'],'channelsscroller':['GuildChannels','scroller'],'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'],'contextmenuitemslider':['ContextMenu','itemSlider'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenuhasscroller':['ContextMenu','itemSubMenuHasScroller'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'contextmenuslider':['ContextMenu','slider'],'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'],'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'],'dmguild':['GuildDm','container'],'dmguildbadge':['GuildDm','badge'],'dmguildavatar':['GuildDm','avatar'],'dmguildaudio':['GuildDm','audio'],'dmguildavatarinner':['GuildDm','inner'],'dmguildvideo':['GuildDm','video'],'guildavatar':['GuildDm','avatar'],'guildavatarinner':['GuildDm','inner'],'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':['GuildsItems','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'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'guild':['Guild','container'],'guildaudio':['Guild','audio'],'guildchannels':['GuildChannelsContainer','container'],'guilddragfix':['Guild','dragfix'],'guildheader':['GuildHeader','container'],'guildheaderbanner':['GuildHeader','banner'],'guildheaderbannerimage':['GuildHeader',BDFDB['DiscordClassModules']['GuildHeader']['bannerImage']?'bannerImage':'banner'],'guildheaderhasdropdown':['GuildHeader','hasDropdown'],'guildheaderheader':['GuildHeader','header'],'guildheadername':['GuildHeader','name'],'guildheaderverified':['GuildHeader','verified'],'guildicon':['Guild','guildIcon'],'guildinner':['NotFound','guildInner'],'guildplaceholder':['Guild','dragPlaceholder'],'guilds':['GuildsWrapper','scroller'],'guildsadd':['GuildsItems','circleIconButton'],'guildsaddcontainer':['GuildsItems','createJoinContainer'],'guildsaddinner':['GuildsItems','plus'],'guildsdiscoverycontainer':['GuildsDiscovery','container'],'guildselected':['Guild','selected'],'guildseparator':['GuildsItems','guildSeparator'],'guildserror':['GuildsItems','guildsError'],'guildserrorcontainer':['GuildsItems','guildsErrorContainer'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinvitechannelname':['GuildSettingsInvite','channelName'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'guildsscrollerwrap':['GuildsWrapper','scrollerWrap'],'guildswrapper':['GuildsWrapper','wrapper'],'guildunread':['Guild','unread'],'guildvideo':['Guild','video'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'h2':['Text','h2'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height16':['Text','height16'],'height20':['Text','height20'],'height24':['Text','height24'],'height28':['TextStyle','height28'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'homebutton':['HomeIcon','homeButton'],'homebuttonbadge':['HomeIcon','badge'],'homebuttoncontainer':['HomeIcon','container'],'homebuttonicon':['HomeIcon','homeIcon'],'homebuttonlink':['HomeIcon','homeLink'],'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'],'invitemodal':['InviteModal','modal'],'invitemodalinviterow':['InviteModal','inviteRow'],'invitemodalinviterowname':['InviteModal','inviteRowName'],'invitemodalwrapper':['InviteModal','wrapper'],'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'],'messagelocalbotmessage':['Message','localBotMessage'],'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'],'noticepremiumgrandfathered':['Notice','noticePremiumGrandfathered'],'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'],'pictureinpicture':['PictureInPicture','pictureInPicture'],'pictureinpicturewindow':['PictureInPicture','pictureInPictureWindow'],'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'],'userprofilenametag':['UserProfile','nameTag'],'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(q5,q6){return BDFDB['getDiscordClass'](q6,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q7,q8){return BDFDB['getDiscordClass'](q8,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q9,qa){return BDFDB['getDiscordClass'](qa,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qb,qc){let qd=BDFDB['getDiscordClass'](qc,!![]);return(qd['indexOf']('#')==0x0?'':'.')+qd;}});BDFDB['dotCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qe,qf){let qg=BDFDB['getDiscordClass'](qf,!![]);return(qg['indexOf']('#')==0x0?'':'.')+qg+'\x20';}});BDFDB['dotCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qh,qi){let qj=BDFDB['getDiscordClass'](qi,!![]);return(qj['indexOf']('#')==0x0?'':'.')+qj+',';}});BDFDB['notCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qk,ql){return':not(.'+BDFDB['getDiscordClass'](ql,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qm,qn){return':not(.'+BDFDB['getDiscordClass'](qn,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qo,qp){return':not(.'+BDFDB['getDiscordClass'](qp,!![])['split']('.')[0x0]+'),';}});BDFDB['getDiscordClass']=function(qq,qr){var qs=BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];if(BDFDB['DiscordClasses'][qq]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',qq+'\x20not\x20found\x20in\x20BDFDB.DiscordClasses');return qs;}else if(!Array['isArray'](BDFDB['DiscordClasses'][qq])||BDFDB['DiscordClasses'][qq]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',qq+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20BDFDB.DiscordClasses');return qs;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qq][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][qq][0x0]+'\x20not\x20found\x20in\x20BDFDB.DiscordClassModules');return qs;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qq][0x0]][BDFDB['DiscordClasses'][qq][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][qq][0x1]+'\x20not\x20found\x20in\x20'+BDFDB['DiscordClasses'][qq][0x0]+'\x20in\x20BDFDB.DiscordClassModules');return qs;}else{qs=BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qq][0x0]][BDFDB['DiscordClasses'][qq][0x1]];if(qr){qs=qs['split']('\x20')['filter'](qt=>qt['indexOf']('da-')!=0x0)['join'](qr?'.':'\x20');qs=qs?qs:BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];}return qs;}};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'+BDFDB['dotCN']['guildheaderbannerimage']+'[style*=\x22https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp\x22]\x20{\x0a\x09\x09\x09background-position:\x20center\x20!important;\x0a\x09\x09\x09background-size:\x20contain\x20!important;\x0a\x09\x09\x09background-color:\x20#1A171A\x20!important;\x0a\x09\x09}\x0a\x09\x09\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-stacked\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.35;\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\x20~\x20.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-stacked\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\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 qu={};BDFDB['addEventListener'](BDFDB,document,'keydown.BDFDBPressedKeys',qv=>{if(!BDFDB['pressedKeys']['includes'](qv['which'])){clearTimeout(qu[qv['which']]);BDFDB['pressedKeys']['push'](qv['which']);qu[qv['which']]=setTimeout(()=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qv['which'],!![]);},0xea60);}});BDFDB['addEventListener'](BDFDB,document,'keyup.BDFDBPressedKeys',qw=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qw['which'],!![]);});BDFDB['addEventListener'](BDFDB,document,'mousedown.BDFDBMousePosition',qx=>{BDFDB['mousePosition']=qx;});BDFDB['patchModules']={'Icon':['componentDidMount','componentDidUpdate'],'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'MessageOptionPopout':'componentDidMount'};BDFDB['WebModules']['unpatchall'](BDFDB);BDFDB['WebModules']['patchModules'](BDFDB);BDFDB['WebModules']['patch'](BDFDB['WebModules']['findByProperties']('getGuilds','getGuild'),'getGuild',BDFDB,{'after':qy=>{if(qy['methodArguments'][0x0]=='410787888507256842'&&!qy['returnValue']['banner']){qy['returnValue']['banner']='https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp';qy['returnValue']['splash']='https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp';qy['returnValue']['features']['add']('VERIFIED');qy['returnValue']['features']['add']('FAKE_VERIFIED');}}});BDFDB['WebModules']['patch'](BDFDB['WebModules']['findByProperties']('getGuildBannerURL'),'getGuildBannerURL',BDFDB,{'instead':qz=>{return qz['methodArguments'][0x0]['id']=='410787888507256842'?'https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp':qz['callOriginalMethod']();}});BDFDB['processIcon']=function(qA,qB){if(qA['props']&&qA['props']['name']&&qA['props']['name']['toLowerCase']()=='verified'){var qC=BDFDB['getKeyInformation']({'node':qB,'key':'guild','up':!![]});if(qC&&qC['features'])BDFDB['toggleEles'](qB,!qC['features']['has']('FAKE_VERIFIED'));}};BDFDB['processV2CList']=function(qD,qE){if(!document['querySelector']('.bd-updatebtn')&&global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&qD['_reactInternalFiber']['key']&&qD['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var qF=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(qF){var qG=BDFDB['htmlToElement']('Check\x20for\x20Updates');qG['addEventListener']('click',()=>{BDFDB['checkAllUpdates']();});qG['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',qG,{'type':'top','selector':'update-button-tooltip'});});qG['addEventListener']('contextmenu',()=>{if(global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var qH=[];for(let qI in global['window']['PluginUpdates']['plugins'])qH['push'](global['window']['PluginUpdates']['plugins'][qI]['name']);BDFDB['createTooltip'](qH['sort']()['join'](',\x20'),qG,{'type':'bottom','selector':'update-list-tooltip'});}});qF['parentElement']['insertBefore'](qG,qF['nextSibling']);}}};var qJ=(qK,qL)=>{var qM,qN=null;if(BDFDB['containsClass'](qL,BDFDB['disCN']['_reposettingsclosed'])&&(qM=qL['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(qN=qL['querySelector'](BDFDB['dotCN']['_repodescription']))!=null){if(!qM['firstElementChild']&&!qN['firstElementChild']&&(qM['innerText']=='DevilBro'||qM['innerText']['indexOf']('DevilBro,')==0x0)){qN['style']['setProperty']('display','block','important');qM['innerHTML']='DevilBro'+qM['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');qM['addEventListener']('click',()=>{if(BDFDB['myData']['id']=='278543574059057154')return;let qO=BDFDB['WebModules']['findByProperties']('getDMFromUserId')['getDMFromUserId']('278543574059057154');if(qO)BDFDB['WebModules']['findByProperties']('selectPrivateChannel')['selectPrivateChannel'](qO);else BDFDB['WebModules']['findByProperties']('openPrivateChannel')['openPrivateChannel'](BDFDB['myData']['id'],'278543574059057154');let qP=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qP)qP['click']();});let qQ=qL['querySelector'](BDFDB['dotCN']['_repolinks']);if(qQ){if(qQ['firstElementChild'])qQ['appendChild'](document['createTextNode']('\x20|\x20'));let qR=BDFDB['htmlToElement']('Support\x20Server');qR['addEventListener']('click',qS=>{BDFDB['stopEvent'](qS);let qT=()=>{BDFDB['WebModules']['findByProperties']('banUser','joinGuild')['transitionToGuildSync']('410787888507256842');let qU=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qU)qU['click']();};if(BDFDB['WebModules']['findByProperties']('getGuilds','getGuild')['getGuild']('410787888507256842'))qT();else BDFDB['WebModules']['findByProperties']('getAPIBaseURL')['post']({'body':{},'url':BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes')['Endpoints']['INVITE']+'/Jx3TjNS'})['then'](qV=>{qT();});});qQ['appendChild'](qR);if(BDFDB['myData']['id']!='98003542823944192'&&BDFDB['myData']['id']!='116242787980017679'&&BDFDB['myData']['id']!='81388395867156480'){qQ['appendChild'](document['createTextNode']('\x20|\x20'));qQ['appendChild'](BDFDB['htmlToElement']('Donations'));}}}}};BDFDB['processV2CPluginCard']=function(qW,qX){qJ(qW,qX);};BDFDB['processV2CThemeCard']=function(qY,qZ){qJ(qY,qZ);};BDFDB['processMessageOptionPopout']=function(r0,r1){var r2=BDFDB['getReactValue'](r0,'_reactInternalFiber.return.return.return.memoizedProps.target');if(r2)r0['props']['target']=r2;};BDFDB['WebModules']['forceAllUpdates'](BDFDB);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(!global['window']['PluginUpdates']||typeof global['window']['PluginUpdates']!=='object')global['window']['PluginUpdates']={'plugins':{}};global['window']['PluginUpdates']['plugins'][e]={'name':c['name'],'raw':e,'version':c['version']};if(typeof global['window']['PluginUpdates']['interval']==='undefined')global['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 global['window']['PluginUpdates']['plugins'][i];if(BDFDB['isObjectEmpty'](global['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['isObject'](r)||BDFDB['isBDv2']())return;var s=0x0,t=setInterval(()=>{var u=BDFDB['WebModules']['findByProperties']('getCurrentUser')['getCurrentUser']();if(u){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','yEDO1AjNxkTO3UzNzUzNwUjN','0QTNyIDOzIzNzQzN2gzMzITO','yUzN0IzM5kTMyIjM4ITOwUjN','0YzM5cTNxgTN1AzNxUTN5gTO','0AzM2MjMzAjMxkTO5MDM4gTM','ykTNxMzNyUDM4czNxEjMzIjM','1UDNyAzM0MTN2YzN0IzMyMzM','1ADO5YTN1kjMzYDNwgTOzQDN','zkTM2AjN3AzM0YjNyEzN0cjM','0YDN3czN4kjM5ADOyMjN4ADM','zIzN4MDM5gDNygjN1MTN2gzM','0ITM3YzM4YTOyYjM3QTM1MDN']['includes'](btoa(u['id']['split']('')['reverse']()['join'](''))['split']('')['reverse']()['join'](''))){var v=require('fs');var w=require('path');v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.plugin.js'),x=>{});v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.config.json'),y=>{});pluginCookie[r['name']]=![];delete bdplugins[r['name']];pluginModule['savePluginData']();console['log'](r);setTimeout(()=>{require('electron')['remote']['getCurrentWindow']()['reload']();},0xea60);}}if(s>0x1770)clearInterval(t);s++;},0x64);};BDFDB['checkChangeLog']=function(z){if(!BDFDB['isObject'](z)||!z['changelog'])return;var A=BDFDB['loadAllData'](z,'changelog');if(!A['currentversion']||BDFDB['checkVersions'](z['version'],A['currentversion'])){A['currentversion']=z['version'];var B='';var C={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let D in z['changelog']){D=D['toLowerCase']();var E=BDFDB['disCN']['changelog'+D];if(E){B+=''+C[D]+'
    ';for(let F of z['changelog'][D])B+='
  • '+F[0x0]+''+(F[0x1]?':\x20'+F[0x1]+'.':'')+'
  • ';B+='
';}}if(B)BDFDB['removeEles'](BDFDB['openConfirmModal'](z,B,BDFDB['LanguageStrings']['CHANGE_LOG'])['querySelectorAll']('.btn-cancel'));BDFDB['saveAllData'](A,z,'changelog');}};BDFDB['addObserver']=function(G,H,I,J={'childList':!![]}){if(!BDFDB['isObject'](G)||!H||!I)return;if(BDFDB['isObjectEmpty'](G['observers']))G['observers']={};if(!Array['isArray'](G['observers'][I['name']]))G['observers'][I['name']]=[];if(!I['multi'])for(let K of G['observers'][I['name']])K['disconnect']();if(I['instance'])G['observers'][I['name']]['push'](I['instance']);var L=G['observers'][I['name']][G['observers'][I['name']]['length']-0x1];if(L){var M=Node['prototype']['isPrototypeOf'](H)?H:typeof H==='string'?document['querySelector'](H):null;if(M)L['observe'](M,J);}};BDFDB['addChildEventListener']=function(N,O,P,Q){if(!Node['prototype']['isPrototypeOf'](N)||!O||!P||!P['trim']()||typeof Q!='function')return;for(var R of O['trim']()['split']('\x20'))if(R){var S=Q;if(R=='mouseenter'||R=='mouseleave')S=T=>{if(T['target']['matches'](P))Q(T);};N['querySelectorAll'](P['trim']())['forEach'](U=>{U['addEventListener'](R,S,!![]);});}};BDFDB['addEventListener']=function(V,W,X,Y,Z){if(!BDFDB['isObject'](V)||!Node['prototype']['isPrototypeOf'](W)&&W!==global['window']||!X)return;var a0=typeof Y=='function';var a1=a0?undefined:Y;var a2=a0?Y:Z;if(typeof a2!='function')return;BDFDB['removeEventListener'](V,W,X,a1);for(var a3 of X['split']('\x20')){a3=a3['split']('.');var a4=a3['shift']()['toLowerCase']();if(!a4)return;var a5=a4;a4=a4=='mouseenter'||a4=='mouseleave'?'mouseover':a4;var a6=(a3['join']('.')||'')+V['name'];if(!Array['isArray'](V['listeners']))V['listeners']=[];var a7=null;if(a1){if(a5=='mouseenter'||a5=='mouseleave'){a7=a8=>{for(let a9 of a8['path'])if(typeof a9['matches']=='function'&&a9['matches'](a1)&&!a9[a6+'BDFDB'+a5]){a9[a6+'BDFDB'+a5]=!![];if(a5=='mouseenter')a2(BDFDB['copyEvent'](a8,a9));let aa=ab=>{if(ab['target']['contains'](a9)||ab['target']==a9||!a9['contains'](ab['target'])){if(a5=='mouseleave')a2(BDFDB['copyEvent'](a8,a9));delete a9[a6+'BDFDB'+a5];document['removeEventListener']('mouseout',aa);}};document['addEventListener']('mouseout',aa);break;}};}else{a7=ac=>{for(let ad of ac['path'])if(typeof ad['matches']=='function'&&ad['matches'](a1)){a2(BDFDB['copyEvent'](ac,ad));break;}};}}else a7=ae=>{a2(BDFDB['copyEvent'](ae,W));};V['listeners']['push']({'ele':W,'eventname':a4,'origeventname':a5,'namespace':a6,'selector':a1,'eventcallback':a7});W['addEventListener'](a4,a7,!![]);}};BDFDB['copyEvent']=function(af,ag){if(!af||!af['constructor']||!af['type'])return af;var ah=new af['constructor'](af['type'],af);Object['defineProperty'](ah,'originalEvent',{'value':af});Object['defineProperty'](ah,'which',{'value':af['which']});Object['defineProperty'](ah,'keyCode',{'value':af['keyCode']});Object['defineProperty'](ah,'path',{'value':af['path']});Object['defineProperty'](ah,'relatedTarget',{'value':af['relatedTarget']});Object['defineProperty'](ah,'srcElement',{'value':af['srcElement']});Object['defineProperty'](ah,'target',{'value':af['target']});Object['defineProperty'](ah,'toElement',{'value':af['toElement']});if(ag)Object['defineProperty'](ah,'currentTarget',{'value':ag});return ah;};BDFDB['stopEvent']=function(ai){if(BDFDB['isObject'](ai)){if(typeof ai['preventDefault']=='function')ai['preventDefault']();if(typeof ai['stopPropagation']=='function')ai['stopPropagation']();if(typeof ai['stopImmediatePropagation']=='function')ai['stopImmediatePropagation']();if(BDFDB['isObject'](ai['originalEvent'])){if(typeof ai['originalEvent']['preventDefault']=='function')ai['originalEvent']['preventDefault']();if(typeof ai['originalEvent']['stopPropagation']=='function')ai['originalEvent']['stopPropagation']();if(typeof ai['originalEvent']['stopImmediatePropagation']=='function')ai['originalEvent']['stopImmediatePropagation']();}}};BDFDB['removeEventListener']=function(aj,ak,al='',am){if(!BDFDB['isObject'](aj)||!Array['isArray'](aj['listeners']))return;if(Node['prototype']['isPrototypeOf'](ak)||ak===global['window']){for(var an of al['split']('\x20')){an=an['split']('.');var ao=an['shift']()['toLowerCase']();var ap=(an['join']('.')||'')+aj['name'];for(let aq of aj['listeners']){let ar=[];if(aq['ele']==ak&&(!ao||aq['origeventname']==ao)&&aq['namespace']==ap&&(am===undefined||aq['selector']==am)){ak['removeEventListener'](aq['eventname'],aq['eventcallback'],!![]);ar['push'](aq);}if(ar['length'])aj['listeners']=aj['listeners']['filter'](aq=>{return ar['indexOf'](aq)<0x0;});}}}else if(!ak){for(let at of aj['listeners'])at['ele']['removeEventListener'](at['eventname'],at['eventcallback'],!![]);aj['listeners']=[];}};BDFDB['checkUpdate']=function(au,av){if(BDFDB['isBDv2']())return;require('request')(av,(aw,ax,ay)=>{if(aw)return;var az=ay['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!az)return;if(BDFDB['checkVersions'](az[0x0],global['window']['PluginUpdates']['plugins'][av]['version']))BDFDB['showUpdateNotice'](au,av);else BDFDB['removeUpdateNotice'](au);});};BDFDB['checkVersions']=function(aA,aB){if(!aA||!aB)return!![];aA=aA['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aC=>parseInt(aC))['filter'](aD=>(aD||aD==0x0)&&!isNaN(aD));aB=aB['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aE=>parseInt(aE))['filter'](aF=>(aF||aF==0x0)&&!isNaN(aF));var aG=Math['max'](aA['length'],aB['length']);if(!aG)return!![];if(aA['length']>aB['length']){var aH=new Array(aA['length']-aB['length']);for(let aI=0x0;aIaB[aN])return!![];}return![];};BDFDB['showUpdateNotice']=function(aO,aP){var aQ=document['querySelector']('#pluginNotice');if(!aQ){aQ=BDFDB['createNotificationsBar']('The\x20following\x20plugins\x20have\x20updates:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['isRestartNoMoreEnabled']()?'Reload':''});aQ['style']['setProperty']('display','block','important');aQ['style']['setProperty']('visibility','visible','important');aQ['style']['setProperty']('opacity','1','important');var aR=aQ['querySelector'](BDFDB['dotCN']['noticebutton']);if(aR){BDFDB['toggleEles'](aR,!![]);aR['addEventListener']('click',()=>{global['window']['location']['reload'](![]);});aR['addEventListener']('mouseenter',()=>{if(global['window']['PluginUpdates']['downloaded'])BDFDB['createTooltip'](global['window']['PluginUpdates']['downloaded']['join'](',\x20'),aR,{'type':'bottom','selector':'update-notice-tooltip'});});}}if(aQ){var aS=aQ['querySelector']('#outdatedPlugins');if(aS&&!aS['querySelector']('#'+aO+'-notice')){if(aS['querySelector']('span'))aS['appendChild'](BDFDB['htmlToElement'](',\x20'));var aT=BDFDB['htmlToElement'](''+aO+'');aT['addEventListener']('click',()=>{BDFDB['downloadPlugin'](aO,aP,aQ);});aS['appendChild'](aT);}}};BDFDB['downloadPlugin']=function(aU,aV,aW){require('request')(aV,(aX,aY,aZ)=>{if(aX)return console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Unable\x20to\x20get\x20update\x20for\x20'+aU);BDFDB['creationTime']=0x0;var b0=aZ['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);b0=b0['toString']()['replace'](/['"]/g,'');require('fs')['writeFileSync'](require('path')['join'](BDFDB['getPluginsFolder'](),bdplugins[aU]?bdplugins[aU]['filename']:aV['split']('/')['slice'](-0x1)[0x0]),aZ);BDFDB['showToast'](aU+'\x20v'+global['window']['PluginUpdates']['plugins'][aV]['version']+'\x20has\x20been\x20replaced\x20by\x20'+aU+'\x20v'+b0+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});if(aW['querySelector'](BDFDB['dotCN']['noticebutton'])){global['window']['PluginUpdates']['plugins'][aV]['version']=b0;if(!global['window']['PluginUpdates']['downloaded'])global['window']['PluginUpdates']['downloaded']=[];if(!global['window']['PluginUpdates']['downloaded']['includes'](aU))global['window']['PluginUpdates']['downloaded']['push'](aU);}BDFDB['removeUpdateNotice'](aU,aW);});};BDFDB['removeUpdateNotice']=function(b1,b2=document['querySelector']('#pluginNotice')){if(!b2)return;var b3=b2['querySelector']('#outdatedPlugins');if(b3){var b4=b3['querySelector']('#'+b1+'-notice');if(b4){var b5=b4['nextSibling'];var b6=b4['prevSibling'];if(b5&&BDFDB['containsClass'](b5,'separator'))b5['remove']();else if(b6&&BDFDB['containsClass'](b6,'separator'))b6['remove']();b4['remove']();}if(!b3['querySelector']('span')){var b7=b2['querySelector'](BDFDB['dotCN']['noticebutton']);if(b7){b2['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['toggleEles'](b7,![]);}else b2['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['showToast']=function(b8,b9={}){var ba=document['querySelector']('.toasts,\x20.bd-toasts');if(!ba){var bb=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bc=bb?BDFDB['getRects'](bb):null;var bd=bb?bb['querySelector'](BDFDB['dotCN']['memberswrap']):null;var be=bc?bc['left']:0x136;var bf=bc?bd?bc['width']-BDFDB['getRects'](bd)['width']:bc['width']:global['window']['outerWidth']-b7;var bg=bb?bb['querySelector']('form'):null;var bh=bg?BDFDB['getRects'](bg)['height']:0x50;ba=BDFDB['htmlToElement']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](ba);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![]}=b9;var bi=BDFDB['htmlToElement'](''+(html===!![]?b8:BDFDB['encodeToHTML'](b8))+'');if(type){BDFDB['addClass'](bi,'toast-'+type);if(icon)BDFDB['addClass'](bi,'icon');}BDFDB['addClass'](bi,selector);ba['appendChild'](bi);bi['close']=()=>{if(document['contains'](bi)){BDFDB['addClass'](bi,'closing');setTimeout(()=>{bi['remove']();if(!ba['querySelectorAll']('.toast,\x20.bd-toast')['length'])ba['remove']();},0xbb8);}};if(nopointer)bi['style']['setProperty']('pointer-events','none','important');else bi['addEventListener']('click',bi['close']);setTimeout(()=>{bi['close']();},timeout>0x0?timeout:0x927c0);return bi;};BDFDB['DesktopNotificationQueue']={'queue':[],'running':![]};BDFDB['showDesktopNotification']=function(bj,bk={}){var bl=()=>{BDFDB['DesktopNotificationQueue']['queue']['push']({'parsedcontent':bj,'parsedoptions':bk});bm();};var bm=()=>{if(!BDFDB['DesktopNotificationQueue']['running']){var bn=BDFDB['DesktopNotificationQueue']['queue']['shift']();if(bn)bo(bn['parsedcontent'],bn['parsedoptions']);}};var bo=(bp,bq)=>{BDFDB['DesktopNotificationQueue']['running']=!![];var br=bq['silent'];bq['silent']=bq['silent']||bq['sound']?!![]:![];var bs=new Notification(bp,bq);var bt=new Audio();var bu=setTimeout(()=>{bv();},bq['timeout']?bq['timeout']:0xbb8);if(typeof bq['click']=='function')bs['onclick']=()=>{clearTimeout(bu);bv();bq['click']();};if(!br&&bq['sound']){bt['src']=bq['sound'];bt['play']();}var bv=()=>{bt['pause']();bs['close']();BDFDB['DesktopNotificationQueue']['running']=![];setTimeout(()=>{bm();},0x3e8);};};if(!('Notification'in global['window'])){}else if(Notification['permission']==='granted')bl();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(bw){if(bw==='granted')bl();});};BDFDB['createTooltip']=function(bx,by,bz={}){if(!bx||!by||!Node['prototype']['isPrototypeOf'](by)||!document['contains'](by))return null;var bA=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!bA)return null;var bB=Math['round'](Math['random']()*0x2386f26fc10000);var bC=BDFDB['htmlToElement']('');if(bz['type']&&BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()]);if(bz['id'])bC['id']=bz['id']['split']('\x20')['join']('');if(bz['selector'])BDFDB['addClass'](bC,bz['selector']);if(bz['css'])BDFDB['appendLocalStyle']('BDFDBcustomTooltip'+bB,bz['css'],bA);if(bz['style'])bC['style']=bz['style'];if(bz['html']===!![])bC['innerHTML']=bx;else{bC['innerText']=bx;if(bx['split']('\x20')['length']<0x4)bC['style']['setProperty']('white-space','nowrap','important');}if(bC['style']['borderColor']&&bC['style']['backgroundColor'])BDFDB['addClass'](bC,'tooltip-customcolor');else if(bz['color']&&BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()]);else BDFDB['addClass'](bC,BDFDB['disCN']['tooltipblack']);bA['appendChild'](bC);var bD,bE,bF=BDFDB['getRects'](by),bG=BDFDB['getRects'](bC);if(!bz['position']||bz['type'])bz['position']=bz['type'];if(!bz['position']||!['top','bottom','left','right']['includes'](bz['position']['toLowerCase']()))bz['position']='right';bz['position']=bz['position']['toLowerCase']();switch(bz['position']){case'top':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']-bG['height'];break;case'bottom':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']+bF['height'];break;case'left':bD=bF['left']-bG['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;case'right':bD=bF['left']+bF['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;}bC['style']['setProperty']('left',bD+'px','important');bC['style']['setProperty']('top',bE+'px','important');var bH=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),bG=BDFDB['getRects'](bC);if(bz['position']=='top'||bz['position']=='bottom'){if(bG['left']<0x0){bC['style']['setProperty']('left','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+(bG['left']-0xa)+'px\x20!important;}');}else{var bJ=bH['width']-(bG['left']+bG['width']);if(bJ<0x0){bC['style']['setProperty']('left',bH['width']-bG['width']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+-0x1*bJ+'px\x20!important;}');}}}else if(bz['position']=='left'||bz['position']=='right'){if(bG['top']<0x0){bC['style']['setProperty']('top','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+(bG['top']-0xa)+'px\x20!important;}');}else{var bK=bH['height']-(bG['top']+bG['height']);if(bK<0x0){bC['style']['setProperty']('top',bH['height']-bG['height']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+-0x1*bK+'px\x20!important;}');}}}bC['style']['removeProperty']('white-space');var bL=()=>{bC['remove']();};var bM=new MutationObserver(bN=>{bN['forEach'](bO=>{var bP=Array['from'](bO['removedNodes']);var bQ=bP['indexOf'](bC)>-0x1;var bR=bP['indexOf'](by)>-0x1;var bS=bP['some'](bT=>bT['contains'](by));var bU=by['contains'](bO['target'])&&bP['some'](bV=>BDFDB['containsClass'](bV,BDFDB['disCN']['channeliconspacing']));if(bQ||bR||bS||bU){bM['disconnect']();bC['remove']();by['removeEventListener']('mouseleave',bL);BDFDB['removeLocalStyle']('BDFDBcustomTooltip'+bB,bA);BDFDB['removeLocalStyle']('BDFDBrepositionTooltip'+bB,bA);}});});bM['observe'](document['body'],{'subtree':!![],'childList':!![]});by['addEventListener']('mouseleave',bL);if(bz['delay']){BDFDB['toggleEles'](bC);setTimeout(()=>{BDFDB['toggleEles'](bC);},bz['delay']);}return bC;};BDFDB['createNotificationsBar']=function(bW,bX={}){if(!bW)return;var bY=document['querySelector'](BDFDB['dotCN']['layers']);if(!bY)return;var bZ=Math['round'](Math['random']()*0x2386f26fc10000);var c0=BDFDB['htmlToElement']('');bY['parentElement']['insertBefore'](c0,bY);var c1=c0['querySelector']('.notice-message');if(bX['icon']){var c2={'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 c3 of bX['icon']['split']('\x20'))if(c2[c3])c0['insertBefore'](BDFDB['htmlToElement'](''),c2[c3]['size']=='small'?null:c1);}if(bX['btn'])c0['appendChild'](BDFDB['htmlToElement'](''+bX['btn']+''));if(bX['id'])c0['id']=bX['id']['split']('\x20')['join']('');if(bX['selector'])BDFDB['addClass'](c0,bX['selector']);if(bX['css'])BDFDB['appendLocalStyle']('BDFDBcustomnotibar'+bZ,bX['css']);if(bX['style'])c0['style']=bX['style'];if(bX['html']===!![])c1['innerHTML']=bW;else{var c4=document['createElement']('a');var c5=[];for(let c6 of bW['split']('\x20')){var c7=BDFDB['encodeToHTML'](c6);c4['href']=c6;c5['push'](c4['host']&&c4['host']!==global['window']['location']['host']?''+c7+'':c7);}c1['innerHTML']=c5['join']('\x20');}var c8=null;if(bX['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(c8=BDFDB['disCN']['notice'+bX['type']])BDFDB['addClass'](c0,c8);if(bX['type']=='premium'){var c9=c0['querySelector'](BDFDB['dotCN']['noticebutton']);if(c9)BDFDB['addClass'](c9,BDFDB['disCN']['noticepremiumaction']);BDFDB['addClass'](c1,BDFDB['disCN']['noticepremiumtext']);c0['insertBefore'](BDFDB['htmlToElement'](''),c1);}}if(!c8){var ca=BDFDB['colorCONVERT'](bX['color'],'RGBCOMP');if(ca){var cb=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'#000':'#FFF';var cc=BDFDB['colorCONVERT'](ca,'HEX');var cd=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['appendLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ,'.DevilBro-notice.notice-'+bZ+'{background-color:\x20'+cc+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20.notice-message\x20{color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:\x20'+cb+'\x20!important;border-color:\x20'+BDFDB['colorSETALPHA'](cb,0.25,'RGBA')+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:\x20'+cc+'\x20!important;background-color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:\x20'+cd+'\x20!important;}');}else BDFDB['addClass'](c0,BDFDB['disCN']['noticedefault']);}c0['style']['setProperty']('height','36px','important');c0['style']['setProperty']('min-width','70vw','important');c0['style']['setProperty']('left','unset','important');c0['style']['setProperty']('right','unset','important');let ce=(BDFDB['getTotalWidth'](document['body']['firstElementChild'])-BDFDB['getTotalWidth'](c0))/0x2;c0['style']['setProperty']('left',ce+'px','important');c0['style']['setProperty']('right',ce+'px','important');c0['style']['setProperty']('min-width','unset','important');c0['style']['setProperty']('width','unset','important');c0['style']['setProperty']('max-width','calc(100vw\x20-\x20'+ce*0x2+'px)','important');c0['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',()=>{c0['style']['setProperty']('overflow','hidden','important');c0['style']['setProperty']('height','0px','important');setTimeout(()=>{BDFDB['removeLocalStyle']('BDFDBcustomnotibar'+bZ);BDFDB['removeLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ);c0['remove']();},0x1f4);});return c0;};BDFDB['getDiscordFolder']=function(){var cf=BDFDB['getDiscordBuilt']();cf='discord'+(cf=='stable'?'':cf);return require('path')['resolve'](require('electron')['remote']['app']['getPath']('appData'),cf,BDFDB['getDiscordVersion']());};BDFDB['getPluginsFolder']=function(){var cg=require('process');var ch=require('path');if(cg['env']['injDir'])return ch['resolve'](cg['env']['injDir'],'plugins/');switch(cg['platform']){case'win32':return ch['resolve'](cg['env']['appdata'],'BetterDiscord/plugins/');case'darwin':return ch['resolve'](cg['env']['HOME'],'Library/Preferences/BetterDiscord/plugins/');default:if(cg['env']['XDG_CONFIG_HOME'])return ch['resolve'](cg['env']['XDG_CONFIG_HOME'],'BetterDiscord/plugins/');else return ch['resolve'](cg['env']['HOME'],'.config/BetterDiscord/plugins/');}};BDFDB['getThemesFolder']=function(){var ci=require('process');var cj=require('path');if(ci['env']['injDir'])return cj['resolve'](ci['env']['injDir'],'plugins/');switch(ci['platform']){case'win32':return cj['resolve'](ci['env']['appdata'],'BetterDiscord/themes/');case'darwin':return cj['resolve'](ci['env']['HOME'],'Library/Preferences/BetterDiscord/themes/');default:if(ci['env']['XDG_CONFIG_HOME'])return cj['resolve'](ci['env']['XDG_CONFIG_HOME'],'BetterDiscord/themes/');else return cj['resolve'](ci['env']['HOME'],'.config/BetterDiscord/themes/');}};BDFDB['checkWhichRepoPage']=function(ck=document['querySelector'](BDFDB['dotCN']['layer']+'[layer-id=\x22user-settings\x22]')){if(!ck)return;var cl=ck['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(!cl)return;var cm=cl['parentElement']['querySelector']('h2');if(cm&&cm['innerText']){let cn=cm['innerText']['toLowerCase']();if(cn==='plugins'||cn==='themes')return cn;}};BDFDB['checkAllUpdates']=function(){for(let co in global['window']['PluginUpdates']['plugins']){var cp=global['window']['PluginUpdates']['plugins'][co];BDFDB['checkUpdate'](cp['name'],cp['raw']);}};BDFDB['getLineOfString']=function(cq,cr){if(typeof cq!='string'||typeof cq!='string')return-0x1;let cs=cq['indexOf'](cr);if(cs<0x0)return-0x1;return cq['substring'](0x0,cs)['split']('\x0a')['length'];};BDFDB['sortObject']=function(ct,cu,cv){var cw={};if(cu===undefined||!cu)for(let cx of Object['keys'](ct)['sort']())cw[cx]=ct[cx];else{let cy=[];for(let cx in ct)cy['push'](ct[cx]);cy=BDFDB['sortArrayByKey'](cy,cu,cv);for(let cA of cy)for(let cx in ct)if(BDFDB['equals'](cA,ct[cx])){cw[cx]=cA;break;}}return cw;};BDFDB['reverseObject']=function(cC,cD){var cE={};for(let cF of cD===undefined||!cD?Object['keys'](cC)['reverse']():Object['keys'](cC)['sort']()['reverse']())cE[cF]=cC[cF];return cE;};BDFDB['filterObject']=function(cG,cH){return Object['keys'](cG)['filter'](cI=>cH(cG[cI]))['reduce']((cJ,cK)=>(cJ[cK]=cG[cK],cJ),{});};BDFDB['isObject']=function(cL){return cL&&Object['prototype']['isPrototypeOf'](cL)&&!Array['prototype']['isPrototypeOf'](cL);};BDFDB['isObjectEmpty']=function(cM){return typeof cM!=='object'||Object['getOwnPropertyNames'](cM)['length']==0x0;};BDFDB['pushToObject']=function(cN,cO){if(BDFDB['isObject'](cN))cN[Object['keys'](cN)['length']]=cO;};BDFDB['deepAssign']=function(cP,...cQ){if(!cQ['length'])return cP;var cR=cQ['shift']();if(BDFDB['isObject'](cP)&&BDFDB['isObject'](cR)){for(var cS in cR){if(BDFDB['isObject'](cR[cS])){if(!cP[cS])Object['assign'](cP,{[cS]:{}});BDFDB['deepAssign'](cP[cS],cR[cS]);}else Object['assign'](cP,{[cS]:cR[cS]});}}return BDFDB['deepAssign'](cP,...cQ);};BDFDB['sortArrayByKey']=function(cT,cU,cV){if(cV===undefined)cV=null;return cT['sort'](function(cW,cX){var cY=cW[cU],cZ=cX[cU];if(cY!==cV)return cYcZ?0x1:0x0;});};BDFDB['removeFromArray']=function(d0,d1,d2=![]){if(!d0||!d1||!Array['isArray'](d0)||!d0['includes'](d1))return d0;if(!d2)d0['splice'](d0['indexOf'](d1),0x1);else while(d0['indexOf'](d1)>-0x1)d0['splice'](d0['indexOf'](d1),0x1);return d0;};BDFDB['getAllIndexes']=function(d3,d4){var d5=[],d6=-0x1;while((d6=d3['indexOf'](d4,d6+0x1))!==-0x1)d5['push'](d6);return d5;};BDFDB['removeCopiesFromArray']=function(d7){return[...new Set(d7)];};BDFDB['highlightText']=function(d8,d9){if(!d9||d9['length']<0x1)return d8;var da=0x0,db=d8,dc='',dd='';BDFDB['getAllIndexes'](d8['toUpperCase'](),d9['toUpperCase']())['forEach'](de=>{var df=da*(dc['length']+dd['length']);de=de+df;var dg=de+d9['length'];var dh=[-0x1]['concat'](BDFDB['getAllIndexes'](d8['substring'](0x0,de),'<'));var di=[-0x1]['concat'](BDFDB['getAllIndexes'](d8['substring'](0x0,de),'>'));if(dh[dh['length']-0x1]>di[di['length']-0x1])return;d8=d8['substring'](0x0,de)+dc+d8['substring'](de,dg)+dd+d8['substring'](dg);da++;});return d8?d8:db;};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 dj=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(dj);var dk=BDFDB['getDiscordLanguage']();BDFDB['languages']['$discord']['name']='Discord\x20('+dk['name']+')';BDFDB['languages']['$discord']['id']=dk['id'];BDFDB['languages']['$discord']['ownlang']=dk['ownlang'];}},0x64);BDFDB['getDiscordBuilt']=function(){if(BDFDB['getDiscordBuilt']['built'])return BDFDB['getDiscordBuilt']['built'];else{var dl=null;try{dl=require(require('electron')['remote']['app']['getAppPath']()+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dm){try{dl=require(require('electron')['remote']['app']['getAppPath']()['replace']('app.asar','')+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dn){var dp=BDFDB['getDiscordVersion']();if(dp){dp=dp['split']('.');if(dp['length']==0x3&&!isNaN(dp=parseInt(dp[0x2])))dl=dp>0x12c?'stable':da>0xc8?'canary':'ptb';else dl='stable';}else dl='stable';}}BDFDB['getDiscordBuilt']['built']=dl;return dl;}};BDFDB['getDiscordVersion']=function(){if(BDFDB['getDiscordBuilt']['version'])return BDFDB['getDiscordBuilt']['version'];else{var dq=null;try{dq=require('electron')['remote']['app']['getVersion']();}catch(dr){dr='';}BDFDB['getDiscordBuilt']['version']=dq;return dq;}};BDFDB['getDiscordLanguage']=function(){var ds=document['querySelector']('html')['lang']||'en-US';var dt=ds['split']('-');var du=dt[0x0];var dv=dt[0x1]||'';ds=dv&&du['toUpperCase']()!==dv['toUpperCase']()?du+'-'+dv:du;return BDFDB['languages'][ds]||BDFDB['languages'][du]||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 dw=BDFDB['getRects'](document['body']['firstElementChild']);var dx=Math['round'](0x64*global['window']['outerWidth']/dw['width']);var dy=Math['round'](0x64*global['window']['outerHeight']/dw['height']);return dxdA['startsWith']('__reactInternalInstance'))];};BDFDB['getReactValue']=function(dB,dC){if(!dB||!dC)return null;let dD=Node['prototype']['isPrototypeOf'](dB)?BDFDB['getReactInstance'](dB):dB;if(!BDFDB['isObject'](dD))return null;let dE=dD;for(let dF of dC['split']('.')['filter'](dG=>dG)){dE=dE[dF];if(dE==undefined)return null;}return dE;};BDFDB['getOwnerInstance']=function(dH){if(dH===undefined)return null;if(!dH['node']&&!dH['instance']||!dH['name']&&(!dH['props']||!Array['isArray'](dH['props'])))return null;var dI=dH['instance']||BDFDB['getReactInstance'](dH['node']);if(!dI)return null;dH['name']=dH['name']&&!Array['isArray'](dH['name'])?Array['of'](dH['name']):dH['name'];var dJ=-0x1;var dK=dH['depth']===undefined?0xf:dH['depth'];var dL=dH['up']===undefined?![]:dH['up'];var dM=performance['now']();var dN=dH['time']===undefined?0x96:dH['time'];var dO=dL?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var dP={};var dQ=dT(dI);if(dH['all']){for(let dR in dP){if(dH['group'])for(let dI in dP[dR])delete dP[dR][dI]['BDFDBreactSearch'];else delete dP[dR]['BDFDBreactSearch'];}return dP;}else return dQ;function dT(dI){dJ++;if(!dI||Node['prototype']['isPrototypeOf'](dI)||BDFDB['getReactInstance'](dI)||dJ>dK||performance['now']()-dM>dN)dW=null;else{var dV=Object['getOwnPropertyNames'](dI);var dW=null;for(let dX=0x0;dW==null&&dXdI['type']['displayName']===e1['split']('\x20')[0x0]||dI['type']['name']===e1['split']('\x20')[0x0])||dH['props']&&dH['props']['every'](e2=>e0[e2]!==undefined)||dH['defaultProps']&&dH['defaultProps']['every'](e3=>e0[e3]!==undefined))){if(dH['all']===undefined||!dH['all'])dW=e0;else if(dH['all']){if(dH['noCopies']===undefined||!dH['noCopies']||dH['noCopies']&&!e0['BDFDBreactSearch']){e0['BDFDBreactSearch']=!![];if(dH['group']){if(dH['name']&&dI['type']&&(dI['type']['displayName']||dI['type']['name'])){var e4='Default';for(let e5 of dH['name'])if(dI['type']['displayName']===e5['split']('\x20')[0x0]||dI['type']['name']===e5['split']('\x20')[0x0]){e4=e5;break;}if(typeof dP[e4]=='undefined')dP[e4]={};BDFDB['pushToObject'](dP[e4],e0);}}else BDFDB['pushToObject'](dP,e0);}}}if(dW==null&&(typeof dZ==='object'||typeof dZ==='function')&&dO[dY])dW=dT(dZ);}}dJ--;return dW;}};BDFDB['getKeyInformation']=function(e6){if(e6===undefined)return null;if(!e6['node']&&!e6['instance']||!e6['key'])return null;var e7=e6['instance']||BDFDB['getReactInstance'](e6['node']);if(!e7)return null;var e8=-0x1;var e9=e6['depth']===undefined?0xf:e6['depth'];var ea=performance['now']();var eb=e6['time']===undefined?0x96:e6['time'];var ec={'props':!![],'state':!![],'stateNode':!![],'refs':!![],'updater':!![],'prototype':!![],'type':!![],'children':e6['up']?![]:!![],'type':!![],'memoizedProps':!![],'memoizedState':!![],'child':e6['up']?![]:!![],'return':e6['up']?!![]:![],'sibling':e6['up']?![]:!![],'firstEffect':!![]};var ed={'contextSection':!![]};if(typeof e6['whitelist']==='object')Object['assign'](ec,e6['whiteList']);if(typeof e6['blacklist']==='object')Object['assign'](ed,e6['blacklist']);var ee=[];var ef=eg(e7);if(e6['all'])return ee;else return ef;function eg(e7){e8++;if(!e7||Node['prototype']['isPrototypeOf'](e7)||BDFDB['getReactInstance'](e7)||e8>e9||performance['now']()-ea>eb)ej=null;else{var ei=Object['getOwnPropertyNames'](e7);var ej=null;for(let ek=0x0;ej==null&&eket['default']=er},[eq])['default']:global['window']['webpackJsonp']['push']([[],{[eq]:(ev,ew,er)=>ev['exports']=er},[[eq]]]);delete er['m'][eq];delete er['c'][eq];BDFDB['WebModules']['find']['req']=er;}for(let ey in BDFDB['WebModules']['find']['req']['c']){if(BDFDB['WebModules']['find']['req']['c']['hasOwnProperty'](ey)){var ez=BDFDB['WebModules']['find']['req']['c'][ey]['exports'];if(ez&&ez['__esModule']&&ez['default']&&ep(ez['default']))return ez['default'];if(ez&&ep(ez))return ez;}}};BDFDB['WebModules']['cachedData']={'prop':{},'name':{},'proto':{}};BDFDB['WebModules']['findByProperties']=function(eA){eA=Array['isArray'](eA)?eA:Array['from'](arguments);var eB=JSON['stringify'](eA);if(BDFDB['WebModules']['cachedData']['prop'][eB])return BDFDB['WebModules']['cachedData']['prop'][eB];else{var eC=BDFDB['WebModules']['find'](eC=>eA['every'](eE=>eC[eE]!==undefined));if(eC){BDFDB['WebModules']['cachedData']['prop'][eB]=eC;return eC;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eB+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByName']=function(eF){var eG=JSON['stringify'](eF);if(BDFDB['WebModules']['cachedData']['name'][eG])return BDFDB['WebModules']['cachedData']['name'][eG];else{var eH=BDFDB['WebModules']['find'](eH=>eH['displayName']===eF);if(eH){BDFDB['WebModules']['cachedData']['name'][eG]=eH;return eH;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eG+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByPrototypes']=function(eJ){eJ=Array['isArray'](eJ)?eJ:Array['from'](arguments);var eK=JSON['stringify'](eJ);if(BDFDB['WebModules']['cachedData']['proto'][eK])return BDFDB['WebModules']['cachedData']['proto'][eK];else{var eL=BDFDB['WebModules']['find'](eL=>eL['prototype']&&eJ['every'](eN=>eL['prototype'][eN]!==undefined));if(eL){BDFDB['WebModules']['cachedData']['proto'][eK]=eL;return eL;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eK+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['patchtypes']=['before','instead','after'];BDFDB['WebModules']['patchmap']={'BannedCard':'BannedUser','InvitationCard':'InviteRow','InviteCard':'InviteRow','Guild':'DropTarget(DragSource(Component))','PopoutContainer':'Popout','MemberCard':'Member','WebhookCard':'Webhook'};BDFDB['WebModules']['notfindablemodules']={'AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','EmojiPicker':'emojipicker','FriendsOnline':'friendsonline','InstantInviteModal':'invitemodalwrapper','InvitationCard':'invitemodalinviterow','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','Message':'message','MessageOptionPopout':'optionpopout','MessageUsername':'messageusername','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['WebModules']['patch']=function(eO,eP,eQ,eR){if(!eO||!eP||!eQ||!Object['keys'](eR)['some'](eS=>BDFDB['WebModules']['patchtypes']['includes'](eS)))return null;const eT=(typeof eQ==='string'?eQ:eQ['name'])['toLowerCase']();const eU=(eV,eW)=>(...eX)=>{try{return eV(...eX);}catch(eY){console['error']('Error\x20occurred\x20in\x20'+eW,eY);}};if(!eO['BDFDBpatch'])eO['BDFDBpatch']={};eP=Array['isArray'](eP)?eP:Array['of'](eP);for(let eZ of eP){if(!eO[eZ])eO[eZ]=()=>{};const f0=eO[eZ];if(!eO['BDFDBpatch'][eZ]){eO['BDFDBpatch'][eZ]={};for(let f1 of BDFDB['WebModules']['patchtypes'])eO['BDFDBpatch'][eZ][f1]={};eO['BDFDBpatch'][eZ]['originalMethod']=f0;eO[eZ]=function(){const f2={'thisObject':this,'methodArguments':arguments,'originalMethod':f0,'originalMethodName':eZ,'callOriginalMethod':()=>f2['returnValue']=f2['originalMethod']['apply'](f2['thisObject'],f2['methodArguments'])};if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']&&eO['BDFDBpatch'][eZ]){if(!BDFDB['isObjectEmpty'](eO['BDFDBpatch'][eZ]['before']))for(let f3 in BDFDB['sortObject'](eO['BDFDBpatch'][eZ]['before'])){eU(eO['BDFDBpatch'][eZ]['before'][f3],'`before`\x20callback\x20of\x20'+eO[eZ]['displayName'])(f2);}if(BDFDB['isObjectEmpty'](eO['BDFDBpatch'][eZ]['instead']))f2['callOriginalMethod']();else for(let f4 in BDFDB['sortObject'](eO['BDFDBpatch'][eZ]['instead'])){const f5=eU(eO['BDFDBpatch'][eZ]['instead'][f4],'`instead`\x20callback\x20of\x20'+eO[eZ]['displayName'])(f2);if(f5!==undefined)f2['returnValue']=f5;}if(!BDFDB['isObjectEmpty'](eO['BDFDBpatch'][eZ]['after']))for(let f6 in BDFDB['sortObject'](eO['BDFDBpatch'][eZ]['after'])){eU(eO['BDFDBpatch'][eZ]['after'][f6],'`after`\x20callback\x20of\x20'+eO[eZ]['displayName'])(f2);}}else f2['callOriginalMethod']();return f2['returnValue'];};}for(let f7 of BDFDB['WebModules']['patchtypes'])if(typeof eR[f7]=='function')eO['BDFDBpatch'][eZ][f7][eT]=eR[f7];}const f8=()=>{BDFDB['WebModules']['unpatch'](eO,eP,eQ);};if(eQ&&typeof eQ=='object'){if(!Array['isArray'](eQ['patchCancels']))eQ['patchCancels']=[];eQ['patchCancels']['push'](f8);}return f8;};BDFDB['WebModules']['unpatch']=function(f9,fa,fb){if(!f9||!f9['BDFDBpatch'])return;const fc=!fb?null:(typeof fb==='string'?fb:fb['name'])['toLowerCase']();fa=Array['isArray'](fa)?fa:Array['of'](fa);for(let fd of fa){if(f9[fd]&&f9['BDFDBpatch'][fd]){for(let fe of BDFDB['WebModules']['patchtypes']){if(fc)delete f9['BDFDBpatch'][fd][fe][fc];else delete f9['BDFDBpatch'][fd][fe];}var ff=!![];for(let fe of BDFDB['WebModules']['patchtypes'])if(!BDFDB['isObjectEmpty'](f9['BDFDBpatch'][fd][fe]))ff=![];if(ff){f9[fd]=f9['BDFDBpatch'][fd]['originalMethod'];delete f9['BDFDBpatch'][fd];if(BDFDB['isObjectEmpty'](f9['BDFDBpatch']))delete f9['BDFDBpatch'];}}}};BDFDB['WebModules']['unpatchall']=function(fh){if(BDFDB['isObject'](fh)&&Array['isArray'](fh['patchCancels']))for(let fi of fh['patchCancels'])fi();};BDFDB['WebModules']['forceAllUpdates']=function(fj,fk){fk=fk&&BDFDB['WebModules']['patchmap'][fk]?BDFDB['WebModules']['patchmap'][fk]+'\x20'+fk:fk;if(BDFDB['isObject'](fj)&&BDFDB['isObject'](fj['patchModules'])&&(!fk||fj['patchModules'][fk])){const fl=document['querySelector'](BDFDB['dotCN']['app']);const fm=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fl){var fn=[];for(let fo in fj['patchModules']){var fp=Array['isArray'](fj['patchModules'][fo])?fj['patchModules'][fo]:Array['of'](fj['patchModules'][fo]);if(fp['includes']('componentDidUpdate')||fp['includes']('componentDidMount')||fp['includes']('render'))fn['push'](fo);}fn=fk?fn['filter'](fq=>fq==fk):fn;if(fn['length']>0x0){const fr=BDFDB['getOwnerInstance']({'node':fl,'name':fn,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fo in fr)for(let ft in fr[fo])BDFDB['WebModules']['initiateProcess'](fj,fr[fo][ft],fo,['componentDidUpdate','componentDidMount','render']);if(fm){const fu=BDFDB['getOwnerInstance']({'node':fm,'name':fn,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fo in fu)for(let ft in fu[fo])BDFDB['WebModules']['initiateProcess'](fj,fu[fo][ft],fo,['componentDidUpdate','componentDidMount','render']);}}}}};BDFDB['WebModules']['patchModules']=function(fx){if(BDFDB['isObject'](fx)&&BDFDB['isObject'](fx['patchModules'])){for(let fy in fx['patchModules']){var fz=BDFDB['WebModules']['patchmap'][fy];if(fz){fx['patchModules'][fz+'\x20'+fy]=fx['patchModules'][fy];delete fx['patchModules'][fy];if(!BDFDB['WebModules']['notfindablemodules'][fy])fC(BDFDB['WebModules']['findByName'](fz),fz+'\x20'+fy);}else if(!BDFDB['WebModules']['notfindablemodules'][fy])fC(BDFDB['WebModules']['findByName'](fy),fy);}for(let fy in BDFDB['WebModules']['notfindablemodules']){var fB=BDFDB['WebModules']['patchmap'][fy]?BDFDB['WebModules']['patchmap'][fy]+'\x20'+fy:fy;if(BDFDB['DiscordClasses'][BDFDB['WebModules']['notfindablemodules'][fy]]&&fx['patchModules'][fB])fJ(BDFDB['WebModules']['notfindablemodules'][fy],fB);}function fC(fD,fy){if(fD){var fB=fy['split']('\x20')[0x0];fD=fD['displayName']==fB?fD:BDFDB['getOwnerInstance']({'instance':fD,'name':fB,'up':!![]});if(fD){var fG=fD['_reactInternalFiber']&&fD['_reactInternalFiber']['type']?fD['_reactInternalFiber']['type']:fD;var fH={};fH[fx['name']=='$BDFDB'?'before':'after']=fI=>{if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])BDFDB['WebModules']['initiateProcess'](fx,fI['thisObject'],fy,[fI['originalMethodName']]);};BDFDB['WebModules']['patch'](fG['prototype'],fx['patchModules'][fy],fx,fH);}}}function fJ(fK,fy){var fM=BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN'][fK]));if(fT(fM,fy))fC(fM,fy);else{var fN=![],fO=new MutationObserver(fP=>{fP['forEach'](fQ=>{fQ['addedNodes']['forEach'](fR=>{var fS=null;if(!fN&&fR['tagName']&&(fS=BDFDB['containsClass'](fR,BDFDB['disCN'][fK])?fR:fR['querySelector'](BDFDB['dotCN'][fK]))!=null){fM=BDFDB['getReactInstance'](fS);if(fT(fM,fy)){fN=!![];fO['disconnect']();fC(fM,fy);BDFDB['WebModules']['forceAllUpdates'](fx,fy);}}});});});BDFDB['addObserver'](fx,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fO,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fT(fU,fy){return fU&&(fy!='V2C_PluginCard'&&fy!='V2C_ThemeCard'||fy=='V2C_PluginCard'&&BDFDB['checkWhichRepoPage']()=='plugins'||fy=='V2C_ThemeCard'&&BDFDB['checkWhichRepoPage']()=='themes');}}};BDFDB['WebModules']['initiateProcess']=function(fW,fX,fY,fZ){if(fW&&typeof fW=='object'&&fX){fY=(fY['split']('\x20')[0x1]||fY)['replace'](/[^A-z0-9]|_/g,'');fY=fY[0x0]['toUpperCase']()+fY['slice'](0x1);if(typeof fW['process'+fY]=='function'){var g0=BDFDB['React']['findDOMNodeSafe'](fX);if(g0)fW['process'+fY](fX,g0,fZ);else setImmediate(()=>{g0=BDFDB['React']['findDOMNodeSafe'](fX);if(g0)fW['process'+fY](fX,g0,fZ);});}}};var g1=BDFDB['WebModules']['findByProperties']('createElement','cloneElement');var g2=BDFDB['WebModules']['findByProperties']('render','findDOMNode');if(g1&&g2){BDFDB['React']=Object['assign']({},g1,g2);BDFDB['React']['findDOMNodeSafe']=function(g3){if(!g3||!g3['updater']||typeof g3['updater']['isMounted']!=='function'||!g3['updater']['isMounted'](g3))return null;var g4=g2['findDOMNode'](g3)||BDFDB['getReactValue'](g3,'child.stateNode');return Node['prototype']['isPrototypeOf'](g4)?g4:null;};};BDFDB['addOnSwitchListener']=function(g5){if(typeof g5['onSwitch']==='function'){BDFDB['removeOnSwitchListener'](g5);var g6=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20+\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(g6){var g7=new MutationObserver(g8=>{g8['forEach'](g9=>{if(g9['target']&&BDFDB['containsClass'](g9['target'],BDFDB['disCN']['nochannel']))g5['onSwitch']();});});var ga=g6['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(ga)g7['observe'](ga,{'attributes':!![]});g5['onSwitchFix']=new MutationObserver(gb=>{gb['forEach'](gc=>{if(gc['addedNodes']){gc['addedNodes']['forEach'](gd=>{if(BDFDB['containsClass'](gd,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))g7['observe'](gd,{'attributes':!![]});});}});});g5['onSwitchFix']['observe'](g6,{'childList':!![]});}}};BDFDB['removeOnSwitchListener']=function(ge){if(typeof ge['onSwitch']==='function'&&BDFDB['isObject'](ge['onSwitchFix'])){ge['onSwitchFix']['disconnect']();delete ge['onSwitchFix'];}};BDFDB['addContextListener']=function(gf){for(let gg of['User','Guild','Channel','GroupDM','Message','Native','UserSettingsCog']){if(typeof gf['on'+gg+'Context']==='function'||typeof gf['on'+gg+'ContextMenu']==='function'){if(gg=='GroupDM'){var gh=![],gi=new MutationObserver(gj=>{gj['forEach'](gk=>{gk['addedNodes']['forEach'](gl=>{var gm=null;if(!gh&&gl['tagName']&&(gm=BDFDB['containsClass'](gl,BDFDB['disCN']['contextmenu'])?gl:gl['querySelector'](BDFDB['dotCN']['contextmenu']))!=null){var gn=BDFDB['getReactInstance'](gm);if(gn&&gn['return']&&gn['return']['type']&&gn['return']['type']['displayName']==gg+'ContextMenu'){gh=!![];gi['disconnect']();go(gg,gn['return']['type']);gs(gg,gn['return']['stateNode'],gn['stateNode']);}}});});});BDFDB['addObserver'](gf,BDFDB['dotCN']['appmount'],{'name':'checkForContextObserver','instance':gi,'multi':!![]},{'childList':!![],'subtree':!![]});}else go(gg,BDFDB['WebModules']['findByName'](gg+'ContextMenu'));}}function go(gg,gq){if(gq&&gq['prototype'])BDFDB['WebModules']['patch'](gq['prototype'],'componentDidMount',gf,{'after':gr=>{gs(gg,gr['thisObject'],BDFDB['React']['findDOMNodeSafe'](gr['thisObject']));}});}function gs(gg,gu,gv){if(gu&&gv){if(typeof gf['on'+gg+'Context']==='function')gf['on'+gg+'Context'](gu,gv);if(typeof gf['on'+gg+'ContextMenu']==='function')gf['on'+gg+'ContextMenu'](gu,gv);BDFDB['initElements'](gv,gf);BDFDB['updateContextPosition'](gv);}}};BDFDB['addSettingsButtonListener']=function(gw){if(BDFDB['isBDv2']()&&typeof gw['getSettingsPanel']==='function'){BDFDB['removeSettingsButtonListener'](gw);BDFDB['appendSettingsButton'](gw);var gx=document['querySelector']('.bd-content-region\x20>\x20.bd-content');if(gx){gw['settingsButtonObserver']=new MutationObserver(gy=>{gy['forEach'](gz=>{if(gz['addedNodes']){gz['addedNodes']['forEach'](gA=>{if(gA['tagName']&&BDFDB['containsClass'](gA,'active'))BDFDB['appendSettingsButton'](gw);});}});});gw['settingsButtonObserver']['observe'](gx,{'childList':!![]});}}};BDFDB['appendSettingsButton']=function(gB){var gC=document['querySelector'](BDFDB['dotCN']['_bdv2Card']+'[data-plugin-id='+gB['id']+']');if(gC){var gD=BDFDB['htmlToElement']('');gC['insertBefore'](gD,gC['querySelector'](BDFDB['d']['_bdv2Button']));gD['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Settings',gD,{'type':'top'});BDFDB['addClass'](gD,BDFDB['disCN']['_bdv2TooltipOpen']);});gD['addEventListener']('mouseleave',()=>{BDFDB['removeClass'](gD,BDFDB['disCN']['_bdv2TooltipOpen']);});gD['addEventListener']('click',()=>{var gE=BDFDB['htmlToElement'](''+gB['name']+'\x20Settings');var gF=gB['getSettingsPanel']();gE['querySelector'](BDFDB['dotCN']['modalsubinner'])['appendChild'](typeof gF=='string'?BDFDB['htmlToElement'](gF):gF);if(typeof gB['onSettingsClosed']==='function')BDFDB['addChildEventListener'](gE,'click',BDFDB['dotCNC']['modalclose']+BDFDB['dotCN']['backdrop'],()=>{gB['onSettingsClosed']();});BDFDB['appendModal'](gE);});}};BDFDB['removeSettingsButtonListener']=function(gG){if(BDFDB['isBDv2']()&&typeof gG['settingsButtonObserver']==='object'){BDFDB['removeEles']('.bd-card[data-plugin-id='+gG['id']+']\x20.DevilBro-settingsbutton');gG['settingsButtonObserver']['disconnect']();delete gG['settingsButtonObserver'];}};var gH=BDFDB['WebModules']['findByProperties']('Messages')['Messages'];BDFDB['LanguageStrings']=new Proxy(gH,{'get':function(gI,gJ){if(!gI[gJ])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gJ+'\x20not\x20found\x20in\x20BDFDB.LanguageStrings');else{var gK=typeof gI[gJ]=='object'?gI[gJ]['format'](Object['assign']({},BDFDB['LanguageStringsVars'])):gI[gJ];if(typeof gK=='string')return gK;else if(Array['isArray'](gK)){var gL='';for(let gM of gK){if(typeof gM=='string')gL+=BDFDB['encodeToHTML'](gM);else if(BDFDB['isObject'](gM)&&gM['props'])gL+='<'+gM['type']+'>'+BDFDB['encodeToHTML'](gM['props']['children'][0x0]['toString']())+'';}return gL;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gJ+'\x20could\x20not\x20be\x20parsed\x20from\x20BDFDB.LanguageStrings');}}});BDFDB['LanguageStringsVars']={};for(let gN in BDFDB['WebModules']['findByProperties']('Messages')['Messages']){try{BDFDB['LanguageStrings'][gN];}catch(gO){let gP=gO['toString']()['split']('for:\x20')[0x1];if(gP&&typeof gP=='string')BDFDB['LanguageStringsVars'][gP]='{{'+gP['toLowerCase']()+'}}';}};BDFDB['equals']=function(gQ,gR,gS){var gT=-0x1;if(gS===undefined||typeof gS!=='boolean')gS=![];return gU(gQ,gR);function gU(gV,gW){gT++;var gX=!![];if(gT>0x3e8)gX=null;else{if(typeof gV!==typeof gW)gX=![];else if(typeof gV==='undefined')gX=!![];else if(typeof gV==='symbol')gX=!![];else if(typeof gV==='boolean')gX=gV==gW;else if(typeof gV==='string')gX=gV==gW;else if(typeof gV==='number'){if(isNaN(gV)||isNaN(gW))gX=isNaN(gV)==isNaN(gW);else gX=gV==gW;}else if(!gV&&!gW)gX=!![];else if(!gV||!gW)gX=![];else if(typeof gV==='function'||typeof gV==='object'){var gY=Object['getOwnPropertyNames'](gV);var gZ=Object['getOwnPropertyNames'](gW);if(gY['length']!==gZ['length'])gX=![];else for(let h0=0x0;gX===!![]&&h0hi['length']?hl:hi['length'];};BDFDB['readServerList']=function(){var hm=[],hn=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'Guild','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let ho in hn)if(hn[ho]['props']&&hn[ho]['props']['guild']&&hn[ho]['_reactInternalFiber']['child'])hm['push'](Object['assign'](new hn[ho]['props']['guild']['constructor'](hn[ho]['props']['guild']),{'div':hn[ho]['_reactInternalFiber']['child']['stateNode'],'instance':hn[ho]}));return hm;};BDFDB['readUnreadServerList']=function(hp){var hq=[];for(let hr of hp===undefined||!Array['isArray'](hp)?BDFDB['readServerList']():hp){let hs=Node['prototype']['isPrototypeOf'](hr)?hr:hr&&hr['div']?hr['div']:null;if(Node['prototype']['isPrototypeOf'](hs)&&(BDFDB['containsClass'](hs,BDFDB['disCN']['guildunread'])||hs['querySelector'](BDFDB['dotCN']['badge'])))hq['push'](hr);}return hq;};BDFDB['getSelectedServer']=function(){var ht=BDFDB['WebModules']['findByProperties']('getGuilds')['getGuild'](BDFDB['WebModules']['findByProperties']('getLastSelectedGuildId')['getGuildId']());if(ht)return BDFDB['getServerData'](ht['id'])||Object['assign'](new ht['constructor'](ht),{'div':null,'instance':null});else return null;};BDFDB['getServerID']=function(hu){if(!Node['prototype']['isPrototypeOf'](hu)||!BDFDB['getReactInstance'](hu))return;let hv=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hu);if(!hv)return;var hw=hv['querySelector']('a');var hx=hw&&hw['href']?hw['href']['split']('/')['slice'](-0x2)[0x0]:null;return hx&&!isNaN(parseInt(hx))?hx['toString']():null;};BDFDB['getServerDiv']=function(hy){if(!hy)return null;if(Node['prototype']['isPrototypeOf'](hy))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hy);else{let hz=typeof hy=='object'?hy['id']:hy;if(hz)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['guildswrapper']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/'+hz+'\x22]'));}return null;};BDFDB['getServerData']=function(hA){if(!hA)return null;let hB=Node['prototype']['isPrototypeOf'](hA)?BDFDB['getServerID'](hA):typeof hA=='object'?hA['id']:hA;hB=typeof hB=='number'?hB['toFixed']():hB;for(let hC of BDFDB['readServerList']())if(hC&&hC['id']==hB)return hC;return null;};BDFDB['readChannelList']=function(){var hD=[],hE=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['channels']),'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hF in hE)if(hE[hF]['props']&&!hE[hF]['props']['ispin']&&hE[hF]['props']['channel']&&hE[hF]['_reactInternalFiber']['return'])hD['push'](Object['assign'](new hE[hF]['props']['channel']['constructor'](hE[hF]['props']['channel']),{'div':Node['prototype']['isPrototypeOf'](hE[hF]['_reactInternalFiber']['return']['stateNode'])?hE[hF]['_reactInternalFiber']['return']['stateNode']:hE[hF]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hE[hF]}));return hD;};BDFDB['getSelectedChannel']=function(){var hG=BDFDB['WebModules']['findByProperties']('getChannels')['getChannel'](BDFDB['WebModules']['findByProperties']('getLastSelectedChannelId')['getChannelId']());if(hG)return BDFDB['getChannelData'](hG['id'])||Object['assign'](new hG['constructor'](hG),{'div':null,'instance':null});else return null;};BDFDB['getChannelID']=function(hH){if(!Node['prototype']['isPrototypeOf'](hH)||!BDFDB['getReactInstance'](hH))return;hH=BDFDB['getParentEle'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],hH);if(!hH)return;var hI=BDFDB['getKeyInformation']({'node':hH,'key':'channel'});return hI?hI['id']['toString']():null;};BDFDB['getChannelDiv']=function(hJ){if(!hJ)return null;let hK=BDFDB['getChannelData'](hJ);return hK?hK['div']:null;};BDFDB['getChannelData']=function(hL){if(!hL)return null;let hM=Node['prototype']['isPrototypeOf'](hL)?BDFDB['getChannelID'](hL):typeof hL=='object'?hL['id']:hL;hM=typeof hM=='number'?hM['toFixed']():hM;for(let hN of BDFDB['readChannelList']())if(hN&&hN['id']==hM)return hN;return null;};BDFDB['readDmList']=function(){var hO=[],hP=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hQ in hP)if(hP[hQ]['props']&&hP[hQ]['props']['channel']&&hP[hQ]['_reactInternalFiber']['child'])hO['push'](Object['assign'](new hP[hQ]['props']['channel']['constructor'](hP[hQ]['props']['channel']),{'div':hP[hQ]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hP[hQ]}));return hO;};BDFDB['getDmID']=function(hR){if(!Node['prototype']['isPrototypeOf'](hR)||!BDFDB['getReactInstance'](hR))return;let hS=BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hR);if(!hS)return;var hT=hS['querySelector']('a');var hU=hT&&hT['href']?hT['href']['split']('/')['slice'](-0x1)[0x0]:null;return hU&&!isNaN(parseInt(hU))?hU['toString']():null;};BDFDB['getDmDiv']=function(hV){if(!hV)return null;if(Node['prototype']['isPrototypeOf'](hV))return BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hV);else{let hW=typeof hV=='object'?hV['id']:hV;if(hW)return BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],document['querySelector'](BDFDB['dotCNS']['dmguild']+BDFDB['dotCN']['dmguildavatarinner']+'[href*=\x22/channels/@me/'+hW+'\x22]'));}return null;};BDFDB['getDmData']=function(hX){if(!hX)return null;let hY=Node['prototype']['isPrototypeOf'](hX)?BDFDB['getDmID'](hX):typeof hX=='object'?hX['id']:hX;hY=typeof hY=='number'?hY['toFixed']():hY;for(let hZ of BDFDB['readDmList']())if(hZ&&hZ['id']==hY)return hZ;return null;};BDFDB['markChannelAsRead']=function(i0){if(!i0)return;var i1=BDFDB['WebModules']['findByProperties']('getOldestUnreadMessageId');var i2=BDFDB['WebModules']['findByProperties']('getAPIBaseURL');var i3=BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes');if(!i1||!i2||!i3)return;for(let i4 of Array['isArray'](i0)?i0:typeof i0=='string'||typeof i0=='number'?Array['of'](i0):Array['from'](i0)){let i5=Node['prototype']['isPrototypeOf'](i4)?BDFDB['getChannelID'](i4)||BDFDB['getDmID'](i4):i4&&typeof i4=='object'?i4['id']:i4;if(i5){let i6=i1['getOldestUnreadMessageId'](i5);if(i6)i2['post']({'body':{},'url':i3['Endpoints']['MESSAGES_ACK'](i5,i6)});}}};BDFDB['markGuildAsRead']=function(i7){if(!i7)return;var i8=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!i8)return;for(let i9 of Array['isArray'](i7)?i7:typeof i7=='string'||typeof i7=='number'?Array['of'](i7):Array['from'](i7)){let ia=Node['prototype']['isPrototypeOf'](i9)?BDFDB['getServerID'](i9):i9&&typeof i9=='object'?i9['id']:i9;if(ia)i8['markGuildAsRead'](ia);}};BDFDB['saveAllData']=function(ib,ic,id){var ie=require('fs'),ig,ih;if(!BDFDB['isBDv2']()){ih=typeof ic==='string'?ic:ic['name'];ig=require('path')['join'](BDFDB['getPluginsFolder'](),ih+'.config.json');}else{ih=typeof ic==='string'?ic['toLowerCase']():null;var ii=ih?BDFDB['Plugins'][ih]?BDFDB['Plugins'][ih]['contentPath']:null:ic['contentPath'];if(!ii)return;ig=require('path')['join'](ii,'settings.json');}var ij=ie['existsSync'](ig);var ik=!ij?{}:typeof BDFDB['cachedData'][ih]!=='undefined'?BDFDB['cachedData'][ih]:BDFDB['readConfig'](ig);ik[id]=ib;if(BDFDB['isObjectEmpty'](ik[id]))delete ik[id];if(BDFDB['isObjectEmpty'](ik)){delete BDFDB['cachedData'][ih];if(ij)ie['unlinkSync'](ig);}else{BDFDB['cachedData'][ih]=ik;ie['writeFileSync'](ig,JSON['stringify'](ik,null,'\x09'));}};BDFDB['loadAllData']=function(il,im){var io=require('fs'),ip,iq;if(!BDFDB['isBDv2']()){iq=typeof il==='string'?il:il['name'];ip=require('path')['join'](BDFDB['getPluginsFolder'](),iq+'.config.json');}else{iq=typeof il==='string'?il['toLowerCase']():null;var ir=iq?BDFDB['Plugins'][iq]?BDFDB['Plugins'][iq]['contentPath']:null:il['contentPath'];if(!ir)return{};ip=require('path')['join'](ir,'settings.json');}if(!io['existsSync'](ip)){delete BDFDB['cachedData'][iq];return{};}var is=typeof BDFDB['cachedData'][iq]!=='undefined'?BDFDB['cachedData'][iq]:BDFDB['readConfig'](ip);BDFDB['cachedData'][iq]=is;return is&&typeof is[im]!=='undefined'?is[im]:{};};BDFDB['removeAllData']=function(it,iu){var iv=require('fs'),iw,ix;if(!BDFDB['isBDv2']()){ix=typeof it==='string'?it:it['name'];iw=require('path')['join'](BDFDB['getPluginsFolder'](),ix+'.config.json');}else{ix=typeof it==='string'?it['toLowerCase']():null;var iy=ix?BDFDB['Plugins'][ix]?BDFDB['Plugins'][ix]['contentPath']:null:it['contentPath'];if(!iy)return;iw=require('path')['join'](iy,'settings.json');}var iz=iv['existsSync'](iw);var iA=!iz?{}:typeof BDFDB['cachedData'][ix]!=='undefined'?BDFDB['cachedData'][ix]:BDFDB['readConfig'](iw);delete iA[iu];if(BDFDB['isObjectEmpty'](iA)){delete BDFDB['cachedData'][ix];if(iz)iv['unlinkSync'](iw);}else{BDFDB['cachedData'][ix]=iA;iv['writeFileSync'](iw,JSON['stringify'](iA,null,'\x09'));}};BDFDB['getAllData']=function(iB,iC){if(!BDFDB['isObject'](iB)||!iB['defaults']||!iB['defaults'][iC])return{};var iD=BDFDB['loadAllData'](iB,iC),iE={},iF=![];for(let iG in iB['defaults'][iC]){if(iD[iG]==null){iE[iG]=iB['defaults'][iC][iG]['value'];iF=!![];}else iE[iG]=iD[iG];}if(iF)BDFDB['saveAllData'](iE,iB,iC);return iE;};BDFDB['readConfig']=function(iH){try{return JSON['parse'](require('fs')['readFileSync'](iH));}catch(iI){return{};}};BDFDB['saveData']=function(iJ,iK,iL,iM){var iN=BDFDB['loadAllData'](iL,iM);iN[iJ]=iK;BDFDB['saveAllData'](iN,iL,iM);};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 j0=BDFDB['getAllData'](iY,iZ);var j1=j0[iX];return j1===undefined?null:j1;};BDFDB['appendWebScript']=function(j2,j3){if(!j3&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j3=j3||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j3=Node['prototype']['isPrototypeOf'](j3)?j3:document['head'];BDFDB['removeWebScript'](j2,j3);j3['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebScript']=function(j4,j5){j5=j5||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j5=Node['prototype']['isPrototypeOf'](j5)?j5:document['head'];BDFDB['removeEles'](j5['querySelectorAll']('script[src=\x22'+j4+'\x22]'));};BDFDB['appendWebStyle']=function(j6,j7){if(!j7&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j7=j7||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j7=Node['prototype']['isPrototypeOf'](j7)?j7:document['head'];BDFDB['removeWebStyle'](j6,j7);j7['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebStyle']=function(j8,j9){j9=j9||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j9=Node['prototype']['isPrototypeOf'](j9)?j9:document['head'];BDFDB['removeEles'](j9['querySelectorAll']('link[href=\x22'+j8+'\x22]'));};BDFDB['appendLocalStyle']=function(ja,jb,jc){if(!jc&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));jc=jc||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];jc=Node['prototype']['isPrototypeOf'](jc)?jc:document['head'];BDFDB['removeLocalStyle'](ja,jc);jc['appendChild'](BDFDB['htmlToElement'](''+jb['replace'](/\t|\r|\n/g,'')+''));};BDFDB['removeLocalStyle']=function(jd,je){je=je||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];je=Node['prototype']['isPrototypeOf'](je)?je:document['head'];BDFDB['removeEles'](je['querySelectorAll']('style[id=\x22'+jd+'CSS\x22]'));};BDFDB['formatBytes']=function(jf,jg){jf=parseInt(jf);if(isNaN(jf)||jf<0x0)return'0\x20Bytes';if(jf==0x1)return'1\x20Byte';var jh=Math['floor'](Math['log'](jf)/Math['log'](0x400));return parseFloat((jf/Math['pow'](0x400,jh))['toFixed'](jg<0x1?0x0:jg>0x14?0x14:jg||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][jh];};BDFDB['colorCONVERT']=function(ji,jj,jk){if(!ji)return null;jj=jj===undefined||!jj?jj='RGBCOMP':jj['toUpperCase']();jk=jk===undefined||!jk||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP']['includes'](jk['toUpperCase']())?BDFDB['colorTYPE'](ji):jk['toUpperCase']();if(jj=='RGBCOMP'){switch(jk){case'RGBCOMP':if(ji['length']==0x3)return jU(ji);else if(ji['length']==0x4){var jl=jX(ji['pop']());return jU(ji)['concat'](jl);}case'RGB':return jU(ji['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':var jm=ji['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jl=jX(jm['pop']());return jU(jm)['concat'](jl);case'HSLCOMP':if(ji['length']==0x3)return BDFDB['colorCONVERT']('hsl('+ji['join'](',')+')','RGBCOMP');else if(ji['length']==0x4){var jl=jX(jg['pop']());return BDFDB['colorCONVERT']('hsl('+jg['join'](',')+')','RGBCOMP')['concat'](jl);}case'HSL':var jp=k1(ji['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var jq,jr,js,jt,ju,jv,jw,jx;var jy=jp[0x0]/0x168,jz=parseInt(jp[0x1])/0x64,jA=parseInt(jp[0x2])/0x64;jt=Math['floor'](jy*0x6);ju=jy*0x6-jt;jv=jA*(0x1-jz);jw=jA*(0x1-ju*jz);jx=jA*(0x1-(0x1-ju)*jz);switch(jt%0x6){case 0x0:jq=jA,jr=jx,js=jv;break;case 0x1:jq=jw,jr=jA,js=jv;break;case 0x2:jq=jv,jr=jA,js=jx;break;case 0x3:jq=jv,jr=jw,js=jA;break;case 0x4:jq=jx,jr=jv,js=jA;break;case 0x5:jq=jA,jr=jv,js=jw;break;}return[Math['round'](jq*0xff),Math['round'](jr*0xff),Math['round'](js*0xff)];case'HSLA':var jp=ji['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jl=jX(jp['pop']());return BDFDB['colorCONVERT']('hsl('+jp['join'](',')+')','RGBCOMP')['concat'](jl);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'](ji);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=jk=='RGBCOMP'?ji:BDFDB['colorCONVERT'](ji,'RGBCOMP',jk);if(jE)switch(jj){case'RGB':return'rgb('+jU(jE['slice'](0x0,0x3))['join'](',')+')';case'RGBA':jE=jE['slice'](0x0,0x4);var jl=jE['length']==0x4?jX(jE['pop']()):0x1;return'rgba('+jU(jE)['concat'](jl)['join'](',')+')';case'HSLCOMP':var jl=jE['length']==0x4?jX(jE['pop']()):null;var jp=k1(BDFDB['colorCONVERT'](jE,'HSL')['replace'](/\s/g,'')['split'](','));return jl?jp['concat'](jl):jp;case'HSL':var jq=jS(jE[0x0]),jr=jS(jE[0x1]),js=jS(jE[0x2]);var jL=Math['max'](jq,jr,js),jM=Math['min'](jq,jr,js),jN=jL-jM,jy,jz=jL===0x0?0x0:jN/jL,jA=jL/0xff;switch(jL){case jM:jy=0x0;break;case jq:jy=jr-js+jN*(jr0xff?0xff:ju<0x0?0x0:ju;};function jU(jm){return jm['map'](ju=>{return jS(ju);});};function jX(jl){jl=jl['toString']();jl=(jl['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jl['replace'](/[^0-9\.\-]/g,''));return isNaN(jl)||jl>0x1?0x1:jl<0x0?0x0:jl;};function jZ(k0){k0=parseFloat(k0['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(k0)||k0>0x64?0x64:k0<0x0?0x0:k0)+'%';};function k1(jm){let jy=parseFloat(jm['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));jy=isNaN(jy)||jy>0x168?0x168:jy<0x0?0x0:jy;return[jy]['concat'](jm['map'](k4=>{return jZ(k4);}));};};BDFDB['colorSETALPHA']=function(k5,k6,k7){var k8=BDFDB['colorCONVERT'](k5,'RGBCOMP');if(k8){k6=k6['toString']();k6=(k6['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(k6['replace'](/[^0-9\.\-]/g,''));k6=isNaN(k6)||k6>0x1?0x1:k6<0x0?0x0:k6;k8[0x3]=k6;k7=(k7||BDFDB['colorTYPE'](jK))['toUpperCase']();k7=k7=='HSL'||k7=='RGB'?k7+'A':k7;return BDFDB['colorCONVERT'](k8,k7);}return null;};BDFDB['colorCHANGE']=function(k9,ka,kb){ka=parseFloat(ka);if(k9&&typeof ka=='number'&&!isNaN(ka)){var kc=BDFDB['colorCONVERT'](k9,'RGBCOMP');if(kc){if(parseInt(ka)!==ka){ka=ka['toString']();ka=(ka['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(ka['replace'](/[^0-9\.\-]/g,''));ka=isNaN(ka)?0x0:ka;return BDFDB['colorCONVERT']([Math['round'](kc[0x0]*(0x1+ka)),Math['round'](kc[0x1]*(0x1+ka)),Math['round'](kc[0x2]*(0x1+ka))],kb||BDFDB['colorTYPE'](k9));}else return BDFDB['colorCONVERT']([Math['round'](kc[0x0]+ka),Math['round'](kc[0x1]+ka),Math['round'](kc[0x2]+ka)],kb||BDFDB['colorTYPE'](k9));}}return null;};BDFDB['colorINV']=function(kd,ke){if(kd){var kf=BDFDB['colorCONVERT'](kd,'RGBCOMP');if(kf)return BDFDB['colorCONVERT']([0xff-kf[0x0],0xff-kf[0x1],0xff-kf[0x2]],ke||BDFDB['colorTYPE'](kd));}return null;};BDFDB['colorCOMPARE']=function(kg,kh){if(kg&&kh){kg=BDFDB['colorCONVERT'](kg,'RGBCOMP');kh=BDFDB['colorCONVERT'](kh,'RGBCOMP');if(kg&&kh)return BDFDB['equals'](kg,kh);}return null;};BDFDB['colorISBRIGHT']=function(ki,kj=0xa0){ki=BDFDB['colorCONVERT'](ki,'RGBCOMP');if(!ki)return![];return parseInt(kj)ko['toString']()['indexOf']('%')==-0x1&&parseFloat(ko)==parseInt(ko));};function kp(kl){return kl['slice'](0x1,0x3)['every'](kr=>kr['toString']()['indexOf']('%')==kr['length']-0x1);};};BDFDB['setInnerText']=function(ks,kt){if(!ks||!Node['prototype']['isPrototypeOf'](ks))return;var ku=null;for(let kv of ks['childNodes'])if(kv['nodeType']==Node['TEXT_NODE']){ku=kv;break;}if(ku)ku['textContent']=kt;else{ku=document['createTextNode'](kt);ks['appendChild'](ku);}};BDFDB['getInnerText']=function(kw){if(!kw||!Node['prototype']['isPrototypeOf'](kw))return;for(let kx of kw['childNodes'])if(kx['nodeType']==Node['TEXT_NODE'])return kx['textContent'];};BDFDB['getParentEle']=function(ky,kz){var kA=null;if(Node['prototype']['isPrototypeOf'](kz)&&ky){var kB=NodeList['prototype']['isPrototypeOf'](ky)?ky:typeof ky=='string'?document['querySelectorAll'](ky):null;if(kB)for(let kC of kB)if(kC['contains'](kz)){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['getTotalHeight']=function(kG){if(Node['prototype']['isPrototypeOf'](kG)&&kG['nodeType']!=Node['TEXT_NODE']){var kH=BDFDB['getRects'](kG);var kI=getComputedStyle(kG);return kH['height']+parseInt(kI['marginTop'])+parseInt(kI['marginBottom']);}return 0x0;};BDFDB['getTotalWidth']=function(kJ){if(Node['prototype']['isPrototypeOf'](kJ)&&kJ['nodeType']!=Node['TEXT_NODE']){var kK=BDFDB['getRects'](kJ);var kL=getComputedStyle(kJ);return kK['width']+parseInt(kL['marginLeft'])+parseInt(kL['marginRight']);}return 0x0;};BDFDB['isEleHidden']=function(kM){if(Node['prototype']['isPrototypeOf'](kM)&&kM['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(kM,null)['getPropertyValue']('display')=='none';};BDFDB['toggleEles']=function(...kN){if(!kN)return;var kO=kN['pop']();if(typeof kO!='boolean'){kN['push'](kO);kO=undefined;}if(!kN['length'])return;for(let kP of kN)for(let kQ of Array['isArray'](kP)?kP:Array['of'](kP)){if(!kQ){}else if(Node['prototype']['isPrototypeOf'](kQ))kU(kQ);else if(NodeList['prototype']['isPrototypeOf'](kQ))for(let kR of kQ)kU(kR);else if(typeof kQ=='string')for(let kS of kQ['split'](','))if(kS&&(kS=kS['trim']()))for(let kR of document['querySelectorAll'](kS))kU(kR);}function kU(kV){if(!kV||!Node['prototype']['isPrototypeOf'](kV))return;var kW=kO===undefined?!BDFDB['isEleHidden'](kV):!kO;if(kW)kV['style']['setProperty']('display','none','important');else kV['style']['removeProperty']('display');}};BDFDB['removeEles']=function(...kX){for(let kY of kX)for(let kZ of Array['isArray'](kY)?kY:Array['of'](kY)){if(!kZ){}else if(Node['prototype']['isPrototypeOf'](kZ))kZ['remove']();else if(NodeList['prototype']['isPrototypeOf'](kZ)){kZ=Array['from'](kZ);while(kZ['length'])kZ['shift']()['remove']();}else if(typeof kZ=='string')for(let l0 of kZ['split'](','))if(l0&&(l0=l0['trim']())){let l1=Array['from'](document['querySelectorAll'](l0));while(l1['length'])l1['shift']()['remove']();}}};BDFDB['addClass']=function(l2,...l3){if(!l2||!l3)return;for(let l4 of Array['isArray'](l2)?l2:Array['of'](l2)){if(!l4){}else if(Node['prototype']['isPrototypeOf'](l4))l8(l4);else if(NodeList['prototype']['isPrototypeOf'](l4))for(let l5 of l4)l8(l5);else if(typeof l4=='string')for(let l6 of l4['split'](','))if(l6&&(l6=l6['trim']()))for(let l7 of document['querySelectorAll'](l6))l8(l7);}function l8(l9){if(l9&&l9['classList'])for(let la of l3)for(let lb of Array['isArray'](la)?la:Array['of'](la))if(typeof lb=='string')for(let lc of lb['split']('\x20'))if(lc)l9['classList']['add'](lc);}};BDFDB['removeClass']=function(ld,...le){if(!ld||!le)return;for(let lf of Array['isArray'](ld)?ld:Array['of'](ld)){if(!lf){}else if(Node['prototype']['isPrototypeOf'](lf))lj(lf);else if(NodeList['prototype']['isPrototypeOf'](lf))for(let lg of lf)lj(lg);else if(typeof lf=='string')for(let lh of lf['split'](','))if(lh&&(lh=lh['trim']()))for(let li of document['querySelectorAll'](lh))lj(li);}function lj(lk){if(lk&&lk['classList'])for(let ll of le)for(let lm of Array['isArray'](ll)?ll:Array['of'](ll))if(typeof lm=='string')for(let ln of lm['split']('\x20'))if(ln)lk['classList']['remove'](ln);}};BDFDB['toggleClass']=function(lo,...lp){if(!lo||!lp)return;var lq=lp['pop']();if(typeof lq!='boolean'){lp['push'](lq);lq=undefined;}if(!lp['length'])return;for(let lr of Array['isArray'](lo)?lo:Array['of'](lo)){if(!lr){}else if(Node['prototype']['isPrototypeOf'](lr))lv(lr);else if(NodeList['prototype']['isPrototypeOf'](lr))for(let ls of lr)lv(ls);else if(typeof lr=='string')for(let lt of lr['split'](','))if(lt&&(lt=lt['trim']()))for(let lu of document['querySelectorAll'](lt))lv(lu);}function lv(lw){if(lw&&lw['classList'])for(let lx of lp)for(let ly of Array['isArray'](lx)?lx:Array['of'](lx))if(typeof ly=='string')for(let lz of ly['split']('\x20'))if(lz)lw['classList']['toggle'](lz,lq);}};BDFDB['containsClass']=function(lA,...lB){if(!lA||!lB)return;var lC=lB['pop']();if(typeof lC!='boolean'){lB['push'](lC);lC=!![];}if(!lB['length'])return;var lD=undefined;for(let lE of Array['isArray'](lA)?lA:Array['of'](lA)){if(!lE){}else if(Node['prototype']['isPrototypeOf'](lE))lI(lE);else if(NodeList['prototype']['isPrototypeOf'](lE))for(let lF of lE)lI(lF);else if(typeof lE=='string')for(let lG of lE['split'](','))if(lG&&(lG=lG['trim']()))for(let lH of document['querySelectorAll'](lG))lI(lH);}return lD;function lI(lJ){if(lJ&&lJ['classList'])for(let lK of lB)if(typeof lK=='string')for(let lL of lK['split']('\x20'))if(lL){if(lD===undefined)lD=lC;if(lC&&!lJ['classList']['contains'](lL))lD=![];if(!lC&&lJ['classList']['contains'](lL))lD=!![];}}};BDFDB['removeClasses']=function(...lM){for(let lN of lM)for(let lO of Array['isArray'](lN)?lN:Array['of'](lN)){if(!lO){}else if(typeof lO=='string')for(let lP of lO['split'](','))if(lP&&(lP=lP['replace'](/\.|\s/g,'')))BDFDB['removeClass'](document['querySelectorAll']('.'+lP),lP);}};BDFDB['htmlToElement']=function(lQ){if(!lQ||!lQ['trim']())return null;let lR=document['createElement']('template');lR['innerHTML']=lQ['replace'](/\t|\n|\r/g,'');if(lR['content']['childElementCount']==0x1)return lR['content']['firstElementChild'];else{var lS=document['createElement']('span');var lT=Array['from'](lR['content']['childNodes']);while(lT['length'])lS['appendChild'](lT['shift']());return lS;}};BDFDB['encodeToHTML']=function(lU){var lV=document['createElement']('div');lV['innerText']=lU;return lV['innerHTML'];};BDFDB['regEscape']=function(lW){return lW['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['insertNRST']=function(lX){return lX['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['triggerSend']=function(lY){if(!lY)return;setImmediate(()=>{var lZ=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](lZ,'keyCode',{'value':0xd});Object['defineProperty'](lZ,'which',{'value':0xd});lY['dispatchEvent'](lZ);});};BDFDB['initElements']=function(m0,m1){if(!Node['prototype']['isPrototypeOf'](m0))return;var m2=BDFDB['WebModules']['findByProperties']('spring');var m3=BDFDB['getDiscordTheme']()==BDFDB['disCN']['themelight'];var m4=BDFDB['getLibraryStrings']();m0['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](m5=>{n3(m5,![]);no(m5,'click',m6=>{n3(m5,!![]);});});m0['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](m7=>{nd(m7,![]);no(m7,'click',m8=>{nd(m7,!![]);});});m0['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](m9=>{nh(m9);no(m9,'click',ma=>{BDFDB['toggleClass'](m9,BDFDB['disCN']['giffavoriteselected']);nh(m9);});});m0['querySelectorAll']('.file-navigator')['forEach'](mb=>{no(mb,'click',mc=>{var md=mb['querySelector']('input[type=\x22file\x22]');if(md)md['click']();});});m0['querySelectorAll']('input[type=\x22file\x22]')['forEach'](me=>{no(me,'change',mf=>{var mg=me['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var mh=me['files'][0x0];if(mg&&mh)mg['value']=mh['path'];});});m0['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](mi=>{no(mi,'keydown',mj=>{mj['stopPropagation']();});});m0['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](mk=>{mk['setAttribute']('placeholder',m4['search_placeholder']);no(mk,'keyup',ml=>{BDFDB['toggleClass'](mk['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible'],mk['value']['length']==0x0);BDFDB['toggleClass'](mk['parentElement']['querySelector'](BDFDB['dotCN']['searchbarclear']),BDFDB['disCN']['searchbarvisible'],mk['value']['length']>0x0);});});m0['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](mm=>{no(mm,'click',mn=>{if(BDFDB['containsClass'](mm,BDFDB['disCN']['searchbarvisible'])){var mo=mm['parentElement']['parentElement']['querySelector'](BDFDB['dotCN']['searchbarinput']);mo['value']='';mo['dispatchEvent'](new Event('change'));mo['dispatchEvent'](new Event('input'));mo['dispatchEvent'](new Event('keydown'));mo['dispatchEvent'](new Event('keyup'));mo['dispatchEvent'](new Event('keypressed'));BDFDB['addClass'](mm['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible']);BDFDB['removeClass'](mm,BDFDB['disCN']['searchbarvisible']);}});});m0['querySelectorAll']('.numberinput-button-up')['forEach'](mp=>{no(mp,'click',mq=>{var mr=mp['parentElement']['parentElement']['querySelector']('input');var ms=parseInt(mr['getAttribute']('min'));var mt=parseInt(mr['getAttribute']('max'));var mu=parseInt(mr['value'])+0x1;if(isNaN(mt)||!isNaN(mt)&&mu<=mt){BDFDB['addClass'](mp['parentElement'],'pressed');clearTimeout(mp['parentElement']['pressedTimeout']);mr['value']=isNaN(ms)||!isNaN(ms)&&mu>=ms?mu:ms;mr['dispatchEvent'](new Event('change'));mr['dispatchEvent'](new Event('input'));mr['dispatchEvent'](new Event('keydown'));mr['dispatchEvent'](new Event('keyup'));mr['dispatchEvent'](new Event('keypressed'));mp['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](mp['parentElement'],'pressed');},0xbb8);}});});m0['querySelectorAll']('.numberinput-button-down')['forEach'](mv=>{no(mv,'click',mw=>{var mx=mv['parentElement']['parentElement']['querySelector']('input');var my=parseInt(mx['getAttribute']('min'));var mz=parseInt(mx['getAttribute']('max'));var mA=parseInt(mx['value'])-0x1;if(isNaN(my)||!isNaN(my)&&mA>=my){BDFDB['addClass'](mv['parentElement'],'pressed');clearTimeout(mv['parentElement']['pressedTimeout']);mx['value']=isNaN(mz)||!isNaN(mz)&&mA<=mz?mA:mz;mx['dispatchEvent'](new Event('change'));mx['dispatchEvent'](new Event('input'));mx['dispatchEvent'](new Event('keydown'));mx['dispatchEvent'](new Event('keyup'));mx['dispatchEvent'](new Event('keypressed'));mv['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](mv['parentElement'],'pressed');},0xbb8);}});});m0['querySelectorAll']('.amount-input')['forEach'](mB=>{no(mB,'input',mC=>{if(BDFDB['isObject'](m1)){var mD=mB['getAttribute']('option');var mE=parseInt(mB['value']);var mF=parseInt(mB['getAttribute']('min'));var mG=parseInt(mB['getAttribute']('max'));if(mD&&!isNaN(mE)&&(isNaN(mF)||!isNaN(mF)&&mE>=mF)&&(isNaN(mG)||!isNaN(mG)&&mE<=mG)){BDFDB['saveData'](mD,mE,m1,'amounts');m1['SettingsUpdated']=!![];}}});});m0['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mH=>{nl(mH,mH['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==mH?0x2:0x0);no(mH,'click',mI=>{BDFDB['removeClass'](m0['querySelectorAll']('.tab-content.open'),'open');mH['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mH=>{nl(mH,0x0);});var mK=m0['querySelector']('.tab-content[tab=\x22'+mH['getAttribute']('tab')+'\x22]');if(mK)BDFDB['addClass'](mK,'open');nl(mH,0x2);});no(mH,'mouseenter',mL=>{if(!BDFDB['containsClass'](mH,BDFDB['disCN']['settingsselected']))nl(mH,0x1);});no(mH,'mouseleave',mM=>{if(!BDFDB['containsClass'](mH,BDFDB['disCN']['settingsselected']))nl(mH,0x0);});});m0['querySelectorAll']('.DevilBro-textscrollwrapper')['forEach'](mN=>{var mO=mN['querySelector']('.DevilBro-textscroll');if(mO){if(BDFDB['containsClass'](mN['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))mN['style']['setProperty']('margin-right','10px');if(BDFDB['getRects'](mN)['width']>0x64)mN['style']['setProperty']('text-overflow','ellipsis','important');mN['style']['setProperty']('position','relative','important');mN['style']['setProperty']('display','block','important');mN['style']['setProperty']('overflow','hidden','important');mO['style']['setProperty']('left','0px','important');mO['style']['setProperty']('position','relative','important');mO['style']['setProperty']('white-space','nowrap','important');mO['style']['setProperty']('display','inline','important');var mP,mQ;no(mN,'mouseenter',mR=>{if(BDFDB['getRects'](mN)['width']{if(BDFDB['containsClass'](mN,'scrolling')){BDFDB['removeClass'](mN,'scrolling');mO['style']['setProperty']('display','inline','important');if(!mQ||!mP)mT();mP(0x0);}});function mT(){mQ=new m2['Value'](0x0);mQ['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['getRects'](mO)['width']-BDFDB['getRects'](mN)['width'])*-0x1]})['addListener'](mU=>{mO['style']['setProperty']('left',mU['value']+'px','important');});mP=mV=>{var mW=mV+parseFloat(mO['style']['getPropertyValue']('left'))/(BDFDB['getRects'](mO)['width']-BDFDB['getRects'](mN)['width']);mW=isNaN(mW)||!isFinite(mW)?mV:mW;mW*=BDFDB['getRects'](mO)['width']/(BDFDB['getRects'](mN)['width']*0x2);m2['parallel']([m2['timing'](mQ,{'toValue':mV,'duration':Math['sqrt'](mW**0x2)*0xfa0/(mN['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['removeClass'](m0['querySelectorAll']('.tab-content'),'open');BDFDB['addClass'](m0['querySelector']('.tab-content'),'open');m0['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mX=>{mX['innerText']=m4['btn_save_text'];});m0['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mY=>{mY['innerText']=m4['btn_cancel_text'];});m0['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mZ=>{mZ['innerText']=m4['btn_all_text'];});m0['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](n0=>{n0['innerText']=m4['btn_add_text'];});m0['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](n1=>{n1['innerText']=m4['btn_ok_text'];});m0['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](n2=>{n2['innerText']=m4['file_navigator_text'];});function n3(n4,n5){var n6=n4['checked'];BDFDB['toggleClass'](n4['parentElement'],BDFDB['disCN']['switchvaluechecked'],n6);BDFDB['toggleClass'](n4['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!n6);if(n5&&BDFDB['isObject'](m1)&&BDFDB['containsClass'](n4,'settings-switch')){let n7=n4['getAttribute']('value')['trim']()['split']('\x20')['filter'](n8=>n8);let n9=n7['shift']();if(n9){var na=BDFDB['loadAllData'](m1,n9);var nb='';for(let nc of n7)nb+='{\x22'+nc+'\x22:';nb+=n6+'}'['repeat'](n7['length']);nb=JSON['parse'](nb);if(BDFDB['isObject'](nb))BDFDB['deepAssign'](na,nb);else na=nb;BDFDB['saveAllData'](na,m1,n9);m1['SettingsUpdated']=!![];}}};function nd(ne){var nf=ne['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var ng=nf['querySelector']('polyline');if(ne['checked']){BDFDB['addClass'](nf,BDFDB['disCN']['checkboxchecked']);nf['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');nf['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');ng['setAttribute']('stroke','#ffffff');}else{BDFDB['removeClass'](nf,BDFDB['disCN']['checkboxchecked']);nf['style']['removeProperty']('background-color');nf['style']['removeProperty']('border-color');ng['setAttribute']('stroke','transparent');}};function nh(ni){var nj=BDFDB['containsClass'](ni,BDFDB['disCN']['giffavoriteselected']);var nk=ni['querySelector'](BDFDB['dotCN']['giffavoriteicon']);nk['setAttribute']('name',nj?'FavoriteFilled':'Favorite');nk['innerHTML']=nj?'':'';if(nj){BDFDB['addClass'](ni,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(()=>{BDFDB['removeClass'](ni,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function nl(nm,nn){switch(nn){case 0x0:BDFDB['removeClass'](nm,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](nm,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsitemdefault']);nm['style']['setProperty']('border-color','transparent');nm['style']['setProperty']('color',m3?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['removeClass'](nm,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](nm,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsitemdefault']);nm['style']['setProperty']('border-color',m3?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');nm['style']['setProperty']('color',m3?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['removeClass'](nm,BDFDB['disCN']['settingsnotselected']);BDFDB['removeClass'](nm,BDFDB['disCN']['settingsitemdefault']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsselected']);BDFDB['addClass'](nm,BDFDB['disCN']['settingsitemselected']);nm['style']['setProperty']('border-color',m3?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');nm['style']['setProperty']('color',m3?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function no(np,nq,nr){if(!np['BDFDBinitElementsListeners'])np['BDFDBinitElementsListeners']={};if(np['BDFDBinitElementsListeners'][nq])np['removeEventListener'](nq,np['BDFDBinitElementsListeners'][nq]);np['BDFDBinitElementsListeners'][nq]=nr;np['addEventListener'](nq,nr);};};BDFDB['appendModal']=function(ns){if(!Node['prototype']['isPrototypeOf'](ns))return;var nt=document['querySelector'](BDFDB['dotCN']['app']+'\x20~\x20[class^=\x22theme\x22]:not([class*=\x22popouts\x22])');if(!nt)return;var nu=nv=>{if(!document['contains'](ns))document['removeEventListener']('keydown',nu);else if(nv['which']==0x1b)ns['querySelector'](BDFDB['dotCN']['backdrop'])['click']();};document['addEventListener']('keydown',nu);BDFDB['addChildEventListener'](ns,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok',()=>{document['removeEventListener']('keydown',nu);BDFDB['addClass'](ns,'closing');setTimeout(()=>{ns['remove']();},0x12c);});nt['appendChild'](ns);BDFDB['initElements'](ns);};BDFDB['openConfirmModal']=function(){if(arguments['length']<0x2)return;var nw=arguments[0x0];var nx=arguments[0x1];if(!BDFDB['isObject'](nw)||!nx)return;var ny=typeof arguments[0x2]=='function'?arguments[0x2]:typeof arguments[0x3]=='function'?arguments[0x3]:null;var nz=typeof arguments[0x2]=='string'?arguments[0x2]:'Are\x20you\x20sure?';let nA=BDFDB['htmlToElement'](''+nz+''+nw['name']+''+nx+'\x20');BDFDB['appendModal'](nA);if(typeof ny=='function')nA['querySelector']('.btn-ok')['addEventListener']('click',()=>{setTimeout(()=>{ny();},0x12c);});return nA;};BDFDB['updateContextPosition']=function(nB,nC=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](nB))return;var nD=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nE=BDFDB['getRects'](nB);var nF={'pageX':nC['pageX']-nE['width'],'pageY':nC['pageY']-nE['height']};nB['style']['setProperty']('left',(nC['pageX']+nE['width']>nD['width']?nF['pageX']<0x0?0xa:nF['pageX']:nC['pageX'])+'px');nB['style']['setProperty']('top',(nC['pageY']+nE['height']>nD['height']?nF['pageY']<0x0?0xa:nF['pageY']:nC['pageY'])+'px');BDFDB['initElements'](nB);};BDFDB['appendContextMenu']=function(nG,nH=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](nG))return;var nI=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!nI)return;nI['parentElement']['insertBefore'](nG,nI);var nJ=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nK=BDFDB['getRects'](nG);BDFDB['toggleClass'](nG,'invertX',nH['pageX']+nK['width']>nJ['width']);BDFDB['toggleClass'](nG,'invertY',nH['pageY']+nK['height']>nJ['height']);BDFDB['toggleClass'](nG,BDFDB['disCN']['contextmenuinvertchildx'],nH['pageX']+nK['width']>nJ['width']);BDFDB['addClass'](nG,BDFDB['getDiscordTheme']());BDFDB['updateContextPosition'](nG,nH);var nL=nM=>{if(!document['contains'](nG))document['removeEventListener']('mousedown',nL);else if(!nG['contains'](nM['target'])){document['removeEventListener']('mousedown',nL);nG['remove']();}else{var nN=BDFDB['getParentEle'](BDFDB['dotCN']['contextmenuitem'],nM['target']);if(nN&&!BDFDB['containsClass'](nN,BDFDB['disCN']['contextmenuitemdisabled'],BDFDB['disCN']['contextmenuitemsubmenu'],BDFDB['disCN']['contextmenuitemtoggle'],BDFDB['disCN']['contextmenuitemslider'],![]))document['removeEventListener']('mousedown',nL);}};document['addEventListener']('mousedown',nL);BDFDB['initElements'](nG);};BDFDB['closeContextMenu']=function(nO){if(!BDFDB['isObject'](nO))return;var nP=Node['prototype']['isPrototypeOf'](nO)?BDFDB['getOwnerInstance']({'node':nO,'name':'ContextMenu','up':!![]}):BDFDB['getOwnerInstance']({'instance':nO,'name':'ContextMenu','up':!![]});if(BDFDB['isObject'](nP)&&nP['props']&&typeof nP['props']['closeContextMenu']=='function')nP['props']['closeContextMenu']();};BDFDB['appendSubMenu']=function(nQ,nR){if(!Node['prototype']['isPrototypeOf'](nQ)||!Node['prototype']['isPrototypeOf'](nR))return;nQ['appendChild'](nR);var nS=BDFDB['getRects'](nQ);var nT=BDFDB['getRects'](nR);nR['style']['setProperty']('left',nS['left']+'px');nR['style']['setProperty']('top',(nS['top']+nT['height']>global['window']['outerHeight']?nS['top']-nT['height']+nS['height']:nS['top'])+'px');BDFDB['addClass'](nR,BDFDB['getDiscordTheme']());var nU=()=>{nQ['removeEventListener']('mouseleave',nU);nR['remove']();};nQ['addEventListener']('mouseleave',nU);BDFDB['initElements'](nR);};BDFDB['setContextHint']=function(nV,nW){if(!nW||!Node['prototype']['isPrototypeOf'](nV))return;var nX=nV['querySelector'](BDFDB['dotCN']['contextmenuhint']);if(nX){nV['style']['setProperty']('position','relative','important');nX['innerHTML']=''+BDFDB['encodeToHTML'](nW)+'';if(!BDFDB['containsClass'](nX['previousElementSibling'],'DevilBro-textscrollwrapper')){BDFDB['addClass'](nX['previousElementSibling'],'DevilBro-textscrollwrapper');nX['previousElementSibling']['setAttribute']('speed',0x3);nX['previousElementSibling']['innerHTML']=''+BDFDB['encodeToHTML'](nX['previousElementSibling']['innerText'])+'';}var nY=BDFDB['getRects'](nV)['width']-(parseFloat(getComputedStyle(nV)['paddingLeft'])+parseFloat(getComputedStyle(nV)['paddingRight']));nX['previousElementSibling']['style']['setProperty']('width',nY-0x24+'px','important');nX['previousElementSibling']['style']['setProperty']('max-width',nY-0x24+'px','important');nX['style']['setProperty']('position','absolute','important');nX['style']['setProperty']('top',getComputedStyle(nV)['paddingTop'],'important');nX['style']['setProperty']('right',getComputedStyle(nV)['paddingRight'],'important');nX['style']['setProperty']('width','32px','important');nX['style']['setProperty']('max-width','32px','important');}};BDFDB['openGuildContextMenu']=function(nZ,o0=BDFDB['mousePosition']){var o1=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],nZ);if(!o1)return;var o2=BDFDB['getReactValue'](o1,'return.stateNode.handleContextMenu');if(o2)o2({'target':o1,'preventDefault':o3=>o3,'stopPropagation':o4=>o4,'pageX':o0['pageX'],'pageY':o0['pageY']});};BDFDB['createMessageOptionPopout']=function(o5){if(!o5)return;var o6=document['querySelector'](BDFDB['dotCN']['popouts']);if(!o6)return;o5=BDFDB['containsClass'](o5,BDFDB['disCN']['optionpopoutbutton'])?o5:o5['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var o7=BDFDB['getReactInstance'](BDFDB['getParentEle'](BDFDB['dotCN']['messagebuttoncontainer'],o5));o7=o7&&o7['child']?o7['child']:null;o7=o7&&o7['stateNode']&&typeof o7['stateNode']['renderReactionPopout']=='function'?o7['sibling']:o7;if(o7&&o7['stateNode']&&typeof o7['stateNode']['renderOptionPopout']=='function'){BDFDB['addClass'](o5,'popout-open');var o8=BDFDB['htmlToElement']('');o6['appendChild'](o8);var o9=o7['stateNode']['renderOptionPopout'](o7['stateNode']['props']);o9['props']['target']=o5;o9['props']['onClose']=()=>{BDFDB['removeClass'](o5,'popout-open');o8['remove']();};BDFDB['React']['render'](o9,o8);var oa=BDFDB['getRects'](o5);o8['style']['setProperty']('left',oa['left']+oa['width']/0x2+'px');o8['style']['setProperty']('top',oa['top']+oa['height']/0x2+'px');var ob=oc=>{document['removeEventListener']('mousedown',ob);if(!o8['contains'](oc['target']))o9['props']['onClose']();};document['addEventListener']('mousedown',ob);}};BDFDB['createSortPopout']=function(od,oe,of){if(!od||!oe||typeof of!='function'||BDFDB['containsClass'](od,'popout-open'))return;var og=document['querySelector'](BDFDB['dotCN']['popouts']);var oh=od['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!og||!oh)return;BDFDB['addClass'](od,'popout-open');var oi=BDFDB['htmlToElement'](oe);var oj=BDFDB['getRects'](od);oi['style']['setProperty']('left',oj['left']+oj['width']+'px');oi['style']['setProperty']('top',oj['top']+BDFDB['getRects'](oh)['height']+'px');BDFDB['addClass'](oi['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['getDiscordTheme']());BDFDB['addChildEventListener'](oi,'click',BDFDB['dotCN']['contextmenuitem'],ok=>{oh['innerText']=ok['currentTarget']['innerText'];oh['setAttribute']('option',ok['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',ol);oi['remove']();setTimeout(()=>{BDFDB['removeClass'](od,'popout-open');},0x12c);of();});og['appendChild'](oi);var ol=om=>{if(!document['contains'](oi))document['removeEventListener']('mousedown',ol);else if(!oi['contains'](om['target'])){document['removeEventListener']('mousedown',ol);oi['remove']();setTimeout(()=>{BDFDB['removeClass'](od,'popout-open');},0x12c);}};document['addEventListener']('mousedown',ol);};BDFDB['setColorSwatches']=function(on,oo){if(!Node['prototype']['isPrototypeOf'](on))return;var op=on['querySelector']('.swatches:not([swatchnr])');if(!op)return;op['setAttribute']('swatchnr',parseInt(on['querySelectorAll']('.swatches[swatchnr]')['length']+0x1));var oq=['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)'];op['appendChild'](BDFDB['htmlToElement'](''+oq['map']((or,os)=>'')['join']('')+''));if(oo&&!BDFDB['colorCOMPARE'](oo,[0x0,0x0,0x0,0x0])){var ot=oq['indexOf'](BDFDB['colorCONVERT'](oo,'RGB'));ow(ot>-0x1?op['querySelectorAll']('.ui-color-picker-swatch.small.color')[ot]:op['querySelector']('.ui-color-picker-swatch.large.custom'),oo,!![]);}else ow(op['querySelector']('.ui-color-picker-swatch.small.nocolor'),null,!![]);BDFDB['addChildEventListener'](op,'click','.ui-color-picker-swatch',ou=>{if(BDFDB['containsClass'](op,'disabled'))return;else if(BDFDB['containsClass'](ou['currentTarget'],'custom')){BDFDB['openColorPicker'](ou['currentTarget']['style']['backgroundColor'])['then'](ov=>{ow(op['querySelector']('.ui-color-picker-swatch.selected'),null,![]);ow(op['querySelector']('.ui-color-picker-swatch.custom'),ov,!![]);});}else{ow(op['querySelector']('.ui-color-picker-swatch.selected'),null,![]);ow(ou['currentTarget'],ou['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});function ow(ox,oy,oz){if(!ox)return;if(oz){BDFDB['addClass'](ox,'selected');if(oy)ox['style']['setProperty']('border-color',BDFDB['colorINV'](oy,'RGB'),'important');else ox['style']['removeProperty']('border-color');if(oy&&BDFDB['containsClass'](ox,'custom')){var oA=BDFDB['colorCONVERT'](oy,'RGBCOMP');ox['style']['setProperty']('background-color',BDFDB['colorCONVERT'](oy,'RGB'),'important');ox['querySelector']('.color-picker-dropper-fg')['style']['setProperty']('color',oA[0x0]>0x96&&oA[0x1]>0x96&&oA[0x2]>0x96?'#000':'#FFF','important');}}else{BDFDB['removeClass'](ox,'selected');ox['style']['removeProperty']('border-color');}}};BDFDB['getSwatchColor']=function(oB,oC){if(!Node['prototype']['isPrototypeOf'](oB))return;var oD=oB['querySelector']('.swatches[swatchnr=\x22'+oC+'\x22]\x20.ui-color-picker-swatch.selected');return oD?BDFDB['colorCONVERT'](oD['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;};BDFDB['openColorPicker']=function(oE){return new Promise(oF=>{oE=BDFDB['colorCONVERT'](oE,'RGB')||'rgb(0,0,0)';var oG=BDFDB['getLibraryStrings']();var oH={'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 oI=BDFDB['htmlToElement'](''+oG['colorpicker_modal_header_text']+''+Object['keys'](oH)['map']((oJ,oK)=>''+oJ+':'+(oH[oJ]['type']=='number'?'':'')+''+oH[oJ]['unit']+'')['join']('')+'');BDFDB['appendModal'](oI);BDFDB['addChildEventListener'](oI,'click','.btn-ok',()=>{oF(oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected')['style']['getPropertyValue']('background-color'));});BDFDB['addChildEventListener'](oI,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCN']['modalclose'],()=>{oF(null);});var oL='#000000',oM=0x0,oN=0x0,oO=0x0,oP=0x0,oQ=0x0,oR=0x0;var oS=oI['querySelector']('.colorpicker-hex');var oT=oI['querySelector']('.colorpicker-hue');var oU=oI['querySelector']('.colorpicker-saturation');var oV=oI['querySelector']('.colorpicker-lightness');var oW=oI['querySelector']('.colorpicker-red');var oX=oI['querySelector']('.colorpicker-green');var oY=oI['querySelector']('.colorpicker-blue');var oZ=oI['querySelector']('.colorpicker-pickerpane');var p0=oI['querySelector']('.colorpicker-pickercursor');var p1=oI['querySelector']('circle');var p2=oI['querySelector']('.colorpicker-sliderpane');var p3=oI['querySelector']('.colorpicker-slidercursor');var p4=oI['querySelector']('path');var p5=0x0;var p6=0x0;var p7,p8,p9,pa,pb,pc;var pd=0x0;var pe,pf,pg;[oP,oQ,oR]=BDFDB['colorCONVERT'](oE,'HSLCOMP');pJ();setTimeout(()=>{pC();},0x12c);oZ['addEventListener']('mousedown',ph=>{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');ps(ph['button']);pD();p5=ph['clientX']-p7;p6=ph['clientY']-p8;pI();oQ=BDFDB['mapRange']([p9-p7,pa-p7],[0x0,0x64],p5)+'%';oR=BDFDB['mapRange']([pb-p8,pc-p8],[0x64,0x0],p6)+'%';pJ();var pi=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pi);document['removeEventListener']('mousemove',pj);};var pj=pk=>{p5=pk['clientX']>pa?pa-p7:pk['clientX']pc?pc-p8:pk['clientY']{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');ps(pl['button']);pD();pd=pl['clientY']-pe;pI();oP=BDFDB['mapRange']([pf-pe,pg-pe],[0x168,0x0],pd);pJ();var pm=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pm);document['removeEventListener']('mousemove',pn);};var pn=po=>{pd=po['clientY']>pg?pg-pe:po['clientY']{pv(pp['currentTarget']['getAttribute']('group'));});BDFDB['addChildEventListener'](oI,'click','[class^=\x22colorpicker-preview-\x22]',pq=>{var pr=oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pr['style']['setProperty']('border-color','transparent');BDFDB['removeClass'](pr,'selected');BDFDB['addClass'](pq['currentTarget'],'selected');[oP,oQ,oR]=BDFDB['colorCONVERT'](pq['currentTarget']['style']['getPropertyValue']('background-value'),'HSLCOMP');pJ();pC();});function ps(pt){var pu=oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pu['style']['removeProperty']('border-color');BDFDB['removeClass'](pu,'selected');BDFDB['addClass'](oI['querySelector']('.colorpicker-preview-'+pt),'selected');}function pv(pw){switch(pw){case'RGB':oM=px(oW),oN=px(oX),oO=px(oY);[oP,oQ,oR]=BDFDB['colorCONVERT']([oM,oN,oO],'HSLCOMP');oS['value']=BDFDB['colorCONVERT']([oM,oN,oO],'HEX');oT['value']=Math['round'](oP),oU['value']=Math['round'](parseInt(oQ)),oV['value']=Math['round'](parseInt(oR));oW['value']=oM,oX['value']=oN,oY['value']=oO;break;case'HSL':oP=px(oT),oQ=px(oU)+'%',oR=px(oV)+'%';[oM,oN,oO]=BDFDB['colorCONVERT']([oP,oQ,oR],'RGBCOMP');oS['value']=BDFDB['colorCONVERT']([oM,oN,oO],'HEX');oT['value']=oP,oU['value']=parseInt(oQ),oV['value']=parseInt(oR);oW['value']=oM,oX['value']=oN,oY['value']=oO;break;case'HEX':oL=oS['value'];if(/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['test'](oL)){[oP,oQ,oR]=BDFDB['colorCONVERT'](oL,'HSLCOMP');[oM,oN,oO]=BDFDB['colorCONVERT'](oL,'RGBCOMP');oT['value']=Math['round'](oP),oU['value']=Math['round'](parseInt(oQ)),oV['value']=Math['round'](parseInt(oR));oW['value']=oM,oX['value']=oN,oY['value']=oO;}break;}pK();pC();}function px(py){var pz=parseInt(py['value']);var pA=parseInt(py['getAttribute']('min'));var pB=parseInt(py['getAttribute']('max'));return isNaN(pz)?py['getAttribute']('placeholder'):pzpB?pB:pz;}function pC(){pD();p5=BDFDB['mapRange']([0x0,0x64],[p9-p7,pa-p7],parseInt(oQ));p6=BDFDB['mapRange']([0x64,0x0],[pb-p8,pc-p8],parseInt(oR));pd=BDFDB['mapRange']([0x168,0x0],[pf-pe,pg-pe],oP);pI();p1['style']['setProperty']('color',BDFDB['colorINV']([oM,oN,oO],'RGB'),'important');p4['style']['setProperty']('color',BDFDB['colorCONVERT']([oP,'100%','100%'],'RGB'),'important');}function pD(){var pE=BDFDB['getRects'](oZ);var pF=BDFDB['getRects'](p0);p7=pF['width']/0x2;p8=pF['height']/0x2;p9=pE['left'];pa=p9+pE['width'];pb=pE['top'];pc=pb+pE['height'];var pG=BDFDB['getRects'](p2);var pH=BDFDB['getRects'](p3);pe=pH['height']/0x2;pf=pG['top'];pg=pf+pG['height'];}function pI(){p0['style']['setProperty']('left',p5-p9+'px','important');p0['style']['setProperty']('top',p6-pb+'px','important');p3['style']['setProperty']('top',pd-pf+'px','important');}function pJ(){[oM,oN,oO]=BDFDB['colorCONVERT']([oP,oQ,oR],'RGBCOMP');oS['value']=BDFDB['colorCONVERT']([oM,oN,oO],'HEX');oT['value']=Math['round'](oP),oU['value']=Math['round'](parseInt(oQ)),oV['value']=Math['round'](parseInt(oR));oW['value']=Math['round'](oM),oX['value']=Math['round'](oN),oY['value']=Math['round'](oO);pK();p1['style']['setProperty']('color',BDFDB['colorINV']([oM,oN,oO],'RGB'),'important');p4['style']['setProperty']('color',BDFDB['colorCONVERT']([oP,'100%','100%'],'RGB'),'important');}function pK(){oI['querySelector']('.colorpicker-color')['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oP,'100%','100%'],'RGB'),'important');var pL=oI['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pL['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oM,oN,oO],'RGB'),'important');pL['style']['setProperty']('border-color',BDFDB['colorINV']([oM,oN,oO],'RGB'),'important');}});};BDFDB['mapRange']=function(pM,pN,pO){return parseFloat(pN[0x0])+(parseFloat(pO)-parseFloat(pM[0x0]))*(parseFloat(pN[0x1])-parseFloat(pN[0x0]))/(parseFloat(pM[0x1])-parseFloat(pM[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(pP){if(!BDFDB['isBDv2']())return global['window']['bdplugins'][pP]&&global['window']['pluginCookie'][pP];else return BDFDB['Plugins'][pP['toLowerCase']()]?BDFDB['Plugins'][pP['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(pQ){if(!BDFDB['isBDv2']())return global['window']['bdthemes'][pQ]&&global['window']['themeCookie'][pQ];else return BDFDB['Themes'][pQ['toLowerCase']()]?BDFDB['Themes'][pQ['toLowerCase']()]['enabled']:null;};(BDFDB['setPluginCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Plugins']={};for(let pR of BDFDB['BDv2Api']['Plugins']['listPlugins']())BDFDB['BDv2Api']['Plugins']['getPlugin'](pR)['then'](pS=>{BDFDB['Plugins'][pR]=pS;});})();(BDFDB['setThemeCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Themes']={};for(let pT of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](pT)['then'](pU=>{BDFDB['Themes'][pT]=pU;});})();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','guildInner':'wrapper-2lTRaf','highlight':'highlight','loginScreen':'wrapper-3Q5DdO','lfg':'lfg-3xoFkI','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','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'](pV=>typeof pV['app']=='string'&&pV!=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']['CardStore']=BDFDB['WebModules']['findByProperties']('card','interactive','url');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']['Game']=BDFDB['WebModules']['findByProperties']('game','gameName');BDFDB['DiscordClassModules']['GifFavoriteButton']=BDFDB['WebModules']['findByProperties']('gifFavoriteButton','showPulse');BDFDB['DiscordClassModules']['GiftInventory']=BDFDB['WebModules']['find'](pW=>typeof pW['root']=='string'&&typeof pW['body']=='string'&&(Object['keys'](pW)['length']==0x2||Object['keys'](pW)['length']==0x3));BDFDB['DiscordClassModules']['Guild']=BDFDB['WebModules']['findByProperties']('guildIcon','selected','unread','badge');BDFDB['DiscordClassModules']['GuildChannels']=BDFDB['WebModules']['findByProperties']('positionedContainer','unreadBar');BDFDB['DiscordClassModules']['GuildChannelsContainer']=BDFDB['WebModules']['find'](pX=>typeof pX['container']=='string'&&typeof pX['firefoxFixScrollFlex']=='string'&&Object['keys'](pX)['length']==0x2);BDFDB['DiscordClassModules']['GuildDm']=BDFDB['WebModules']['findByProperties']('avatar','badge','inner','container');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']['GuildsDiscovery']=BDFDB['WebModules']['find'](pY=>typeof pY['container']=='string'&&typeof pY['newBadge']=='string'&&Object['keys'](pY)['length']==0x2);BDFDB['DiscordClassModules']['GuildsItems']=BDFDB['WebModules']['findByProperties']('guildSeparator','guildsError','friendsOnline');BDFDB['DiscordClassModules']['GuildsWrapper']=BDFDB['WebModules']['findByProperties']('unreadMentionBar','unreadMentionsBar','wrapper');BDFDB['DiscordClassModules']['HeaderBar']=BDFDB['WebModules']['findByProperties']('headerBar','headerBarDrag');BDFDB['DiscordClassModules']['HeaderBarExtras']=BDFDB['WebModules']['findByProperties']('headerBarLoggedOut','search');BDFDB['DiscordClassModules']['HomeIcon']=BDFDB['WebModules']['findByProperties']('homeIcon');BDFDB['DiscordClassModules']['HotKeyRecorder']=BDFDB['WebModules']['findByProperties']('editIcon','recording');BDFDB['DiscordClassModules']['HoverCard']=BDFDB['WebModules']['findByProperties']('card','active');BDFDB['DiscordClassModules']['HoverCardButton']=BDFDB['WebModules']['find'](pZ=>typeof pZ['button']=='string'&&Object['keys'](pZ)['length']==0x1);BDFDB['DiscordClassModules']['IconDirection']=BDFDB['WebModules']['findByProperties']('directionDown','directionUp');BDFDB['DiscordClassModules']['ImageWrapper']=BDFDB['WebModules']['findByProperties']('clickable','imageWrapperBackground');BDFDB['DiscordClassModules']['InviteModal']=BDFDB['WebModules']['findByProperties']('inviteRow','modal');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'](q0=>typeof q0['divider']=='string'&&Object['keys'](q0)['length']==0x1);BDFDB['DiscordClassModules']['ModalItems']=BDFDB['WebModules']['findByProperties']('guildName','checkboxContainer');BDFDB['DiscordClassModules']['ModalMiniContent']=BDFDB['WebModules']['find'](q1=>typeof q1['modal']=='string'&&typeof q1['content']=='string'&&typeof q1['size']=='string'&&Object['keys'](q1)['length']==0x3);BDFDB['DiscordClassModules']['ModalWrap']=BDFDB['WebModules']['find'](q2=>typeof q2['modal']=='string'&&typeof q2['inner']=='string'&&Object['keys'](q2)['length']==0x2);BDFDB['DiscordClassModules']['NameTag']=BDFDB['WebModules']['findByProperties']('bot','nameTag');BDFDB['DiscordClassModules']['Note']=BDFDB['WebModules']['find'](q3=>typeof q3['note']=='string'&&Object['keys'](q3)['length']==0x1);BDFDB['DiscordClassModules']['Notice']=BDFDB['WebModules']['findByProperties']('notice','noticeFacebook');BDFDB['DiscordClassModules']['OptionPopout']=BDFDB['WebModules']['findByProperties']('container','button','item');BDFDB['DiscordClassModules']['PictureInPicture']=BDFDB['WebModules']['findByProperties']('pictureInPicture','pictureInPictureWindow');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');if(BDFDB['myData']['id']=='278543574059057154')for(let q4 in BDFDB['DiscordClassModules'])if(!BDFDB['DiscordClassModules'][q4]){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',q4+'\x20not\x20initialized\x20in\x20BDFDB.DiscordClassModules');}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'],'cardstore':['CardStore','card'],'cardstoreinteractive':['CardStore','interactive'],'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'],'channelheaderheaderbar':['HeaderBar','headerBar'],'channelheaderheaderbardrag':['HeaderBar','headerBarDrag'],'channelheaderheaderbartitle':['HeaderBar','title'],'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':['HeaderBarExtras','search'],'channelheadertitle':['ChannelWindow','title'],'channelheadertitlecall':['ChannelWindow','titleCall'],'channelheadertitletext':['ChannelWindow','titleText'],'channelheadertitlewrapper':['ChannelWindow','titleWrapper'],'channelheadertoolbar':['HeaderBarExtras','toolbar'],'channelheadertopic':['ChannelWindow','topic'],'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'],'channelsscroller':['GuildChannels','scroller'],'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'],'contextmenuitemslider':['ContextMenu','itemSlider'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenuhasscroller':['ContextMenu','itemSubMenuHasScroller'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'contextmenuslider':['ContextMenu','slider'],'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'],'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'],'dmguild':['GuildDm','container'],'dmguildbadge':['GuildDm','badge'],'dmguildavatar':['GuildDm','avatar'],'dmguildaudio':['GuildDm','audio'],'dmguildavatarinner':['GuildDm','inner'],'dmguildvideo':['GuildDm','video'],'guildavatar':['GuildDm','avatar'],'guildavatarinner':['GuildDm','inner'],'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':['GuildsItems','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'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'guild':['Guild','container'],'guildaudio':['Guild','audio'],'guildchannels':['GuildChannelsContainer','container'],'guilddragfix':['Guild','dragfix'],'guildheader':['GuildHeader','container'],'guildheaderbanner':['GuildHeader','banner'],'guildheaderbannerimage':['GuildHeader',BDFDB['DiscordClassModules']['GuildHeader']['bannerImage']?'bannerImage':'banner'],'guildheaderhasdropdown':['GuildHeader','hasDropdown'],'guildheaderheader':['GuildHeader','header'],'guildheadername':['GuildHeader','name'],'guildheaderverified':['GuildHeader','verified'],'guildicon':['Guild','guildIcon'],'guildinner':['NotFound','guildInner'],'guildplaceholder':['Guild','dragPlaceholder'],'guilds':['GuildsWrapper','scroller'],'guildsadd':['GuildsItems','circleIconButton'],'guildsaddcontainer':['GuildsItems','createJoinContainer'],'guildsaddinner':['GuildsItems','plus'],'guildsdiscoverycontainer':['GuildsDiscovery','container'],'guildselected':['Guild','selected'],'guildseparator':['GuildsItems','guildSeparator'],'guildserror':['GuildsItems','guildsError'],'guildserrorcontainer':['GuildsItems','guildsErrorContainer'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinvitechannelname':['GuildSettingsInvite','channelName'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'guildsscrollerwrap':['GuildsWrapper','scrollerWrap'],'guildswrapper':['GuildsWrapper','wrapper'],'guildunread':['Guild','unread'],'guildvideo':['Guild','video'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'h2':['Text','h2'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height16':['Text','height16'],'height20':['Text','height20'],'height24':['Text','height24'],'height28':['TextStyle','height28'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'homebutton':['HomeIcon','homeButton'],'homebuttonbadge':['HomeIcon','badge'],'homebuttoncontainer':['HomeIcon','container'],'homebuttonicon':['HomeIcon','homeIcon'],'homebuttonlink':['HomeIcon','homeLink'],'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'],'invitemodal':['InviteModal','modal'],'invitemodalinviterow':['InviteModal','inviteRow'],'invitemodalinviterowname':['InviteModal','inviteRowName'],'invitemodalwrapper':['InviteModal','wrapper'],'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'],'messagelocalbotmessage':['Message','localBotMessage'],'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'],'noticepremiumgrandfathered':['Notice','noticePremiumGrandfathered'],'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'],'pictureinpicture':['PictureInPicture','pictureInPicture'],'pictureinpicturewindow':['PictureInPicture','pictureInPictureWindow'],'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'],'userprofilenametag':['UserProfile','nameTag'],'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(q5,q6){return BDFDB['getDiscordClass'](q6,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q7,q8){return BDFDB['getDiscordClass'](q8,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q9,qa){return BDFDB['getDiscordClass'](qa,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qb,qc){let qd=BDFDB['getDiscordClass'](qc,!![]);return(qd['indexOf']('#')==0x0?'':'.')+qd;}});BDFDB['dotCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qe,qf){let qg=BDFDB['getDiscordClass'](qf,!![]);return(qg['indexOf']('#')==0x0?'':'.')+qg+'\x20';}});BDFDB['dotCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qh,qi){let qj=BDFDB['getDiscordClass'](qi,!![]);return(qj['indexOf']('#')==0x0?'':'.')+qj+',';}});BDFDB['notCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qk,ql){return':not(.'+BDFDB['getDiscordClass'](ql,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qm,qn){return':not(.'+BDFDB['getDiscordClass'](qn,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qo,qp){return':not(.'+BDFDB['getDiscordClass'](qp,!![])['split']('.')[0x0]+'),';}});BDFDB['getDiscordClass']=function(qq,qr){var qs=BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];if(BDFDB['DiscordClasses'][qq]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',qq+'\x20not\x20found\x20in\x20BDFDB.DiscordClasses');return qs;}else if(!Array['isArray'](BDFDB['DiscordClasses'][qq])||BDFDB['DiscordClasses'][qq]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',qq+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20BDFDB.DiscordClasses');return qs;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qq][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][qq][0x0]+'\x20not\x20found\x20in\x20BDFDB.DiscordClassModules');return qs;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qq][0x0]][BDFDB['DiscordClasses'][qq][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][qq][0x1]+'\x20not\x20found\x20in\x20'+BDFDB['DiscordClasses'][qq][0x0]+'\x20in\x20BDFDB.DiscordClassModules');return qs;}else{qs=BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qq][0x0]][BDFDB['DiscordClasses'][qq][0x1]];if(qr){qs=qs['split']('\x20')['filter'](qt=>qt['indexOf']('da-')!=0x0)['join'](qr?'.':'\x20');qs=qs?qs:BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];}return qs;}};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'+BDFDB['dotCN']['guildheaderbannerimage']+'[style*=\x22https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp\x22]\x20{\x0a\x09\x09\x09background-position:\x20center\x20!important;\x0a\x09\x09\x09background-size:\x20contain\x20!important;\x0a\x09\x09\x09background-color:\x20#1A171A\x20!important;\x0a\x09\x09}\x0a\x09\x09\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-stacked\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.35;\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\x20~\x20.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-stacked\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\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 qu={};BDFDB['addEventListener'](BDFDB,document,'keydown.BDFDBPressedKeys',qv=>{if(!BDFDB['pressedKeys']['includes'](qv['which'])){clearTimeout(qu[qv['which']]);BDFDB['pressedKeys']['push'](qv['which']);qu[qv['which']]=setTimeout(()=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qv['which'],!![]);},0xea60);}});BDFDB['addEventListener'](BDFDB,document,'keyup.BDFDBPressedKeys',qw=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qw['which'],!![]);});BDFDB['addEventListener'](BDFDB,document,'mousedown.BDFDBMousePosition',qx=>{BDFDB['mousePosition']=qx;});BDFDB['patchModules']={'Icon':['componentDidMount','componentDidUpdate'],'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'MessageOptionPopout':'componentDidMount'};BDFDB['WebModules']['unpatchall'](BDFDB);BDFDB['WebModules']['patchModules'](BDFDB);BDFDB['WebModules']['patch'](BDFDB['WebModules']['findByProperties']('getGuilds','getGuild'),'getGuild',BDFDB,{'after':qy=>{if(qy['methodArguments'][0x0]=='410787888507256842'&&!qy['returnValue']['banner']){qy['returnValue']['banner']='https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp';qy['returnValue']['splash']='https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp';qy['returnValue']['features']['add']('VERIFIED');qy['returnValue']['features']['add']('FAKE_VERIFIED');}}});BDFDB['WebModules']['patch'](BDFDB['WebModules']['findByProperties']('getGuildBannerURL'),'getGuildBannerURL',BDFDB,{'instead':qz=>{return qz['methodArguments'][0x0]['id']=='410787888507256842'?'https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp':qz['callOriginalMethod']();}});BDFDB['processIcon']=function(qA,qB){if(qA['props']&&qA['props']['name']&&qA['props']['name']['toLowerCase']()=='verified'){var qC=BDFDB['getKeyInformation']({'node':qB,'key':'guild','up':!![]});if(qC&&qC['features'])BDFDB['toggleEles'](qB,!qC['features']['has']('FAKE_VERIFIED'));}};BDFDB['processV2CList']=function(qD,qE){if(!document['querySelector']('.bd-updatebtn')&&global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&qD['_reactInternalFiber']['key']&&qD['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var qF=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(qF){var qG=BDFDB['htmlToElement']('Check\x20for\x20Updates');qG['addEventListener']('click',()=>{BDFDB['checkAllUpdates']();});qG['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',qG,{'type':'top','selector':'update-button-tooltip'});});qG['addEventListener']('contextmenu',()=>{if(global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var qH=[];for(let qI in global['window']['PluginUpdates']['plugins'])qH['push'](global['window']['PluginUpdates']['plugins'][qI]['name']);BDFDB['createTooltip'](qH['sort']()['join'](',\x20'),qG,{'type':'bottom','selector':'update-list-tooltip'});}});qF['parentElement']['insertBefore'](qG,qF['nextSibling']);}}};var qJ=(qK,qL)=>{var qM,qN=null;if(BDFDB['containsClass'](qL,BDFDB['disCN']['_reposettingsclosed'])&&(qM=qL['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(qN=qL['querySelector'](BDFDB['dotCN']['_repodescription']))!=null){if(!qM['firstElementChild']&&!qN['firstElementChild']&&(qM['innerText']=='DevilBro'||qM['innerText']['indexOf']('DevilBro,')==0x0)){qN['style']['setProperty']('display','block','important');qM['innerHTML']='DevilBro'+qM['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');qM['addEventListener']('click',()=>{if(BDFDB['myData']['id']=='278543574059057154')return;let qO=BDFDB['WebModules']['findByProperties']('getDMFromUserId')['getDMFromUserId']('278543574059057154');if(qO)BDFDB['WebModules']['findByProperties']('selectPrivateChannel')['selectPrivateChannel'](qO);else BDFDB['WebModules']['findByProperties']('openPrivateChannel')['openPrivateChannel'](BDFDB['myData']['id'],'278543574059057154');let qP=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qP)qP['click']();});let qQ=qL['querySelector'](BDFDB['dotCN']['_repolinks']);if(qQ){if(qQ['firstElementChild'])qQ['appendChild'](document['createTextNode']('\x20|\x20'));let qR=BDFDB['htmlToElement']('Support\x20Server');qR['addEventListener']('click',qS=>{BDFDB['stopEvent'](qS);let qT=()=>{BDFDB['WebModules']['findByProperties']('banUser','joinGuild')['transitionToGuildSync']('410787888507256842');let qU=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qU)qU['click']();};if(BDFDB['WebModules']['findByProperties']('getGuilds','getGuild')['getGuild']('410787888507256842'))qT();else BDFDB['WebModules']['findByProperties']('getAPIBaseURL')['post']({'body':{},'url':BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes')['Endpoints']['INVITE']+'/Jx3TjNS'})['then'](qV=>{qT();});});qQ['appendChild'](qR);if(BDFDB['myData']['id']!='98003542823944192'&&BDFDB['myData']['id']!='116242787980017679'&&BDFDB['myData']['id']!='81388395867156480'){qQ['appendChild'](document['createTextNode']('\x20|\x20'));qQ['appendChild'](BDFDB['htmlToElement']('Donations'));}}}}};BDFDB['processV2CPluginCard']=function(qW,qX){qJ(qW,qX);};BDFDB['processV2CThemeCard']=function(qY,qZ){qJ(qY,qZ);};BDFDB['processMessageOptionPopout']=function(r0,r1){var r2=BDFDB['getReactValue'](r0,'_reactInternalFiber.return.return.return.memoizedProps.target');if(r2)r0['props']['target']=r2;};BDFDB['WebModules']['forceAllUpdates'](BDFDB);BDFDB['loaded']=!![];})(); \ No newline at end of file