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/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/join.js') diff --git a/commands/join.js b/commands/join.js index 02c50a4..7294724 100644 --- a/commands/join.js +++ b/commands/join.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { voiceInit } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; -- cgit v1.2.3