forked from Pavel_Durov/python_bot
fix
This commit is contained in:
parent
e8db939c32
commit
fc2ba31181
6
bot.py
6
bot.py
@ -36,8 +36,9 @@ async def send_time(message: types.Message):
|
|||||||
await message.reply(f'Сегодня {cd} \nВремя: {ct2} \nДо Нового Года осталось {num}')
|
await message.reply(f'Сегодня {cd} \nВремя: {ct2} \nДо Нового Года осталось {num}')
|
||||||
|
|
||||||
#####______________________ПИПИСА БОТ БУДЕТ ЗДЕСЬ__________________________________
|
#####______________________ПИПИСА БОТ БУДЕТ ЗДЕСЬ__________________________________
|
||||||
@dp.message_handler(commands=["DickUp"])
|
|
||||||
async def dickup(message: types.Message):
|
@dp.message_handler(commands=["dick"])
|
||||||
|
async def dick(message: types.Message):
|
||||||
numb = (f"Рандомное число - {randint(-7,10)}")
|
numb = (f"Рандомное число - {randint(-7,10)}")
|
||||||
await bot.send_message(numb)
|
await bot.send_message(numb)
|
||||||
|
|
||||||
@ -45,6 +46,7 @@ async def send_time(message: types.Message):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""""async def set_default_commands(dp):
|
""""async def set_default_commands(dp):
|
||||||
await dp.bot.set_my_commands([
|
await dp.bot.set_my_commands([
|
||||||
types.BotCommand("start", "Запустить бота"),
|
types.BotCommand("start", "Запустить бота"),
|
||||||
|
Loading…
Reference in New Issue
Block a user