namespace EllieBot.Modules.Patronage;

public enum QuotaPer
{
    PerHour,
    PerDay,
    PerMonth,
    Total,
}