diff options
| author | Jeremy Zhang <[email protected]> | 2018-08-23 06:49:53 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-09-15 18:28:57 -0400 |
| commit | d092c6635b69335d0d6aa174868f0eca08c50fb5 (patch) | |
| tree | 0a922440234ea841f9ecd7b9d5099d17f910f6fa /docs | |
| parent | Simple parser for WEBHOOKS_UPDATE (diff) | |
| download | discord.py-d092c6635b69335d0d6aa174868f0eca08c50fb5.tar.xz discord.py-d092c6635b69335d0d6aa174868f0eca08c50fb5.zip | |
Fix webhook_update from code review
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 2695788f..eb2ea366 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -384,7 +384,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. Called whenever a webhook is created, modified, or removed from a guild channel. - :param channel: The :class:`abc.GuildChannel` that had it's webhooks updated. + :param channel: The :class:`abc.GuildChannel` that had its webhooks updated. .. function:: on_member_join(member) on_member_remove(member) |