Skip to content

Commit

Permalink
Merge pull request #29 from MarleneJiang/28-20230828-195735
Browse files Browse the repository at this point in the history
[bot]: iamai
  • Loading branch information
MarleneJiang authored Aug 28, 2023
2 parents 51178d5 + 052d0e4 commit 30b8b55
Showing 1 changed file with 51 additions and 20 deletions.
71 changes: 51 additions & 20 deletions bots.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,51 @@
{
"bots": [
{
"name": "机器人1",
"description": "这是一个机器人示例。",
"author": "作者名",
"license": "GPL",
"homepage": "http://github.com/bot1",
"tags": ["bot", "example"],
"is_official": true
},
{
"name": "机器人2",
"description": "这是另一个机器人示例。",
"author": "作者名",
"tags": ["bot", "test"],
"is_official": false
}
]
}
{
"bots": [
{
"name": "机器人1",
"description": "这是一个机器人示例。",
"author": "作者名",
"license": "GPL",
"homepage": "http://github.com/bot1",
"tags": [
"bot",
"example"
],
"is_official": true
},
{
"name": "机器人2",
"description": "这是另一个机器人示例。",
"author": "作者名",
"tags": [
"bot",
"test"
],
"is_official": false
},
{
"module_name": "iamai",
"pypi_name": "iamai",
"name": "iamai",
"description": "bot framework.",
"author": "简律纯",
"license": "MIT",
"homepage": "https://retrofor.space/",
"tags": [
"bot",
"qq",
"qqbot",
"mirai",
"coolq",
"kook",
"go-cqhttp",
"dingtalk",
"console",
"apscheduler",
"bilibili",
"bilibili-live"
],
"is_official": false,
"time": "2023-08-28 18:57:34"
}
]
}

0 comments on commit 30b8b55

Please sign in to comment.