We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de56f4d commit 975f24eCopy full SHA for 975f24e
examples/ding-dong-bot.py
@@ -66,6 +66,7 @@ async def main():
66
"""
67
#
68
# Make sure we have set WECHATY_PUPPET_SERVICE_TOKEN in the environment variables.
69
+ # Learn more about services (and TOKEN) from https://wechaty.js.org/docs/puppet-services/
70
71
if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ:
72
print('''
0 commit comments