Skip to content

Commit 6c1b0f5

Browse files
authored
Debug
1 parent 6f3c020 commit 6c1b0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/link_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ async def link_generator(client: Client, message: Message):
5353
base64_string = await encode("get-{msg_id}")
5454
link = f"https://t.me/{client.username}?start={base64_string}"
5555
reply_markup = InlineKeyboardMarkup([[InlineKeyboardButton("🔁 Share URL", url=f'https://telegram.me/share/url?url={link}')]])
56-
await second_message.reply_text(f"<b>Here is your link</b>\n\n{link}", quote=True, reply_markup=reply_markup)
56+
await channel_message.reply_text(f"<b>Here is your link</b>\n\n{link}", quote=True, reply_markup=reply_markup)

0 commit comments

Comments
 (0)