Skip to content

GregTCLTK/Discord-Invite-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Invite-Tracker

Getting started

1. Install discord.py (rewrite): python3 -m pip install -U git+https://github.com/Rapptz/discord.py

2. Download & Unzip the Project

3. Open config.json and fill in Discord Bot Token, Server ID and Logs Channel ID.

      --> Open the Developer Portal & follow the Tutorial
      --> Additionaly activate the SERVER MEMBERS INTENT for the bot

4. Usage

Bot

Start the Bot:

$python3 bot.py

Cog

Add Cog to bot

bot.load_extension("invite_tracker")
#in your main bot file

Any Questions?

-> Join our Discord and ask in #general and link this repository