Adds the /collect route for users to claim job salaries.
Introduces COLLECT_COOLDOWN config for salary collection.
This commit is contained in:
parent
5aae713469
commit
bcc089e13b
2 changed files with 35 additions and 1 deletions
|
|
@ -18,3 +18,4 @@ class Config:
|
|||
|
||||
# Admin
|
||||
ADMIN_KEY = os.getenv('ADMIN_KEY')
|
||||
COLLECT_COOLDOWN = os.getenv('COLLECT_COOLDOWN')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue