OAUTH2 Doccumentation - NobleWolf42/Stormageddon-Bot GitHub Wiki

The stormauthserver.js is a file that runs a server that accepts responses from discord's OAUTH2 api. It will recieve the info and the pass it off into a userinfo.json file. The format of that info is as follows: { discorduserid: { accounttype/name(i.e spotify): { "id": userid, "name": username } } }