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/next.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commands/next.js') diff --git a/commands/next.js b/commands/next.js index 01c5df9..b507cd1 100644 --- a/commands/next.js +++ b/commands/next.js @@ -20,7 +20,8 @@ ***************************************************************************/ import { SlashCommandBuilder } from 'discord.js'; -import { player, nextAudio } from '../AudioBackend.js'; +import { player } from '../backend/VoiceInitialization.js'; +import { nextAudio } from '../backend/AudioControl.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { -- cgit v1.2.3