This commit is contained in:
@@ -7,7 +7,7 @@ async def notify_chats():
|
||||
for chats in session.query(user.chat_id).distinct():
|
||||
session.close()
|
||||
await bot.send_message(chats,'<b>Ведутся пажилые работы,\n Ожидайте...</b>')
|
||||
await bot.send_message(226765676, 'рассылка завершена')
|
||||
await bot.send_message(226765676, text= 'рассылка завершена')
|
||||
|
||||
def register_handlers_alarm(dp: Dispatcher):
|
||||
dp.register_message_handler(notify_chats)
|
Reference in New Issue
Block a user