This commit is contained in:
yasir 2023-02-07 12:19:21 +07:00
parent c1dfbc68d4
commit 212957dfc0

View file

@ -1,6 +1,7 @@
import json import json
import re import re
import traceback import traceback
from logging import getLogger
from sys import platform from sys import platform
from sys import version as pyver from sys import version as pyver
from unicodedata import name from unicodedata import name
@ -40,7 +41,7 @@ To use this feature, just type bot username with following args below.
keywords_list = ["imdb", "pypi", "git", "google", "secretmsg", "info", "botapi"] keywords_list = ["imdb", "pypi", "git", "google", "secretmsg", "info", "botapi"]
PRVT_MSGS = {} PRVT_MSGS = {}
LOGGER = getLogger()
@app.on_inline_query() @app.on_inline_query()
async def inline_menu(_, inline_query: InlineQuery): async def inline_menu(_, inline_query: InlineQuery):