From 894dd858c380e5ac8bcd882294f044c325ef379e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 1 Dec 2022 21:56:03 -0500 Subject: Modularized audio backend --- commands/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/join.js') 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 { -- cgit v1.2.3