diff --git a/cmd/nourybot/command.go b/cmd/nourybot/command.go index 65a7ec9..f4d371b 100644 --- a/cmd/nourybot/command.go +++ b/cmd/nourybot/command.go @@ -318,6 +318,6 @@ func (app *application) ListChannelCommands(channel string) string { } - reply := fmt.Sprintf("Channel commands: %s, General commands: %s", channelUrl, commandUrl) + reply := fmt.Sprintf("Channel commands: %s | General commands: %s", channelUrl, commandUrl) return reply }