Skip to content

Commit 21cd3e5

Browse files
authored
Update commands.py
1 parent 545aea3 commit 21cd3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def start_command(client: Client, message: Message):
6969
]
7070
)
7171
await message.reply_text(
72-
text = START_MSG.format(firstname = message.from_user.first_name),
72+
text = START_MSG.format(firstname = message.chat.first_name),
7373
reply_markup = reply_markup,
7474
disable_web_page_preview = True,
7575
quote = True

0 commit comments

Comments
 (0)