mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 15:28:21 +00:00
async connect...
This commit is contained in:
parent
1a1b02506f
commit
e85561dd74
@ -71,11 +71,11 @@ class UserHandler(
|
|||||||
|
|
||||||
init {
|
init {
|
||||||
logger.info("ChzzkChat connecting... ${channel.channelName} - ${channel.channelId}")
|
logger.info("ChzzkChat connecting... ${channel.channelName} - ${channel.channelId}")
|
||||||
listener.connectBlocking()
|
listener.connectAsync()
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun disable() {
|
internal fun disable() {
|
||||||
listener.closeBlocking()
|
listener.closeAsync()
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun reloadCommand() {
|
internal fun reloadCommand() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user