Added common files
This took way too long
This commit is contained in:
parent
06f399ff63
commit
547aa8b34d
214 changed files with 11046 additions and 0 deletions
src/EllieBot/_common/Patronage
8
src/EllieBot/_common/Patronage/QuotaPer.cs
Normal file
8
src/EllieBot/_common/Patronage/QuotaPer.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace EllieBot.Modules.Patronage;
|
||||
|
||||
public enum QuotaPer
|
||||
{
|
||||
PerHour,
|
||||
PerDay,
|
||||
PerMonth,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue