diff options
| author | Nadir Chowdhury <[email protected]> | 2021-05-23 08:47:16 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-06-12 12:01:14 -0400 |
| commit | 81457330ed36b72b659bcf949ec0869cc4fe4765 (patch) | |
| tree | bcff89e46f37f63410ebef7129decca587c5e68b /docs | |
| parent | Update docs for (Partial)Message.publish to reflect the actual permissions ne... (diff) | |
| download | discord.py-81457330ed36b72b659bcf949ec0869cc4fe4765.tar.xz discord.py-81457330ed36b72b659bcf949ec0869cc4fe4765.zip | |
[docs] typo fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 8085d97e..ddcb0e40 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -823,7 +823,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. :type member: :class:`Member` :param before: The voice state prior to the changes. :type before: :class:`VoiceState` - :param after: The voice state after to the changes. + :param after: The voice state after the changes. :type after: :class:`VoiceState` .. function:: on_member_ban(guild, user) |