First pass at documentation reform.

This commit is contained in:
Rapptz
2017-05-12 20:14:34 -04:00
parent be2e706b2a
commit b44bba6ee6
35 changed files with 2558 additions and 682 deletions

View File

@ -62,8 +62,8 @@ from .player import AudioPlayer, AudioSource
class VoiceClient:
"""Represents a Discord voice connection.
This client is created solely through :meth:`Client.join_voice_channel`
and its only purpose is to transmit voice.
You do not create these, you typically get them from
e.g. :meth:`VoiceChannel.connect`.
Warning
--------