Skip to content

Allow chatters to collectively kick mischievous people in your Discord server!

Notifications You must be signed in to change notification settings

IsmaeelAkram/Votekick

Repository files navigation

Votekick

Allow chatters to collectively kick mischievous people in your Discord server!

Commands

!votekick <user> <reason>

Aliases: !vk

Starts a vote to kick someone for a reason.

!vote_requirement

Default: 3

Changes the requirement amount of votes to kick someone.

Setup

With Docker

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-bot

Without Docker

Install dependencies with:

pip install -r requirements.txt

make sure your token is set in .env like this:

TOKEN="BlahBlahBlah"

and run the program with:

python main.py