fix directory

This commit is contained in:
zxce3 2021-09-14 04:31:15 +07:00
parent 909e226ab5
commit a26aa01845

View File

@ -4,8 +4,8 @@ from pyrogram.types import Message
from helpers.filters import command
from helpers.decorators import sudo_users_only, errors
downloads = os.path.realpath("downloads")
raw = os.path.realpath("raw_files")
downloads = os.path.realpath("bot/downloads")
raw = os.path.realpath("/")
@Client.on_message(command(["rmd", "cleardl"]) & ~filters.edited)
@errors