mirror of
https://github.com/appleboy/drone-discord.git
synced 2026-06-04 10:23:47 +08:00
4d1d86d8c2
- Remove a commented-out line from the documentation file Signed-off-by: appleboy <appleboy.tw@gmail.com>
20 lines
529 B
Go
20 lines
529 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
|