Adds the /collect route for users to claim job salaries.

Introduces COLLECT_COOLDOWN config for salary collection.
This commit is contained in:
MrEisbear 2025-06-20 19:06:06 -05:00
parent 5aae713469
commit bcc089e13b
2 changed files with 35 additions and 1 deletions

View file

@ -18,3 +18,4 @@ class Config:
# Admin
ADMIN_KEY = os.getenv('ADMIN_KEY')
COLLECT_COOLDOWN = os.getenv('COLLECT_COOLDOWN')