mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
[debug]
This commit is contained in:
parent
3f127c27b7
commit
c57784fe05
@ -29,6 +29,7 @@ def _message_unique_id(bot_id: int, message_id: int) -> str:
|
|||||||
|
|
||||||
|
|
||||||
async def message_handler(message, *args, **kwargs):
|
async def message_handler(message, *args, **kwargs):
|
||||||
|
_logger.info("message handler")
|
||||||
bot = db_bot_instance.get()
|
bot = db_bot_instance.get()
|
||||||
|
|
||||||
if message.text and message.text.startswith("/start"):
|
if message.text and message.text.startswith("/start"):
|
||||||
|
Loading…
Reference in New Issue
Block a user