From 63339b34d5f4bbf035786b663aab656f3b338576 Mon Sep 17 00:00:00 2001 From: Refactoring <143757135+refactorinqq@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:25:01 +0530 Subject: [PATCH] Update index.js --- autobuilder/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/autobuilder/index.js b/autobuilder/index.js index e85b0f7..2668940 100644 --- a/autobuilder/index.js +++ b/autobuilder/index.js @@ -6,6 +6,7 @@ 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");