From cbec19a94e2a1fa937b680d059bc2659a6ffef49 Mon Sep 17 00:00:00 2001 From: Hafitz Setya <71178188+breakdowns@users.noreply.github.com> Date: Sun, 13 Jun 2021 12:41:32 +0700 Subject: [PATCH] Fix --- bot/modules/clone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/clone.py b/bot/modules/clone.py index 29aea0da661..313ea679982 100644 --- a/bot/modules/clone.py +++ b/bot/modules/clone.py @@ -3,7 +3,7 @@ from bot.helper.telegram_helper.message_utils import sendMarkup, deleteMessage, sendMessage from bot.helper.telegram_helper.filters import CustomFilters from bot.helper.telegram_helper.bot_commands import BotCommands -from bot import dispatcher, CLONE_LIMIT, STOP_DUPLICATE_CLONE +from bot import dispatcher, LOGGER, CLONE_LIMIT, STOP_DUPLICATE_CLONE from bot.helper.ext_utils.bot_utils import get_readable_file_size