diff --git a/bot/command.go b/bot/command.go index a77f765..721d989 100644 --- a/bot/command.go +++ b/bot/command.go @@ -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 {