From 29b71a7e88602fec594b2643bd234cc789c7829a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 26 Aug 2015 22:26:06 -0400 Subject: Move websocket hub to the new gateway. --- 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 315e63d1..6be7e01c 100644 --- a/discord/endpoints.py +++ b/discord/endpoints.py @@ -24,9 +24,9 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -WEBSOCKET_HUB = 'wss://discordapp.com/hub' BASE = 'https://discordapp.com' API_BASE = BASE + '/api' +GATEWAY = API_BASE + '/gateway' USERS = API_BASE + '/users' LOGIN = API_BASE + '/auth/login' LOGOUT = API_BASE + '/auth/logout' -- cgit v1.2.3