I\'m trying to make a basic Discord OAuth2 app, just with the identify scope, in node.js/express. My code is:
identify
const express = require(\'express\'); c