We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae06a7 commit fc6b003Copy full SHA for fc6b003
README.md
@@ -43,8 +43,8 @@ Here's a great live coding video tutorial from our Python Wechaty creator @wj-Mc
43
```sh
44
# examples/ding-dong-bot.py : func-> main()
45
# it must be donut token
46
- export WECHATY_PUPPET=wechaty-puppet-hostie
47
- export WECHATY_PUPPET_HOSTIE_TOKEN=your_token_at_here
+ export WECHATY_PUPPET=wechaty-puppet-service
+ export WECHATY_PUPPET_SERVICE_TOKEN=your_token_at_here
48
```
49
50
4. Run the bot
0 commit comments