-
Notifications
You must be signed in to change notification settings - Fork 97
playlistAdd
alaingilbert edited this page Dec 15, 2011
·
1 revision
Add a song on a playlist.
-
playlistName(optional) default:default -
songId(required) -
index(optional) default:0 -
callback(optional)
bot.playlistAdd(songId);
bot.playlistAdd(songId, idx);
bot.playlistAdd(songId, callback);
bot.playlistAdd(songId, idx, callback);
bot.playlistAdd(playlistName, songId, idx);
bot.playlistAdd(playlistName, songId, callback);
bot.playlistAdd(playlistName, songId, idx, callback);
bot.playlistAdd(false, songId, callback); // Backward compatibility
bot.playlistAdd(false, songId); // Backward compatibility