All Projects → SideProjectGuys → Invite Manager Bot

SideProjectGuys / Invite Manager Bot

Licence: gpl-3.0
A discord bot that tracks invites and much more

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Invite Manager Bot

Botify
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
Stars: ✭ 86 (-23.89%)
Mutual labels:  discord-bot, discord
Rowboat
A Discord bot for managing large communities
Stars: ✭ 111 (-1.77%)
Mutual labels:  discord-bot, discord
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (-21.24%)
Mutual labels:  discord-bot, discord
Possumbot
A bot that will allow you to destroy discord servers.
Stars: ✭ 106 (-6.19%)
Mutual labels:  discord-bot, discord
Discljord
A Clojure wrapper library for the Discord API, with full API coverage (except voice, for now), and high scalability
Stars: ✭ 111 (-1.77%)
Mutual labels:  discord-bot, discord
Sylphy
👑 the better discord bot framework
Stars: ✭ 85 (-24.78%)
Mutual labels:  discord-bot, discord
Discordbot
A Java Discord bot using JDA
Stars: ✭ 92 (-18.58%)
Mutual labels:  discord-bot, discord
Nino
🔨 Advanced and cute moderation discord bot as an entry of Discord's Hack Week!
Stars: ✭ 78 (-30.97%)
Mutual labels:  discord-bot, discord
Discord.js Musicbot Addon
This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
Stars: ✭ 109 (-3.54%)
Mutual labels:  discord-bot, discord
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (-13.27%)
Mutual labels:  discord-bot, discord
Cyberdisc Bot
The bot for the Cyber Discovery Community Discord Server!
Stars: ✭ 108 (-4.42%)
Mutual labels:  discord-bot, discord
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-7.08%)
Mutual labels:  discord-bot, discord
Spambot
Discord spambot to level up profiles on other bots.
Stars: ✭ 79 (-30.09%)
Mutual labels:  discord-bot, discord
Hibiki
🤖 The best all-in-one Discord bot! Automod, fun, music, utilities, and more. Customizable, easy-to-use, and fully translatable.
Stars: ✭ 86 (-23.89%)
Mutual labels:  discord-bot, discord
Open Sourcebot
An open source Discord bot created and run by TheSourceCode community.
Stars: ✭ 81 (-28.32%)
Mutual labels:  discord-bot, discord
Diceparser
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
Stars: ✭ 90 (-20.35%)
Mutual labels:  discord-bot, discord
Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (-30.97%)
Mutual labels:  discord-bot, discord
Bot
A Discord bot for all your needs. With memes, utilities, moderation & more, Fire is the only bot you'll need.
Stars: ✭ 79 (-30.09%)
Mutual labels:  discord-bot, discord
Nitro Generator
Discord Nitro Code Generator and Checker. Generates Classic and Boost Nitro Codes. Using HTTPS Proxy (Autoscraper)
Stars: ✭ 93 (-17.7%)
Mutual labels:  discord-bot, discord
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (-9.73%)
Mutual labels:  discord-bot, discord

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].