startup-fix
This commit is contained in:
@@ -31,8 +31,6 @@ async def handle_routing(msg, state):
|
||||
logger.debug(msg)
|
||||
if msg.get("reply_to_message"):
|
||||
await handle_answer(msg)
|
||||
elif msg["text"] == "/graph":
|
||||
await handle_command_graph(msg)
|
||||
elif msg["text"].startswith("/ask"):
|
||||
await handle_command_ask(msg)
|
||||
|
||||
|
Reference in New Issue
Block a user