Skip to content

SideProjectGuys/invite-manager-bot

Repository files navigation

InviteManager Discord Bot

Description

This is the code repository for the InviteManager Discord Bot.

Docs

Click here to view the documentation

Self hosting quick setup

Requirements

  • NodeJS (tested using v10)
  • Database (tested using MySQL 5.7+, MariaDB 10.2+ should work)

Setup

  1. npm install
  2. Setup databases
    1. Use the scripts/db/setup_db0.sql script to set up the global database im_0
    2. Use the scripts/db/setup_dbx.sql script to set up the data databases im_1, im_2, ... (you need at least one)
  3. Copy the config.example.json to config.json and fill in required data
  4. npm start