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

Commit 59efffa

Browse files
committed
Added some additional documentation
1 parent 21de582 commit 59efffa

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/migrating.rst

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Added
8686
- :meth:`wavelink.Node.fetch_player_info`
8787
- :meth:`wavelink.Node.fetch_players`
8888
- :attr:`wavelink.Playable.extras`
89+
- :func:`wavelink.on_wavelink_extra_event`
8990

9091

9192
Connecting

docs/wavelink.rst

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ An event listener in a cog.
8585
.. note::
8686

8787
Please see the documentation for your Lavalink plugins to determine what data they send.
88+
89+
90+
.. versionadded:: 3.1.0
8891

8992

9093
Types

wavelink/payloads.py

+3
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ class ExtraEventPayload:
542542
The player associated with this event. Could be None.
543543
data: dict[str, Any]
544544
The raw data sent from Lavalink for this event.
545+
546+
547+
.. versionadded:: 3.1.0
545548
"""
546549

547550
def __init__(self, *, node: Node, player: Player | None, data: dict[str, Any]) -> None:

0 commit comments

Comments
 (0)