diff --git a/bot/rmtrash.py b/bot/rmtrash.py index 74d6b5a..ff113b7 100644 --- a/bot/rmtrash.py +++ b/bot/rmtrash.py @@ -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