mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 12:51:13 +00:00
some debugs on AddCommand
- add spaces.
This commit is contained in:
@@ -64,7 +64,7 @@ object AddCommand : CommandInterface {
|
|||||||
try {
|
try {
|
||||||
ChzzkHandler.reloadCommand(chzzkChannel!!)
|
ChzzkHandler.reloadCommand(chzzkChannel!!)
|
||||||
} catch (_: Exception) {}
|
} catch (_: Exception) {}
|
||||||
event.hook.sendMessage("등록이 완료되었습니다. $label = $content/$failContent").queue()
|
event.hook.sendMessage("등록이 완료되었습니다. $label = $content / $failContent").queue()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
event.hook.sendMessage("에러가 발생했습니다.").queue()
|
event.hook.sendMessage("에러가 발생했습니다.").queue()
|
||||||
logger.debug(e.stackTraceToString())
|
logger.debug(e.stackTraceToString())
|
||||||
|
Reference in New Issue
Block a user