Update __init__.py

This commit is contained in:
yasirarism 2023-03-16 12:42:07 +07:00 committed by GitHub
parent 37b709bab9
commit a3a65643a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ basicConfig(
getLogger("pyrogram").setLevel(ERROR)
MOD_LOAD = []
MOD_NOLOAD = []
MOD_NOLOAD = ["subscene_dl"]
HELPABLE = {}
cleanmode = {}
botStartTime = time.time()