UNPKG

naoko-leveling

Version:

A standard leveling system forgescript extension for discord bot

9 lines (8 loc) 187 B
declare enum StatRegion { Global = "global", Guild = "guild", TextChannel = "textchannel", ThreadChannel = "threadchannel", Custom = "custom" } export { StatRegion };