From 2355a8c6cdb94bea6d557206b7be61fb7bcf0c04 Mon Sep 17 00:00:00 2001 From: Eviee Date: Wed, 5 Feb 2020 16:54:25 +1100 Subject: [PATCH] Small doc fixes --- docs/wavelink.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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: