From a1a6451e528c05bdf2a8d36f3341ded39cfbb6a1 Mon Sep 17 00:00:00 2001 From: moonleay Date: Sun, 15 Oct 2023 16:33:20 +0200 Subject: [PATCH] fix: fixed formatting in RSSEmbed Signed-off-by: moonleay --- src/main/kotlin/net/moonleay/rssbot/util/MessageUtil.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/moonleay/rssbot/util/MessageUtil.kt b/src/main/kotlin/net/moonleay/rssbot/util/MessageUtil.kt index e01058b..2909f30 100644 --- a/src/main/kotlin/net/moonleay/rssbot/util/MessageUtil.kt +++ b/src/main/kotlin/net/moonleay/rssbot/util/MessageUtil.kt @@ -186,7 +186,7 @@ object MessageUtil { this.name = author this.icon = logo } - ebb.description = "${if (description != "No description") description else ""}\n[[open full article]]($url)" + ebb.description = "${if (description != "No description") description else ""}\n[[open full article]($url)]" ebb.color = color.color.color ebb.footer { this.text = "> rssbot, ($feedName) \n/ pub $published \n/ rel ${dtf.format(now)}"