[hotfix] hotfix on lateinit botuid is not initialized

This commit is contained in:
dalbodeule 2025-05-16 00:38:26 +09:00
parent 5fa04a6725
commit b2ffd18126
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -38,6 +38,7 @@ object ChzzkHandler {
}
fun enable() {
botUid = Connector.client.fetchLoggedUser().userId
UserService.getAllUsers().map {
if(!it.isDisabled)
try {