forked from zovos/bot_tg
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(
|
||||
f"📏 Твой хуек: {size} см\n"
|
||||
f"Ты {status}"
|
||||
f"Ты: {status}"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue