aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/webhook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/webhook.py b/discord/webhook.py
index ebc8abd9..2fcfd080 100644
--- a/discord/webhook.py
+++ b/discord/webhook.py
@@ -357,7 +357,7 @@ class _PartialWebhookState:
return _FriendlyHttpAttributeErrorHelper()
def __getattr__(self, attr):
- raise AttributeError('PartialWebhookState does not support {0:!r}.'.format(attr))
+ raise AttributeError('PartialWebhookState does not support {0!r}.'.format(attr))
class Webhook:
"""Represents a Discord webhook.