diff --git a/utils/texts.py b/utils/texts.py index 6959ee8..9abd81b 100644 --- a/utils/texts.py +++ b/utils/texts.py @@ -667,4 +667,6 @@ def _instruct_email(emojis: dict) -> str: INSTRUCT_MAIN_MENU_TEXT = _instruct_main_menu(EMOJI_DIGITS) INSTRUCT_TRUECONF_TEXT = _instruct_trueconf(EMOJI_DIGITS) INSTRUCT_TRUECONF_WITH_AD = _instruct_trueconf_with_ad +INSTRUCT_TRUECONF_PENDING_TEXT = _instruct_trueconf_pending +INSTRUCT_TRUECONF_NO_TICKET_TEXT = _instruct_trueconf_no_ticket INSTRUCT_EMAIL_TEXT = _instruct_email(EMOJI_DIGITS) \ No newline at end of file