Try
This commit is contained in:
@@ -16,8 +16,9 @@ from io import BytesIO
|
||||
from json.decoder import JSONDecodeError
|
||||
from traceback import format_exc
|
||||
|
||||
from .. import LOGS, asst
|
||||
from .. import *
|
||||
from ..exceptions import DependencyMissingError
|
||||
from .helper import bash, run_async
|
||||
|
||||
try:
|
||||
import certifi
|
||||
@@ -40,9 +41,6 @@ except ImportError:
|
||||
from telethon import Button
|
||||
from telethon.tl.types import DocumentAttributeAudio, DocumentAttributeVideo
|
||||
|
||||
from .. import *
|
||||
from .helper import bash, run_async
|
||||
|
||||
if run_as_module:
|
||||
from ..dB.filestore_db import get_stored_msg, store_msg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user