diff --git a/discord/http.py b/discord/http.py index 6133a9d04..427334461 100644 --- a/discord/http.py +++ b/discord/http.py @@ -412,7 +412,7 @@ class Ratelimit: # 1. Completely ignore if the ratelimit window has expired; that data is useless if self.http.loop.time() >= reset_at: - return + return False # 2. Always use the longest reset_at value update = False