This is the code repository for the InviteManager Discord Bot.
Click here to view the documentation
- NodeJS (tested using v10)
- Database (tested using
MySQL
5.7+,MariaDB
10.2+ should work)
npm install
- Setup databases
- Use the
scripts/db/setup_db0.sql
script to set up the global databaseim_0
- Use the
scripts/db/setup_dbx.sql
script to set up the data databasesim_1
,im_2
, ... (you need at least one)
- Use the
- Copy the
config.example.json
toconfig.json
and fill in required data npm start