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/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/list.js') diff --git a/commands/list.js b/commands/list.js index 7101e16..05d40c6 100644 --- a/commands/list.js +++ b/commands/list.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { readdirSync, readdir } from 'fs'; const musicFolder = './music'; -- cgit v1.2.3