diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index e2f37e5e6..b74916db8 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -1155,7 +1155,7 @@ class Webhook(BaseWebhook): self.proxy_auth: Optional[aiohttp.BasicAuth] = proxy_auth def __repr__(self) -> str: - return f'' + return f'' @property def url(self) -> str: diff --git a/discord/webhook/sync.py b/discord/webhook/sync.py index 7da6ada70..5fee0e41e 100644 --- a/discord/webhook/sync.py +++ b/discord/webhook/sync.py @@ -608,7 +608,7 @@ class SyncWebhook(BaseWebhook): self.session: Session = session def __repr__(self) -> str: - return f'' + return f'' @property def url(self) -> str: