Skip to content

Commit 3a91c4f

Browse files
committed
update oauth link
1 parent 8b54e6b commit 3a91c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Login.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export async function handleLogin () {
197197

198198
subtabElement.querySelector('button[value="discord"]')?.addEventListener('click', () => {
199199
location.assign(
200-
'https://discord.com/oauth2/authorize?response_type=code&client_id=1124509674536972329&scope=guilds+guilds.members.read+identify&redirect_uri=https%3A%2F%2Fsynergism.cc%2Fdiscord%2Foauth%2F&prompt=consent'
200+
'https://discord.com/oauth2/authorize?client_id=1289303422939562128&response_type=code&redirect_uri=https%3A%2F%2Fsynergism.cc%2Fdiscord%2Foauth%2F&scope=identify+guilds+guilds.members.read'
201201
)
202202
})
203203

0 commit comments

Comments
 (0)