zeusops / operationbot

A bot for handling events on the Zeusops discord server
GNU General Public License v3.0
7 stars 4 forks source link

DLC support for events #101

Closed Gehock closed 2 years ago

Gehock commented 2 years ago

image Displays DLC information in event title, description and as a custom colour. Allows setting the DLC both manually and automatically based on DLC terrains (Tanoa and Livonia are currently detected).

Also changed Event.terrain, .title, .color, .terrain, .faction to properties instead of using setters.

Finally, adds basic tests for Event functionality and a GitHub action to run pytest.