Allow chatters to collectively kick mischievous people in your Discord server!
Starts a vote to kick someone for a reason.
Changes the requirement amount of votes to kick someone.
The easiest way to get started is using Docker. Build the docker image using:
docker build -t votekick-bot .and run it using:
docker run -it --rm votekick-botInstall dependencies with:
pip install -r requirements.txtmake sure your token is set in .env like this:
TOKEN="BlahBlahBlah"and run the program with:
python main.py