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

[actions] getAmbassadors

TAT edited this page May 9, 2014 · 1 revision

getAmbassadors()

Get a list of ambassadors in the room.


Returns

List of user objects of the ambassadors in the room.


Example

bot.getAmbassadors(); // [{ id: 'xxxxxxxxxxxxxxxxxxxxxxxx', username: 'plug.dj', ... }]
Clone this wiki locally