Skip to content
alaingilbert edited this page Dec 15, 2011 · 1 revision

remDj ( [[userId:string, ]callback:fn] )

Remove a Dj.

If userId is not defined, it will remove yourself from the deck. Else, the bot will try to remove the user from the deck.

Arguments

  • userId (optional)
  • callback (optional)

Examples

bot.remDj();
bot.remDj(userId);
bot.remDj(userId, callback);
Clone this wiki locally