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