asyncnomi 3 years ago
parent
commit
311c25f2c9
  1. 3
      index.js

3
index.js

@ -703,6 +703,9 @@ function initFs() {
if (!fs.existsSync(goldenUsersPath)) {
fs.writeFileSync(goldenUsersPath, "{}");
}
if (!fs.existsSync("static/images")){
fs.mkdirSync("static/images");
}
}
function makeid(length) {

Loading…
Cancel
Save