Incapamentum / Exalted-Sage

Discord bot that does API requests to retrieve a collection of daily achievements for the next day and pushes an alert when any that is in a watchlist shows up.
3 stars 0 forks source link

Refactoring of handler classes #64

Closed Incapamentum closed 1 year ago

Incapamentum commented 1 year ago

These changes aim at trying to reduce overall lines of code across the board in the handlers. This is done per #51.

New base handler class was created, with appropriate access modifiers. Every other event handler derives from this base and makes use of its constructor to initialize the base member variables.