diff options
Diffstat (limited to 'commands/join.js')
| -rw-r--r-- | commands/join.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/join.js b/commands/join.js index 7294724..c5f686d 100644 --- a/commands/join.js +++ b/commands/join.js @@ -20,7 +20,7 @@ ***************************************************************************/ import { SlashCommandBuilder } from 'discord.js'; -import { voiceInit } from '../AudioBackend.js'; +import { voiceInit } from '../backend/VoiceInitialization.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { |
