This is the code repository for the InviteManager Discord Bot.
Click here to view the documentation
- NodeJS (tested using v10)
- Database (tested using
MySQL5.7+,MariaDB10.2+ should work)
npm install- Setup databases
- Use the
scripts/db/setup_db0.sqlscript to set up the global databaseim_0 - Use the
scripts/db/setup_dbx.sqlscript to set up the data databasesim_1,im_2, ... (you need at least one)
- Use the
- Copy the
config.example.jsontoconfig.jsonand fill in required data npm start