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}')
|
||||
|
||||
#####______________________ПИПИСА БОТ БУДЕТ ЗДЕСЬ__________________________________
|
||||
@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)}")
|
||||
await bot.send_message(numb)
|
||||
|
||||
@ -45,6 +46,7 @@ async def send_time(message: types.Message):
|
||||
|
||||
|
||||
|
||||
|
||||
""""async def set_default_commands(dp):
|
||||
await dp.bot.set_my_commands([
|
||||
types.BotCommand("start", "Запустить бота"),
|
||||
|
Loading…
Reference in New Issue
Block a user