only handle slack events in $SLACK_CHANNELS csv

This commit is contained in:
Bel LaPointe
2024-04-11 17:19:32 -06:00
parent 6a6524692a
commit 64af8f5085
2 changed files with 11 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ type Config struct {
Port int
InitializeSlack bool
SlackToken string
SlackChannels string
}
func newConfig() (Config, error) {