From 2e6cfe21d8c601d067f07413091c49f2ec63b6da Mon Sep 17 00:00:00 2001 From: Chris Ham <431647+greenham@users.noreply.github.com> Date: Sun, 17 Aug 2025 09:57:04 -0700 Subject: [PATCH] remove unused imports --- src/commands/prefix/sfx.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands/prefix/sfx.js b/src/commands/prefix/sfx.js index 1706637..a3923fa 100644 --- a/src/commands/prefix/sfx.js +++ b/src/commands/prefix/sfx.js @@ -1,7 +1,4 @@ -const axios = require("axios"); -const { chunkSubstr } = require("../../utils/helpers"); const sfxManager = require("../../services/sfxManager"); -const voiceService = require("../../services/voiceService"); module.exports = { name: "sfx",