### 問題 ユーザが定型文をタイピングして送信する場合、タイポする可能性がある。 https://github.com/aptp/Kud/blob/150bff0e8aab6d186811877cce6492aa2e425413/adapter/controller/slack/slack.go#L68 ### 解決策 `/health_check` のようなSlash command を用意すると、補完が効くため、ユーザに優しいと思う。 https://api.slack.com/slash-commands
問題
ユーザが定型文をタイピングして送信する場合、タイポする可能性がある。
Kud/adapter/controller/slack/slack.go
Line 68 in 150bff0
解決策
/health_checkのようなSlash command を用意すると、補完が効くため、ユーザに優しいと思う。https://api.slack.com/slash-commands