You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/chat.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ func init() {
55
55
funcChatHelp() string {
56
56
return"chat via a discord webhook with ret\n\n"+
57
57
"use - to read from stdin\n\n"+
58
-
"requires a valid webhook this is typically "+theme.ColorYellow+"`\"chatwebhookurl\"`"+theme.ColorReset+" from "+theme.ColorCyan+"`~/.config/ret`"+theme.ColorReset+" is a valid webhook\n\n"+
58
+
"requires a valid webhook this is typically "+theme.ColorYellow+"`\"chatwebhookurl\"`"+theme.ColorReset+" from "+theme.ColorCyan+"`~/.config/ret`"+theme.ColorReset+"\n\n"+
59
59
"however the command supports up to 3 webhooks using "+theme.ColorGray+"`$ ret --1 chat`"+theme.ColorReset+", "+theme.ColorGray+"`$ ret --2 chat` "+theme.ColorReset+"and "+theme.ColorGray+"`$ ret --3 chat`"+theme.ColorReset+"\n\n"+
60
60
"if no numerical override is specified the "+theme.ColorYellow+"`\"chatwebhookurl\"`"+theme.ColorReset+" webhook is used by default\n\n"+
61
61
"webhooks 2 and 3 are set with "+theme.ColorYellow+"`\"chatwebhookurl2\"`"+theme.ColorReset+" and "+theme.ColorYellow+"`\"chatwebhookurl3\"`"+theme.ColorReset+" respectively\n\n"+
0 commit comments