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 fa38f5b commit 7b4cc7bCopy full SHA for 7b4cc7b
src/main/kotlin/dev/arbjerg/lavalink/client/LavalinkNode.kt
@@ -236,7 +236,7 @@ class LavalinkNode(
236
}
237
238
/**
239
- * Enables resuming. This causes Lavalink to continue playing for a certain duration of time, during which
+ * Enables resuming. This causes Lavalink to continue playing for [duration], during which
240
* we can reconnect without losing our session data. */
241
fun enableResuming(timeout: Duration): Mono<Session> {
242
return rest.patchSession(Session(resuming = true, timeout.seconds))
0 commit comments