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) => {