some debugs on AddCommand

- add spaces.
This commit is contained in:
dalbodeule 2024-08-04 14:10:37 +09:00
parent b803aeca1d
commit f7953778e1
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

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