From 10f44e621dbd2c02752793245597bce323467207 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 26 Aug 2022 07:46:50 +0300 Subject: [PATCH] Format option value as code --- bot/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {