@wilcosp/rex
Version:
Rex is an automated command manager for discord js
37 lines (36 loc) • 2.2 kB
JavaScript
;
/*!
* 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/.
*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.RexModalExecute = exports.RexModal = exports.RexApplicationCommandBase = exports.RexCommandManager = void 0;
const manager_js_1 = require("./manager.js");
Object.defineProperty(exports, "RexCommandManager", { enumerable: true, get: function () { return manager_js_1.RexCommandManager; } });
exports.default = manager_js_1.RexCommandManager;
var applicationCommandBase_js_1 = require("./applicationCommandBase.js");
Object.defineProperty(exports, "RexApplicationCommandBase", { enumerable: true, get: function () { return applicationCommandBase_js_1.RexApplicationCommandBase; } });
__exportStar(require("./helpers/bundle.js"), exports);
__exportStar(require("./components/bundle.js"), exports);
__exportStar(require("./contextmenu/bundle.js"), exports);
__exportStar(require("./helpers/bundle.js"), exports);
__exportStar(require("./interactions/bundle.js"), exports);
var bundle_js_1 = require("./modals/bundle.js");
Object.defineProperty(exports, "RexModal", { enumerable: true, get: function () { return bundle_js_1.RexModal; } });
Object.defineProperty(exports, "RexModalExecute", { enumerable: true, get: function () { return bundle_js_1.RexModalExecute; } });
__exportStar(require("./slashCommands/bundle.js"), exports);