A Discord bot inspired from the Undercover ^^ game.
- Create a virtual environment
python -m venv undercover-bot-venv
- Activate the virtual environment
source undercover-bot-venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Setup pre-commit hook
pre-commit install
- Copy the
.env.example
file with new name.env
cp .env.example .env
-
Adjust the
.env
file content accordingly -
Run tests
pytest
- Run the bot
python run.py