From f7953778e1030c019fd77501ae9701dedcef8020 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:10:37 +0900 Subject: [PATCH] some debugs on AddCommand - add spaces. --- .../space/mori/chzzk_bot/chatbot/discord/commands/AddCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot/src/main/kotlin/space/mori/chzzk_bot/chatbot/discord/commands/AddCommand.kt b/chatbot/src/main/kotlin/space/mori/chzzk_bot/chatbot/discord/commands/AddCommand.kt index f9c0b16..52761f2 100644 --- a/chatbot/src/main/kotlin/space/mori/chzzk_bot/chatbot/discord/commands/AddCommand.kt +++ b/chatbot/src/main/kotlin/space/mori/chzzk_bot/chatbot/discord/commands/AddCommand.kt @@ -64,7 +64,7 @@ object AddCommand : CommandInterface { try { ChzzkHandler.reloadCommand(chzzkChannel!!) } catch (_: Exception) {} - event.hook.sendMessage("등록이 완료되었습니다. $label = $content/$failContent").queue() + event.hook.sendMessage("등록이 완료되었습니다. $label = $content / $failContent").queue() } catch (e: Exception) { event.hook.sendMessage("에러가 발생했습니다.").queue() logger.debug(e.stackTraceToString())