From 9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 24 Jul 2022 11:50:39 -0400 Subject: Removed a package and references to @discord.js/builder --- commands/reshuffle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/reshuffle.js') diff --git a/commands/reshuffle.js b/commands/reshuffle.js index ee42289..8de2d17 100644 --- a/commands/reshuffle.js +++ b/commands/reshuffle.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { player, shufflePlaylist } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; import { readFileSync } from 'node:fs'; -- cgit v1.2.3