diff --git a/cmd/snippet/main.go b/cmd/snippet/main.go index 7f42168..1af12a4 100644 --- a/cmd/snippet/main.go +++ b/cmd/snippet/main.go @@ -36,8 +36,8 @@ type Config struct { } const ( - channelID = "C07MUPT2QRE" // Replace with your channel ID - message = "test" // Replace with your message + channelID = "C07MUPT2QRE" + message = "Output:" ) type UploadURLResponse struct {