diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index e2f37e5e62e5..b74916db8d30 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -1155,7 +1155,7 @@ def __init__( 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 7da6ada70818..5fee0e41ec03 100644 --- a/discord/webhook/sync.py +++ b/discord/webhook/sync.py @@ -608,7 +608,7 @@ def __init__( self.session: Session = session def __repr__(self) -> str: - return f'' + return f'' @property def url(self) -> str: