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

[actions] getAudience

TAT edited this page May 9, 2014 · 1 revision

getAudience()

Get a list of all users (except those DJing or in waitlist) in the room.


Returns

List of user objects of all users (except those DJing or in waitlist) in the room.


Example

bot.getAudience(); // [{ id: 'xxxxxxxxxxxxxxxxxxxxxxxx', username: 'plug.dj', ... }]

Clone this wiki locally