diff --git a/abstracto-modules/twitch/src/main/resources/default/general/twitch_streamer_go_live_notification_embed.ftl b/abstracto-modules/twitch/src/main/resources/default/general/twitch_streamer_go_live_notification_embed.ftl index 30fa533c..ec6928a9 100644 --- a/abstracto-modules/twitch/src/main/resources/default/general/twitch_streamer_go_live_notification_embed.ftl +++ b/abstracto-modules/twitch/src/main/resources/default/general/twitch_streamer_go_live_notification_embed.ftl @@ -8,22 +8,12 @@ <#assign viewerCount=currentSection.viewerCount> "components": [ <#assign additionalText><@safe_include "twitch_streamer_go_live_notification_text"/> - <#if additionalText?has_content> - { - "type": "textDisplay", - "content": "${additionalText}" - }, - - { - "type": "textDisplay", - "content": "# ${title?json_string}" - }, { "type": "section", "components": [ { "type": "textDisplay", - "content": "<@safe_include "twitch_streamer_go_live_notification_current_section"/>" + "content": "${(additionalText)!''}\n# ${title?json_string} \n <@safe_include "twitch_streamer_go_live_notification_current_section"/>" } <#if pastSections?? && pastSections?size gt 0>, {