naoko-leveling
Version:
A standard leveling system forgescript extension for discord bot
12 lines (11 loc) • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatRegion = void 0;
var StatRegion;
(function (StatRegion) {
StatRegion["Global"] = "global";
StatRegion["Guild"] = "guild";
StatRegion["TextChannel"] = "textchannel";
StatRegion["ThreadChannel"] = "threadchannel";
StatRegion["Custom"] = "custom";
})(StatRegion || (exports.StatRegion = StatRegion = {}));