From d041dcad1087664f21d6ddb3a3e7ab3b658a24d8 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Sat, 28 Dec 2024 14:33:45 +0600 Subject: [PATCH] update restart.py --- bot/modules/restart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/restart.py b/bot/modules/restart.py index 1f6777f6b..046063ad1 100644 --- a/bot/modules/restart.py +++ b/bot/modules/restart.py @@ -9,7 +9,7 @@ from bot import LOGGER, intervals, scheduler from bot.core.config_manager import Config -from bot.core.mltb_client import TgClient +from bot.core.aeon_client import TgClient from bot.helper.ext_utils.bot_utils import new_task, sync_to_async from bot.helper.ext_utils.db_handler import database from bot.helper.ext_utils.files_utils import clean_all