From d71937a08715ab9e941c2b57596d83997b9abb94 Mon Sep 17 00:00:00 2001 From: Yan Date: Thu, 24 Aug 2023 16:09:48 +0000 Subject: [PATCH] Fixes a copy and paste mistake in the docstring of in RoomNoInlines --- bot/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/command.go b/bot/command.go index fea928f..10ca203 100644 --- a/bot/command.go +++ b/bot/command.go @@ -180,7 +180,7 @@ func (b *Bot) initCommands() commandList { key: config.RoomNoInlines, description: fmt.Sprintf( "Get or set `%s` of the room (`true` - ignore inline attachments; `false` - upload inline attachments)", - config.RoomNoFiles, + config.RoomNoInlines, ), sanitizer: utils.SanitizeBoolString, allowed: b.allowOwner,