diff --git a/pkg/jia/handlers.go b/pkg/jia/handlers.go index ef6c84c..f3c41c6 100644 --- a/pkg/jia/handlers.go +++ b/pkg/jia/handlers.go @@ -148,7 +148,7 @@ func HandleLeaderboardSlashCommand(w http.ResponseWriter, r *http.Request) { resp, _ := json.Marshal(map[string]interface{}{ "blocks": blocks, - "response_type": "in_channel", + "response_type": "ephemeral", }) w.Header().Add("Content-Type", "application/json")