diff --git a/docs/wavelink.rst b/docs/wavelink.rst index 49441310..17956d57 100644 --- a/docs/wavelink.rst +++ b/docs/wavelink.rst @@ -5,25 +5,25 @@ Welcome to WaveLink's Documentation. WaveLink is a robust and powerful Lavalink Support --------------------------- For support using WaveLink, please join the official `support server -`_ on `Discord `_. +`_ on `Discord `_. Installation --------------------------- The following commands are currently the valid ways of installing WaveLink. -**WaveLink requires Python 3.6+** +**WaveLink requires Python 3.7+** **Windows** .. code:: sh - py -3.6 -m pip install Wavelink + py -3.7 -m pip install Wavelink **Linux** .. code:: sh - python3.6 -m pip install Wavelink + python3.7 -m pip install Wavelink Getting Started ---------------------------- @@ -132,6 +132,12 @@ Track Events ---------------------------- +.. autoclass:: wavelink.events.WavelinkEvent + :members: + +.. autoclass:: wavelink.events.TrackStart + :members: + .. autoclass:: wavelink.events.TrackEnd :members: