Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.12 KB

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