rjb25 / 5e-dm-assistant

An assistant python script to be run for keeping track of health and automatically running attacks in combat for dnd 5e
1 stars 1 forks source link

Add dice rolls, "handle" error spam in CLI #14

Closed v6 closed 3 years ago

v6 commented 3 years ago

This uses the API to address https://github.com/rjb25/5e-dm-assistant/issues/7, and also fixes a breaking function signature bug.

This also adds a way to detect error spam and prompt the user for whether to continue in the main interactive CLI loop.

Web App usage and CLI usage may begin to diverge a bit more than before, although on the plus side neither should break the other.