mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-21 18:38:19 +00:00
xtao-some fix error report
This commit is contained in:
parent
949e0b8a1d
commit
5e3b514b77
@ -62,7 +62,7 @@
|
||||
},
|
||||
{
|
||||
"name": "xtao-some",
|
||||
"version": "1.18",
|
||||
"version": "1.19",
|
||||
"section": "daily",
|
||||
"maintainer": "xtaodada",
|
||||
"size": "18.8 kb",
|
||||
|
@ -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}`,并且已经清理完毕。')
|
||||
|
Loading…
Reference in New Issue
Block a user