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