/plop

plop is a simple Discord bot that helps you to estimate effort for your tasks.

Primary LanguagePython

plop

plop is a simple Discord bot that helps you to estimate effort for your tasks.

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/mucahitkurtlar/plop.git
  1. Install dependencies
pip install -r requirements.txt
  1. Create a Discord bot and get the token

  2. 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="?"
  1. Run the bot
python main.py