Closed MitchellHarrison closed 2 years ago
ChatHandler and OutputHandler objects are incorrectly using constants and init() parameters. This could be cleaned up by making them each a dataclass and handling some logic normally done in init() elsewhere.
ChatHandler
OutputHandler
ChatHandler
andOutputHandler
objects are incorrectly using constants and init() parameters. This could be cleaned up by making them each a dataclass and handling some logic normally done in init() elsewhere.