diff --git a/examples/advanced/room-member-bot.py b/examples/advanced/room-member-bot.py index 72447da..2516597 100644 --- a/examples/advanced/room-member-bot.py +++ b/examples/advanced/room-member-bot.py @@ -49,7 +49,7 @@ async def main(): if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ: print(''' Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables - You need a TOKEN to run the Java Wechaty. Please goto our README for details + You need a TOKEN to run the Python Wechaty. Please goto our README for details https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token ''') diff --git a/examples/advanced/scheduler-bot.py b/examples/advanced/scheduler-bot.py index b26faa6..d216631 100644 --- a/examples/advanced/scheduler-bot.py +++ b/examples/advanced/scheduler-bot.py @@ -67,7 +67,7 @@ async def main(): if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ: print(''' Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables - You need a TOKEN to run the Java Wechaty. Please goto our README for details + You need a TOKEN to run the Python Wechaty. Please goto our README for details https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token ''') diff --git a/examples/ding-dong-bot.py b/examples/ding-dong-bot.py index a1c1181..d0f8253 100755 --- a/examples/ding-dong-bot.py +++ b/examples/ding-dong-bot.py @@ -70,7 +70,7 @@ async def main(): if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ: print(''' Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables - You need a TOKEN to run the Java Wechaty. Please goto our README for details + You need a TOKEN to run the Python Wechaty. Please goto our README for details https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token ''')