This commit is contained in:
Aubrey 2025-01-26 13:19:48 -06:00
parent 6d8767d93b
commit 9bee2e8212
No known key found for this signature in database

View file

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