From 90927247fdde4e84cd18d369ae32217aa2b2a3da Mon Sep 17 00:00:00 2001 From: Aine Date: Thu, 22 Sep 2022 21:40:31 +0300 Subject: [PATCH] fix nosend description --- bot/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/command.go b/bot/command.go index c986bbe..ca7fb83 100644 --- a/bot/command.go +++ b/bot/command.go @@ -77,7 +77,7 @@ func (b *Bot) initCommands() commandList { { key: roomOptionNoSend, description: fmt.Sprintf( - "Get or set `%s` of the room (`true` - enable email sending; `false` - disable email sending)", + "Get or set `%s` of the room (`true` - disable email sending; `false` - enable email sending)", roomOptionNoSend, ), sanitizer: utils.SanitizeBoolString,