diff --git a/misskaty/__init__.py b/misskaty/__init__.py index 337db9ef..b397f1c5 100644 --- a/misskaty/__init__.py +++ b/misskaty/__init__.py @@ -19,7 +19,7 @@ basicConfig( getLogger("pyrogram").setLevel(ERROR) MOD_LOAD = [] -MOD_NOLOAD = [] +MOD_NOLOAD = ["subscene_dl"] HELPABLE = {} cleanmode = {} botStartTime = time.time()