aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-03-26 21:07:35 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-03-26 21:07:35 -0400
commitae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401 (patch)
tree38fbe09fa9c7b93d708ed477ea84f7cc0a8ec17a /commands/help.js
parent99c86c80788990e5b8adafeb3b9ba5f863fba855 (diff)
downloadDLAP-ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401.tar.gz
DLAP-ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401.tar.bz2
DLAP-ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401.zip
Audio stuff is now on its own file
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 0 insertions, 2 deletions
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()