This commit is contained in:
asyncnomi 2023-01-09 16:17:01 +01:00
parent 3274a65eb9
commit 2d15d097bd

View file

@ -1,9 +1,9 @@
const fs = require('fs');
let PrankData = JSON.parse(fs.readFileSync("prankdata.txt"));
let nbPrank;
let nbCrepe;
let meanCrepe;
let nbPrank = 0;
let nbCrepe = 0;
let meanCrepe = 0;
for (var uid in PrankData) {
if (PrankData[uid].type == "crêpe") {