mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 02:54:52 +00:00
fix
This commit is contained in:
parent
c1dfbc68d4
commit
212957dfc0
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import json
|
||||
import re
|
||||
import traceback
|
||||
from logging import getLogger
|
||||
from sys import platform
|
||||
from sys import version as pyver
|
||||
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"]
|
||||
|
||||
PRVT_MSGS = {}
|
||||
|
||||
LOGGER = getLogger()
|
||||
|
||||
@app.on_inline_query()
|
||||
async def inline_menu(_, inline_query: InlineQuery):
|
||||
|
|
|
|||
Loading…
Reference in a new issue