imp
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|