From 15ff9c214a7f75974817f2f515f89bf59178f1e8 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sat, 5 Jul 2025 20:11:39 +0200 Subject: [PATCH] Remove unnecessary imports --- events/guild/voiceStateUpdate.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/events/guild/voiceStateUpdate.js b/events/guild/voiceStateUpdate.js index af2cd92..95c3d24 100644 --- a/events/guild/voiceStateUpdate.js +++ b/events/guild/voiceStateUpdate.js @@ -1,7 +1,4 @@ const fs = require("fs"); -const config = require("../../botconfig/config.json"); //loading config file with token and prefix, and settings -const ee = require("../../botconfig/embed.json"); //Loading all embed settings like color footertext and icon ... -const { createReadStream } = require('node:fs'); const { joinVoiceChannel, createAudioPlayer, @@ -13,10 +10,6 @@ const { } = require("@discordjs/voice"); const ffmpeg = require('fluent-ffmpeg'); const prism = require("prism-media"); -const { reset } = require("colors"); -const { resourceLimits } = require("node:worker_threads"); -const { strict } = require("node:assert"); -const { connect } = require("node:http2"); const { getRandomInt, sendNinluc } = require("../../handlers/functions"); // const { generateDependencyReport } = require('@discordjs/voice');