Skip to content

An open-source discord music bot that uses discord-player to play music.

License

Notifications You must be signed in to change notification settings

redleague/discord-music-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Music Bot

An open-source discord music bot that uses discord-player to play music.

Getting Started

Make sure you have Node v14x installed on your pc. To check node.js version:

node -v

If you do not have Node installed in your pc; you can install it from here

Insallation

git clone https://github.com/redleague/discord-music-bot.git
cd discord-music-bot
npm install

Configuration

Open config.js file in any text editor.

module.exports = {
  token: "Your bot token", //make sure you replace it with yours bot token
  prefix: "-",
  supportServer: (code) => `https://discord.gg/${code}`,
  inviteURL: (id, permissions) => `https://discord.com/api/oauth2/authorize?client_id=${id}&permissions=${permissions ? permissions : '8'}&scope=bot`,
}

Features

  • Easy to use
  • Open Source

Inportant

This project is not fully yet. If you wana support this project you can join discord server Click here

About

An open-source discord music bot that uses discord-player to play music.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published