changed Project Stucture - Part1

This commit is contained in:
Julian Lechner
2025-04-06 16:42:30 +02:00
parent ceaf06f853
commit 2085339bdb
14 changed files with 1352 additions and 325 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
const {joinVoiceChannel, createAudioPlayer, createAudioResource} = require("@discordjs/voice");
const {
joinVoiceChannel, createAudioPlayer, createAudioResource} = require("@discordjs/voice");
const {join} = require("node:path");
import {startMethodOptions} from "../Utils/Options/StartMethodOptions";