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

@ -428,7 +428,7 @@ class DMChannel(discord.abc.Messageable, Hashable):
----------
recipient: :class:`User`
The user you are participating with in the direct message channel.
me: :class:`User`
me: :class:`ClientUser`
The user presenting yourself.
id: int
The direct message channel ID.
@ -507,7 +507,7 @@ class GroupChannel(discord.abc.Messageable, Hashable):
----------
recipients: list of :class:`User`
The users you are participating with in the group channel.
me: :class:`User`
me: :class:`ClientUser`
The user presenting yourself.
id: int
The group channel ID.