diff --git a/src/main/kotlin/com/learnspigot/bot/help/ThreadListener.kt b/src/main/kotlin/com/learnspigot/bot/help/ThreadListener.kt index 71ec679..01f58e2 100644 --- a/src/main/kotlin/com/learnspigot/bot/help/ThreadListener.kt +++ b/src/main/kotlin/com/learnspigot/bot/help/ThreadListener.kt @@ -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 ""}. + If you fixed your problem, please run ${if (closeId == null) "/close" else ""}. """.trimIndent()) .build() ).queue() } -} \ No newline at end of file +}