diff --git a/index.js b/index.js index 5b75fd2..c67b21a 100644 --- a/index.js +++ b/index.js @@ -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 });