From e151ae5269bb7edf816540b26c2e7abdb397d3da Mon Sep 17 00:00:00 2001 From: q Date: Fri, 20 Feb 2026 12:36:45 +0300 Subject: [PATCH] Fix command /size --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 148ca30..3639d99 100644 --- a/main.py +++ b/main.py @@ -382,7 +382,7 @@ async def handle_size(message: Message): await message.answer( f"📏 Твой хуек: {size} см\n" - f"Ты {status}" + f"Ты: {status}" )