fix nosend description

This commit is contained in:
Aine
2022-09-22 21:40:31 +03:00
parent c9c871287d
commit 90927247fd

View File

@@ -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,