Skip to content

Commit fe29074

Browse files
committed
default to real author
1 parent b991875 commit fe29074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/kotlin/discord/DiscordLinkNewsArticle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class DiscordLinkNewsArticle(
6666

6767

6868
fun author(): String {
69-
return embed().author?.name ?: embed().description?.let { scanForConfigAuthors(it) } ?: "Unknown"
69+
return embed().author?.name ?: embed().description?.let { scanForConfigAuthors(it) } ?: "Jsinco"
7070
}
7171

7272
fun message(): String {

0 commit comments

Comments
 (0)