Skip to content

Commit

Permalink
⬆️ upgrade [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Oct 23, 2020
1 parent a82ead8 commit e20f056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion el/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
resolve(__dirname, "../mirai/plugins/MiraiAPIHTTP/setting.yml")
),
// setting: {
// enableWebsocket: false
// enableWebsocket: false, // 须与 mirai-api-http 的配置保持一致,若 mirai 已设置为 true,则此处也应为 true
// },
db: {
// 默认关闭
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"homepage": "https://github.com/ElpsyCN/el-bot-template#readme",
"dependencies": {
"el-bot": "0.5.7"
"el-bot": "0.5.11"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"nodemon": "^2.0.5",
"eslint-config-prettier": "^6.14.0",
"nodemon": "^2.0.6",
"prettier": "^2.1.2"
}
}

0 comments on commit e20f056

Please sign in to comment.