feat: add message env

This commit is contained in:
Bo-Yi Wu
2019-02-24 11:54:57 +08:00
parent 8fbae76b71
commit 4aa0bd8fc6
+1 -1
View File
@@ -42,7 +42,7 @@ func main() {
cli.StringSliceFlag{
Name: "message",
Usage: "the message contents (up to 2000 characters)",
EnvVar: "PLUGIN_MESSAGE,MESSAGE",
EnvVar: "PLUGIN_MESSAGE,DISCORD_MESSAGE,MESSAGE",
},
cli.StringFlag{
Name: "color",