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

Commit eb98c0a

Browse files
committed
Small migrating guide changes.
1 parent dcd61d7 commit eb98c0a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/migrating.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ Added
9292
Connecting
9393
==========
9494
Connecting in version **3** is similar to version **2**.
95-
It is recommended to use discord.py ``setup_hook`` to connect your nodes.
95+
96+
97+
.. important::
98+
99+
It is recommended to use discord.py ``setup_hook`` to connect your nodes.
96100

97101

98102
.. code:: python3
@@ -164,10 +168,10 @@ when playing a song from a command it is advised to check whether the Player is
164168
await player.play(track)
165169
166170
167-
You can skip adding any track to your history queue in version **3** by passing ``add_history=False`` to ``.play``.
171+
You can skip adding any track to your history queue in version **3** by passing ``add_history=False`` to :meth:`wavelink.Player.play`.
168172

169-
Wavelink **does not** advise using the ``on_wavelink_track_end`` event in most cases. Use this event only when you plan to
170-
not use ``AutoPlay`` at all. Since version **3** implements ``AutPlayMode.partial``, a setting which skips fetching and recommending tracks,
173+
Wavelink **does not** advise using the :func:`wavelink.on_wavelink_track_end` event in most cases. Use this event only when you plan to
174+
not use ``AutoPlay`` at all. Since version **3** implements :attr:`wavelink.AutoPlayMode.partial`, a setting which skips fetching and recommending tracks,
171175
using this event is no longer recommended in most use cases.
172176

173177
To send track updates or do player updates, consider using :func:`wavelink.on_wavelink_track_start` instead.

0 commit comments

Comments
 (0)