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
"requires that "+theme.ColorYellow+"`\"chatwebhookurl\"`"+theme.ColorReset+" from "+theme.ColorCyan+"`~/.config/ret`"+theme.ColorReset+" is a valid webhook\n\n"+
59
+
"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"+
60
+
"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"+
61
+
"if no numerical override is specified the "+theme.ColorYellow+"`\"chatwebhookurl\"`"+theme.ColorReset+" webhook is used by default\n\n"+
62
+
"webhooks 2 and 3 are set with "+theme.ColorYellow+"`\"chatwebhookurl2\"`"+theme.ColorReset+" and "+theme.ColorYellow+"`\"chatwebhookurl3\"`"+theme.ColorReset+" respectively\n\n"+
42
63
"requires that "+theme.ColorYellow+"`\"username\"`"+theme.ColorReset+" from "+theme.ColorCyan+"`~/.config/ret`"+theme.ColorReset+" is set to valid string\n\n"+
43
64
"when data is read from stdin, due to the use of the - argument, it will be sent as an embed with an accurate timestamp and a random color\n\n"+
44
65
"color codes, such as the ones used by this tool, are stripped by this code prior to sending\n\n"+
45
66
"for more information please see "+theme.ColorPurple+"https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks\n"+theme.ColorReset
0 commit comments