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

Commit c298d7c

Browse files
authored
Merge pull request #274 from DA-344/patch-1
Fix typo in Player.set_filters
2 parents 4f7d0e6 + a121a1a commit c298d7c

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
@@ -742,7 +742,7 @@ async def set_filters(self, filters: Filters | None = None, /, *, seek: bool = F
742742
Parameters
743743
----------
744744
filters: Optional[:class:`~wavelink.Filters`]
745-
The filters to set on the player. Could be ```None`` to reset the currently applied filters.
745+
The filters to set on the player. Could be ``None`` to reset the currently applied filters.
746746
Defaults to ``None``.
747747
seek: bool
748748
Whether to seek immediately when applying these filters. Seeking uses more resources, but applies the

0 commit comments

Comments
 (0)