Compare commits

..

2 commits

Author SHA1 Message Date
54144ac3f9 feat: changed status to Idle
Signed-off-by: moonleay <contact@moonleay.net>
2023-10-15 16:33:39 +02:00
a1a6451e52 fix: fixed formatting in RSSEmbed
Signed-off-by: moonleay <contact@moonleay.net>
2023-10-15 16:33:20 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ object Bot {
}
this.presence {
this.status = PresenceStatus.DoNotDisturb
this.status = PresenceStatus.Idle
this.listening("rss feeds")
}
}

View file

@ -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)}"