Functions | |
| None | on_connect () |
| None | on_room_creation (int room_id) |
| None | on_room_join (*args) |
Variables | |
| bot = Bot() | |
create_room.py This example shows how to make a bot that creates its own room, and then joins it.
| None create_room.on_connect | ( | ) |
Definition at line 18 of file create_room.py.
| None create_room.on_room_creation | ( | int | room_id | ) |
Definition at line 24 of file create_room.py.
| None create_room.on_room_join | ( | * | args | ) |
Definition at line 29 of file create_room.py.
| create_room.bot = Bot() |
Definition at line 14 of file create_room.py.