mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-01-17 11:35:14 +00:00
Actually use v4 gateway and fixes thanks to Jake.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user