mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
typo
This commit is contained in:
parent
4c52adbef0
commit
e1c875cdb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue