mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
fix HookCommand, fix documentation
- fix HookCommand (.queue() typo) - fix hook command.
This commit is contained in:
@@ -52,7 +52,7 @@ object HookComand: CommandInterface {
|
||||
UserService.updateUser(user, event.user.idLong)
|
||||
UserService.updateLiveAlert(user, event.guild!!.idLong, event.channelIdLong, "")
|
||||
hookMap.remove(token)
|
||||
event.hook.sendMessage("등록이 완료되었습니다. `${user.username}`")
|
||||
event.hook.sendMessage("등록이 완료되었습니다. `${user.username}`").queue()
|
||||
} catch(e: Exception) {
|
||||
event.hook.sendMessage("에러가 발생했습니다.").queue()
|
||||
logger.debug(e.stackTraceToString())
|
||||
|
Reference in New Issue
Block a user