-Fix notifications
-Add support for epic games bundles
This commit is contained in:
parent
0a3910171a
commit
bab4c105f1
3 changed files with 26 additions and 13 deletions
3
xbox.js
3
xbox.js
|
|
@ -15,8 +15,7 @@ const URL_CLAIM = 'https://www.xbox.com/en-US/live/gold'; // #gameswithgold";
|
|||
|
||||
console.log(datetime(), 'started checking xbox');
|
||||
|
||||
const db = await jsonDb('xbox.json');
|
||||
db.data ||= {};
|
||||
const db = await jsonDb('xbox.json', {});
|
||||
|
||||
handleSIGINT();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue