Skip to content

An easy way to read manga on Discord

License

Notifications You must be signed in to change notification settings

reinacchi/MangaCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MangaCord

  • 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:

Developing

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:

Discord 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.

Additional Commands

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

Third-Party Resources

These are the third-party resources used in MangaCord.

About

An easy way to read manga on Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published