@wilcosp/rex
Version:
Rex is an automated command manager for discord js
22 lines (21 loc) • 2.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RexSlashCommandUserOption = exports.RexSlashCommandStringOption = exports.RexSlashCommandRoleOption = exports.RexSlashCommandNumberOption = exports.RexSlashCommandMentionAbleOption = exports.RexSlashCommandIntegerOption = exports.RexSlashCommandChannelOption = exports.RexSlashCommandBooleanOption = exports.RexSlashCommandAttachmentOption = void 0;
var attachmentOption_js_1 = require("./attachmentOption.js");
Object.defineProperty(exports, "RexSlashCommandAttachmentOption", { enumerable: true, get: function () { return attachmentOption_js_1.RexSlashCommandAttachmentOption; } });
var booleanOption_js_1 = require("./booleanOption.js");
Object.defineProperty(exports, "RexSlashCommandBooleanOption", { enumerable: true, get: function () { return booleanOption_js_1.RexSlashCommandBooleanOption; } });
var channelOption_js_1 = require("./channelOption.js");
Object.defineProperty(exports, "RexSlashCommandChannelOption", { enumerable: true, get: function () { return channelOption_js_1.RexSlashCommandChannelOption; } });
var integerOption_js_1 = require("./integerOption.js");
Object.defineProperty(exports, "RexSlashCommandIntegerOption", { enumerable: true, get: function () { return integerOption_js_1.RexSlashCommandIntegerOption; } });
var mentionOption_js_1 = require("./mentionOption.js");
Object.defineProperty(exports, "RexSlashCommandMentionAbleOption", { enumerable: true, get: function () { return mentionOption_js_1.RexSlashCommandMentionAbleOption; } });
var numberOption_js_1 = require("./numberOption.js");
Object.defineProperty(exports, "RexSlashCommandNumberOption", { enumerable: true, get: function () { return numberOption_js_1.RexSlashCommandNumberOption; } });
var roleOption_js_1 = require("./roleOption.js");
Object.defineProperty(exports, "RexSlashCommandRoleOption", { enumerable: true, get: function () { return roleOption_js_1.RexSlashCommandRoleOption; } });
var stringOption_js_1 = require("./stringOption.js");
Object.defineProperty(exports, "RexSlashCommandStringOption", { enumerable: true, get: function () { return stringOption_js_1.RexSlashCommandStringOption; } });
var userOption_js_1 = require("./userOption.js");
Object.defineProperty(exports, "RexSlashCommandUserOption", { enumerable: true, get: function () { return userOption_js_1.RexSlashCommandUserOption; } });