From ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 26 Mar 2022 21:07:35 -0400 Subject: Audio stuff is now on its own file --- commands/help.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands') diff --git a/commands/help.js b/commands/help.js index 67ed896..c8742cb 100644 --- a/commands/help.js +++ b/commands/help.js @@ -1,7 +1,5 @@ const { SlashCommandBuilder } = require('@discordjs/builders'); const { MessageEmbed } = require("discord.js"); -const { AudioResource } = require("@discordjs/voice"); -const config = require("../config.json"); module.exports = { data: new SlashCommandBuilder() -- cgit v1.2.3