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

[actions] getDJs

Sunciits edited this page Jun 19, 2016 · 2 revisions

getDJs()

Get the current DJ and waitlist in the room.


Returns

List of user object of the current DJ and the waitlist in the room.


Example

bot.getDJs();
/*
[
    {
        avatarID: '2014hw01',
        badge: 'animals-s03',
        blurb: undefined,
        gRole: 0,
        grab: false,
        id: 4106176,
        ignores: undefined,
        joined: 'xxxx-xx-xx xx:xx:xx.xxxx',
        language: null,
        level: 13,
        notifications: undefined,
        pp: undefined,
        pw: undefined,
        role: 2,
        slug: null,
        status: 1,
        sub: 0,
        username: 'xxxxxxxx',
        vote: 0,
        xp: undefined 
  }, {
        avatarID: 'rave01',
        badge: 'raveset-g',
        blurb: undefined,
        gRole: 0,
        grab: false,
        id: 3675243,
        ignores: undefined,
        joined: 'xxxx-xx-xx xx:xx:xx.xxxx',
        language: null,
        level: 16,
        notifications: undefined,
        pp: undefined,
        pw: undefined,
        role: 1,
        slug: null,
        status: 1,
        sub: 0,
        username: 'xxxxxxxxxxxxx',
        vote: 1,
        xp: undefined 
}
*/
Clone this wiki locally