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

This commit is contained in:
Pavel_Duron 2022-11-04 19:09:26 +10:00
parent e8db939c32
commit fc2ba31181

6
bot.py
View File

@ -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", "Запустить бота"),