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