mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 11:43:26 +00:00
[debug]
This commit is contained in:
parent
2e00455e2f
commit
76422d2005
|
@ -75,6 +75,7 @@ async def receive_invite(message: types.Message):
|
|||
|
||||
|
||||
async def receive_left(message: types.Message):
|
||||
print("receive left")
|
||||
bot = db_bot_instance.get()
|
||||
if message.left_chat_member.id == message.bot.id:
|
||||
chat = await bot.group_chats.filter(chat_id=message.chat.id).first()
|
||||
|
|
Loading…
Reference in New Issue
Block a user