UNPKG

@antibot/interactions

Version:

## 🗡️ An interactions library made for Discord interactions

19 lines 850 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApplicationCommandType = void 0; var ApplicationCommandType; (function (ApplicationCommandType) { /** * Slash commands; a text-based command that shows up when a user types / */ ApplicationCommandType[ApplicationCommandType["CHAT_INPUT"] = 1] = "CHAT_INPUT"; /** * A UI-based command that shows up when you right click or tap on a user */ ApplicationCommandType[ApplicationCommandType["USER"] = 2] = "USER"; /** * A UI-based command that shows up when you right click or tap on a message */ ApplicationCommandType[ApplicationCommandType["MESSAGE"] = 3] = "MESSAGE"; })(ApplicationCommandType || (exports.ApplicationCommandType = ApplicationCommandType = {})); //# sourceMappingURL=ApplicationCommandType.js.map