- The only bot template you will ever need
- Clone or download the repo
- Do
pip install -Ur requirements.txt - Rename
config.py.exampletoconfig.pyand fill it out - Do
python3 launch.py
Optionally if you are on MacOS/Linux you can install uvloop to get a faster asyncio event loop
pip install -U uvloop