This commit is contained in:
2023-09-17 14:09:01 +03:00
parent ea7cbcf82e
commit bf4beaf59e

View File

@@ -4,7 +4,7 @@ from handlers.send_button import show_request_msg
async def handle_default(msg):
print("default handler for all messages")
print(f"default handler for all messages {msg}")
chat_id = str(msg["chat"]["id"])
from_id = str(msg["from"]["id"])
sender = Profile.get(from_id, msg)