Hi all, I'm trying to add the functionality to my music bot to allow it to play files uploaded to the guild. I've got it playing everything with createAudioResource, but the returned resource object doesn't contain the length of the audio resource. How might I get this information without downloading the file separately? Many thanks.