feat: update support button to link directly to support bot

This commit is contained in:
2026-04-22 20:44:26 +07:00
parent 76fd6eb9a8
commit 8290d18235
2 changed files with 1 additions and 3 deletions

View File

@@ -168,5 +168,3 @@ async def proceed_to_checkout(cb: CallbackQuery, state: FSMContext):
reply_markup=payment_gateways,
) # FIXME: temp solution that's incredibly stupid
await state.set_state(SubscriptionStorage.checkout)
await state.set_data({"ctx": ctx})