a bot that gets me players on my non-profit smp
Find a file
2026-08-09 01:50:31 +02:00
main.py thats it 2026-08-09 01:48:25 +02:00
README.md added step by step instructions 2026-08-09 01:50:31 +02:00

install step by step

first off download the main.py file and edit it and put the token in, also you can change up the lfg message to however u want and the dm message too, then you install python3.x and you make a virtual environment with "python3 -m venv venv" and then u install discord.py-self with "venv/bin/pip3 install discord.py-self" and then u just run it with "venv/bin/python3"