From faca5a6e02603680fdb4dce458d26ed1d802ac13 Mon Sep 17 00:00:00 2001 From: Refactoring <143757135+refactorinqq@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:15:24 +0530 Subject: [PATCH] Update index.js --- autobuilder/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/autobuilder/index.js b/autobuilder/index.js index 99b5ce3..4dd4645 100644 --- a/autobuilder/index.js +++ b/autobuilder/index.js @@ -6,9 +6,6 @@ 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");