Added the removed common files
This commit is contained in:
parent
6b1d961642
commit
f18808fb1c
194 changed files with 9929 additions and 0 deletions
src/EllieBot/_common/Patronage
9
src/EllieBot/_common/Patronage/QuotaPer.cs
Normal file
9
src/EllieBot/_common/Patronage/QuotaPer.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace EllieBot.Modules.Patronage;
|
||||
|
||||
public enum QuotaPer
|
||||
{
|
||||
PerHour,
|
||||
PerDay,
|
||||
PerMonth,
|
||||
Total,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue