Skip to content

Commit 1671e47

Browse files
authored
Update pyroplug.py
1 parent d82f916 commit 1671e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/plugins/pyroplug.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ async def get_msg(userbot, client, bot, sender, edit_id, msg_link, i):
206206
new_link = f't.me/b/{chat}/{int(msg_id)}'
207207
#recurrsion
208208
return await get_msg(userbot, client, bot, sender, edit_id, new_link, i)
209-
await client.copy_message(sender, chat, msg_id)
209+
await client.copy_message(sender, chat, msg_id)
210210
except Exception as e:
211211
print(e)
212212
return await client.edit_message_text(sender, edit_id, f'Failed to save: `{msg_link}`\n\nError: {str(e)}')

0 commit comments

Comments
 (0)