Browse Source
Fix a typo with webhook documentation
pull/5212/head
ELginas
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|