This commit is contained in:
Pavel_Duron 2022-11-04 19:16:09 +10:00
parent bf908614eb
commit cf74ad895d

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 bot.send_message(message.from_user.id,(numb))
await bot.send_message(message.chat.id, (numb))