Changed sponsorship locale

This commit is contained in:
Profitroll
2022-12-23 01:44:21 +01:00
parent eecb71a91e
commit 1eb98750a7
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ async def callback_query_sponsor_apply(app, clb):
edited_markup = [[InlineKeyboardButton(text=str(locale("sponsor_started", "button")), callback_data="nothing")]]
await clb.message.edit(text=locale("sponsorship_apply", "message"), reply_markup=InlineKeyboardMarkup(edited_markup))
await clb.message.edit(text=locale("sponsorship_applying", "message"), reply_markup=InlineKeyboardMarkup(edited_markup))
await app.send_message(holo_user.id, locale(f"sponsor1", "message", locale=holo_user.locale), reply_markup=ForceReply(placeholder=str(locale(f"sponsor1", "force_reply", locale=holo_user.locale))))
await clb.answer(text=locale("sponsor_started", "callback").format(holo_user.id), show_alert=False)