From 6b3ddbc985013b292c0709a424ea78837fd6ed03 Mon Sep 17 00:00:00 2001 From: Navy Date: Fri, 13 Nov 2020 18:28:48 +0200 Subject: [PATCH] domain update --- util/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Util.js b/util/Util.js index face9bf..1dac8eb 100644 --- a/util/Util.js +++ b/util/Util.js @@ -80,7 +80,7 @@ class Util { static fetchRecommendedShards(token, guildsPerShard = 1000) { if(!token) throw new Error("[util] Token missing."); - return fetch("https://discordapp.com/api/v7/gateway/bot", { + return fetch("https://discord.com/api/v7/gateway/bot", { method: 'GET', headers: { Authorization: `Bot ${token.replace(/^Bot\s*/iu, '')}` } }).then((res) => {