We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b991875 commit fe29074Copy full SHA for fe29074
server/src/main/kotlin/discord/DiscordLinkNewsArticle.kt
@@ -66,7 +66,7 @@ class DiscordLinkNewsArticle(
66
67
68
fun author(): String {
69
- return embed().author?.name ?: embed().description?.let { scanForConfigAuthors(it) } ?: "Unknown"
+ return embed().author?.name ?: embed().description?.let { scanForConfigAuthors(it) } ?: "Jsinco"
70
}
71
72
fun message(): String {
0 commit comments