aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 7fde7d63..8458ed62 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -869,7 +869,7 @@ class Client:
retry = float(resp.headers['Retry-After']) / 1000.0
yield from resp.release()
yield from asyncio.sleep(retry)
- return (yield from self._rate_limit_helper(name, method, data))
+ return (yield from self._rate_limit_helper(name, method, url, data))
return resp