Don't require puppeting for caption and config commands

Fixes #790
This commit is contained in:
Tulir Asokan
2022-06-22 12:30:01 +03:00
parent ab2e38b33b
commit f917ee189d
2 changed files with 2 additions and 0 deletions
@@ -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",