Actually use v4 gateway and fixes thanks to Jake.

This commit is contained in:
Rapptz
2016-06-02 07:32:35 -04:00
parent c97e5a17e6
commit f6fa1e837a
2 changed files with 6 additions and 6 deletions

View File

@@ -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'