mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
remove stray comma
This commit is contained in:
parent
1ea990e98e
commit
a8e3a5f372
|
@ -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
|
return reply
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue