diff --git a/extensions/send_pictures/script.py b/extensions/send_pictures/script.py index de961b9d..88ac1797 100644 --- a/extensions/send_pictures/script.py +++ b/extensions/send_pictures/script.py @@ -9,9 +9,11 @@ from modules.bot_picture import caption_image params = { } +# If 'state' is True, will hijack the next chatbot wrapper call +# with a custom input text input_hijack = { 'state': False, - 'value': [] + 'value': ["", ""] } def generate_chat_picture(picture, name1, name2):