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 bd9806b3..5b8af7c4 100644
--- a/discord/webhook.py
+++ b/discord/webhook.py
@@ -131,7 +131,7 @@ class AsyncWebhookAdapter(WebhookAdapter):
The session to use to send requests.
"""
- def __init__(self, *, session):
+ def __init__(self, session):
self.session = session
self.loop = session.loop