From 30af0b0cf622e461d3def544388e1f0f91dff6dc Mon Sep 17 00:00:00 2001 From: WorldWidePixel Date: Fri, 30 Aug 2024 19:35:54 +0000 Subject: [PATCH] feat: privacy bye bye guild scope --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index ff37ca9..60b603e 100644 --- a/next.config.js +++ b/next.config.js @@ -35,7 +35,6 @@ const nextConfig = { api: process.env.DISCORD_API, scopes: [ 'identify', - 'guilds', 'email', 'openid' ]