FabricLabs / doorman

Say hello to Doorman, your made-to-fit community manager. Simple API, feature-rich plugins, and more.
https://chat.fabric.pub
MIT License
10 stars 5 forks source link

Service Abstraction #8

Open martindale opened 6 years ago

martindale commented 6 years ago

Services (Slack, Discord, ...) should not be hard-coded, but rather inherit from a generic message-handling class. This will make testing easier, and allow new services to be added much more simply.