seyfert
Version:
The most advanced framework for discord bots
12 lines (11 loc) • 502 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntitlementOwnerType = void 0;
/**
* https://discord.com/developers/docs/monetization/entitlements#create-test-entitlement
*/
var EntitlementOwnerType;
(function (EntitlementOwnerType) {
EntitlementOwnerType[EntitlementOwnerType["Guild"] = 1] = "Guild";
EntitlementOwnerType[EntitlementOwnerType["User"] = 2] = "User";
})(EntitlementOwnerType || (exports.EntitlementOwnerType = EntitlementOwnerType = {}));