Compare commits
2 commits
8f58b5b6e6
...
54144ac3f9
Author | SHA1 | Date | |
---|---|---|---|
54144ac3f9 | |||
a1a6451e52 |
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ object Bot {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.presence {
|
this.presence {
|
||||||
this.status = PresenceStatus.DoNotDisturb
|
this.status = PresenceStatus.Idle
|
||||||
this.listening("rss feeds")
|
this.listening("rss feeds")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -186,7 +186,7 @@ object MessageUtil {
|
||||||
this.name = author
|
this.name = author
|
||||||
this.icon = logo
|
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.color = color.color.color
|
||||||
ebb.footer {
|
ebb.footer {
|
||||||
this.text = "> rssbot, ($feedName) \n/ pub $published \n/ rel ${dtf.format(now)}"
|
this.text = "> rssbot, ($feedName) \n/ pub $published \n/ rel ${dtf.format(now)}"
|
||||||
|
|
Loading…
Reference in a new issue