From 90097eb4aaa5e0dcb53acb84b9394c1dea0c53a7 Mon Sep 17 00:00:00 2001 From: Eviee Date: Tue, 4 Feb 2020 05:51:35 +1100 Subject: [PATCH] Documentation update. --- wavelink/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wavelink/player.py b/wavelink/player.py index d3e706de..f97fa050 100644 --- a/wavelink/player.py +++ b/wavelink/player.py @@ -219,7 +219,7 @@ async def play(self, track: Track, *, replace: bool = True, start: int = 0): replace: bool Whether or not the current track, if there is one, should be replaced or not. Defaults to True. start: int - The position to start the player from in milliseconds + The position to start the player from in milliseconds. Defaults to 0. """ self.last_update = 0 self.last_position = 0