mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
给/repo指令改了张图
This commit is contained in:
parent
f6d0b6b6e5
commit
2e1f4d043b
2 changed files with 1 additions and 1 deletions
BIN
src/image/github_repo/SanYeCao-Nonebot2.jpg
Normal file
BIN
src/image/github_repo/SanYeCao-Nonebot2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
|
|
@ -92,7 +92,7 @@ async def github_repo():
|
||||||
|
|
||||||
content = "三叶草bot仓库地址\n一起来搭个机器人吧😆"
|
content = "三叶草bot仓库地址\n一起来搭个机器人吧😆"
|
||||||
msg = Message([
|
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),
|
MessageSegment.text(content),
|
||||||
])
|
])
|
||||||
await repository.finish(msg)
|
await repository.finish(msg)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue