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

[events] djListUpdate

Lioche edited this page Jul 4, 2016 · 1 revision
Key Type Description
djs Array An array of all DJs in waitlist
remove String If it is equal to clear or userID, Waitlist is cleared

Example

{
    djs: [
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object]
    ],
    remove: null
}
Clone this wiki locally