parse_mode="html",
This commit is contained in:
@ -136,7 +136,8 @@ async def setup(msg: Message):
|
||||
await bot.send_message(
|
||||
chat_id=msg.chat.id,
|
||||
text=get_setup_text(group),
|
||||
reply_markup=keyboards.setup()
|
||||
reply_markup=keyboards.setup(),
|
||||
parse_mode="html",
|
||||
)
|
||||
|
||||
|
||||
@ -167,6 +168,7 @@ async def register_group_member(call: types.CallbackQuery):
|
||||
text=get_setup_text(group),
|
||||
reply_markup=keyboards.setup(),
|
||||
message_id=msg.id,
|
||||
parse_mode="html",
|
||||
)
|
||||
await bot.answer_callback_query(
|
||||
callback_query_id=call.id,
|
||||
|
||||
Reference in New Issue
Block a user