@antibot/interactions
Version:
## 🗡️ An interactions library made for Discord interactions
10 lines • 574 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InteractionContextType = void 0;
var InteractionContextType;
(function (InteractionContextType) {
InteractionContextType[InteractionContextType["GUILD"] = 0] = "GUILD";
InteractionContextType[InteractionContextType["BOT_DM"] = 1] = "BOT_DM";
InteractionContextType[InteractionContextType["PRIVATE_CHANNEL"] = 2] = "PRIVATE_CHANNEL";
})(InteractionContextType || (exports.InteractionContextType = InteractionContextType = {}));
//# sourceMappingURL=InteractionContextType.js.map