Functions | |
| None | on_connect () |
| None | on_room_join (*args) |
Variables | |
| bot = Bot() | |
hello_world.py This example shows how to make a bot that joins all the rooms in the lobby, and messages "Hello, world!" to all rooms.
| None hello_world.on_connect | ( | ) |
Definition at line 16 of file hello_world.py.
| None hello_world.on_room_join | ( | * | args | ) |
Definition at line 26 of file hello_world.py.
| hello_world.bot = Bot() |
Definition at line 12 of file hello_world.py.