Browse Source

Fix InvalidArgument typo in Webhook.edit

pull/7778/head
chromacoat dreamkey 3 years ago
committed by GitHub
parent
commit
7362a2582c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/webhook/async_.py

2
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
------------

Loading…
Cancel
Save