/pr-bot

Primary LanguagePython

Introduction

A simple discord bot that will ping member for pull request review base on the message reaction

How to start

Make sure you have python 3.10 installed

Create a new virtual environment python3 -m venv venv

Activate virtual environment source venv/bin/activate If you are using fish shell, use source venv/bin/activate.fish instead Install dependencies python -m pip install -r requirements.txt