Skip to content

Instantly share code, notes, and snippets.

@orels1
Last active May 16, 2017 20:50
Show Gist options
  • Save orels1/779747f1146ff6cf57e08e093ea60b11 to your computer and use it in GitHub Desktop.
Save orels1/779747f1146ff6cf57e08e093ea60b11 to your computer and use it in GitHub Desktop.
const CLIENT_ID = process.env.CLIENT_ID;
const CLIENT_SECRET = process.env.CLIENT_SECRET;
const redirect = encodeURIComponent('http://localhost:50451/api/discord/callback');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment