chai_py.t_room module

class chai_py.t_room.TRoom(bots: Sequence[chai_py.chai_bot.ChaiBot])

Bases: object

Code for testing your bot locally.

chat()
async send_message(message: str)
setup_bots()
test_chat(messages)
chai_py.t_room.TestRoom

alias of chai_py.t_room.TRoom