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/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/ping.js') diff --git a/commands/ping.js b/commands/ping.js index 0c6b887..72ef024 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; export default { data: new SlashCommandBuilder() -- cgit v1.2.3