mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 11:44:50 +00:00
Fix
This commit is contained in:
parent
8fd2108939
commit
d1e159e2f3
2 changed files with 1 additions and 3 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
|
|
@ -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"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue