This commit is contained in:
dakedres 2023-08-05 14:47:01 -04:00
parent aacf2483dd
commit f90249dc25

View File

@ -1,6 +1,8 @@
const fetch = require('node-fetch')
const config = require('./config.js')
const Path = require('path')
let cache = require('./cache.json')
const { JSDOM } = require('jsdom')
let waitingList = new Map()