Update 0BDFDB.plugin.js
This commit is contained in:
parent
d1fd4eac66
commit
1f6ee6fecc
|
@ -2,7 +2,7 @@
|
|||
* @name BDFDB
|
||||
* @author DevilBro
|
||||
* @authorId 278543574059057154
|
||||
* @version 3.8.3
|
||||
* @version 3.8.4
|
||||
* @description Required Library for DevilBro's Plugins
|
||||
* @invite Jx3TjNS
|
||||
* @donate https://www.paypal.me/MircoWittrien
|
||||
|
@ -2544,7 +2544,7 @@ module.exports = (_ => {
|
|||
});
|
||||
}
|
||||
};
|
||||
LibraryModules.LanguageStore = BDFDB.ModuleUtils.find(m => m.Messages && m.Messages.IMAGE && m) || BDFDB.ModuleUtils.find(m => m[InternalData.LanguageStringHashes.DISCORD] && m, {all: true, defaultExport: false}).find(n => n && n.exports && n.exports[InternalData.LanguageStringHashes.DISCORD]).exports;
|
||||
LibraryModules.LanguageStore = BDFDB.ModuleUtils.find(m => m.Messages && m.Messages.IMAGE && m) || (BDFDB.ModuleUtils.find(m => m[InternalData.LanguageStringHashes.DISCORD] && m, {all: true, defaultExport: false}).find(n => n && n.exports && n.exports[InternalData.LanguageStringHashes.DISCORD]) || {}).exports;
|
||||
LibraryModules.React = BDFDB.ModuleUtils.findByProperties("createElement", "cloneElement");
|
||||
LibraryModules.ReactDOM = BDFDB.ModuleUtils.findByProperties("render", "findDOMNode");
|
||||
Internal.LibraryModules = new Proxy(LibraryModules, {
|
||||
|
|
Loading…
Reference in New Issue