Skip to content

Commit 7b4cc7b

Browse files
Update src/main/kotlin/dev/arbjerg/lavalink/client/LavalinkNode.kt
Co-authored-by: Duncan Sterken <[email protected]>
1 parent fa38f5b commit 7b4cc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/arbjerg/lavalink/client/LavalinkNode.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class LavalinkNode(
236236
}
237237

238238
/**
239-
* Enables resuming. This causes Lavalink to continue playing for a certain duration of time, during which
239+
* Enables resuming. This causes Lavalink to continue playing for [duration], during which
240240
* we can reconnect without losing our session data. */
241241
fun enableResuming(timeout: Duration): Mono<Session> {
242242
return rest.patchSession(Session(resuming = true, timeout.seconds))

0 commit comments

Comments
 (0)