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