⬆️ 提高pil依赖版本 (#1746)

This commit is contained in:
HibiKier 2024-11-28 20:20:23 +08:00 committed by GitHub
parent c51fdc5c67
commit 584026c23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1244 additions and 1189 deletions

2426
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ nonebot2 = "^2.1.3"
pydantic = "1.10.18"
nonebot-adapter-discord = "^0.1.3"
nonebot-adapter-dodo = "^0.1.4"
pillow = "9.5"
pillow = "^10.0.0"
retrying = "^1.3.4"
aiofiles = "^23.2.1"
nonebot-plugin-htmlrender = "^0.3.0"

View File

@ -506,6 +506,11 @@ class AuthChecker:
group = await GroupConsole.get_group(group_id)
if not group:
"""群不存在"""
logger.debug(
"群组信息不存在...",
"AuthChecker",
session=session,
)
raise IgnoredException("群不存在")
if group.level < 0:
"""群权限小于0"""