remove stray comma

This commit is contained in:
lyx0 2023-12-18 00:07:10 +01:00
parent 1ea990e98e
commit a8e3a5f372

View file

@ -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
}