A discord bot written in Pycord for the Teamagers discord server. Designed to supersede "Teamagers Bot" with newer API features (slash commands, UI elements).
- Python 3.8 or higher
This bot isn't really intended for self hosting, but it is still entirely possible if you so choose.
- Install dependencies using
python3.8 -m pip install -r requirements.txt
- Create a
.env
file containing aBOT_TOKEN
andMONGO_URI
variable - Alter
config.py
to your use case