aboutsummaryrefslogtreecommitdiff
path: root/commands/play.js
diff options
context:
space:
mode:
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';