feedback-hotfix-3

This commit is contained in:
Untone 2023-10-26 12:25:02 +03:00
parent c09d8aee24
commit a6eed84134

View File

@ -30,7 +30,7 @@ async def handle_routing(msg, state):
logger.debug(msg)
if msg.get("reply_to_message"):
await handle_answer(msg)
elif msg["text"].startswith("/ask"):
elif msg.get("text", "").startswith("/ask"):
await handle_command_ask(msg)
else: