Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[events] roomJoin

Nick Booth edited this page Mar 26, 2015 · 3 revisions
arguments: [roomname]

Example

bot.on("roomJoin", function(roomname) {
    console.log("Joined: " + roomname); // Outputs: "Joined: ♫ Radiant Music ♫"
});
Clone this wiki locally