Update plugins/query.py
Browse files- plugins/query.py +1 -8
plugins/query.py
CHANGED
@@ -598,11 +598,4 @@ async def cb_handler(client: Client, query: CallbackQuery):
|
|
598 |
],[
|
599 |
InlineKeyboardButton(f"ᴡᴇʟᴄᴏᴍᴇ ᴍᴇꜱꜱᴀɢᴇ : {'ᴏɴ' if settings['welcome'] else 'ᴏꜰꜰ'}", f'setgs#welcome#{settings["welcome"]}#{str(grp_id)}')
|
600 |
]]
|
601 |
-
await query.message.edit_reply_markup(InlineKeyboardMarkup(buttons))
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
|
|
598 |
],[
|
599 |
InlineKeyboardButton(f"ᴡᴇʟᴄᴏᴍᴇ ᴍᴇꜱꜱᴀɢᴇ : {'ᴏɴ' if settings['welcome'] else 'ᴏꜰꜰ'}", f'setgs#welcome#{settings["welcome"]}#{str(grp_id)}')
|
600 |
]]
|
601 |
+
await query.message.edit_reply_markup(InlineKeyboardMarkup(buttons))
|
|
|
|
|
|
|
|
|
|
|
|
|
|