Skip to content

Commit

Permalink
fix: update oauth url & add sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam-DeepakVel committed Dec 21, 2023
1 parent 57dc388 commit 1d618dc
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const DISCORD_OAUTH_URL =
"https://discord.com/api/oauth2/authorize?client_id=1157967464487985164&redirect_uri=http%3A%2F%2Flocalhost:3000%2Fauth%2Fdiscord&response_type=code&scope=identify%20guilds";
"https://discord.com/api/oauth2/authorize?client_id=1157556243360129071&redirect_uri=https%3A%2F%2Fkittychan.live%2Fauth%2Fdiscord&response_type=code&scope=identify%20guilds";

export { DISCORD_OAUTH_URL };
Loading

0 comments on commit 1d618dc

Please sign in to comment.