01
Click & Authorize: When users click the bot's verification link and hit 'Authorize', Discord redirects them to this portal page with a unique temporary code in the URL.
02
Copy & Submit: JavaScript extracts the code parameter into the box above. Copy the code and run !auth CODE inside the Discord server to complete verification.
03
REDIRECT_URI Config: Set your app endpoint in your Python configuration: REDIRECT_URI = "https://dc-bot-member-wev.vercel.app"
04
Developer Portal Mapping: Go to the Discord Developer Portal ➔ OAuth2 ➔ Redirects. Add your custom Vercel URL directly and save.