From dab199f785c73a5b3325d2ce2c6b0b594d5a221a Mon Sep 17 00:00:00 2001 From: Aaron Lowe Date: Mon, 28 Oct 2024 07:36:00 +1300 Subject: [PATCH] fix Signed-off-by: Aaron Lowe --- src/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord.ts b/src/discord.ts index 18f90ed..61e3b20 100644 --- a/src/discord.ts +++ b/src/discord.ts @@ -17,7 +17,7 @@ export function getOAuthUrl(env: any) { url.searchParams.set('state', state); url.searchParams.set( 'scope', - 'role_connections.write identify guilds connections guilds.members.read email guilds.join' + 'role_connections.write identify guilds email' ); url.searchParams.set('prompt', 'consent');