xtao-some getdel 修改错误提示

This commit is contained in:
xtaodada 2021-06-18 20:28:17 +08:00
parent 96e019538a
commit 436eaac281
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
},
{
"name": "xtao-some",
"version": "1.20",
"version": "1.201",
"section": "daily",
"maintainer": "xtaodada",
"size": "18.8 kb",

View File

@ -305,7 +305,7 @@ async def getdel(context):
else:
await context.edit(f'此频道/群组的死号数:`{member_count}`。')
except ChatAdminRequiredError:
await context.edit('未加入此频道')
await context.edit('你好像并不拥有封禁用户权限')
else:
await context.edit("请在群组/频道发送。")