@wilcosp/rex
Version:
Rex is an automated command manager for discord js
15 lines (14 loc) • 1.06 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/.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.RexUserMenuCommand = exports.RexMessageContextmenuCommand = exports.RexContextMenuCommand = void 0;
var contextMenuCommand_js_1 = require("./contextMenuCommand.js");
Object.defineProperty(exports, "RexContextMenuCommand", { enumerable: true, get: function () { return contextMenuCommand_js_1.RexContextMenuCommand; } });
var messageMenuCommand_js_1 = require("./messageMenuCommand.js");
Object.defineProperty(exports, "RexMessageContextmenuCommand", { enumerable: true, get: function () { return messageMenuCommand_js_1.RexMessageContextmenuCommand; } });
var userMenuCommand_js_1 = require("./userMenuCommand.js");
Object.defineProperty(exports, "RexUserMenuCommand", { enumerable: true, get: function () { return userMenuCommand_js_1.RexUserMenuCommand; } });