ModuleBuilder/moduleWrappers/powercord/global/index.js

11 lines
200 B
JavaScript

import * as commands from './commands.js';
import * as notices from './notices.js';
import * as settings from './settings.js';
export default {
api: {
commands,
notices,
settings
}
};