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 replace the following values :
module.exports = {
token: '',
prefix: '',
owner: "",
db: {
host: "",
user: "",
password: "",
database: "",
},
serverID: "",
logChannel: "",
emotes: {},
};
$ npm install
Naybor 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
$ npm run migration
$ npm start
FFMPEG 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.