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

[actions] moderateAddDJ

Thedark1337 edited this page Aug 31, 2016 · 4 revisions

moderateAddDJ(userID[, callback])

Add a DJ to Waitlist/Booth. The bot needs to have bouncer permission or higher.


Parameters

userID number

The user's ID.

callback function (optional)

Callback function to be called with data from server.


Returns

true if request queued; otherwise false


Example

// Add user 'xxxxxxxxx' to Booth/Waitlist
bot.moderateAddDJ('xxxxxxxxx');
Clone this wiki locally