Compare commits
No commits in common. "54144ac3f9db2626b12e5b6641549962221f4cdd" and "8f58b5b6e62b2f23426994152fc710f629211724" have entirely different histories.
54144ac3f9
...
8f58b5b6e6
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ object Bot {
|
|||
}
|
||||
|
||||
this.presence {
|
||||
this.status = PresenceStatus.Idle
|
||||
this.status = PresenceStatus.DoNotDisturb
|
||||
this.listening("rss feeds")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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