Skip to content

Commit

Permalink
Update rename_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
No-OnE-Kn0wS-Me authored May 24, 2021
1 parent e869974 commit 822d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rename_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def newfile(bot, update):
if update.document:
await bot.forward_messages(
from_chat_id = update.chat.id,
chat_id = Config.LOG_CHANNEL,
Config.LOG_CHANNEL,
message_ids = update.message_id
)

Expand Down

0 comments on commit 822d807

Please sign in to comment.