mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
⬆️ 提高pil依赖版本 (#1746)
This commit is contained in:
parent
c51fdc5c67
commit
584026c23c
2426
poetry.lock
generated
2426
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ nonebot2 = "^2.1.3"
|
|||||||
pydantic = "1.10.18"
|
pydantic = "1.10.18"
|
||||||
nonebot-adapter-discord = "^0.1.3"
|
nonebot-adapter-discord = "^0.1.3"
|
||||||
nonebot-adapter-dodo = "^0.1.4"
|
nonebot-adapter-dodo = "^0.1.4"
|
||||||
pillow = "9.5"
|
pillow = "^10.0.0"
|
||||||
retrying = "^1.3.4"
|
retrying = "^1.3.4"
|
||||||
aiofiles = "^23.2.1"
|
aiofiles = "^23.2.1"
|
||||||
nonebot-plugin-htmlrender = "^0.3.0"
|
nonebot-plugin-htmlrender = "^0.3.0"
|
||||||
|
|||||||
@ -506,6 +506,11 @@ class AuthChecker:
|
|||||||
group = await GroupConsole.get_group(group_id)
|
group = await GroupConsole.get_group(group_id)
|
||||||
if not group:
|
if not group:
|
||||||
"""群不存在"""
|
"""群不存在"""
|
||||||
|
logger.debug(
|
||||||
|
"群组信息不存在...",
|
||||||
|
"AuthChecker",
|
||||||
|
session=session,
|
||||||
|
)
|
||||||
raise IgnoredException("群不存在")
|
raise IgnoredException("群不存在")
|
||||||
if group.level < 0:
|
if group.level < 0:
|
||||||
"""群权限小于0"""
|
"""群权限小于0"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user