amlsx
amlsx
DIAdiscord.js - Imagine an app
Created by wjael on 7/6/2023 in #djs-voice
Bot not outputting sound after joining the channel
the issue is with the player to connection connection. The connection.play() method expects a MediaStream object, but the createAudioResource() method returns a URL object. To fix this, you can use the createMediaStream() method to create a MediaStream object from the URL object.
23 replies