pull/406/head
midoks 2 years ago
parent 7f21781c0b
commit f548e020c4
  1. 1
      plugins/tgclient/startup/extend/client_ad.py
  2. 1
      plugins/tgclient/startup/extend/client_check_member.py
  3. 1
      plugins/tgclient/startup/extend/client_holding.py

@ -70,7 +70,6 @@ async def send_msg(client, chat_id, tag='ad', trigger_time=300):
async def run(client):
while True:
client.parse_mode = 'html'
# for chat_id in chat_id_list:
# await send_msg(client, chat_id)

@ -24,7 +24,6 @@ from telebot.util import quick_markup
chat_id_list = [-1001578009023, -1001979545570]
async def run(client):
while True:
for chat_id in chat_id_list:
s = await client.send_message(chat_id, '开始自动检测已经注销群成员...')
count = 0

@ -26,7 +26,6 @@ filter_g_id = [-1001771526434]
async def run(client):
while True:
info = await client.get_dialogs()
for chat in info:
is_sleep = True

Loading…
Cancel
Save