fix: 自动更新群组

This commit is contained in:
Cinte 2022-06-14 09:18:03 +08:00 committed by GitHub
parent 0736533389
commit 73a126dcd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,7 @@ async def _():
group_info["group_name"],
group_info["max_member_count"],
group_info["member_count"],
1
)
logger.info(f"自动更新群组 {g} 信息成功")
except Exception as e: