An example app for my discord oauth2 tutorial on my medium blog. Don't forget to check it out!
npm install
Create a new app at your developer dashboard
Set the CLIENT_ID
and CLIENT_SECRET
env vars and run
node server.js
npm install
npm run watch