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())