plop is a simple Discord bot that helps you to estimate effort for your tasks.
- Clone the repository
git clone https://github.com/mucahitkurtlar/plop.git
- Install dependencies
pip install -r requirements.txt
-
Create a Discord bot and get the token
-
Create a
.env
file and add your token, voter role name and command prefix
DISCORD_TOKEN="XXXXXX"
VOTER_ROLE_NAME="voter-role-name-here"
COMMAND_PREFIX="?"
- Run the bot
python main.py