mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-19 23:37:51 +00:00
Support for v5 Gateway.
This commit is contained in:
@@ -497,4 +497,4 @@ class HTTPClient:
|
||||
data = yield from self.get(self.GATEWAY, bucket=_func_())
|
||||
except HTTPException as e:
|
||||
raise GatewayNotFound() from e
|
||||
return data.get('url') + '?encoding=json&v=4'
|
||||
return data.get('url') + '?encoding=json&v=5'
|
||||
|
Reference in New Issue
Block a user