cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

Refactor Rule to accept when and action clauses #62

Closed cannawen closed 1 year ago

cannawen commented 1 year ago

If when returns true, the action code gets run. The then code is always run.

Refactored test getResults helper to use real engine

Related story #61