From 8c80d2402515bf969e711c69521c7cb5dc48d2f2 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 13 Oct 2016 00:06:32 -0500 Subject: [PATCH] Remove accidentally commited line --- disco/api/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/disco/api/http.py b/disco/api/http.py index 675b0be..88dbc50 100644 --- a/disco/api/http.py +++ b/disco/api/http.py @@ -127,7 +127,6 @@ class HTTPClient(LoggingClass): self.limiter = RateLimiter() self.headers = { 'Authorization': 'Bot ' + token, - 'X-Disable-Ratelimits': '1', } def __call__(self, route, args=None, **kwargs):