Files
plugin-drone-discord/doc.go
T
Bo-Yi Wu 3b65f97d8f rename content to message
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-06-10 17:28:05 +08:00

21 lines
548 B
Go

// Sending line notifications using a binary, docker or Drone CI written in Go (Golang).
//
// Details about the drone-discord project are found in github page:
//
// https://github.com/appleboy/drone-discord
//
// The pre-compiled binaries can be downloaded from release page.
//
// Send Notification
//
// drone-discord \
// --webhook-id xxxx \
// --webhook-token xxxx \
// --username value \
// --avatar-url value \
// --message "Test Message"
//
// For more details, see the documentation and example.
//
package main