pull/96/head
SneedBot 2023-01-24 06:41:03 +00:00
parent fd3f397214
commit 18c74d8176
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ FP = environ.get("FP", "").strip()
KOFI_TOKEN = environ.get("KOFI_TOKEN", "").strip()
KOFI_LINK = environ.get("KOFI_LINK", "").strip()
PROGSTACK_MUL = float(environ.get("PROGSTACK_MUL", 2.0))
FORBIDDEN = environ.get("FORBIDDEN", "").strip().split()
class Service(Enum):
RDRAMA = auto()