This commit is contained in:
zxce3 2021-09-14 04:35:08 +07:00
parent b6338e1662
commit ed25e70b3e

View File

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