Skip to content

Commit ab00802

Browse files
committed
fixed rpc not showing after disabling
1 parent 36c327a commit ab00802

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/lambda/module/modules/client

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/module/modules/client/Discord.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ object Discord : Module(
6969
return@listenOnce true
7070
}
7171

72-
onEnable { runConcurrent { start() } }
72+
onEnable { runConcurrent { start(); handleLoop() } }
7373
runConcurrent { start() }
7474
onDisable { stop() }
7575
}

0 commit comments

Comments
 (0)