Sasiko / invite-manager-bot

A discord bot that tracks invites and much more

Home Page:https://docs.invitemanager.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A discord bot that tracks invites and much more

https://docs.invitemanager.co/

License:GNU General Public License v3.0


Languages

Language:TypeScript 92.4%Language:TSQL 4.7%Language:JavaScript 2.9%Language:Shell 0.1%