fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2022-11-04 19:14:38 +10:00
parent 17f7df25c0
commit bf908614eb

2
bot.py
View File

@ -40,7 +40,7 @@ async def send_time(message: types.Message):
@dp.message_handler(commands=["dick"])
async def dick(message: types.Message):
numb = (f"Рандомное число - {randint(-7,10)}")
await message.reply(numb)
await bot.send_message(message.from_user.id,(numb))