metawka@me:~$
about/home
whoami.sh
онлайн
metawka@me:~$ cat intro.txt
метавка.
Мне очень сильно лень писать хоть что-то, поэтому пожалуйста сделайте вид, что вам всё понятно.
Python
Backend Data & Automation
TypeScript
Frontend Development
Lua
Modifications & Automation

метавка
@metawka
онлайн
contacts.json
// нажми на нужную ссылку
status.log
В Москве...btw
аптайм: since 06/26
profile.yaml
age:16 years old.
country:Russia.
city:yet another Republic.
languages:Русский, English.
stack.lock
6 пакетов
Lua | Sr.^3.10.0Modifications & Automation
Python | Mid.^4.9.1Backend Data & Automation
TypeScript | Mid.^2.7.3Frontend Development
React | Mid.^3.14.6Frontend Development
JavaScript | Jr.^4.17.3Backend Development
Node.js | Jr.^3.6.4Backend Architecture
github.stats
@metawka
// loading @metawka...
12345678910111213
@dp.message_handler(state=CheckoutState.waiting_for_payment)async def process_payment(message: types.Message, state: FSMContext): user_data = await state.get_data() invoice = await stripe_client.create_invoice( customer_id=user_data['customer_id'], amount=user_data['cart_total'], currency='usd' ) if invoice.status == 'requires_payment_method': await message.answer("Please confirm your payment method to proceed.") await bot.send_invoice(message.chat.id, **invoice.get_payload())