From 0a3d5266498c7ce719051cc5fe620948cb86d636 Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Wed, 23 Dec 2020 12:10:52 -0500 Subject: [PATCH] make leaderboard ephemeral --- pkg/jia/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")