From 85ad33eb355e22b2de8b486dcc2526566dec18f7 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 6 May 2022 09:02:23 -0400 Subject: [PATCH] Fix formatting issue in webhook --- discord/webhook/async_.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index e2b5ef298..5b190786d 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -1368,7 +1368,12 @@ class Webhook(BaseWebhook): ) elif self.token: await adapter.delete_webhook_with_token( - self.id, self.token, session=self.session, proxy=self.proxy, proxy_auth=self.proxy_auth, reason=reason, + self.id, + self.token, + session=self.session, + proxy=self.proxy, + proxy_auth=self.proxy_auth, + reason=reason, ) async def edit(