Casper da Costa-Luis
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
disco/api/http.py
|
|
@ -189,7 +189,7 @@ class HTTPClient(LoggingClass): |
|
|
|
A simple HTTP client which wraps the requests library, adding support for |
|
|
|
Discords rate-limit headers, authorization, and request/response validation. |
|
|
|
""" |
|
|
|
BASE_URL = 'https://discord.com/api/v6' |
|
|
|
BASE_URL = 'https://discord.com/api/v7' |
|
|
|
MAX_RETRIES = 5 |
|
|
|
|
|
|
|
def __init__(self, token, after_request=None): |
|
|
|