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

stopSong ( [callback:fn] )

Skip the current song.

Arguments

  • callback (optional)

Examples

bot.stopSong();
bot.stopSong(callback);
Clone this wiki locally