This is the code repository for the InviteManager Discord Bot.
Click here to view the documentation
- NodeJS (tested using v24.12.0)
- Database (tested using
MySQL8.0,MariaDB10.4+ should work) - Build deps for charts (node-canvas):
pkg-config,libcairo2-dev,libpango1.0-dev,libjpeg-dev,libgif-dev,librsvg2-dev - Optional:
@sentry/cliif you usescripts/upload-sourcemaps.sh
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