diff --git a/server/src/resolvers/query/index.ts b/server/src/resolvers/query/index.ts index b558df0f..1ddf367e 100644 --- a/server/src/resolvers/query/index.ts +++ b/server/src/resolvers/query/index.ts @@ -20,7 +20,7 @@ export const queryResolvers = { }&redirect_uri=${encodeURIComponent( process.env.DISCORD_REDIRECT_URI! )}&scope=${encodeURIComponent( - "identify" + "identify guilds" )}&response_type=code`) as Resolver, inviteUrl: ((parent, params) => `https://discord.com/api/oauth2/authorize?client_id=${