From 7362a2582c8a154204f8df02b1c4abb5b95d19cc Mon Sep 17 00:00:00 2001 From: chromacoat dreamkey <49148994+quackbarc@users.noreply.github.com> Date: Sun, 27 Mar 2022 09:21:37 +0800 Subject: [PATCH] Fix InvalidArgument typo in Webhook.edit --- discord/webhook/async_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index f03322621..38392db6f 100644 --- a/discord/webhook/async_.py +++ b/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 ------------