UNPKG

naoko-leveling

Version:

A standard leveling system forgescript extension for discord bot

11 lines (10 loc) 192 B
enum StatRegion { Global = 'global', Guild = 'guild', TextChannel = 'textchannel', ThreadChannel = 'threadchannel', Custom = 'custom' } export { StatRegion }