From 5e3b514b775e578050a0fdff81e0813e74288e2a Mon Sep 17 00:00:00 2001 From: xtaodada Date: Wed, 16 Jun 2021 23:29:37 +0800 Subject: [PATCH] xtao-some fix error report --- list.json | 2 +- xtao-some.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/list.json b/list.json index 52bb045..34dc9cd 100644 --- a/list.json +++ b/list.json @@ -62,7 +62,7 @@ }, { "name": "xtao-some", - "version": "1.18", + "version": "1.19", "section": "daily", "maintainer": "xtaodada", "size": "18.8 kb", diff --git a/xtao-some.py b/xtao-some.py index d7e586b..2912bc0 100644 --- a/xtao-some.py +++ b/xtao-some.py @@ -295,7 +295,7 @@ async def getdel(context): try: await context.client.kick_participant(context.chat_id, member.id) except FloodWaitError: - await context.edit(context.chat_id, '处理失败,您已受到 TG 服务器限制。') + await context.edit('处理失败,您已受到 TG 服务器限制。') return if need_kick: await context.edit(f'此频道/群组的死号数:`{member_count}`,并且已经清理完毕。')