This commit is contained in:
mihalin 2021-09-17 11:08:22 +03:00
parent 3f127c27b7
commit c57784fe05

View File

@ -29,6 +29,7 @@ def _message_unique_id(bot_id: int, message_id: int) -> str:
async def message_handler(message, *args, **kwargs):
_logger.info("message handler")
bot = db_bot_instance.get()
if message.text and message.text.startswith("/start"):