Skip to content

Commit ecf545f

Browse files
MikeyLLPCopilot
andauthored
Wirst schon wissen^^
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5abc37a commit ecf545f

File tree

1 file changed

+2
-2
lines changed
  • src/main/kotlin/dev/slne/surf/moderation/tools/commands/argument

1 file changed

+2
-2
lines changed

src/main/kotlin/dev/slne/surf/moderation/tools/commands/argument/FaqArgument.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ class FaqArgument(nodeName: String) : CustomArgument<Faq, String>(
1212
{ info ->
1313
Faq.byId(info.input) ?: throw CustomArgumentException.fromMessageBuilder(
1414
MessageBuilder()
15-
.append("Faq ")
15+
.append("FAQ ")
1616
.appendArgInput()
17-
.append(" not found.")
17+
.append(" nicht gefunden.")
1818
)
1919
}
2020
) {

0 commit comments

Comments
 (0)