stuff
This commit is contained in:
parent
2d291f7623
commit
22ba468a60
|
@ -8501,7 +8501,7 @@ var BDFDB = {
|
||||||
};
|
};
|
||||||
BDFDB.ModuleUtils.DevFuncs.req = InternalBDFDB.getWebModuleReq();
|
BDFDB.ModuleUtils.DevFuncs.req = InternalBDFDB.getWebModuleReq();
|
||||||
}
|
}
|
||||||
for (let obj in DiscordConstants) 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 () {};
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue