mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 09:44:29 +00:00
Update
This commit is contained in:
@@ -43,7 +43,12 @@ async def send_admins(bot: Bot, text: str, markup=None, not_me=0):
|
|||||||
for admin in get_admins():
|
for admin in get_admins():
|
||||||
try:
|
try:
|
||||||
if str(admin) != str(not_me):
|
if str(admin) != str(not_me):
|
||||||
await bot.send_message(admin, text, reply_markup=markup, disable_web_page_preview=True)
|
await bot.send_message(
|
||||||
|
admin,
|
||||||
|
text,
|
||||||
|
reply_markup=markup,
|
||||||
|
disable_web_page_preview=True,
|
||||||
|
)
|
||||||
except:
|
except:
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user