fix directory
This commit is contained in:
parent
909e226ab5
commit
a26aa01845
@ -4,8 +4,8 @@ from pyrogram.types import Message
|
|||||||
from helpers.filters import command
|
from helpers.filters import command
|
||||||
from helpers.decorators import sudo_users_only, errors
|
from helpers.decorators import sudo_users_only, errors
|
||||||
|
|
||||||
downloads = os.path.realpath("downloads")
|
downloads = os.path.realpath("bot/downloads")
|
||||||
raw = os.path.realpath("raw_files")
|
raw = os.path.realpath("/")
|
||||||
|
|
||||||
@Client.on_message(command(["rmd", "cleardl"]) & ~filters.edited)
|
@Client.on_message(command(["rmd", "cleardl"]) & ~filters.edited)
|
||||||
@errors
|
@errors
|
||||||
|
Loading…
Reference in New Issue
Block a user