Skip to content

Commit

Permalink
Update incoming_message_fn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobdaPro authored Feb 11, 2022
1 parent 58e2b51 commit 36b2d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobrot/plugins/incoming_message_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ async def rename_tg_file(client, message):
f"<a href='tg://user?id={usr_id}'>🐈 Hey Bru!! Your Requested Files 👇</a>\n\n"
)
message_to_send = mention_req_user + message_to_send
message_to_send = message_to_send + "\n\n" + "<b> #UPLOADS\n\n💫 Powered By : @TGFilmZone</b>"
message_to_send = message_to_send + "\n\n" + "<b> #UPLOADS\n\n💫 Powered By : @StarterLeech</b>"
else:
message_to_send = "<i>FAILED</i> to upload files. 😞😞"
await message.reply_text(
Expand Down

0 comments on commit 36b2d93

Please sign in to comment.