From 6664618ed1225e17f2e98ee8a44179181e3dcf9b Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 17 Jul 2022 16:32:31 -0400 Subject: Couple of tweaks --- commands/next.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/next.js') diff --git a/commands/next.js b/commands/next.js index 2402fa2..9a3a5bd 100644 --- a/commands/next.js +++ b/commands/next.js @@ -20,7 +20,7 @@ ***************************************************************************/ import { SlashCommandBuilder } from '@discordjs/builders'; -import { audio, player, nextAudio } from '../AudioBackend.js'; +import { player, nextAudio } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { -- cgit v1.2.3