Skip to content
Snippets Groups Projects

Slack utils

Merged Jano Hendriks requested to merge slack-utils into main
1 unresolved thread
+ 1
1
@@ -19,7 +19,7 @@ type SlackClient struct {
Client *slack.Client
}
func GetSlackClient(apiKey string) *SlackClient {
func GetClient(apiKey string) *SlackClient {
return &SlackClient{
Client: slack.New(apiKey),
}
Loading