Discord music module with example bot 🔥.
Typescript
, Nodejs
, discord.js
const player = new Player(Client)
player.play(interaction, 'query')
player.on((interaction, song) => {
console.log(song.title)
})
play
-> Playing a music with keyword or youtube video link
pause
-> Pause music
unpause
-> Unpause music
skip
-> Skip next music
stop
-> Stop player