diff --git a/jdbot.js b/jdbot.js index b706d50..dff0674 100755 --- a/jdbot.js +++ b/jdbot.js @@ -27,6 +27,7 @@ login_then_run_bot({hash: process.env.JDBOT_HASH, }); // OR (B) as a shortcut, call run_bot() with your full hash+sid cookie (as shown when you use login_then_run_bot()) to skip the login step: +// var first_login = true; // cookie = 'hash=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef; connect.sid=s%3AAAAAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAA%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'; // run_bot(cookie);