UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

17 lines (16 loc) 702 B
/*! * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ import { RexCommandManager } from "./manager.js"; export default RexCommandManager; export { RexCommandManager }; export { RexApplicationCommandBase } from "./applicationCommandBase.js"; export * from "./helpers/bundle.js"; export * from "./components/bundle.js"; export * from "./contextmenu/bundle.js"; export * from "./helpers/bundle.js"; export * from "./interactions/bundle.js"; export { RexModal, RexModalExecute } from "./modals/bundle.js"; export * from "./slashCommands/bundle.js";