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