This commit is contained in:
2023-09-17 13:05:41 +03:00
parent a88c3bd545
commit ea7cbcf82e
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ async def handle_routing(msg, state):
# сообщения в личке с ботом
print("private chat message")
if msg["text"].startswith("/my"):
await handle_command_my(msg)
await handle_command_my(msg, state)
elif msg["text"].startswith("/unlink"):
await handle_unlink(msg)
else: