diff options
Diffstat (limited to 'commands/next.js')
| -rw-r--r-- | commands/next.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
