Added the removed common files

This commit is contained in:
Toastie 2024-09-20 23:23:21 +12:00
parent 6b1d961642
commit f18808fb1c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
194 changed files with 9929 additions and 0 deletions
src/EllieBot/_common/Patronage

View file

@ -0,0 +1,9 @@
namespace EllieBot.Modules.Patronage;
public enum QuotaPer
{
PerHour,
PerDay,
PerMonth,
Total,
}