Skip to content

Commit

Permalink
Awooger
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendotgg authored Nov 2, 2023
1 parent 2a33592 commit bb0b555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/com/learnspigot/bot/help/ThreadListener.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class ThreadListener : ListenerAdapter() {
.setDescription("""
Please allow someone to read through your post and answer it!
If you fixed your problem, please run ${if (closeId == null) "/close" else "</close$closeId>"}.
If you fixed your problem, please run ${if (closeId == null) "/close" else "</close:$closeId>"}.
""".trimIndent())
.build()
).queue()
}
}
}

0 comments on commit bb0b555

Please sign in to comment.