From 3983eb3ba53bd9a98bc5308993d849afc311e4c5 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 15 Apr 2017 19:53:09 -0400 Subject: Support for API v7 error handling. --- discord/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/http.py') diff --git a/discord/http.py b/discord/http.py index e5d0c094..dde4ba35 100644 --- a/discord/http.py +++ b/discord/http.py @@ -46,7 +46,7 @@ def json_or_text(response): return text class Route: - BASE = 'https://discordapp.com/api/v6' + BASE = 'https://discordapp.com/api/v7' def __init__(self, method, path, **parameters): self.path = path -- cgit v1.2.3