Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Lowe <[email protected]>
  • Loading branch information
CyberFlameGO committed Oct 27, 2024
1 parent 5293f5d commit dab199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit dab199f

Please sign in to comment.