From 6f0d35584d1da5e13b61686b3a8fa2a3cb7b7d0e Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Tue, 28 Jan 2025 00:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99/repo=E6=8C=87=E4=BB=A4=E6=94=B9?= =?UTF-8?q?=E4=BA=86=E5=BC=A0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qq_plugins/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)