Fix command /size
This commit is contained in:
parent
8ba3ea1e0a
commit
e151ae5269
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -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}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue