refactor: streamline referral payment message and improve text clarity

This commit is contained in:
2026-04-18 22:47:24 +07:00
parent 78a0ef9750
commit 97c187bafb
3 changed files with 35 additions and 26 deletions

View File

@@ -84,9 +84,7 @@ async def refpay_cb(
await cb.message.answer(USER_NO_REFERAL, reply_markup=close_kb)
return
msg = await cb.message.answer(
SPECIFY_REFERAL_PAYMENT_AMOUNT, reply_markup=close_kb
)
msg = await cb.message.answer(SPECIFY_REFERAL_PAYMENT_AMOUNT, reply_markup=close_kb)
ctx = GeneralMessageContext(msg=msg)
await state.set_state(AdminStorage.refpay_amount)
await state.set_data({"ctx": ctx})