This commit is contained in:
parent
fc2ba31181
commit
17f7df25c0
4
bot.py
4
bot.py
@ -40,11 +40,11 @@ async def send_time(message: types.Message):
|
|||||||
@dp.message_handler(commands=["dick"])
|
@dp.message_handler(commands=["dick"])
|
||||||
async def dick(message: types.Message):
|
async def dick(message: types.Message):
|
||||||
numb = (f"Рандомное число - {randint(-7,10)}")
|
numb = (f"Рандомное число - {randint(-7,10)}")
|
||||||
await bot.send_message(numb)
|
await message.reply(numb)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#####______________________ПИПИСА БОТ БУДЕТ ЗДЕСЬ__________________________________
|
||||||
|
|
||||||
|
|
||||||
""""async def set_default_commands(dp):
|
""""async def set_default_commands(dp):
|
||||||
|
Loading…
Reference in New Issue
Block a user