Discord Player Music - Lightest and best player for the bot

Discord Player Music - Easy module for playing music in your discord.js bot!
Downloads Stable Version
Installing: npm install discord-player-music

Node.js 14.0.0 or newer is required.

const { Client } = require('discord.js');

const client = new Client();
const MusicPlayer = require('discord-player-music');
const player = new MusicPlayer(client);

client.on('ready', () => {
    console.log('Bot started!');
})

client.login('token'); //https://discord.com/developers/

Download, check and write your opinion!
If you have any suggestions or find a problem, write in this thread or on the Support Server.

2 Likes

Documentation has been written for discord-player-music today!

Link: https://dpm-docs.tk/

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.