fix nosend description
This commit is contained in:
parent
c9c871287d
commit
90927247fd
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ func (b *Bot) initCommands() commandList {
|
||||||
{
|
{
|
||||||
key: roomOptionNoSend,
|
key: roomOptionNoSend,
|
||||||
description: fmt.Sprintf(
|
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,
|
roomOptionNoSend,
|
||||||
),
|
),
|
||||||
sanitizer: utils.SanitizeBoolString,
|
sanitizer: utils.SanitizeBoolString,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue