Update 0BDFDB.plugin.js
This commit is contained in:
parent
c2ef0d07d5
commit
c3fcd25dba
|
@ -7924,9 +7924,9 @@ module.exports = (_ => {
|
||||||
};
|
};
|
||||||
BDFDB.DevUtils.req = InternalBDFDB.getWebModuleReq();
|
BDFDB.DevUtils.req = InternalBDFDB.getWebModuleReq();
|
||||||
|
|
||||||
window.BDFDB_Global = BDFDB;
|
window.BDFDB = BDFDB;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
window.BDFDB_Global = Object.assign({
|
window.BDFDB_Global = Object.assign({
|
||||||
PluginUtils: {
|
PluginUtils: {
|
||||||
buildPlugin: BDFDB.PluginUtils.buildPlugin,
|
buildPlugin: BDFDB.PluginUtils.buildPlugin,
|
||||||
|
@ -7934,7 +7934,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
}, config);
|
}, config);
|
||||||
Object.freeze(BDFDB);
|
Object.freeze(BDFDB);
|
||||||
}
|
|
||||||
for (let obj in DiscordObjects) if (!DiscordObjects[obj]) {
|
for (let obj in DiscordObjects) if (!DiscordObjects[obj]) {
|
||||||
DiscordObjects[obj] = function () {};
|
DiscordObjects[obj] = function () {};
|
||||||
BDFDB.DiscordObjects[obj] = function () {};
|
BDFDB.DiscordObjects[obj] = function () {};
|
||||||
|
|
Loading…
Reference in New Issue