Skip to content

Instantly share code, notes, and snippets.

@orels1
Last active June 17, 2019 22:37
Show Gist options
  • Save orels1/1bd8afeccd84b3cfbaacbe19d134570f to your computer and use it in GitHub Desktop.
Save orels1/1bd8afeccd84b3cfbaacbe19d134570f to your computer and use it in GitHub Desktop.
router.get('/login', (req, res) => {
res.redirect(`https://discordapp.com/api/oauth2/authorize?client_id=${CLIENT_ID}&scope=identify&response_type=code&redirect_uri=${redirect}`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment