Skip to content

werewolves-devs/Werewolf_Bot

Repository files navigation

Werewolf Bot

Performs heavy-lifting on the discord Werewolves server

Build Status Known Vulnerabilities Discord

A bot for the werewolves server.

Installation

git clone https://github.com/werewolves-devs/werewolf-bot

Can be run from the cloned directory.

Development setup

How to install your dependencies

pip install -r requirements.txt
pytest

Contributing

  1. Fork it (https://github.com/werewolves-devs/Werewolf_Bot/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request