You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alaingilbert edited this page Oct 12, 2012
·
2 revisions
In order to add a song to the end of the bot's playlist, you can do the following:
// First get the list of the songsbot.playlistAll(function(playlist){// Use the length so that it gets added to the end of the list.bot.playlistAdd(currentsong.id,playlist.list.length);});bot.snag();// This adds the heart you see on the interface