flake++
This commit is contained in:
parent
6d8767d93b
commit
9bee2e8212
1
index.js
1
index.js
|
@ -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 });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue