UNPKG

@antibot/interactions

Version:

## 🗡️ An interactions library made for Discord interactions

9 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IntegrationType = void 0; var IntegrationType; (function (IntegrationType) { IntegrationType[IntegrationType["GUILD_INSTALL"] = 0] = "GUILD_INSTALL"; IntegrationType[IntegrationType["USER_INSTALL"] = 1] = "USER_INSTALL"; })(IntegrationType || (exports.IntegrationType = IntegrationType = {})); //# sourceMappingURL=IntegrationTypes.js.map