- This project is still under the development. Please don't do anything stupid!
MangaCord is a Discord bot that allows you to read manga from MangaDex. It is included as:
Node v16 is recommended to run
Before you begin, make sure to clone the repository and fill out the configuration file (config/config.json
). Some configuration may be optional but they may not be working at all if you leave them as blank.
Make sure that you have these following tools before running the bot:
# Build the framework
cd ./framework
npm ci
npm run build:locale
npm run build
# Start the bot
cd ../bot
npm ci
npm start
Once you run these commands, the bot will start to connect to Discord gateway and online.
These are the additional commands used to test, improve, and fix the code style:
npm run lint # Runs an ESLint checks
npm run lint:fix # Runs an ESLint fix
These are the third-party resources used in MangaCord.