Don't require puppeting for caption and config commands

Fixes #790
This commit is contained in:
Tulir Asokan
2022-06-22 12:29:38 +03:00
parent ab2e38b33b
commit f917ee189d
2 changed files with 2 additions and 0 deletions
@@ -29,6 +29,7 @@ from .. import SECTION_PORTAL_MANAGEMENT, CommandEvent, command_handler
@command_handler(
needs_auth=False,
needs_puppeting=False,
help_section=SECTION_PORTAL_MANAGEMENT,
help_text="View or change per-portal settings.",
help_args="<`help`|_subcommand_> [...]",
@@ -66,6 +66,7 @@ from ...types import TelegramID
@command_handler(
needs_auth=False,
needs_puppeting=False,
help_section=SECTION_MISC,
help_args="<_caption_>",
help_text="Set a caption for the next image you send",