BanchoBot.createRoom

Creates a new managed room with a title and returns it. Automatically gets room ID & game ID.

class BanchoBot
createRoom
(
string title
)

Return Value

Type: OsuRoom

the room if able to create.

Throws

Exception if there are too many rooms or if nothing got sent by bancho. NoServerResponseException if bancho didn't respond.

Meta