We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Your readme is missing one vital piece in the example for using the ytdl package, which is to tell the voiceConnection that you have begun speaking.
e := voiceConnection.Speaking(true) if e != nil { // handle error }