add web
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from enum import Enum
|
||||
|
||||
class BanType(Enum):
|
||||
Warning = 0
|
||||
Day1Ban = 1
|
||||
Day3Ban = 2
|
||||
Day7Ban = 3
|
||||
Day14Ban = 4
|
||||
Day30Ban = 5
|
||||
Deleted = 6
|
||||
Reference in New Issue
Block a user