diff options
| author | ELginas <[email protected]> | 2020-08-06 04:43:39 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-05 21:43:39 -0400 |
| commit | 298c28a2931894d8548733142936a8b303da7838 (patch) | |
| tree | c6c014a318c67376af86b1913846fb6f3b270e83 | |
| parent | Add missing comma in template.py (diff) | |
| download | discord.py-298c28a2931894d8548733142936a8b303da7838.tar.xz discord.py-298c28a2931894d8548733142936a8b303da7838.zip | |
Fix a typo with webhook documentation
| -rw-r--r-- | discord/webhook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/webhook.py b/discord/webhook.py index 317c54c4..95590d16 100644 --- a/discord/webhook.py +++ b/discord/webhook.py @@ -693,7 +693,7 @@ class Webhook(Hashable): avatar: Optional[:class:`bytes`] A :term:`py:bytes-like object` representing the webhook's new default avatar. reason: Optional[:class:`str`] - The reason for deleting this webhook. Shows up on the audit log. + The reason for editing this webhook. Shows up on the audit log. .. versionadded:: 1.4 |