Skip to content

chaun14/invite-manager-bot

 
 

Repository files navigation

InviteManager Discord Bot

Description

This is the code repository for the invitelogger classic Discord Bot. This fork is made to maintain the code of inviteManager and keep the incredible work of its devs alive. I'm not a perfect developer, I'm currently learning so don't hesitate to PR/contact me for code advices and improvements.

Docs

Click here to view the documentation

Self hosting quick setup

Requirements

  • NodeJS (tested using v12)
  • Database (tested using MySQL 5.7+, ⚠MariaDB shouldn't 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 run build
  5. npm start

⚠ Disclaimer

This repo is for invitelogger classic and may not run for selfhosters (for exemple you can't selfhost my manager). Please use the last releases and not download master branch to avoid dev breach and others bugs. Please do not remove developers and translators name in credits command.

Sponsor this project

Packages

No packages published

Languages

  • TypeScript 95.0%
  • JavaScript 4.9%
  • Shell 0.1%