aboutsummaryrefslogtreecommitdiff
path: root/commands/play.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-24 11:50:39 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-24 11:50:39 -0400
commit9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a (patch)
tree00d8beabcc7c3680b7ea54e8557a7c08d52c6e8f /commands/play.js
parenta544b8e7d699461c49a69ab6072c7327e0519359 (diff)
downloadDLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.tar.gz
DLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.tar.bz2
DLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.zip
Removed a package and references to @discord.js/builder
Diffstat (limited to 'commands/play.js')
-rw-r--r--commands/play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/play.js b/commands/play.js
index 4145f54..f9701f7 100644
--- a/commands/play.js
+++ b/commands/play.js
@@ -19,7 +19,7 @@
*
***************************************************************************/
-import { SlashCommandBuilder } from '@discordjs/builders';
+import { SlashCommandBuilder } from 'discord.js';
import { isAudioStatePaused, inputAudio, audio, audioState, player, files } from '../AudioBackend.js';
import { PermissionFlagsBits } from 'discord-api-types/v10';