给/repo指令改了张图

This commit is contained in:
ClovertaTheTrilobita 2025-01-28 00:09:57 +08:00
parent f6d0b6b6e5
commit 2e1f4d043b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View file

@ -92,7 +92,7 @@ async def github_repo():
content = "三叶草bot仓库地址\n一起来搭个机器人吧😆"
msg = Message([
MessageSegment.file_image(Path("src/image/github_repo/SanYeCao-Nonebot.png")),
MessageSegment.file_image(Path("src/image/github_repo/SanYeCao-Nonebot2.png")),
MessageSegment.text(content),
])
await repository.finish(msg)