Skip to content

Commit

Permalink
Merge pull request #274 from DA-344/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Player.set_filters
  • Loading branch information
EvieePy authored Jan 2, 2024
2 parents 4f7d0e6 + a121a1a commit c298d7c
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 @@ -742,7 +742,7 @@ async def set_filters(self, filters: Filters | None = None, /, *, seek: bool = F
Parameters
----------
filters: Optional[:class:`~wavelink.Filters`]
The filters to set on the player. Could be ```None`` to reset the currently applied filters.
The filters to set on the player. Could be ``None`` to reset the currently applied filters.
Defaults to ``None``.
seek: bool
Whether to seek immediately when applying these filters. Seeking uses more resources, but applies the
Expand Down

0 comments on commit c298d7c

Please sign in to comment.