This commit is contained in:
asyncnomi 2023-01-17 13:14:03 +01:00
parent 2a2a6be194
commit 997d906331

View file

@ -4,7 +4,7 @@ let PrankData = JSON.parse(fs.readFileSync("prankdata.txt"));
let nbPrank = 0;
let nbCrepe = 0;
let meanCrepe = 0;
let userPrank = 0;
let userPrank = {};
for (var uid in PrankData) {
if (PrankData[uid].type == "crêpe") {