море спася геноцид
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hogweed1 2025-05-12 21:58:05 +10:00
parent 81db0b2bdb
commit 72f96576ba
2 changed files with 2 additions and 3 deletions

View File

@ -15,4 +15,4 @@ async def start_func(message: types.Message):
@dp.callback_query_handler(text = 'add_2_group')
async def addgroup(callback: types.CallbackQuery):
await callback.answer('жмав')
await callback.answer('жмав')

View File

@ -22,6 +22,5 @@ async def send_time(message: types.Message):
await message.reply(f'Сегодня {cd} \nВремя: {ct2} \nДо Нового Года осталось {num}')
def register_handlers_time(dp: Dispatcher):
dp.register_message_handler(send_time)
dp.register_message_handler(send_time)