A bot to play planning poker on Discord.
# Clone the repository
git clone https://github.com/Fubinator/planning-poker-discord-bot.git
# Enter into the directory
cd planning-poker-discord-bot/
# Install the dependencies
npm install
After cloning the Repository and installing the dependencies, you need to copy the .env.example
File to .env
and add your Discord API Token to the environment variable DISCORD_SECRET
node index.js
To start playing, go to a channel where you want to play and type !start
. The bot will give you further instructions.
To run a question, just type !play [QUESTION]
. When the bot tells you to provide your guesses, you can send the bot a DM. After 30 seconds the question will be closed automatically and displays the provided answers.
After you decided on an amount of storypoints for your user story, you can type !storypoints [AMOUNT]
to tell the bot that the question has finished.
To end the game, just type !end
. The bot will end the game and send all questions with the amount of given story points to channel.
MIT