Skip to content
王天磊 edited this page Nov 26, 2019 · 7 revisions

0. How to get free Token for wechaty-puppet-padplus?

The more info at here, we can apply it by email for free.

1. What the differents between wechaty-puppet-padpro and wechaty-puppet-padplus?

We have a brief summary of it, the link -> Puppet Comparison.

Welcome contribute to add more FAQ infos for the developers.

2. When the terminal starts the project, the QR code is deformed

//modify the small:true to small:false
bot.on('scan', (qrcode) => {
    generate(qrcode, {
      small: true
    })

//changed
bot.on('scan', (qrcode) => {
    generate(qrcode, {
      small: false
    })

3.Problems about copying official documents and compiling errors

Open the file tsconfig.json, check the compilation environment, and change Es5 to ES6