feedback-hotfix-3
This commit is contained in:
parent
c09d8aee24
commit
a6eed84134
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user