Skip to content

Commit

Permalink
async connect...
Browse files Browse the repository at this point in the history
  • Loading branch information
dalbodeule committed Jun 14, 2024
1 parent 1a1b025 commit e85561d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/space/mori/chzzk_bot/chzzk/ChzzkHandler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ class UserHandler(

init {
logger.info("ChzzkChat connecting... ${channel.channelName} - ${channel.channelId}")
listener.connectBlocking()
listener.connectAsync()
}

internal fun disable() {
listener.closeBlocking()
listener.closeAsync()
}

internal fun reloadCommand() {
Expand Down

0 comments on commit e85561d

Please sign in to comment.