@ -3,6 +3,7 @@ import { summary } from "./api.js";
import { readFileSync } from "fs";
const config = readFileSync(process.argv[1], "utf-8");
console.log(config);
const webhook = new WebhookClient({ url: config.webhook });