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",