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

vote ( val:enum('up', 'down') [, callback:fn] )

Vote for the current song.

Arguments

  • val (required)
    • up
    • down
  • callback (optional)

Examples

bot.vote('up');
bot.vote('up', callback);
Clone this wiki locally