Rules message changed

This commit is contained in:
Profitroll 2022-12-16 11:43:43 +01:00
parent 2d75b01bfe
commit 40483c17c1
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@ from pyrogram import filters
from classes.holo_user import HoloUser
from modules.utils import configGet, locale, logWrite
from modules.database import col_tmp, col_applications
from modules.commands.rules import default_rules_markup
# Callbacks application ========================================================================================================
@app.on_callback_query(filters.regex("sub_yes_[\s\S]*"))
@ -27,8 +28,7 @@ async def callback_query_accept(app, clb):
await app.send_message(holo_user.id, locale("read_rules", "message"))
for rule_msg in locale("rules"):
await app.send_message(holo_user.id, rule_msg)
await app.send_message(holo_user.id, locale("rules_msg"), disable_web_page_preview=True, reply_markup=default_rules_markup)
await app.send_message(holo_user.id, locale("approved", "message"), reply_markup=InlineKeyboardMarkup(
[[