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
Start the Bot:
$python3 bot.py
Add Cog to bot
bot.load_extension("invite_tracker")
#in your main bot file
-> Join our Discord and ask in #general and link this repository