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

[actions] moderateAddDJ

Talos51 edited this page May 29, 2015 · 4 revisions

moderateAddDJ(userID[, callback])

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


Parameters

userID string

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