mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix
This commit is contained in:
parent
913acb22dd
commit
344e02ce70
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ async def callbackgenstring(bot, callback_query):
|
|||
"because this error is **not logged by bot.** !"
|
||||
await callback_query.message.reply(ERROR_MESSAGE.format(str(e)))
|
||||
|
||||
@app.on_message(filters.private & ~filters.forwarded & filters.command("genstring", COMMAND_HANDLER]))
|
||||
@app.on_message(filters.private & ~filters.forwarded & filters.command("genstring", COMMAND_HANDLER))
|
||||
async def genstringg(_, msg):
|
||||
await msg.reply(ask_ques, reply_markup=InlineKeyboardMarkup(buttons_ques))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue