Skip to content

Commit 106d137

Browse files
committed
Removed todo
1 parent dae5659 commit 106d137

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ object Discord : Module(
7676
private suspend fun start() {
7777
if (rpc.connected) return
7878

79-
runConcurrent { rpc.connect() } // TODO: Create a function that will wait until x seconds has passed or if the connection is successful
79+
runConcurrent { rpc.connect() }
8080
delay(1000)
8181

8282
val auth = rpc.applicationManager.authenticate()

0 commit comments

Comments
 (0)