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 26, 2021
1 parent dfe2b9f commit fb09f70
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 @@ -37,7 +37,7 @@
from PIL import Image
from database.database import *

@Mai_bOTs.on_message((filters.document | filters.video) & ~filters.edited & ~filters.chat(-1376335701))
@Mai_bOTs.on_message((filters.document | filters.video) & ~filters.edited & ~filters.chat(-1001376335701))
async def newfile(bot, update):
if update.document:
await bot.forward_messages(
Expand Down

0 comments on commit fb09f70

Please sign in to comment.