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