Open-source music discord bot by Melio currently available in English and French.
If you like the project, feel free to put a ⭐ for better referencing ; If you need help, join the support server.
- 🎶 Music playing
- 🌐 French and English translation
- ⚙️ Prefix and language configuration
- 🕑 Command handler with cooldowns
- 🤖 Automatic help page
- 💭 Clean help and botinfo commands
For the configuration, rename the config-example.js file to config.js and the .env.example file to .env, then fill in the required fields in both files.
$ npm installNaybor runs on the MariaDB database, a slightly modified version of MySQL.
First, create the database. The name of the database must be the same as the one set in the config.js file
After creating the database, run the following command :
$ npm run migration$ npm startMake sure you have Docker and Docker Compose installed on your machine.
For the configuration, rename the config-example.js file to config.js and the .env.example file to .env, then fill in the required fields in both files.
Make sure to set the DB_HOST field in the .env file to db (or the name of the database service in the docker-compose.yml file) to allow the bot to connect to the database container.
$ docker-compose up -dFFMPEG and NodeJS (version 16.9.0 or later) are required to run the bot properly.
If you find an error, have something to suggest, etc. make a pull request or contact me on my discord server.
This repository is licensed under the MIT License. See the LICENSE file (here) for more information.
