From f494a3d901b34df7563e6d6c61584be2acf2e3f5 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Mon, 4 May 2020 14:31:26 -0500 Subject: [PATCH] switch to discord.com --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index a389b52..80aaf28 100644 --- a/src/client.js +++ b/src/client.js @@ -60,7 +60,7 @@ class RPCClient extends EventEmitter { }, }).then((r) => r.json()); - this.fetch.endpoint = 'https://discordapp.com/api'; + this.fetch.endpoint = 'https://discord.com/api'; /** * Raw transport userd