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

Commit edbe32c

Browse files
authored
Merge branch 'main' into feature/inactivity-event
2 parents 5e117b3 + c298d7c commit edbe32c

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
@@ -864,7 +864,7 @@ async def set_filters(self, filters: Filters | None = None, /, *, seek: bool = F
864864
Parameters
865865
----------
866866
filters: Optional[:class:`~wavelink.Filters`]
867-
The filters to set on the player. Could be ```None`` to reset the currently applied filters.
867+
The filters to set on the player. Could be ``None`` to reset the currently applied filters.
868868
Defaults to ``None``.
869869
seek: bool
870870
Whether to seek immediately when applying these filters. Seeking uses more resources, but applies the

0 commit comments

Comments
 (0)