Skip to content

Commit

Permalink
Merge branch 'feature/inactivity-event' of https://github.com/Pythoni…
Browse files Browse the repository at this point in the history
…staGuild/Wavelink into feature/inactivity-event
  • Loading branch information
EvieePy committed Jan 7, 2024
2 parents 63236e2 + edbe32c commit a072e71
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 @@ -864,7 +864,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 a072e71

Please sign in to comment.