plugCubed / plugAPI

A generic API for creating plug.dj bots
MIT License
78 stars 45 forks source link

getMedia seems to be pulling blank info #135

Closed dg010101 closed 7 years ago

dg010101 commented 7 years ago

doing a console log on bot.getMeda() returns this even if a user is in the room playing a tune: { author: '', cid: '', duration: -1, format: -1, id: -1, image: '', title: '' }

Not sure if its the API or if i'm doing something wrong. Thanks!

ghost commented 7 years ago

@autolog-statbot Was a user playing a song, also what version of plugAPI are you running?

Dazzuh commented 7 years ago

Solved this with him on discord, was just an issue with his code.

ghost commented 7 years ago

@Dazzuh Thank you for the update!