@@ -1,3 +1,11 @@
const jimp = require("jimp");
const fs = require("fs");
let config = JSON.parse(fs.readFileSync("./config.jsonc"));
const photoInterval = config.photoInterval;
const targetColor = config.targetColor;
const tolerance = config.tolerance;
The note is not visible to the blocked user.