From 0212d9f87249d98ee56a43fe9491135143ef5053 Mon Sep 17 00:00:00 2001 From: zxce3 Date: Tue, 14 Sep 2021 05:00:09 +0700 Subject: [PATCH] undo --- bot/rmtrash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/rmtrash.py b/bot/rmtrash.py index ff113b7..74d6b5a 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 = os.path.realpath("raw_files") @Client.on_message(command(["rmd", "cleardl"]) & ~filters.edited) @errors