implement bot reconfiguration and expose it to telegram

This commit is contained in:
gcarq
2018-06-09 04:29:48 +02:00
parent 74db82d759
commit 0b5d21f32a
7 changed files with 139 additions and 5 deletions

View File

@@ -8,7 +8,8 @@ import enum
class State(enum.Enum):
"""
Bot running states
Bot application states
"""
RUNNING = 0
STOPPED = 1
RELOAD_CONF = 2