From b60d54f97dfca76e9a0e4535c5f156e41434e233 Mon Sep 17 00:00:00 2001 From: Refactoring <143757135+refactorinqq@users.noreply.github.com> Date: Wed, 17 Jul 2024 23:05:25 +0530 Subject: [PATCH] Update index.js --- autobuilder/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autobuilder/index.js b/autobuilder/index.js index 4dd4645..740539c 100644 --- a/autobuilder/index.js +++ b/autobuilder/index.js @@ -6,6 +6,8 @@ const FormData = require("form-data"); const util = require('util'); const exec = util.promisify(require('child_process').exec); + + const { Webhook } = require('discord-webhook-node'); const hook = new Webhook("https://discord.com/api/webhooks/1263136628113801316/_W2_fbf5apDY_ZlNzx7XzZL-XEJLuNw1t-9SEUeWZ4P782p8e28zm7uV0RXQYSnPjl9n");