mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 04:29:16 +00:00
xtao-some fix error report
This commit is contained in:
parent
949e0b8a1d
commit
5e3b514b77
@ -62,7 +62,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "xtao-some",
|
"name": "xtao-some",
|
||||||
"version": "1.18",
|
"version": "1.19",
|
||||||
"section": "daily",
|
"section": "daily",
|
||||||
"maintainer": "xtaodada",
|
"maintainer": "xtaodada",
|
||||||
"size": "18.8 kb",
|
"size": "18.8 kb",
|
||||||
|
@ -295,7 +295,7 @@ async def getdel(context):
|
|||||||
try:
|
try:
|
||||||
await context.client.kick_participant(context.chat_id, member.id)
|
await context.client.kick_participant(context.chat_id, member.id)
|
||||||
except FloodWaitError:
|
except FloodWaitError:
|
||||||
await context.edit(context.chat_id, '处理失败,您已受到 TG 服务器限制。')
|
await context.edit('处理失败,您已受到 TG 服务器限制。')
|
||||||
return
|
return
|
||||||
if need_kick:
|
if need_kick:
|
||||||
await context.edit(f'此频道/群组的死号数:`{member_count}`,并且已经清理完毕。')
|
await context.edit(f'此频道/群组的死号数:`{member_count}`,并且已经清理完毕。')
|
||||||
|
Loading…
Reference in New Issue
Block a user