diff --git a/cogs/OAuth2.py b/cogs/OAuth2.py index e4a8b853..9e26fe80 100644 --- a/cogs/OAuth2.py +++ b/cogs/OAuth2.py @@ -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({ @@ -90,4 +90,4 @@ async def link_roblox(self, ctx: commands.Context): async def setup(bot): - await bot.add_cog(OAuth2(bot)) \ No newline at end of file + await bot.add_cog(OAuth2(bot))