Skip to content

Commit

Permalink
Update OAuth2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahCxrest authored May 4, 2024
1 parent 56f0f56 commit 04cb4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/OAuth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def link_roblox(self, ctx: commands.Context):
description="**To link your account with ERM, click the button below.**\nIf you encounter an error, please contact ERM Support by running `/support`.",
color=BLANK_COLOR
),
"view": LinkView(label="Link Roblox", url=f"https://authorize.roblox.com/?client_id=5489705006553717980&response_type=code&redirect_uri=https://verify.ermbot.xyz/auth&scope=openid+profile&state={ctx.author.id}")
"view": LinkView(label="Link Roblox", url=f"https://authorize.roblox.com/?client_id=9037343251472961537&response_type=code&redirect_uri=https://verify.ermbot.xyz/auth&scope=openid+profile&state={ctx.author.id}")
}

await self.bot.pending_oauth2.db.insert_one({
Expand Down Expand Up @@ -90,4 +90,4 @@ async def link_roblox(self, ctx: commands.Context):


async def setup(bot):
await bot.add_cog(OAuth2(bot))
await bot.add_cog(OAuth2(bot))

0 comments on commit 04cb4ac

Please sign in to comment.