diff --git a/README.md b/README.md index 4d6a530..944d59a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ ## 使用 +当前模版为 mirai-console@0.5.2, mirai-api-http@1.7.4。 + +> 更高版本的 mirai-console@1.0 (miria-api-http@1.8.0 以上)尚不稳定,你可以自行尝试配置。 + ### 克隆本模版 ```sh diff --git a/el/index.yml b/el/index.yml index 9387058..6804f06 100644 --- a/el/index.yml +++ b/el/index.yml @@ -6,9 +6,9 @@ plugins: # - forward # # - dev # - teach - official: - # - hitokoto - # - niubi + # official: + # - hitokoto + # - niubi custom: - ./bot/test @@ -26,8 +26,8 @@ rss: - 时间:${item.updated} target: group: - # 机器人测试群 - - 120117362 + # El Psy Congroo + - 707408530 # 消息应答 answer: diff --git a/package.json b/package.json index c99f084..8aabb27 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/ElpsyCN/el-bot-template#readme", "dependencies": { - "el-bot": "0.5.1" + "el-bot": "0.5.2" }, "devDependencies": { "dotenv": "^8.2.0",