From 1c623ccf110723a4c0e00375b23b9f5838468ce9 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 26 Apr 2016 19:38:54 -0400 Subject: Begin working on gateway v4 support. Bump websockets requirement to v3.1 Should be squashed... --- discord/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/endpoints.py') diff --git a/discord/endpoints.py b/discord/endpoints.py index 0ef0efa9..ac99f74f 100644 --- a/discord/endpoints.py +++ b/discord/endpoints.py @@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE. BASE = 'https://discordapp.com' API_BASE = BASE + '/api' -GATEWAY = API_BASE + '/gateway' +GATEWAY = API_BASE + '/gateway?encoding=json&v=4' USERS = API_BASE + '/users' ME = USERS + '/@me' REGISTER = API_BASE + '/auth/register' -- cgit v1.2.3