Skip to content

Amir-78/DMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMusic

DMusic is a discord bot coded with discord.js v13 Library.

Installation

Use the package manager npm to install required packages.

git clone https://github.com/Amir-78/DMusic
cd DMusic
npm install

FFMPEG Installation

sudo apt-get install ffmpeg # ffmpeg debian/ubuntu
npm install ffmpeg-static # ffmpeg windows

Usage

  • config.json
{
    "BOT_TOKEN": "YOUR_BOT_TOKEN",
    "BOT_PREFIX": "=",
    "BOT_LISTENING_TITLE" : "Between the Bars",
    "YT_API_KEYS": ["",""],
    "DEVELOPER_ID": "",
    "CODE_VERSION": "1.0.0"
}
  • BOT_TOKEN : Your bot token
  • BOT_PREFIX : Your bot prefix
  • BOT_LISTENING_TITLE : Listening status title
  • YT_API_KEYS : Youtube API Keys ( For better result, use more than one from different projects, Click Here)

Commands:

help,play,pause,resume,stop,replay,queue,loop,np,volume,move,remove,lyrics,skip, search,clear

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT