From d6237a238c34dcdcfcdd37bcc775085ca3eb95d8 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 22 Jul 2020 21:42:11 +0100 Subject: [PATCH] back to unofficial v7 --- disco/api/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/api/http.py b/disco/api/http.py index 286dd2e..214f1cf 100644 --- a/disco/api/http.py +++ b/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):