Format option value as code

This commit is contained in:
Slavi Pantaleev
2022-08-26 07:46:50 +03:00
parent 0a5bc5d989
commit 10f44e621d

View File

@@ -197,7 +197,7 @@ func (b *Bot) getOption(ctx context.Context, name string) {
}
func (b *Bot) setOption(ctx context.Context, name, value string) {
msg := "`%s` of this room set to %s"
msg := "`%s` of this room set to `%s`"
sanitizer, ok := sanitizers[name]
if ok {