This commit is contained in:
yasir 2023-01-09 13:20:07 +07:00
parent 8fd2108939
commit d1e159e2f3
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,7 @@ from misskaty.helper.tools import GENRES_EMOJI, get_random_string
from misskaty.helper.http import http from misskaty.helper.http import http
LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__)
LIST_CARI = {}
# IMDB Choose Language # IMDB Choose Language
@app.on_message(filters.command(["imdb"], COMMAND_HANDLER)) @app.on_message(filters.command(["imdb"], COMMAND_HANDLER))

View file

@ -44,8 +44,6 @@ __HELP__ = """
/imdb [query] - Find Movie Details From IMDB.com (Available in English and Indonesia version). /imdb [query] - Find Movie Details From IMDB.com (Available in English and Indonesia version).
""" """
LIST_CARI = {}
def remove_html_tags(text): def remove_html_tags(text):
"""Remove html tags from a string""" """Remove html tags from a string"""