elliebot/src/EllieBot/_common/Patronage/QuotaPer.cs

9 lines
116 B
C#
Raw Normal View History

2024-09-20 23:23:21 +12:00
namespace EllieBot.Modules.Patronage;
public enum QuotaPer
{
PerHour,
PerDay,
PerMonth,
Total,
}