Added common files

This took way too long
This commit is contained in:
Toastie 2024-06-18 23:44:07 +12:00
parent 06f399ff63
commit 547aa8b34d
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
214 changed files with 11046 additions and 0 deletions
src/EllieBot/_common/Patronage

View file

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