samuri51 / chillybot

a turntable bot created by a moderator of straight_chillin11
12 stars 12 forks source link

Feature Request: Changing bot playlist #60

Open bloodhoundx opened 3 years ago

bloodhoundx commented 3 years ago

Is there a way to implement this feature?

samuri51 commented 3 years ago

yep, the ttapi provides the playlistSwitch function to do exactly this

playlistSwitch ( playlistName:string [ , callabck:fn ] ) Switch to another playlist.

bloodhoundx commented 3 years ago

Thanks for the quick reply, I will look into it!