A simple discord music bot using discord.js for you to play music in your discord server voice channels.
- Clone the repository
git clone https://github.com/NaviteLogger/Discord-music-bot.git
- Install NPM packages
npm install
- Install FFmpeg, libtool and libsodium-wrappers
sudo apt-get install ffmpeg libtool libsodium-wrappers
- Create a new application in the Discord Developer Portal
- Create a bot for the application
- Copy the bot token and paste it in the
.env
file
DISCORD_TOKEN=your_bot_token
- Start the bot
npm start
Commands are available in the commands.json file. You can add, remove or modify the commands as per your requirements.
Contributions are always welcome! Please create a pull request to contribute to the project.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.