We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545aea3 commit 21cd3e5Copy full SHA for 21cd3e5
plugins/commands.py
@@ -69,7 +69,7 @@ async def start_command(client: Client, message: Message):
69
]
70
)
71
await message.reply_text(
72
- text = START_MSG.format(firstname = message.from_user.first_name),
+ text = START_MSG.format(firstname = message.chat.first_name),
73
reply_markup = reply_markup,
74
disable_web_page_preview = True,
75
quote = True
0 commit comments