removed comand prefix

This commit is contained in:
2026-03-10 14:42:10 -04:00
parent 852759c510
commit 71ad8ab29e
2 changed files with 17 additions and 10 deletions

View File

@@ -80,7 +80,6 @@ class BotConfig(BaseModel):
phone_number: str
inventory_api_url: str
engine: Engine
cmd_prefix: str = "!"
reconnect_delay: int = 5
max_reconnect_delay: int = 300
max_retries: int = 10