diff --git a/tg_handle/tg.v b/tg_handle/tg.v index 6e77f0b..ba0f7c2 100644 --- a/tg_handle/tg.v +++ b/tg_handle/tg.v @@ -1495,7 +1495,7 @@ fn (mut b TgBot) send_greeting(chat_id_str string) { 'Юридическая информация - ${quiz_config.info.law}\n\n' if quiz_config.startpage.background.bg_type == 'video'{ - greeting_message = 'Видео:\n[Смотреть](${quiz_config.startpage.background.video})\n' + greeting_message += 'Видео:\n[Смотреть](${quiz_config.startpage.background.video})\n' } if quiz_config.startpage.background.bg_type == 'image'{