mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 05:16:50 +00:00
xtao-some getdel 修改错误提示
This commit is contained in:
parent
96e019538a
commit
436eaac281
@ -62,7 +62,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "xtao-some",
|
"name": "xtao-some",
|
||||||
"version": "1.20",
|
"version": "1.201",
|
||||||
"section": "daily",
|
"section": "daily",
|
||||||
"maintainer": "xtaodada",
|
"maintainer": "xtaodada",
|
||||||
"size": "18.8 kb",
|
"size": "18.8 kb",
|
||||||
|
@ -305,7 +305,7 @@ async def getdel(context):
|
|||||||
else:
|
else:
|
||||||
await context.edit(f'此频道/群组的死号数:`{member_count}`。')
|
await context.edit(f'此频道/群组的死号数:`{member_count}`。')
|
||||||
except ChatAdminRequiredError:
|
except ChatAdminRequiredError:
|
||||||
await context.edit('未加入此频道。')
|
await context.edit('你好像并不拥有封禁用户权限。')
|
||||||
else:
|
else:
|
||||||
await context.edit("请在群组/频道发送。")
|
await context.edit("请在群组/频道发送。")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user