Skip to content

Commit

Permalink
updated discord bot permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rushidhanwant committed Mar 27, 2023
1 parent e1060e4 commit 4d6ee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const config = {
discordOAuth: {
clientId: process.env.NEXT_PUBLIC_DISCORD_OAUTH_CLIENT_ID || "",
clientSecret: process.env.DISCORD_OAUTH_CLIENT_SECRET || "",
permissions: process.env.NEXT_PUBLIC_DISCORD_OAUTH_PERMISSIONS || "326417591312",
permissions: process.env.NEXT_PUBLIC_DISCORD_OAUTH_PERMISSIONS || "326418131984",
redirectUrl: process.env.NEXT_PUBLIC_DISCORD_OAUTH_REDIRECT_URL || "",
},
walletConnect: {
Expand Down

0 comments on commit 4d6ee0a

Please sign in to comment.