From 11af9fc2b2cdab2a2c8a13146f27360d9b176c64 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Tue, 15 Nov 2022 15:25:08 +1000 Subject: [PATCH] =?UTF-8?q?add=20=D0=BE=D0=B3=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B7=20=D0=B2=20=D1=81=D1=83=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/bot.py b/bot.py index db4d752..1e72f77 100644 --- a/bot.py +++ b/bot.py @@ -44,14 +44,11 @@ async def send_time(message: types.Message): #####______________________ПИПИСА БОТ БУДЕТ ЗДЕСЬ__________________________________ + + + + @dp.message_handler(commands=["dick"]) -async def dick(message: types.Message): - numb = (f"Рандомное число : {randint(-7,10)}") - await bot.send_message(message.chat.id, (numb)) - - - -@dp.message_handler(commands=["id"]) async def ident(message: types.Message): # рандомайзер numb = randint(-7,10)