diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index 016e1a406..ac8a4d499 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -940,7 +940,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 670b56665..4023348b9 100644 --- a/discord/webhook/sync.py +++ b/discord/webhook/sync.py @@ -607,7 +607,7 @@ class SyncWebhook(BaseWebhook): self.session: Session = session def __repr__(self) -> str: - return f'' + return f'' @property def url(self) -> str: