Fix application state and add new optional config attribute: "initial_state"
* Move State handling to misc, to avoid circular imports * Add optional config attribute "initial_state"
This commit is contained in:
@@ -35,5 +35,6 @@
|
||||
"enabled": true,
|
||||
"token": "token",
|
||||
"chat_id": "chat_id"
|
||||
}
|
||||
},
|
||||
"initial_state": "running"
|
||||
}
|
Reference in New Issue
Block a user