This commit is contained in:
asyncnomi 2023-01-04 00:04:27 +01:00
parent cf68b137da
commit 311c25f2c9

View file

@ -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) {