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 dae5659 commit 106d137Copy full SHA for 106d137
common/src/main/kotlin/com/lambda/module/modules/client/Discord.kt
@@ -76,7 +76,7 @@ object Discord : Module(
76
private suspend fun start() {
77
if (rpc.connected) return
78
79
- runConcurrent { rpc.connect() } // TODO: Create a function that will wait until x seconds has passed or if the connection is successful
+ runConcurrent { rpc.connect() }
80
delay(1000)
81
82
val auth = rpc.applicationManager.authenticate()
0 commit comments