This commit is contained in:
mihalin 2022-02-11 02:09:09 +03:00
parent a7a08639cf
commit 6b3383418e

View File

@ -137,6 +137,7 @@ async def receive_left(message: types.Message):
async def receive_inline(inline_query):
_logger.info("inline handler")
bot = db_bot_instance.get()
return await inline_handler(inline_query, bot)