Slack Action
Send pastes to Slack channels
I am not sure if posting content to slack is as easy as it is with Telegram.
To solve this issue there needs to be a new action added in the actions directory. The action must follow the example of the other actions in this directory. Don't forget to add the action to the action package file.
The most simple example for such an action is the GenericAction which executes a passed function.
The action must be able to send a new message to a slack channel. The bot does not need to react on any command.
Tests are not necessary but highly appreciated. If there are questions, don't hesitate to contact me.
Can I call dibs?
Initial integration done in PR #88