From bb0b555cae2788837e6a0223f76ec0430809886b Mon Sep 17 00:00:00 2001 From: stephen <138625055+stephendotgg@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:48:22 +0000 Subject: [PATCH] Awooger --- src/main/kotlin/com/learnspigot/bot/help/ThreadListener.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}