Skip to content

Commit

Permalink
Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Feb 3, 2020
1 parent a1bd184 commit 90097eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wavelink/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90097eb

Please sign in to comment.