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

This commit is contained in:
Pavel_Duron 2022-11-04 19:11:40 +10:00
parent fc2ba31181
commit 17f7df25c0

4
bot.py
View File

@ -40,11 +40,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(numb)
await message.reply(numb)
#####______________________ПИПИСА БОТ БУДЕТ ЗДЕСЬ__________________________________
""""async def set_default_commands(dp):