/undercover-bot

A Discord bot inspired from the Undercover ^^ game

Primary LanguagePython

Undercover Bot

Python 3.8

Undercover

A Discord bot inspired from the Undercover ^^ game.

Development Guide

  1. Create a virtual environment
python -m venv undercover-bot-venv
  1. Activate the virtual environment
source undercover-bot-venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Setup pre-commit hook
pre-commit install
  1. Copy the .env.example file with new name .env
cp .env.example .env
  1. Adjust the .env file content accordingly

  2. Run tests

pytest
  1. Run the bot
python run.py