diff --git a/src/qq_plugins/check.py b/src/qq_plugins/check.py index 4057823..6c8421a 100644 --- a/src/qq_plugins/check.py +++ b/src/qq_plugins/check.py @@ -92,7 +92,7 @@ async def github_repo(): content = "三叶草bot仓库地址\n一起来搭个机器人吧😆" msg = Message([ - MessageSegment.file_image(Path("src/image/github_repo/SanYeCao-Nonebot2.png")), + MessageSegment.file_image(Path("src/image/github_repo/SanYeCao-Nonebot2.jpg")), MessageSegment.text(content), ]) await repository.finish(msg)