/supybot-plugin-Dicebot

Dicebot plugin for Supybot IRC bot

Primary LanguagePython

Testing

  1. Use python3+, python2 is not supported
  2. I recommend to use virtualenv: virtualenv -p python3 .venv && source .venv/bin/activate
  3. Install dependencies: pip3 install -r requirements.txt
  4. Run tests: supybot-test Dicebot && pytest