Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 90097eb

Browse files
committed
Documentation update.
1 parent a1bd184 commit 90097eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wavelink/player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async def play(self, track: Track, *, replace: bool = True, start: int = 0):
219219
replace: bool
220220
Whether or not the current track, if there is one, should be replaced or not. Defaults to True.
221221
start: int
222-
The position to start the player from in milliseconds
222+
The position to start the player from in milliseconds. Defaults to 0.
223223
"""
224224
self.last_update = 0
225225
self.last_position = 0

0 commit comments

Comments
 (0)