This commit is contained in:
Yasir Aris M 2024-08-27 11:56:46 +07:00 committed by GitHub
parent 4c52adbef0
commit e1c875cdb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,7 @@ async def member_has_joined(c: Client, member: ChatMemberUpdated, strings):
member.chat.id,
photo=welcomeimg,
caption=strings("capt_welc").format(
umention=mention, uid=user.id, ttl=message.chat.title
umention=mention, uid=user.id, ttl=member.chat.title
),
)
except Exception as e: