Skip to content

Commit

Permalink
downgrade wechaty to 0.68 (#1473)
Browse files Browse the repository at this point in the history
* downgrade wechaty to 0.68

Paimon don't some features in wechat1.x (wechaty/puppet#158)

* Update paimon.md
  • Loading branch information
zpaimon authored Feb 10, 2022
1 parent 4f228fd commit 5ebf8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/docs/puppet-services/paimon.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package.json
"license": "Apache-2.0",
"dependencies": {
"qrcode-terminal": "^0.12.0",
"wechaty": "^1.0"
"wechaty": "^0.68"
}
}

Expand All @@ -39,10 +39,10 @@ bot.js
const {
log,
ScanStatus,
WechatyBuilder,
Wechaty
} = require('wechaty')

const bot = WechatyBuilder.build({
const bot = new Wechaty({
name: 'ding-dong-bot',
puppet: 'wechaty-puppet-service',
puppetOptions: {
Expand Down

0 comments on commit 5ebf8e9

Please sign in to comment.