mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
updated BotConfig
This commit is contained in:
@@ -68,3 +68,7 @@ class BotConfig(BaseModel):
|
|||||||
signal_api_url: str
|
signal_api_url: str
|
||||||
phone_number: str
|
phone_number: str
|
||||||
inventory_file: str = "van_inventory.json"
|
inventory_file: str = "van_inventory.json"
|
||||||
|
cmd_prefix: str = "!"
|
||||||
|
reconnect_delay: int = 5
|
||||||
|
max_reconnect_delay: int = 300
|
||||||
|
max_retries: int = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user