chazzam / DickieBot2

The Impressionable Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DickieBot

Running

  • Setup and use a python virtual environment.
    • python3 -m venv .venv
    • source .venv/bin/activate
  • Install dev dependencies.
    • pip install -r requirements.txt

Development

Setup Virtual Environment

  • Setup and use a python virtual environment.
    • python3 -m venv .venv
    • source .venv/bin/activate
  • Install dev dependencies.
    • pip install -r requirements-dev.txt

Install / Run pre-commit hooks

This repo has a few pre-commit hooks defined. Checkout pre-commit.com for more info.

  • pre-commit install
  • pre-commit run --all-files

About

The Impressionable Discord Bot


Languages

Language:Python 100.0%