Config issue with demo folder
Closed this issue · 1 comments
Jawschamp commented
in demo.js
it references const Config = require('./demo_config');
I have no clue what that is, if someone could point me in the right direction to fix it that'd be great
AeonLucid commented
Create a file demo_config.json
with the following contents.
{
"username": "steam username",
"password": "steam password",
"displayName": "display name"
}