diff --git a/bridge/commands/help.go b/bridge/commands/help.go index 874d71ef..f4891555 100644 --- a/bridge/commands/help.go +++ b/bridge/commands/help.go @@ -110,6 +110,8 @@ func FormatHelp(ce *Event) string { } _, _ = fmt.Fprintf(&output, prefixMsg, ce.Bridge.Config.Bridge.GetCommandPrefix()) output.WriteByte('\n') + output.WriteString("Parameters in [square brackets] are optional, while parameters in are required.") + output.WriteByte('\n') output.WriteByte('\n') for _, section := range sortedSections {