• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved enqueueYt function doesn't work

Status
Not open for further replies.

ves626

Member
Hello,
i just wanted to make youtube sinusbot script,but when i use function enqueueYt() in media library as written in the documentation,I get error that the function doesn't exist...

So i used
var media = require('media');
Object.getOwnPropertyNames(media)

to get all functions i can use from that object...

This is what i've got:
ClearPlaylist,ClearQueue,Enqueue,GetActivePlaylist,GetCurrentTrack,GetPlaylistByID,GetPlaylists,GetQueue,GetTrackByID,PlayNext,PlayURL,RemoveFromQueue,Search,Stop,Yt,Ytdl

That seems like enqueueYt is missing from sinusbot?
Or is the function hidden in another library?

Thanks for the answer....
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Will take a loot later on. Thanks for reporting.
 
Status
Not open for further replies.
Top