startup-fix

This commit is contained in:
2023-09-18 11:47:09 +03:00
parent 980b455585
commit 5d79bff891
5 changed files with 29 additions and 26 deletions

View File

@@ -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)