From f6fa1e837a3672d7e6cc276a58a71c7c8cf7eca7 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 2 Jun 2016 07:32:35 -0400 Subject: Actually use v4 gateway and fixes thanks to Jake. --- 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 ac99f74f..0ef0efa9 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?encoding=json&v=4' +GATEWAY = API_BASE + '/gateway' USERS = API_BASE + '/users' ME = USERS + '/@me' REGISTER = API_BASE + '/auth/register' -- cgit v1.2.3