Fix command /size

This commit is contained in:
q 2026-02-20 12:36:45 +03:00
parent 8ba3ea1e0a
commit e151ae5269

View file

@ -382,7 +382,7 @@ async def handle_size(message: Message):
await message.answer( await message.answer(
f"📏 Твой хуек: {size} см\n" f"📏 Твой хуек: {size} см\n"
f"Ты {status}" f"Ты: {status}"
) )