diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-03-26 21:07:35 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-03-26 21:07:35 -0400 |
| commit | ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401 (patch) | |
| tree | 38fbe09fa9c7b93d708ed477ea84f7cc0a8ec17a /commands | |
| parent | 99c86c80788990e5b8adafeb3b9ba5f863fba855 (diff) | |
| download | DLAP-ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401.tar.gz DLAP-ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401.tar.bz2 DLAP-ae48ba2014bca4a10adf8cf8b6fb0d9e6d4ff401.zip | |
Audio stuff is now on its own file
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/help.js | 2 |
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() |
