mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
some debugs on AddCommand
- add spaces.
This commit is contained in:
parent
b803aeca1d
commit
f7953778e1
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user