Browse Source
Fix InvalidArgument typo in Webhook.edit
pull/7778/head
chromacoat dreamkey
3 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/async_.py
|
|
@ -1260,7 +1260,7 @@ class Webhook(BaseWebhook): |
|
|
|
|
|
|
|
.. versionchanged:: 2.0 |
|
|
|
This function will now raise :exc:`ValueError` instead of |
|
|
|
``~InvalidArgument``. |
|
|
|
``InvalidArgument``. |
|
|
|
|
|
|
|
Parameters |
|
|
|
------------ |
|
|
|