How can I use opus to make my bot playing a specific mp3. in a voice channel with the command /play
How to get the audioResource
Problem installing @discordjs/opus on arch linux
Shard Reconnection and Voice Connection
Error streaming from IceCast server (Live Broadcast)
how to repeat music once it's finished
is there a way to send voice to specific members in channel simultaneously?
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
let editedSong = ffmpeg({ source: `./songCache/${id}.mp3` }).toFormat('mp3').setStartTime(Math.ceil(json.payloads[0].seek_to / 1000))
resource = createAudioResource(editedSong);
let editedSong = ffmpeg({ source: `./songCache/${id}.mp3` }).toFormat('mp3').setStartTime(Math.ceil(json.payloads[0].seek_to / 1000))
resource = createAudioResource(editedSong);
AudioPlayer not working, not sure what's wrong
createAudioResource()
string
as resource input that is a file location, but i want to ask what else we can use to create a resource or directly a resource something like a Buffer
or anything else
For further explanation i want to store them in mongoose database and use them in future but im not sure how i can store a audio file in mongoose or i can use it or not...Stuck in 'Signaling'
Joining the user's current voice channel
Playing a soundfile
Bot join voice but not playing anything? discord.js 12.5.3 node 14.17.1
play-dl stops playing from youtube after a while
Audio Not Playing
Tips on creating a transcription bot
how to make echobot
connection.receiver
, will listen to what the user with id 633223783204782090 says and immediately repeat it.