Skip to content

Commit

Permalink
Small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Feb 5, 2020
1 parent 1a9d1be commit 2355a8c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/wavelink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://discord.gg/JhW28zp>`_ on `Discord <https://discordapp.com/>`_.
<http://discord.gg/RAKc3HF>`_ on `Discord <https://discordapp.com/>`_.

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
----------------------------
Expand Down Expand Up @@ -132,6 +132,12 @@ Track
Events
----------------------------

.. autoclass:: wavelink.events.WavelinkEvent
:members:

.. autoclass:: wavelink.events.TrackStart
:members:

.. autoclass:: wavelink.events.TrackEnd
:members:

Expand Down

0 comments on commit 2355a8c

Please sign in to comment.