diff options
| author | Rapptz <[email protected]> | 2017-06-02 16:51:58 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-06-02 16:51:58 -0400 |
| commit | bef636e1e37c39950a0c408401dcc714540570a2 (patch) | |
| tree | 82e82aef0611dbfd6fd6616bccaf6f88124a34ef /docs/migrating.rst | |
| parent | Log when a player's after function fails. (diff) | |
| download | discord.py-bef636e1e37c39950a0c408401dcc714540570a2.tar.xz discord.py-bef636e1e37c39950a0c408401dcc714540570a2.zip | |
Fix mistake in migrating docs.
Diffstat (limited to 'docs/migrating.rst')
| -rw-r--r-- | docs/migrating.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst index 947889b2..0247ad26 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -528,7 +528,7 @@ After: :: async def on_member_ban(guild, user) As part of the change, the event can either receive a :class:`User` or :class:`Member`. To help in the cases that have -:class:`User`, the :class:`Guild` is provided as +:class:`User`, the :class:`Guild` is provided as the first parameter. The ``on_channel_`` events have received a type level split (see :ref:`migrating_1_0_channel_split`). |