Browse Source

Fix a typo with webhook documentation

pull/5212/head
ELginas 5 years ago
committed by GitHub
parent
commit
298c28a293
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/webhook.py

2
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

Loading…
Cancel
Save