Switch from Token to Client Credentials configuration
The current setup of the project is that a token should be provided in the configuration for Slack API calls. This is not a good strategy, because tokens expire.
Instead, an OAuth library should be used, which fetches tokens as needed.