Universal Support Bot
With 04ec682 a simple Signal implementation was added. For this I changed most framework related send functions to a middleware function which checks which client it should send it to.
In the future this might be useful to add more supported messengers and walk away from a specific framework.
This ensures that even when the used framework gets discontinue…
With 04ec682 a simple Signal implementation was added. For this I changed most framework related send functions to a middleware function which checks which client it should send it to.
In the future this might be useful to add more supported messengers and walk away from a specific framework.
This ensures that even when the used framework gets discontinued we can easily switch to another one or even another messenger.