This commit is contained in:
Zack Rauen 2020-03-27 23:19:19 -04:00
parent 2d0ab3b1a3
commit 505e0187f6
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -293,6 +293,4 @@ const makeAddonAPI = (cookie, list, manager) => new class AddonAPI {
BdApi.Plugins = makeAddonAPI(pluginCookie, bdplugins, pluginModule);
BdApi.Themes = makeAddonAPI(themeCookie, bdthemes, themeModule);
Object.freeze(BdApi);
export default BdApi;