Last active
June 17, 2019 22:37
-
-
Save orels1/1bd8afeccd84b3cfbaacbe19d134570f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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