From e0b14b4e676c6aca9c1f15a0b256474f83c43d95 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Sun, 29 Dec 2024 22:08:28 +0600 Subject: [PATCH] fix undefined TgClient --- bot/modules/mirror_leech.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/modules/mirror_leech.py b/bot/modules/mirror_leech.py index f418eb730..1020ba5f4 100644 --- a/bot/modules/mirror_leech.py +++ b/bot/modules/mirror_leech.py @@ -13,6 +13,7 @@ get_content_type, sync_to_async, ) +from bot.core.aeon_client import TgClient from bot.helper.ext_utils.exceptions import DirectDownloadLinkException from bot.helper.ext_utils.links_utils import ( is_gdrive_id,