fix: fixed formatting in RSSEmbed
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
8f58b5b6e6
commit
a1a6451e52
1 changed files with 1 additions and 1 deletions
|
@ -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)}"
|
||||
|
|
Loading…
Reference in a new issue