We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c327a commit ab00802Copy full SHA for ab00802
src/main/kotlin/com/lambda/module/modules/client/Discord.kt
@@ -69,7 +69,7 @@ object Discord : Module(
69
return@listenOnce true
70
}
71
72
- onEnable { runConcurrent { start() } }
+ onEnable { runConcurrent { start(); handleLoop() } }
73
runConcurrent { start() }
74
onDisable { stop() }
75
0 commit comments